﻿@import 'tailwind.css';
body {
  font-family: "PingFang SC", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 640px) {
  body {
    padding-top: 60px;
    padding-bottom: 52px;
  }
}
@font-face {
  font-family: "DINPro";
  /* Project id 3775274 */
  src: url("../fonts/webfont.woff2") format("woff2"), url("../fonts/webfont.woff") format("woff"), url("../fonts/webfont.ttf") format("truetype");
}
/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "iconfont";
  /* Project id 3694103 */
  src: url("../fonts/font_3694103_qdivn0uulak.woff2") format("woff2"), url("../fonts/font_3694103_qdivn0uulak.woff") format("woff"), url("../fonts/font_3694103_qdivn0uulak.ttf") format("truetype");
}
.iconfont {
  font-family: "iconfont";
}
.font-DINPro {
  font-family: "DINPro";
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/inter-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/inter-medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/inter-bold.woff2) format('woff2');
}
html[lang=en] body {
  font-family: "Inter", "PingFang SC", sans-serif;
}

.abbox{display: flex; justify-content: space-between; margin-top: 60px;}

.abbox>div{width: 48%;}
.abbox>div>span{display: block; margin-bottom: 10px; line-height: 30px; font-size: 16px; text-indent: 2em;}
.abbox img{width: 48%;}


.more {
  width: 152px;
  height: 40px;
  position: relative;
  border-radius: 20px;
  margin-top: 30px;
}
.more a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  font-size: 0;
  color: #0027a9;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
}

