a:hover {
  color: #154798;
}
.swiper-pagination-bullet-active {
  background-color: #154798 !important;
}
.header .page {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .nav-text h5 {
  font-size: 24px;
  line-height: 100px;
  font-weight: bold;
  margin-left: 20px;
  color: #154798;
}
.header .rg {
  margin-left: 50px;
  display: flex;
  align-items: center;
}
.header .rg .lg {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.header .rg .lg p {
  padding: 0 5px;
  font-size: 18px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1600px) {
  .header .rg .lg p {
    font-size: 16px;
  }
}
.header .rg .lg .lang {
  display: flex;
  align-items: center;
}
.header .rg .lg .lang i {
  font-size: 24px;
}
.header .rg .lg .down {
  min-width: 10.5rem;
  position: absolute;
  top: 100px;
  right: -20px;
  padding: 10px 1.3625rem;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(50px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  transition-delay: 0.2s;
  z-index: 9999;
}
.header .rg .lg .down a {
  color: #001842;
  line-height: 2.5rem;
  font-size: 0.9375rem;
}
.header .rg .lg:hover .down {
  transform: translateY(0);
  transition: all 0.3s linear;
  opacity: 1;
  visibility: visible;
}
.header .head-tel {
  display: flex;
  align-items: center;
}
.header .head-tel .iconfont {
  font-size: 40px;
  color: #154798;
  margin-right: 13px;
}
.header .head-tel p {
  font-size: 15px;
  color: #154798;
  margin-top: 4px;
}
.header .head-tel span {
  font-size: 28px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #154798;
}
/* nav */
.nav {
  display: flex;
  flex: 1;
  margin-left: 5%;
  align-items: center;
}
.nav-list {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  width: 100%;
  line-height: 99px;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.nav-list > li .erji2 {
  min-width: 180px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999;
  display: flex;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
  transform-origin: 0 0;
  transition: all 0.3s linear;
  padding-top: 1px;
}
.nav-list > li .erji2 ul {
  width: 100%;
  text-align: center;
}
.nav-list > li .erji2 ul li {
  background-color: #fff;
  margin-bottom: 1px;
}
.nav-list > li .erji2 ul li a {
  line-height: 45px;
  font-size: 15px;
  padding: 0 20px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #154798;
}
.nav-list > li .erji2 ul li:hover a {
  color: #fff;
}
.nav-list > li .erji2 ul li:last-child {
  border: none;
}
.nav-list > li:hover > a {
  color: #fff;
  background: #154798;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active > a {
  color: #fff;
  background: #154798;
}
/*网站标题*/
.wz-bt {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.wz-bt p {
  font-size: 40px;
  position: relative;
  font-weight: bold;
  color: #154798;
}
.wz-bt span {
  font-size: 20px;
  margin-top: 10px;
  color: #666666;
}
.pro-w {
  padding: 50px 0;
}
.pro-w .tit-p {
  text-align: center;
  margin: 20px auto;
}
.pro-w .tit-p h1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}
.pro-w .tit-p em {
  font-size: 18px;
  color: #666;
}
.pro-w .proSwiper {
  padding: 50px 0;
}
.pro-w .proSwiper ul li {
  padding: 0 30px;
  border-radius: 5px;
  background: #f4f7fb;
  transition: all 0.3s ease;
}
.pro-w .proSwiper ul li .pic {
  width: 100%;
  margin: auto;
}
.pro-w .proSwiper ul li .pic img {
  width: 100%;
}
.pro-w .proSwiper ul li .text {
  text-align: center;
  margin: 20px 0;
}
.pro-w .proSwiper ul li .text h2 {
  font-size: 27px;
  font-weight: bold;
  margin-top: 20px;
}
.pro-w .proSwiper ul li .text p {
  font-size: 14px;
  line-height: 2;
  margin: 5px auto;
}
.pro-w .proSwiper ul li .text a {
  width: 150px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  margin-bottom: 40px;
  border: 1px #154798 solid;
  color: #154798;
  border-radius: 18px;
  position: relative;
}
.pro-w .proSwiper ul li .text a i {
  position: absolute;
  right: 0;
  top: -1px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #154798;
  color: #fff;
}
.pro-w .proSwiper ul li .text a:hover {
  color: #fff;
  background: #154798;
}
.pro-w .proSwiper ul li:hover {
  transform: scale(1.1);
  box-shadow: 0 0 5px #154798;
}
.pro-w .proSwiper .btn {
  width: 100%;
  height: 100px;
  display: flex;
}
.pro-w .proSwiper .btn .lf {
  width: 50%;
  position: relative;
}
.pro-w .proSwiper .btn .lf h6 {
  margin-left: 13%;
  line-height: 101px;
  color: #154798;
}
.pro-w .proSwiper .btn .lf .swiper-pagination {
  width: 40%;
  z-index: 999;
  top: 50%;
  left: 20%;
}
.pro-w .proSwiper .btn .rg {
  width: 50%;
  position: relative;
}
.pro-w .proSwiper .btn .rg .btn-rg::after {
  display: none;
}
.pro-w .proSwiper .btn .rg .btn-rg i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 27px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  border: 1px #154798 solid;
  color: #154798;
}
.pro-w .proSwiper .btn .rg .btn-rg i:hover {
  background: #154798;
  color: #fff;
}
.pro-w .proSwiper .btn .rg .swiper-button-next {
  left: auto;
  right: 20%;
  width: 40px;
}
.pro-w .proSwiper .btn .rg .swiper-button-prev {
  right: auto;
  left: 70%;
  width: 40px;
}
.app-w {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.app-w .app-con li {
  position: relative;
}
.app-w .app-con li img {
  width: 100%;
  height: 900px;
}
.app-w .app-con li .text {
  width: 666px;
  position: absolute;
  top: 25%;
  left: 40%;
}
.app-w .app-con li .text * {
  color: #fff;
}
.app-w .app-con li .text h3 {
  width: 350px;
  font-size: 48px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.app-w .app-con li .text p {
  font-size: 22px;
  letter-spacing: 32px;
  margin-bottom: 20px;
}
.app-w .app-con li .text span {
  font-size: 14px;
  line-height: 2;
}
.app-w .lf {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.app-w .lf li {
  position: relative;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 180px;
  padding: 0 40px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
}
.app-w .lf li:last-child {
  border-right: none;
}
.app-w .lf li * {
  color: #fff;
}
.app-w .lf li p {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.app-w .lf li em {
  font-size: 14px;
  margin-top: 15px;
  transition: all 0.3s ease;
}
.app-w .lf li a {
  width: 0;
  height: 0;
  overflow: hidden;
  line-height: 36px;
  margin: 0 auto;
  text-align: center;
  border-radius: 18px;
  border: 1px solid #154798;
  color: #fff;
  background: #154798;
  transition: all 0.3s ease;
}
.app-w .lf li a i {
  color: #fff;
}
.app-w .lf li a:hover {
  opacity: 0.7;
}
.app-w .lf li .anum {
  position: absolute;
  top: -1px;
  left: 40px;
  padding-top: 18px;
  width: 100px;
  border-top: 4px solid #154798;
  z-index: 9999;
  font-size: 24px;
  color: #fff;
}
.app-w .lf .my-slide-thumb-active {
  background: url(../images/app-lbg.png);
  height: 270px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 4px solid #154798;
}
.app-w .lf .my-slide-thumb-active a {
  width: 120px;
  height: 36px;
  margin-top: 15px;
  overflow: visible;
}
.app-w .lf .my-slide-thumb-active .anum {
  border-top: 0;
}
.intr-w {
  padding: 100px 0;
}
.intr-w .box {
  display: flex;
}
.intr-w .pic {
  width: 40%;
  margin-right: 50px;
}
.intr-w .pic .top-pic {
  width: 100%;
  border-radius: 0 50px 0 0;
  object-fit: cover;
}
.intr-w .pic .bot {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.intr-w .pic .bot img {
  width: 50%;
}
.intr-w .pic .bot img:first-child {
  border-radius: 50px 0 0 0;
}
.intr-w .pic .bot img:last-child {
  border-radius: 0 0 50px 0;
}
.intr-w .text {
  width: 60%;
}
.intr-w .text h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.8;
}
.intr-w .text h1 i {
  color: #154798;
}
.intr-w .text h2 {
  font-size: 34px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 40px;
}
.intr-w .text p {
  text-indent: 2em;
  font-size: 18px;
  line-height: 1.5;
  width: 90%;
}
.intr-w .text a {
  margin-top: 90px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  color: #333;
  border: 1px solid #333;
}
.intr-w .text a:hover {
  color: #fff;
  background: #154798;
}
.intr-w .text ul {
  display: flex;
  margin-top: 40px;
}
.intr-w .text ul li {
  flex: 1;
}
.intr-w .text ul li h6 {
  font-size: 22px;
  position: relative;
}
.intr-w .text ul li h6 span {
  font-size: 50px;
  font-weight: bold;
  color: #154798;
  display: inline-block;
  position: relative;
  /* 倒影效果 */
}
.intr-w .text ul li h6 span::after {
  content: attr(data-number);
  position: absolute;
  top: calc(100% - 24px);
  /* 在字底下，稍有一点间距 */
  left: 0;
  width: 100%;
  height: 80%;
  /* 倒影高度为原字的一半 */
  /* 创建倒影渐变消失效果 */
  background: linear-gradient(to bottom, rgba(21, 71, 152, 0.7) 0%, rgba(21, 71, 152, 0.5) 20%, rgba(21, 71, 152, 0.3) 40%, rgba(21, 71, 152, 0.1) 60%, rgba(21, 71, 152, 0) 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  /* 倒影翻转（因为是反射，所以需要翻转） */
  /* 轻微模糊效果 */
  filter: blur(0.8px);
  pointer-events: none;
}
.world-w {
  background: url(../images/world-bg.jpg) center / cover no-repeat;
  padding: 425px 0;
}
.service-w {
  background: url(../images/ser-bg.jpg) center / cover no-repeat;
  padding: 100px 0;
  padding-bottom: 200px;
}
.service-w .page {
  display: flex;
}
.service-w .lf {
  width: 50%;
}
.service-w .lf h2 {
  font-size: 40px;
  font-weight: bold;
}
.service-w .lf h2 span {
  color: #154798;
}
.service-w .lf h3 {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  margin-top: 20px;
  margin-bottom: 40px;
}
.service-w .lf p {
  font-size: 18px;
}
.service-w .lf ul {
  margin-top: 50px;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}
.service-w .lf ul li {
  width: 47%;
  margin: 0 3% 3% 0;
  text-align: center;
  transition: all 0.3s ease;
}
.service-w .lf ul li a {
  padding: 15px 0;
  border: 1px #154798 solid;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.service-w .lf ul li i {
  font-size: 40px;
  color: #154798;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.service-w .lf ul li h4 {
  font-size: 20px;
  transition: all 0.3s ease;
}
.service-w .lf ul li em {
  font-size: 12px;
  color: #aaa;
}
.service-w .lf ul li:hover a {
  background: #154798;
}
.service-w .lf ul li:hover a i {
  color: #fff;
}
.service-w .lf ul li:hover a h4 {
  color: #fff;
}
.service-w .rg {
  width: 50%;
}
.service-w .rg ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
.service-w .rg ul li {
  width: 47%;
  height: 500px;
  margin-right: 6%;
  position: relative;
  overflow: hidden;
}
.service-w .rg ul li h6 {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  width: 100%;
  background: #15479850;
}
.service-w .rg ul li img {
  height: 100%;
  object-fit: cover;
}
.service-w .rg ul li:first-child {
  border-radius: 40px 0 0 0;
}
.service-w .rg ul li:last-child {
  border-radius: 0 0 40px 0;
  margin-right: 0;
}
.honor-w {
  padding: 86px 0 70px;
  background: url(../images/honor-bg.jpg) center / cover no-repeat;
}
.honor-w .page {
  max-width: 1400px;
  padding: 2px 25px;
}
.honor-w .top-h {
  display: flex;
  justify-content: space-between;
}
.honor-w .top-h .btn {
  display: flex;
  align-items: center;
}
.honor-w .top-h .btn div {
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #154798;
  color: #fff;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}
.honor-w .top-h .btn .honor-prev {
  margin-right: 40px;
}
.honor-w .tit h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
.honor-w .tit hr {
  margin-top: 20px;
  width: 100px;
  border: 2px #154798 solid;
}
.honor-w .box {
  position: relative;
  margin: 60px auto;
}
.honor-w .hon-list {
  position: relative;
  z-index: 1;
}
.honor-w .hon-list li .pic {
  overflow: hidden;
  border: 1px solid #ccc;
}
.honor-w .hon-list li img {
  transition: all 0.3s linear;
}
.honor-w .hon-list li p {
  width: 80%;
  margin: 0 auto;
  margin-top: 18px;
  font-size: 14px;
  line-height: 35px;
  background-color: #e6e6e6;
  text-align: center;
}
.honor-w .hon-list li:hover img {
  transform: scale(1.15);
  transition: all 0.3s linear;
}
.honor-w .hon-list li:hover p {
  background-color: #154798;
  color: #fff;
}
.news-w {
  padding: 70px 0 120px;
  background: url(../images/news-bg.jpg) center / cover no-repeat;
}
.news-w .page {
  max-width: 1400px;
}
.news-w .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 35px;
  padding-right: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.news-w .top .news-tab {
  margin: 0;
}
.news-w .top .news-tab li {
  width: auto !important;
  position: relative;
}
.news-w .top .news-tab li::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #154798;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.news-w .top .news-tab li a {
  color: #333;
  opacity: 0.75;
}
.news-w .top .news-tab .news-active::after {
  display: block;
}
.news-w .top .news-tab .news-active a {
  opacity: 1;
}
.news-w .top a {
  padding-bottom: 20px;
  font-size: 20px;
}
.news-w .top .more {
  font-size: 16px;
  font-weight: lighter;
  padding-bottom: 10px;
}
.news-w .news-box {
  width: calc(100% + 10px);
  transform: translateX(-5px);
}
.news-w .news-box ul {
  display: flex;
}
.news-w .news-box ul li {
  width: 32%;
  margin-right: 2%;
  padding: 5px;
}
.news-w .news-box ul li > a {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.news-w .news-box ul li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.news-w .news-box ul li img:hover {
  transform: scale(1.1);
}
.news-w .news-box ul li .text {
  padding: 30px;
}
.news-w .news-box ul li .text p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.news-w .news-box ul li .text span {
  font-size: 15px;
  color: #808080;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-w .news-box ul li .text .btm {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-w .news-box ul li .text .btm em {
  font-size: 14px;
  color: #808080;
}
.news-w .news-box ul li .text .btm i {
  font-size: 14px;
  color: #154798;
}
.news-w .news-box ul li .text .btm i:hover {
  text-decoration: underline;
}
.news-w .news-box ul li .text a {
  font-size: 15px;
  display: flex;
}
.news-w .news-box ul li .text a i {
  margin: 0 0 0 auto;
}
.links {
  background-color: #2797a8;
  color: #fff;
}
.links .page {
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 70px;
}
.links .page a {
  font-size: 15px;
  color: #fff;
}
.links .page a:hover {
  text-decoration: underline;
}
.links .lf {
  display: flex;
}
.links .lf ul {
  display: flex;
}
.links .lf ul li {
  margin: 0 10px;
}
.footer {
  background-color: #222;
  color: rgba(255, 255, 255, 0.5);
}
.footer a {
  color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
  color: #fff;
}
.footer h5 {
  color: #fff;
}
.footer .page {
  max-width: 1400px;
}
.footer .page .top {
  padding: 60px 0 30px;
  display: flex;
  justify-content: space-between;
}
.footer .page .top h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer .page .top .f-nav {
  width: 55%;
  display: flex;
}
.footer .page .top .f-nav ul {
  flex: auto;
}
.footer .page .top .f-nav ul li {
  line-height: 36px;
  padding: 0 15px;
  background: url(../images/f-rg.png) no-repeat left center;
}
.footer .page .top .f-nav ul li a {
  font-size: 15px;
}
.footer .page .top .rg {
  width: 40%;
  max-width: 470px;
}
.footer .page .top .rg .form-con input {
  width: 100%;
  height: 50px;
  border: 1px solid #e2e2e2;
  margin-bottom: 15px;
  padding: 0 15px;
}
.footer .page .top .rg input[type="submit"] {
  width: 120px;
  height: 40px;
  background-color: #fff;
  border: none;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.footer .page .top .rg input[type="submit"]:hover {
  color: #fff;
  background-color: #154798;
}
.footer .page .btm {
  border-top: 1px solid #aaa;
  padding: 25px 0 40px;
  display: flex;
  justify-content: space-between;
}
.footer .page .btm .lf {
  display: flex;
}
.footer .page .btm .lf .info {
  max-width: 400px;
  min-width: 300px;
  margin-right: 50px;
}
.footer .page .btm .lf .info li {
  display: flex;
  font-size: 15px;
  line-height: 24px;
  padding: 6px 0;
}
.footer .page .btm .lf .info li i {
  margin-right: 10px;
  font-size: 18px;
}
.footer .page .btm .lf .info li p {
  display: flex;
}
.footer .page .btm .lf .info li p span {
  flex: 1;
}
.footer .page .btm .lf .follow h5 {
  font-size: 18px;
  font-weight: bold;
}
.footer .page .btm .lf .follow ul {
  margin-top: 15px;
}
.footer .page .btm .lf .follow ul li {
  position: relative;
}
.footer .page .btm .lf .follow ul li .iconfont {
  font-size: 30px;
}
.footer .page .btm .lf .follow ul li .pic {
  width: 100px;
}
.footer .page .btm .rg {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.footer .page .btm .rg #clickTop {
  margin: auto 0 auto auto;
}
.footer .page .btm .rg p {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  transform: translateY(5px);
}
#clickTop {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 26px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  opacity: 0.4;
  background-color: rgba(0, 0, 0, 0.75);
}
#clickTop:hover {
  opacity: 1;
}