.ipart05{background:url(../img/fh.jpg) no-repeat center; background-attachment:fixed; height:480px; padding:0;background-size:cover;}
.ipart05 .right{margin-top:117px;}
.ipart05 .right{width:84%; padding-right:5%; float:right;}
.ipart05 .right .infor{color:white; text-align:right;}
.ipart05 .right .infor .tit a{display:block;}
.ipart05 .right .infor .tit{font-size:36px; font-weight:bold; line-height:36px; margin-bottom:16px;}
.ipart05 .right .infor .tit a:hover{color:#fff;}
.ipart05 .right .infor .con{font-size:16px; line-height:26px;}
.ipart05 .right .content{margin-top:37px;}
.ipart05 .right .content .rect-7656{padding-bottom:76.56%;}
.ipart05 .right .content .rect-6244{padding-bottom:62.44%;}
.ipart05 .right .content .rect-6530{padding-bottom:65.30%;}
.ipart05 .right .content .con_l{width:61.5%; float:left;}
.ipart05 .right .content .con_l .intro{position:absolute; left:35px; bottom:39px; right:35px; top:52px;}
.ipart05 .right .content .con_l .intro .box .small_t{font-size:18px; line-height:26px; color:#fff; font-weight:bold;}
.ipart05 .right .content .con_l .intro .box .t{font-size:26px; line-height:26px; color:#4f4f4f; font-weight:bold; margin:10px 0 15px;}
.ipart05 .right .content .con_l .intro .box .c{font-size:14px; line-height:26px; color:#4f4f4f; height:180px; overflow:hidden;text-align:justify;}
.ipart05 .right .content .con_l .intro .box .ip5_icon{width:70px; height:12px; background:url(../img/ipart05_4.png) no-repeat center; position:absolute; right:0; bottom:0; transition:all 0.5s ease;}
.ipart05 .right .content .con_l:hover .intro .box .ip5_icon{right:10px;}
.ipart05 .right .content .con_r{width:100%; float:right;}
.ipart05 .right .content .con_r>div{position: relative; float: right; margin-right: 20px;}
.ipart05 .right .content .con_r .intro{position:absolute; left:0; bottom:0; width:100%; height:100%;}
.ipart05 .right .content .con_r .intro .box{padding:67px 35px; text-align:center;}
.ipart05 .right .content .con_r .intro .box .small_t{font-size:16px; line-height:26px; color:#fff; margin-bottom:2px;}
.ipart05 .right .content .con_r .intro .box .t{font-size:24px; line-height:26px; color:#fff; font-weight:bold;}
.ipart05 .right .content .con_r .r_top{margin-bottom:17px;}

.more a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border: 1px solid #0027a9;
  border-radius: 20px;
}
.more span {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 16px;
}
.more a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  background-color: #0027a9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more a:hover:after {
  height: 100%;
}
.more a:hover {
  color: #fff;
}
.bubbly-button {
  position: relative;
}
.bubbly-button:before,
.bubbly-button:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #0027a9 20%, transparent 20%), radial-gradient(circle, transparent 20%, #0027a9 20%, transparent 30%), radial-gradient(circle, #0027a9 20%, transparent 20%), radial-gradient(circle, #0027a9 20%, transparent 20%), radial-gradient(circle, transparent 10%, #0027a9 15%, transparent 20%), radial-gradient(circle, #0027a9 20%, transparent 20%), radial-gradient(circle, #0027a9 20%, transparent 20%), radial-gradient(circle, #0027a9 20%, transparent 20%), radial-gradient(circle, #0027a9 20%, transparent 20%);
  background-size: 10% 10%,20% 20%,15% 15%,20% 20%,18% 18%,10% 10%,15% 15%,10% 10%,18% 18%;
}
.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #0027a9 20%, transparent 20%), radial-gradient(circle, #0027a9 20%, transparent 20%), radial-gradient(circle, transparent 10%, #0027a9 15%, transparent 20%), radial-gradient(circle, #0027a9 20%, transparent 20%), radial-gradient(circle, #0027a9 20%, transparent 20%), radial-gradient(circle, #0027a9 20%, transparent 20%), radial-gradient(circle, #0027a9 20%, transparent 20%);
  background-size: 15% 15%,20% 20%,18% 18%,20% 20%,15% 15%,10% 10%,20% 20%;
}
.bubbly-button:hover:before {
  display: block;
  -webkit-animation: topBubbles ease-in-out 0.75s infinite forwards;
          animation: topBubbles ease-in-out 0.75s infinite forwards;
}
.bubbly-button:hover:after {
  display: block;
  -webkit-animation: bottomBubbles ease-in-out 0.75s infinite forwards;
          animation: bottomBubbles ease-in-out 0.75s infinite forwards;
}
@-webkit-keyframes topBubbles {
  0% {
    background-position: 5% 90%,10% 90%,10% 90%,15% 90%,25% 90%,25% 90%,40% 90%,55% 90%,70% 90%;
  }
  50% {
    background-position: 0% 80%,0% 20%,10% 40%,20% 0%,30% 30%,22% 50%,50% 50%,65% 20%,90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%;
  }
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%,10% 90%,10% 90%,15% 90%,25% 90%,25% 90%,40% 90%,55% 90%,70% 90%;
  }
  50% {
    background-position: 0% 80%,0% 20%,10% 40%,20% 0%,30% 30%,22% 50%,50% 50%,65% 20%,90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%;
  }
}
@-webkit-keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%,20% 80%,45% 60%,60% 100%,75% 70%,95% 60%,105% 0%;
  }
  100% {
    background-position: 0% 90%,20% 90%,45% 70%,60% 110%,75% 80%,95% 70%,110% 10%;
    background-size: 0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%,20% 80%,45% 60%,60% 100%,75% 70%,95% 60%,105% 0%;
  }
  100% {
    background-position: 0% 90%,20% 90%,45% 70%,60% 110%,75% 80%,95% 70%,110% 10%;
    background-size: 0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%;
  }
}


.index-box .swiper-page {
  position: absolute;
  right: 50px;
  bottom: 40px;
  z-index: 5;
}
.index-box .swiper-page .swiper-pagination-bullet {
  background-color: #fff;
  width: 50px;
  border-radius: 6px;
  height: 6px;
}
.index-box .swiper-page .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.msg-cover {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.msg-cover.active {
  opacity: 1;
  visibility: visible;
}
.msg-cover .msg-box {
  min-width: 100px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 30px;
}
.msg-cover .msg-box .icon {
  width: 50px;
  height: 50px;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
}
.msg-cover .msg-box .icon.loading {
  background-image: url(../fonts/loading.svg);
}
.msg-cover .msg-box .icon.success {
  background-image: url(../fonts/success.svg);
}
.msg-cover .msg-box .icon.error {
  background-image: url(../fonts/error.svg);
}
.msg-cover .msg-box .text {
  margin-top: 10px;
}
#titles {
  width: 100%;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 auto;
  position: relative;
}
#titles span {
  position: absolute;
  left: 0;
  opacity: 0.05;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 auto;
  width: 100%;
}
#footer .footer-top-bg {
  height: 100%;
  object-fit: cover;
}
.paging {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.paging ul {
  display: flex;
}
.paging ul .iconfont {
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.paging ul .xl-active {
  font-size: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0027a9;
  color: #ffffff;
  border-radius: 5px;
}
.paging ul li {
  font-size: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  text-align: center;
  border-radius: 5px;
}
.evcc {
  border-bottom: 0.6rem solid #0027a9;
}
#header.active .header-box .cover,
#header.nobanner .header-box .cover,
#header:hover .header-box .cover {
  height: 51px;
  pointer-events: all;
  z-index: 25;
}
#header.active .header-box .top,
#header.nobanner .header-box .top,
#header:hover .header-box .top {
  background-color: #fff;
  color: #666;
  border-bottom: 1px solid #eee;
}
#header.active .header-box .top .logo-box img,
#header.nobanner .header-box .top .logo-box img,
#header:hover .header-box .top .logo-box img {
  opacity: 1;
}
#header.active .header-box .top .logo-box img.active-img,
#header.nobanner .header-box .top .logo-box img.active-img,
#header:hover .header-box .top .logo-box img.active-img {
  opacity: 1;
}
#header.active .header-box .top .right ul li a,
#header.nobanner .header-box .top .right ul li a,
#header:hover .header-box .top .right ul li a {
  color: #333;
}
#header.active .header-box .top .right ul li a.active-url,
#header.nobanner .header-box .top .right ul li a.active-url,
#header:hover .header-box .top .right ul li a.active-url,
#header.active .header-box .top .right ul li a:hover,
#header.nobanner .header-box .top .right ul li a:hover,
#header:hover .header-box .top .right ul li a:hover {
  color: #0027a9;
}
#header.active .header-box .top .right ul li a:hover .active,
#header.nobanner .header-box .top .right ul li a:hover .active,
#header:hover .header-box .top .right ul li a:hover .active,
#header.active .header-box .top .right ul li a.active-url .active,
#header.nobanner .header-box .top .right ul li a.active-url .active,
#header:hover .header-box .top .right ul li a.active-url .active {
  transform: scaleX(1);
}
#header.active .header-phone .top {
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-bottom: 1px solid #eee;
  backdrop-filter: blur(50px);
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 25;
  width: 100vw;
}
#header .top {
  position: relative;
  z-index: 9;
}
.home-page-header-an #header .top {
  transition: all 0.25s;
  transform: translateY(-100%);
  background-color: rgba(255, 255, 255, 0.95);
}
.home-page-header-an #header.opens .top {
  transform: translateY(0);
}
.header-box {
  z-index: 25;
}
.header-box .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  padding: 0 calc(150 / 1920 * 100vw);
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .header-box .top {
    padding: 0 40px;
  }
}


.header-box .top .logo-box{width:24%;}
.header-box .top .logo-box .active-img {
  opacity: 0;
}
.header-box .top .right {
  display: flex;
  align-items: center;
}
.header-box .top .right ul {
  display: flex;
  font-size: 1.2rem;
  align-items: center;
  justify-content: space-between;
}
.header-box .top .right ul li {
  list-style-type: none;
  position: relative;
  padding: 0 1rem;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 1366px) {
  .header-box .top .right ul li {
    margin-left: 1rem;
  }
}
.header-box .top .right ul li a {
  font-size: 18px;
  position: relative;
  padding: 22px 0;
  display: block;
}
.header-box .top .right ul li a div {
  width: 100%;
  height: 4px;
  background-color: #0027a9;
  transform: scaleX(0);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.25s;
}
.header-box .top .right .an {
  width: 120px;
  height: 40px;
  background: linear-gradient(129deg, #600df4 0%, #be09cd 100%);
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 77px;
  cursor: pointer;
}
.header-box .top:hover {
  background-color: #ffffff;
}
.header-box .top .r-box {
  display: flex;
  align-items: center;
}
.header-box .cover {
  width: 100%;
  height: 0;
  overflow: hidden;
}
.header-box .cover .show {
  box-shadow: 0px 0px 0 1px #eee;
  text-align: center;
  width: 100%;
  left: 0;
  display: none;
  justify-content: center;
  background: #ffffff;
}
.header-box .cover .show.active {
  display: flex;
}
.header-box .cover .show a {
  padding: 15px 0;
  font-size: 16px;
  display: block;
  position: relative;
  color: #555;
  line-height: 20px;
}
.header-box .cover .show a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #0027a9;
  width: 100%;
  transform: scaleX(0);
  transition: all 0.25s;
}
.header-box .cover .show a:hover,
.header-box .cover .show a.active,
.header-box .cover .show a.active-url {
  color: #0027a9;
}
.header-box .cover .show a:hover::before,
.header-box .cover .show a.active::before,
.header-box .cover .show a.active-url::before {
  transform: scaleX(1);
}
.header-box .cover .show a + a {
  margin-left: 60px;
}
.header-phone {
  display: none;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
}
.header-phone .top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.9rem !important;
  background-color: #ffffff !important;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 640px) {
  .header-phone .top {
    padding: 0 10px 0 20px;
  }
}
.header-phone .top img {
  width: 8rem;
}
@media screen and (max-width: 640px) {
  .header-phone .top img {
    width: 7rem;
  }
}
.header-phone .top .anan {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  flex-direction: column;
  margin-top: -6px;
}
.header-phone .top .anan span {
  width: 60%;
  height: 3px;
  background-color: #0027a9;
  margin-top: 5px;
}
.header-phone .top .anan span:nth-child(1) {
  transition: all 0.2s;
  transform: rotate(0);
}
.header-phone .top .anan span:nth-child(3) {
  transition: all 0.2s;
  transform: rotate(0);
}
.header-phone .top .anan2 {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  flex-direction: column;
  position: relative;
}
.header-phone .top .anan2 span {
  width: 60%;
  height: 3px;
  background-color: #0027a9;
  margin-top: 2px;
  position: absolute;
}
.header-phone .top .anan2 span:nth-child(1) {
  transition: all 0.2s;
  transform: rotate(45deg);
}
.header-phone .top .anan2 span:nth-child(2) {
  transition: all 0.2s;
  opacity: 0;
}
.header-phone .top .anan2 span:nth-child(3) {
  transition: all 0.2s;
  transform: rotate(-45deg);
  position: absolute;
}
.header-phone .da {
  width: 100%;
  height: calc(100vh - 3.9rem);
  background-color: #f5f8fb;
  padding-bottom: 80px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.header-phone .da .title {
  border-top: 1px solid #eee;
  padding: 25px 30px;
  font-size: 18px;
  color: #5d5d5e;
}
.header-phone .da .title .active-url {
  color: #0027a9;
}
@media screen and (max-width: 640px) {
  .header-phone .da .title {
    padding: 20px;
  }
}
.header-phone .da .list {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .header-phone .da .list {
    margin-top: 15px;
  }
}
.header-phone .da .list a {
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 14px;
}
.showss {
  transform: translateY(0);
  opacity: 1;
}
@keyframes inshow {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}
.banner .swiper {
  height: 100%;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@keyframes ss {
  0% {
    transform: translateX(0) translate3d(0, 0, 0);
  }
  100% {
    transform: translateX(-1200px) translate3d(0, 0, 0);
  }
}
.logos {
  width: 100vw;
}
.logos .containers {
  padding: calc(150 / 1920 * 100vw) 0;
  overflow: hidden;
}
.logos .containers ul {
  display: flex;
  align-items: center;
  width: 3600px;
  animation: ss linear 15s infinite;
}
.logos .containers ul:hover {
  animation-play-state: paused;
}
.logos .containers ul li {
  height: 400px;
  width: 1200px;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  display: flex;
}
.logos .containers ul li div {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  position: relative;
  background-position: center center;
  background-size: 50%;
  background-repeat: no-repeat;
  transition: all 0.25s;
  box-shadow: 0 0 20px rgba(55, 55, 55, 0.1);
  border: 1px solid #eee;
}
.logos .containers ul li div:hover {
  opacity: 1;
}
.logos .containers ul li div {
  background-color: #ffffff;
  background-size: 130% auto;
  height: 256px;
  width: 256px;
}
.logos .containers ul li div:nth-child(2) {
  bottom: 24px;
  height: 100px;
  width: 100px;
  position: absolute;
  left: 20px;
}
.logos .containers ul li div:nth-child(3) {
  left: 200px;
  bottom: 20px;
  height: 156px;
  width: 156px;
  position: absolute;
}
.logos .containers ul li div:nth-child(4) {
  top: 100px;
  margin-left: 40px;
  height: 106px;
  width: 106px;
}
.logos .containers ul li div:nth-child(5) {
  top: 30px;
  margin-left: 35px;
  height: 130px;
  width: 130px;
}
.logos .containers ul li div:nth-child(6) {
  position: absolute;
  bottom: 0;
  left: 410px;
  height: 214px;
  width: 214px;
}
.logos .containers ul li div:nth-child(7) {
  top: 20px;
  left: 45px;
  height: 214px;
  width: 214px;
}
.logos .containers ul li div:nth-child(8) {
  position: absolute;
  bottom: 10px;
  left: 685px;
  height: 130px;
  width: 130px;
}
.logos .containers ul li div:nth-child(9) {
  top: 160px;
  margin-left: 45px;
  height: 130px;
  width: 130px;
}
.logos .containers ul li div:nth-child(10) {
  top: 5px;
  margin-left: -20px;
  height: 156px;
  width: 156px;
}
.logos .containers ul li div:nth-child(11) {
  position: absolute;
  bottom: 10px;
  left: 970px;
  height: 214px;
  width: 214px;
}
.logos .containers ul li div:nth-child(12) {
  position: absolute;
  bottom: 0;
  left: 1300px;
  height: 90px;
  width: 90px;
}
.logos .mask::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../fonts/mask.svg);
  background-size: contain;
  background-position: center -60%;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 1536px) {
  .logos .mask::before {
    background-position: center -20%;
  }
}
.newCenter {
  width: 100%;
}
.newCenter .box {
  width: 100%;
  margin: 0 auto;
}
.newCenter .box .da {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.newCenter .box .da .z {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.newCenter .box .da .z ul li {
  list-style-type: none;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
}
.newCenter .box .da .z ul .zs {
  color: #0027a9;
  font-weight: bold;
}
.newCenter .box .da .z .swipernew-pagination .swiper-pagination-bullet {
  background: #0027a9;
  margin-right: 10px;
}
.newCenter .box .da .y {
  width: 80%;
}
.newCenter .box .da .y .n {
  width: 100%;
  height: 100%;
  display: none;
}
.newCenter .box .da .y .n.active {
  display: block;
}
.newCenter .box .da .y .n .swiper-wrapper {
  align-items: center;
}
.newCenter .box .da .y .n .swipernew {
  overflow: hidden;
}
.newCenter .box .da .y .n .swipernew .swiper-slide {
  padding: 29px;
  box-shadow: 0px 0px 30px 0px rgba(205, 205, 205, 0.5);
  border-radius: 10px;
  background-color: #ffffff;
  transform: scale(0.9);
}
@media screen and (max-width: 1024px) {
  .newCenter .box .da .y .n .swipernew .swiper-slide {
    transform: scale(1);
  }
}
.newCenter .box .da .y .n .swipernew .swiper-slide .xian {
  border-bottom: 1px solid rgba(205, 205, 205, 0.5);
}
.newCenter .box .da .y .n .swipernew .swiper-slide .xian .number {
  font-size: calc(72 / 1920 * 100vw);
  font-weight: 600;
  color: #0027a9;
}
.newCenter .box .da .y .n .swipernew .swiper-slide .xian .time {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}
.newCenter .box .da .y .n .swipernew .swiper-slide .title {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  line-height: 1.6;
  min-height: 70px;
}
.newCenter .box .da .y .n .swipernew .swiper-slide .line {
  margin: 20px 0;
  height: 1px;
  background-color: #eee;
}
.newCenter .box .da .y .n .swipernew .swiper-slide p {
  color: #333333;
  line-height: 1.7;
}
.newCenter .box .da .y .n .swipernew .swiper-slide .time {
  font-size: 14px;
  color: #333333;
  display: none;
}
.newCenter .box .da .y .n .swipernew .swiper-slide .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5rem;
}
.newCenter .box .da .y .n .swipernew .swiper-slide span {
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  background: #0027a9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 32px;
  cursor: pointer;
}
.newCenter .box .da .y .n .swipernew .swiper-slide-active,
.newCenter .box .da .y .n .swipernew .swiper-slide-duplicate-active {
  transform: scale(1);
  background: #0027a9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.newCenter .box .da .y .n .swipernew .swiper-slide-active p,
.newCenter .box .da .y .n .swipernew .swiper-slide-duplicate-active p,
.newCenter .box .da .y .n .swipernew .swiper-slide-active .title,
.newCenter .box .da .y .n .swipernew .swiper-slide-duplicate-active .title {
  color: #ffffff;
}
.newCenter .box .da .y .n .swipernew .swiper-slide-active .time,
.newCenter .box .da .y .n .swipernew .swiper-slide-duplicate-active .time {
  color: #ffffff;
}
.newCenter .box .da .y .n .swipernew .swiper-slide-active .line,
.newCenter .box .da .y .n .swipernew .swiper-slide-duplicate-active .line {
  background-color: rgba(255, 255, 255, 0.3);
}
.newCenter .box .da .y .n .swipernew .swiper-slide-active .xian,
.newCenter .box .da .y .n .swipernew .swiper-slide-duplicate-active .xian {
  border-bottom: 1px solid #ffffff;
}
.newCenter .box .da .y .n .swipernew .swiper-slide-active .xian .number,
.newCenter .box .da .y .n .swipernew .swiper-slide-duplicate-active .xian .number,
.newCenter .box .da .y .n .swipernew .swiper-slide-active .xian .time,
.newCenter .box .da .y .n .swipernew .swiper-slide-duplicate-active .xian .time {
  color: #ffffff;
}
.newCenter .box .da .y .n .swipernew .swiper-slide-active span,
.newCenter .box .da .y .n .swipernew .swiper-slide-duplicate-active span {
  background: #ffffff;
  color: #0027a9;
}
#gps div {
  opacity: 0.5;
}
.Swiper_cp {
  overflow: hidden;
}
.show {
  opacity: 1 !important;
}
@media screen and (max-width: 750px) {
  .newCenter .box {
    padding: 0 !important;
  }
  .newCenter .da {
    width: 100% !important;
    flex-direction: column !important;
  }
  .newCenter .da .z {
    width: 100% !important;
  }
  .newCenter .da .z .swipernew-pagination {
    display: flex;
    justify-content: center;
  }
  .newCenter .da .z .s div {
    text-align: center;
  }
  .newCenter .da .z .s ul {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    width: 100% !important;
    padding: 0 5vw;
  }
  .newCenter .da .y {
    width: 100% !important;
    height: auto !important;
  }
  .newCenter .da .y .number {
    font-size: 32px !important;
  }
  .index-box .this {
    justify-content: left;
  }
  .logos ul {
    display: none !important;
  }
  .logos .list {
    display: block !important;
    width: 100%;
    padding: 0 5vw;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .logos .list div {
    width: 28vw;
    height: 28vw;
    border: 1px solid rgba(0, 39, 169, 0.2);
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;
    background-color: #ffffff;
    border-radius: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .newCenter {
    padding-top: 0 !important;
  }
  .newCenter .y .swiper-slide {
    padding: 15px !important;
  }
  .newCenter .y .swiper-slide .title {
    font-size: 14px !important;
  }
  .newCenter .y .swiper-slide p {
    font-size: 12px !important;
  }
  .newCenter .y .swiper-slide .iconfont {
    width: 40px !important;
    height: 40px !important;
    margin-top: 50px !important;
  }
}
.menu-list .menu {
  opacity: 0.5;
  cursor: pointer;
}
.menu-list .menu.active {
  position: relative;
  opacity: 1;
}
.menu-list .menu.active::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 220px;
  height: 6px;
  background: #0027a9;
}
.consult-box .paging a {
  transform: rotate(45deg);
  cursor: pointer;
}
.consult-box .paging a .previous,
.consult-box .paging a .next,
.consult-box .paging a span {
  transform: rotate(-45deg);
}
.cooperation-box .line-height {
  line-height: 3.125rem;
  opacity: 0.9;
}
@media (max-width: 1200px) {
  .consult-box .menu-list .menu.active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90px;
    height: 6px;
    background: #0027a9;
  }
}
@media (max-width: 750px) {
  .menu-list .menu.active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100px;
    height: 5px;
    background: #0027a9;
  }
}
.contact-box .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 100%;
  object-fit: cover;
}
.c-animate-box {
  width: 600px;
  animation: ccs 0.5s infinite alternate;
  left: -100px;
  bottom: -150px;
}
@media screen and (max-width: 1536px) {
  .c-animate-box {
    width: 450px;
    left: -80px;
    bottom: -100px;
  }
}
@media screen and (max-width: 1024px) {
  .c-animate-box {
    width: 360px;
  }
}
@media screen and (max-width: 640px) {
  .c-animate-box {
    width: 220px;
    left: -60px;
    bottom: -80px;
  }
}
.c-animate {
  animation: cc 10s linear infinite;
}
@keyframes cc {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ccs {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.95);
  }
}
@keyframes slidein {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.dong {
  animation: 30s linear slidein infinite;
  display: flex;
}
.dong2 {
  animation: 40s linear slidein infinite;
}
.swiperFangAn {
  overflow: hidden;
}
.social-share {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.social-share .social-share-icon {
  display: flex;
  border: none;
  align-items: center;
  justify-content: center;
}
.social-share .social-share-icon::before {
  display: none;
}
.social-share .social-share-icon:hover .img {
  transform: scale(0.8);
}
.social-share a + a {
  margin-left: 20px;
}
.img {
  height: 20px;
  object-fit: cover;
  z-index: 3;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .header-box {
    display: none;
  }
  .header-phone {
    display: block;
  }
  .evcc {
    border-bottom: 0.3rem solid #0027a9;
  }
  #ewm {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .header-box {
    display: none;
  }
  .header-phone {
    display: block;
  }
  .evcc {
    border-bottom: 0.3rem solid #0027a9;
  }
}
.product-lists .product-item.active {
  color: rgba(30, 64, 175);
}
.product-lists .product-item.active .-text-title {
  color: rgba(30, 64, 175);
}
.product-lists .product-item.active .p-5 {
  background-image: linear-gradient(192deg, rgba(255, 255, 255, 0.1) 6%, rgba(30, 64, 175, 0.3) 98%) !important;
}
.ctrl {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(218, 218, 218, 0.5);
  top: 50%;
  transform: translateY(-50%);
  left: calc(110 / 1920 * 100vw);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
}
.ctrl.right {
  left: auto;
  right: calc(110 / 1920 * 100vw);
}
@media screen and (max-width: 640px) {
  .ctrl {
    display: none;
  }
}
.ctrl.swiper-button-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.ctrl img {
  width: 30px;
}
.write-mode {
  writing-mode: tb;
  letter-spacing: 4px;
}
.cooperation-box .blue {
  background-color: #0027a9;
  color: rgba(255, 255, 255, 0.8) !important;
  border-color: #0027a9 !important;
}
.back-top {
  transform: translateY(120%);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.back-top.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 640px) {
  .fixedcontact {
    background-image: linear-gradient(40deg, #2E5EFF 0%, #0027A9 100%) !important;
  }
  .fixedcontact p {
    writing-mode: unset;
  }
}
.news-m li {
  position: relative;
  padding: 10px;
  opacity: 0.8;
}
.news-m li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #0027A9;
  opacity: 0;
}
.news-m li.active {
  opacity: 1;
  color: #0027A9;
}
.news-m li.active::before {
  opacity: 1;
}
.lists-box .item {
  display: none;
}
.lists-box .item.active {
  display: block;
}
