@keyframes bodyopen{0%{opacity:0}to{opacity:1}}
@keyframes openclose{0%{opacity:1}to{opacity:0}}
body{opacity: 0; animation-name:bodyopen;animation-timing-function:ease;animation-delay:.2s;animation-duration:1s;animation-iteration-count:1;animation-fill-mode:forwards}
@-webkit-keyframes btn-pulse{25%{-webkit-transform:scale(1..05);transform:scale(1.0.5)}75%{-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes btn-pulse{25%{-webkit-transform:scale(1.05);transform:scale(1.05)}75%{-webkit-transform:scale(.9);transform:scale(.9)}}.btn-pulse{-webkit-transition:all .2s;transition:all .2s;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.btn-pulse-preview,.btn-pulse:hover{-webkit-animation-name:btn-pulse;animation-name:btn-pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
@font-face {font-family: "Roboto-R";src: url("../fonts/Roboto-Regular.ttf") format("truetype");}
@font-face {font-family: "Roboto-L";src: url("../fonts/Roboto-Light.ttf") format("truetype");}
@font-face {font-family: "Roboto-M";src: url("../fonts/Roboto-Medium.ttf") format("truetype");}
@font-face {font-family: "Roboto-B";src: url("../fonts/Roboto-Bold.ttf") format("truetype");}
@font-face {font-family: "Roboto-K";src: url("../fonts/Roboto-Black.ttf") format("truetype");}
body {
  font-family: "Roboto-R","Trebuchet MS",Arial,sans-serif;
  }
.containe {
  max-width: 20in;
  width: 90%;
  padding-right: calc(1.5rem * 0.5);
  padding-left: calc(1.5rem * 0.5);
  margin-right: auto;
  margin-left: auto;
}
.wx-header-main {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  padding: 20px 0px 0px;
  box-shadow: 0px 0px 2px #ccc;
  transition: all .1s linear;
  background:#fff;
  z-index: 999;
}
.wx-header-main .containe {height: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.wx-header-logo {
  padding: 20px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-header-logo a {display: block;height: 100%;}
.wx-header-logo a img {
  width: auto;
  max-height: 40px;
}
.wx-header-menu {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #333;
  display: none;
  padding: 0px;
  margin: 12px 5px 0px 0px;
  overflow: hidden;
  float: right;
}
.wx-header-menu .icon-nav02 {
  font-size: 24px;
}
.wx-header-menu .icon-close04 {
  font-size: 18px;
  display: none;
}
.wx-header-nav{display:flex;align-items:center;height:100%}
.wx-header-nav .nav-ul {
  width: 100%;
  padding: 0px;
  margin: 0;
  display: flex;
  /* justify-content: center; */
}
.wx-header-nav li {
  line-height: 80px;
  padding: 0px 0px;
  margin: 0px 45px 0px 0px;
}
.wx-header-nav li a:hover {color: #00479D !important;}
.wx-header-nav .nav-ul>li.ping{height:100%;position:relative}
.wx-header-nav .nav-ul>li>a{font-size:24px;font-family: "Roboto-B";font-weight: 700; color:#000;text-transform:capitalize;padding:0px;height:100%;display:flex;align-items:center;justify-content:center;position:relative;white-space:nowrap}
.wx-header-nav .nav-ul>li>a::after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:0;width:0;height:2px;background:#00479D;transition:all .2s linear}
.wx-header-nav .nav-ul>li>a em{margin-left:5px; font-size:12px;font-weight:600}
.wx-header-nav .nav-ul>li:hover>a,.wx-header-nav .nav-ul>li.active>a {color: #00479D;}
.wx-header-nav .nav-ul>li:hover>a::after,.wx-header-nav .nav-ul>li.active>a::after{width:100%;}
.wx-header-nav .nav-ul>li>.wx-header-twonav{position: fixed;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
  height: calc(100% - 217px);
  margin:0px 0px;
  border-top: 1px solid #eee;
  padding: 35px 0px;
  z-index: 11;
  box-shadow: 0px 2px 4px #eee;
}
/* .wx-header-nav .nav-ul>li>.wx-header-twonav{position:absolute;left:0;background:#fff;width:100%;max-height: min(75vh,90vh - 60px - 45px);margin:0px 0px;border-top: 1px solid #eee; padding: 35px 0px;white-space:nowrap;z-index: 99;transition:all .2s linear;display: none;} */
.wx-header-twonavleft {width: 27%; padding: 0px; margin: 0px; overflow: hidden;}
.wx-header-twonavright {width: 98%; padding: 0px; margin: 0px; overflow: hidden;}
.wx-header-twonavright ul {
  display: flex;
  justify-content: left;
}
.wx-header-twonavright>ul>li {width: 20%;}
.wx-header-nav .nav-ul ul li {margin-right: 35px;}
.wx-header-nav .nav-ul ul li:last-child {margin-right: 0px;}
.wx-header-nav .nav-ul ul{list-style:none;padding:0}
.wx-header-nav .nav-ul ul li ul {display: inherit;}
.wx-header-twonavright ul li ul li {line-height: 1.5rem;}
.wx-header-twonavright ul li ul li>a {font-size: 17px;font-family: "Roboto-B"; color: #000; display: block; padding: 0px 0px 10px; }
.wx-header-nav .nav-ul>li>ul{position:absolute;left:0px; top:100%;background:#fff;min-width:100%;margin:0;box-shadow:1px 2px 10px rgba(0,0,0,.1);white-space:nowrap;z-index: 99; padding: 5px 0px;}
.wx-header-nav .nav-ul>li>ul li{position:relative;margin: 0px;}
.wx-header-nav .nav-ul>li>ul a{padding:5px 30px 5px 20px; font-size: 18px;  font-family: "Roboto-B";  line-height: 2rem;color:#333;padding-right:30px;text-align:left;transition:all .2s linear;display:flex;align-items:center;justify-content:flex-start;}
.wx-header-nav .nav-ul>li>ul a+em{position:absolute;right:5px;top:50%;font-size: 14px; transition:all .2s linear;transform:translateY(-50%) rotate(-90deg)}
.wx-header-nav .nav-ul>li>ul li:hover em{transform:translateY(-50%) rotate(0)}
/*.wx-header-twonavright ul dl {*/
/*  padding: 0px;*/
/*  margin: 0px;*/
/*}*/
/*.wx-header-twonavright li dl.two {column-count: 2;}*/
.wx-header-twonavright ul h4 {
  display: block;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5rem;
  font-family: "Roboto-B";
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-header-twonavright ul dl {margin-top: 10px;}
.wx-header-twonavright ul dd {
  width: 100%;
  font-size: 15px;
  font-family: "Roboto-B";
  line-height: 1.4;
  color: #666;
  padding: 0px 0px 15px;
  margin: 0px;
  overflow: hidden;
}
.wx-header-twonavright ul dd a {
  color: #666;
}
.wx-header-twonavright ul dd a span {font-size: 12px;}
.wx-header-twonavright ul dt a:hover,.wx-header-twonavright ul dd a:hover {
  color: #00479D;
}
.wx-header-twonavright h5 {
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-header-twonavright h5 a {
  font-size: 18px;
  font-family: "Roboto-B";
  line-height: 2rem;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-header-twonavright h5 a:hover {color: #00479D;}
@media(max-width:1200px){
  .wx-header-top {height: 40px;}
  .wx-header-bottom {height: 60px;}
  .wx-header-logo a img {max-height: 30px;}
  .wx-header-nav .nav-ul>li>a {font-size: 12px; padding: 0px 5px;}
}
@media(min-width:1025px){.nav-ul>li:hover .submenu{transform:scaleY(1) translateX(-50%);opacity:1}
.nav-ul>li .submenu{transform-origin:top;left: 50% !important; transform:scaleY(0) translateX(-50%);opacity:0;transition:all .3s ease-in-out}
.nav-ul>li .submenu li:hover ul{transform:scaleY(1) translateX(-50%);opacity:1}
.nav-ul>li .submenu li ul{transform-origin:top;transform:scaleY(0);opacity:0;transition:all .3s ease-in-out;z-index:1}
}


/* 首页Banner */
.wx-index-banner {display: flex; width: 100%; height: calc(100vh - 116px);background-color: #fff;padding: 0px;margin: 0px;position: relative;overflow: hidden;align-items: center; /* 垂直居中 */}
.wx-index-banner::after {content: '';position: absolute;top: 0px;left: 0px;width: 100%;height: 120px;background: -webkit-linear-gradient(top, #00000099, #00000000);background: -o-linear-gradient(top, #00000099, #00000000);background: -moz-linear-gradient(top, #00000099, #00000000);background: -ms-linear-gradient(top, #00000099, #00000000);padding: 0px;margin: 0px;overflow: hidden;z-index: 10;}
.ban-swiper{height: 100%;width: 100%;}
.ban-slide{height: 100%;overflow: hidden;position: relative;}
.ban-slide-bj {height: 100%;overflow: hidden;}
.ban-slide-bj img {position: absolute;left: 0;top: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;  }
.wx-index-banner .swiper-slide.swiper-slide-active .ban-slide-bj img {animation: 4.5s bn_anim forwards !important;transition: .5s;}
.ban-slide-bj{width: 100%;overflow: hidden;}
.wx-index-banner .swiper-button-next, .wx-index-banner .swiper-button-prev {position: absolute;left: 20px;top: 45%;width: 50px;height: 50px;z-index: 99;display: inline-flex;align-items: center;justify-content: center;cursor: pointer;background: rgba(0, 0, 0, .4);border-radius: 50%;padding: 10px;transition: all .1s linear;}
.wx-index-banner .swiper-button-next::after, .wx-index-banner .swiper-button-prev::after {display: none;}
.wx-index-banner .swiper-button-next {left: initial; right: 20px;}
.wx-index-banner .swiper-button-next i, .wx-index-banner .swiper-button-prev i {font-size: 24px; color: #fff;}
.wx-index-banner .swiper-notification {width: 100%; bottom: 10px; top: initial; text-align: center;}
.wx-index-banner .swiper-pagination-bullet{opacity: 1;width:8px;height:8px;margin: 0px 10px !important;background: #ddd;border-radius: 50%;position: relative;}
.wx-index-banner>.swiper-pagination-bullets{text-align: center;bottom: 20px;}
.wx-index-banner .swiper-pagination-bullet-active {background: #fff;}
.wx-index-banner .swiper-pagination-bullet-active::after {border: 1px solid #fff; width: 20px; height: 20px; border-radius: 50%; content: ''; position: absolute; top: -6px; left: -6px;}
@media(max-width:991px){
  .wx-index-banner {margin-top: 60px; height: calc(100vh - 170px);}
  .ban-slide-bj {background: none;}
  .ban-slide-bj img {display: block;}
  .wx-index-banner .swiper-slide .ban-slide-info .ban-slide-txt {width: 100%;}
  .wx-index-banner .swiper-slide .ban-slide-info h3 {font-size: 22px; margin-bottom: 5px;}
  .wx-index-banner .swiper-slide .ban-slide-info p {font-size: 12px; line-height: 1.5;}
  .wx-index-banner .swiper-slide .ban-slide-info a {font-size: 12px; margin-top: 10px; line-height: 25px;}
  .wx-index-banner .swiper-slide .ban-slide-info a i {width: 25px; height: 25px;}
  .wx-index-banner .swiper-button-next, .wx-index-banner .swiper-button-prev {display: none;}
}
@keyframes bn_anim {
  0% {transform: scale(1.2);}
  100% {transform: scale(1);}
}
@-webkit-keyframes bn_anim {
  0% {transform: scale(1.2);}
  100% {transform: scale(1);}
}

/* 语言选择 */
.wx-index-langmain {
  background-color: #204586;
  padding: 10px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-langlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px;
  margin: 0px;
}
.wx-index-langlist h1 {
  font-size: 1.5rem;
  color: #fff;
  padding: 0px;
  margin: 0px 25px 0px 0px;
  overflow: hidden;
}
.wx-index-langlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wx-index-langlist li {
  text-align: center;
  /* box-shadow: 0px 0px 3px #ccc; */
  padding: 10px 20px;
  margin: 0px 25px;
  overflow: hidden;
}
.wx-index-langlist li a {color: #fff;}
.wx-index-langlist li img {height: 55px;}
.wx-index-langlist li.active {box-shadow: 0px 0px 3px #204586;}

/* 首页产品 */
.wx-index-promain {
  padding: 60px 0px 20px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-protitle {
  font-size: 32px;
  font-family: "Roboto-L";
  color:#000;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.5;
  padding: 0px 0px 10px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-index-prolist {
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-index-prolist>ul {padding: 0;
  -webkit-column-count: 3;
  column-count: 3;}
.wx-index-prolist li {padding: 0px; margin: 0px 0px 45px;}
.wx-index-prolist li h4 {
  font-size: 20px;
  font-family: "Roboto-K";
  color:#000;
  line-height: 28px;
  letter-spacing: -.4px;
  color: #212121;
  padding-bottom: 20px;
}
.wx-index-prolist>ul>li>ul>li {margin: 0px 0px 20px !important;}
.wx-index-prolist>ul>li>ul>li>a {font-size: 17px;font-family: "Roboto-B"; color: #333; display: block; padding: 0px 0px 10px;}
.wx-index-prolist li dl {
  margin: 0;
}
.wx-index-prolist li dl.two {column-count: 2;}
  .wx-index-prolist li dd {
    width: 100%;
    padding: 0px 0px 15px;
    margin: 0px;
    overflow: hidden;}
.wx-index-prolist li dd a,.wx-index-prolist li dt a {
  color: #757575;
  font-family: "Roboto-M";
  font-size: 15px;
  line-height: 1.5rem;
  letter-spacing: -.35px;
}
.wx-index-prolist li dd a span {font-size: 12px;}
.wx-index-prolist li dd a:hover,.wx-index-prolist li dt a:hover {color: #222;}

/* 底部信息 */
.wx-footer-main {
  background-color: #204586;
  color: #fff;
  padding: 35px 0px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-main a {color: #ddd;}
.wx-footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 0px 50px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-followme {
  width: 30%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-followme span {
  display: block;
  padding: 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
}
.wx-footer-followme span img {height: 35px;}
.wx-footer-followme p {
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-followme ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 20px 0px 0px;
  overflow: hidden;
}
.wx-footer-followme li {
  line-height: 35px;
  text-align: center;
  padding: 0px;
  margin: 0px 20px 0px 0px;
  overflow: hidden;
}
.wx-footer-followme li a {font-size: 24px; color: #fff;}
.wx-footer-followme li a i {font-size: 20px; color: #fff;}
.wx-footer-emailme {
  width: 50%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-emailme p {
  font-family: 'Helveticaneueltpro Medium', Arial, Helvetica, sans-serif;
  color: #cdcdcd;
  font-size: 14px;
  line-height: 25px;
  padding: 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
}
.wx-footer-emailme form {
  border-bottom: 1px solid #fff;
  padding: 5px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-emailme input {
  width: calc(100% - 115px);
  border: 0px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  background-color: initial;
  padding: 5px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-emailme input::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.wx-footer-emailme input:focus {
  outline: none; /* 移除默认的焦点轮廓 */
}
.wx-footer-emailme button {
  width: 110px;
  text-align: center;
  border: 0px;
  font-size: 16px;
  line-height: 30px;
  color: #204586;
  background-color: #fff;
  padding: 5px 20px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topcenter {
  width: 45%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topcenter h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin: 0px 0px 20px;
  padding: 0px;
  overflow: hidden;
}
.wx-footer-topcenter ul {
  padding: 0px;
  margin: 0px 0px 0px;
  overflow: hidden;
}
.wx-footer-topcenter li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0px;
  margin: 20px 0px 0px;
  overflow: hidden;
}
.wx-footer-topcenterico {
  width: 40px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topcenterico i {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topcenterlinkinfo {
  width: calc(100% - 50px);
  font-size: 14px;
  line-height: 1.6;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topcenterlinkinfo span {
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topcenter dl {display: flex;flex-wrap: wrap;justify-content: space-between; margin: 0px}
.wx-footer-topcenter dd {border: 1px solid #fff; border-radius: 5px;width: 48%;padding: 0px 0px 10px;margin: 0px; overflow: hidden;}
.wx-footer-topcenter h5 {background-color: #fff; font-size: 14px; font-weight: 700; line-height: 20px; color: #333; padding: 10px 15px; margin: 0px 0px 10px; overflow: hidden;}
.wx-footer-topcenter p {font-size: 14px; line-height: 25px; padding: 0px 10px; margin: 0px;}
.wx-footer-topright {
  width: 53%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topright ul {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.wx-footer-topright li {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topright li h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin: 0px 0px 15px;
  padding: 0px;
  overflow: hidden;
}
.wx-footer-topright li dl {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topright li dd {
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.wx-footer-topright li dd a {color: #ccc;}
.wx-footer-bottom {
  border-top: 1px solid #ffffff33;
  padding: 20px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-bottom a {color: #fff;}
.wx-footer-copyright {
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  text-align: center;
}
.wx-footer-technical {
  font-size: 14px;
  line-height: 30px;
  color: #999;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: right;
}

/* 内页共享代码 */
.wx-page-main {
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-page-blocknav {
  padding: 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
}
.wx-page-blocknav ul {
  display: flex;
}
.wx-page-blocknav li {
  font-size: 14px;
  line-height: 40px;
  color: #333;
  padding: 0px 20px 0px 0px;
  margin: 0px 10px 0px 0px;
  overflow: hidden;
  position: relative;
}
.wx-page-blocknav li a {
  color: #666;
}
.wx-page-blocknav li::after {
  content: '>';
  position: absolute;
  right: 0px;
  top: 0px;
  color: #666;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-page-blocknav li:last-child:after {display: none;}
.tuiinfo {
  scroll-margin-top: 120px;
}
.wx-page-pagination {padding: 0px;margin: 25px 0px 0px;overflow: hidden;}
.pagination .page-item a {display: inline-block;width: 35px;height: 35px;line-height: 25px;text-align: center;font-size: 16px;color: #666;background-color: #fff; border: 1px solid #ccc; border-radius: 50% !important;margin-right: 10px;transition: all .6s;}
.pagination .page-item a.page-link {padding: 5px 0px;}
.pagination .page-item.active a.page-link {background-color:#00479D; border: transparent; font-size: 14px; line-height: 28px; color: #fff;}

/* 产品展示 */
.wx-products-main {
  padding: 140px 0px 50px;
  margin: 0px;
}
.wx-page-maintitle {
  padding: 0px;
  margin: 0px 0px 40px;
  overflow: hidden;
}
.wx-page-maintitle h1 {
  font-family: "Roboto-B";
  color: #000;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -.1rem;
  line-height: 2rem;
  margin: 0px 0px 1rem;
  overflow: hidden;
}
.wx-page-maintitle h1 span {font-size: 20px;font-family: "Roboto-K"; letter-spacing: -.2px;}
.wx-page-maintitle p {
  font-family: "Roboto-M";
  color: #494949;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2.125rem;
}
.wx-products-info {
    display: flex;
    gap: 30px;
  padding: 0px;
  margin: 0px;
}
.wx-products-servicemain {
  width: 280px;
  padding: 0px;
  margin: 0px;
}
.wx-products-service {
  position: sticky;
  top: 130px;
  z-index: 100;
  padding: 0px;
  margin: 0px;
}
.wx-products-service h3 {
  font-size: 26px;
  font-weight: 300;
  letter-spacing: -1.5px;
  line-height: 1.5;
  color: #000;
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-products-service>ul {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  border-bottom: 1px solid #757575;
}
.wx-products-service>ul>li {
  border-top: 1px solid #757575;
  align-items: center;
  background-color: transparent;
  gap: 10px;
  justify-content: space-between;
  text-align: start;
  width: 100%;
  transition: all 0.3s ease;
}
.wx-products-service>ul>li.active1 a span {color: #00479D;}
.wx-products-service > ul > li > a .jie {display: none;}
.wx-products-service > ul > li.active > a .jie {display: inline-block;}
.wx-products-service > ul > li.active > a .jia {display: none;}
.wx-products-service>ul>li>a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 18px;
  font-family: "Roboto-K";
  color: #000;
  padding-block: 11px;
}
.wx-products-service>ul>li>ul {
  display: none;
  flex-direction: column;
  padding-bottom: 10px;
  transition: all 0.3s ease;
}
.wx-products-service>ul>li.active>ul {
  display: flex;
}
.wx-products-service>ul>li>ul>li {
  line-height: 1.5;
  padding: 0px 0px 10px 10px;
}
.wx-products-service>ul>li>ul>li>a {
  font-size: 15px;
  color: #444;
}
.wx-products-service>ul>li>ul>li>a span {font-size: 13px;}
.wx-products-service>ul>li>ul>li.listtwo>a {display: block;font-family: "Roboto-B"; font-size: 15px; color: #494949; padding: 0px 0px 0px;}
.wx-products-service>ul>li>ul>li.active>a,.wx-products-service>ul>li>ul>li:hover>a,.wx-products-service>ul>li>ul>li>a.active-link {color: #204586;}
.wx-products-service ul > li ul li.show-item.listpro {padding: 0px 0px 5px 20px; font-size: 14px;line-height: 1.5rem; color: #757575; margin: 0px;}
.wx-products
/* 查看更多按钮样式 - 适配你的菜单风格，极简美观 */
.more-btn {
  display: none;
  width: 96%;
  margin: 0px auto 10px;
  padding: 4px 12px;
  background: #333;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.5;
  border: none;
}
.more-btn:hover {
  color: #fff;
  background: #00479D;
}
.wx-products-service > ul > li.active .more-btn {display: block;
}
.more-btn.hidden {
  display: none !important;
}

.wx-products-detailslist {
    flex: 1;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailsone {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px dashed #ccc;
  padding: 0px 0px 40px;
  margin: 0px 0px 40px;
  overflow: hidden;
}
.wx-products-detailsimg {
  width: 370px;
  background-color: #fafafa;
  text-align: center;
  padding: 10px 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-products-detailsimgtype {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 15px;
  font-family: "Roboto-B";
  font-weight: 700;
  color: #000;
  padding: 2px 5px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailsimgnote {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 14px;
  color: #f88c51;
  padding: 2px 5px;
  margin: 0px;
  overflow: hidden;
  background-color: rgba(0,153,153,0.1);
}
.wx-products-detailsimg img {
  height: 35vh;
}
.wx-products-detailsinfo {
  width: calc(100% - 400px);
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailsinfo h1 {
  font-family: "Roboto-B";
  font-size: 28px;
  line-height: 32px;
  color: #000;
  text-overflow: ellipsis;
  border-bottom: 1px solid #757575;
  padding-bottom: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}
.wx-products-detailsinfo h1 span {font-size: 22px;}
.wx-products-detailsmoreinfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 0px 0px 0px 40px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailsmoreinfo p,.wx-products-detailsmoreinfo div {
  font-size: 15px;
  color: #666;
  width: 31.333%;
  padding: 0px 0px 35px 20px;
  margin: 0px 2% 0px 0px;
  overflow: hidden;
  position: relative;
}
.wx-products-detailsmoreinfo p::after,.wx-products-detailsmoreinfo div::after {
  content: '◎';
  position: absolute;
  top: 2px;
  left: 0px;
  font-family: "Roboto-B";
  font-weight: 700;
  color: #000;
  width: 15px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailsmoreinfo p strong,.wx-products-detailsmoreinfo div strong {
  display: inline-flex;
  font-family: "Roboto-M";
  color: #333;
  font-size: 17px;
  padding: 0px 0px 5px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailsmoreinfo p em,.wx-products-detailsmoreinfo div em {
  font-family: "Roboto-M";
  font-weight: normal;
  font-style: initial;
}
.wx-products-detailsmoreinfo table tr td {padding: 5px 3px; text-align: center; width: initial; border: 1px solid #ddd; background-color: #fff;}
.wx-products-detailsmoreinfo table { font-size: 14px !important; border-collapse: collapse; width: 100%;}
/*.wx-products-detailsmoreinfo p:nth-last-child(2),.wx-products-detailsmoreinfo p:last-child {padding-bottom: 0px;}*/

/* 停用的效果 */
.wx-products-detailsdesc {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -.55px;
  color: #757575;
  padding-top: 10px;
  padding-bottom: 10px;
}
.wx-products-detailstxt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 15px;
  color: #757575;
  line-height: 1.5;
  padding: 0px;
  margin: 20px 0px 0px;
  overflow: hidden;
}
.wx-products-detailstxt dl {
  width: 48%;
  border-top: 1px solid #757575;
  padding: 10px 0px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailstxt dl:first-child,.wx-products-detailstxt dl.w100 {width: 100%;
}
.wx-products-detailstxt dl dt .jie {display: none;}
.wx-products-detailstxt dl.active dt .jie {display: inline-block;}
.wx-products-detailstxt dl.active dt .jia {display: none;}
.wx-products-detailstxt dl dt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  color: #494949;
  padding-block: 11px;
  padding: 0px;
  transition: background 0.2s ease;
}
.wx-products-detailstxt dl dd {
  display: none;
  min-height: 80px;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 20px;
  transition: all 0.3s ease;
  font-size: 14px;
  line-height: 1.6;
  padding: 10px;
  margin: 0px;
}
.wx-products-detailstxt dl.active dd {
  display: flex;
}

.wx-products-detailsbtn {
  padding: 0px;
  margin: 20px 0px 0px;
  overflow: hidden;
}
.wx-products-detailsbtn a {
  width: 100%;
  font-size: 18px;
  letter-spacing: -.35px;
  height: 60px;
  background-color: #022e49;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  border: none;
  white-space: nowrap;
  padding: 0 30px;
  -webkit-transition: all .5s ease,background-color 1.5s ease;
  -moz-transition: all .5s ease,background-color 1.5s ease;
  -o-transition: all .5s ease,background-color 1.5s ease;
  transition: all .5s ease,background-color 1.5s ease;
  font-family: "Roboto-B";
  line-height: 1.33;
  color: #fff;
}
.wx-products-detailsbtn a:hover {
  -webkit-transform: scale(.95);
  transform: scale(.95);
}

.wx-products-detailsrelated {
  padding: 0px;
  margin: 60px 0px 0px;
  overflow: hidden;
}
.wx-products-relatedtitle {
  font-family: Helvetica Now Text W05 Light;
  font-size: 42px;
  line-height: 56px;
  letter-spacing: -3.19px;
  color: #494949;
  margin: 0px 0px 30px;
}
.wx-products-relatedlist {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-relatedlist ul {
  display: grid;
  column-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.wx-products-relatedoneimg {
  background-color: #f6f6f6;
  text-align: center;
  padding: 20px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-relatedonetxt {
  padding: 10px 0px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-relatedonetxt h3 {
  font-family: "Roboto-B";
  font-size: 16px;
  line-height: 26px;
  color: #494949;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}


/* 网站地图 */
.wx-sitemap-main {
  padding: 0px;
  margin: 80px 0px 0px;
  overflow: hidden;
}
.wx-sitemap-title {
  display: flex;
  justify-content: space-between;
  padding-top: 5.875rem;
  margin-bottom: 90px;
}
.wx-sitemap-title h1 {
  width: 76%;
  border-right: 1px solid #cdcdcd;
  font-size: 68px;
  font-family: "Roboto-M";
  line-height: 1.1;
  color: #494949;
  padding: 0px 89px 110px 0px;
}
.wx-sitemap-info {
  padding-top: 3.75rem;
  padding-bottom: 90pt;
  max-width: 20in;
  margin: 0 auto;
  float: unset !important;
}
.wx-sitemap-infocenter {
  padding: 0 2.6%;
  -webkit-column-count: 3;
  column-count: 3;
}
.wx-sitemap-list {
  border-bottom: 1px solid #cdcdcd;
  padding-top: 30px;
  margin-right: 105px;
}
.wx-sitemap-list h3 {
  font-size: 32px;
  color: #494949;
  line-height: 1;
  letter-spacing: -.1pc;
  font-family: "Roboto-L";
  text-decoration: none;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.wx-sitemap-list h3 a {
  color: #494949;
}
.wx-sitemap-list>ul>li {
  list-style: none;
  margin: 0;
  padding-bottom: 40px;
}
.wx-sitemap-list li h4 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -.4px;
  color: #212121;
  font-family: "Roboto-B";
  padding-bottom: 20px;
}
.wx-sitemap-list>ul>li>ul>li {padding-bottom: 20px;}
.wx-sitemap-list>ul>li>ul>li>a {font-size: 16px;font-family: "Roboto-B"; color: #333; display: block; padding: 0px 0px 10px;}
.wx-sitemap-list li dl {
  padding: 0px;
  margin: 0px;
}
.wx-sitemap-list dd {
  padding: 0px 0px 15px;
  margin: 0px;
}
.wx-sitemap-list dd>a {
  color: #757575;
  font-family: "Roboto-M";
  font-size: 15px;
  line-height: 1.5rem;
  letter-spacing: -.35px;
}

/* 板块信息 */
.wx-page-blockmain {
  background-color: #f9f9f9;
  margin: 80px 0px 0px;
  padding: 30px 0px;
  overflow: hidden;
}
.wx-page-blockinfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-page-blockleft {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: auto 260px;
  width: 61%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-page-blockleft h1 {
  font-size: 56px;
  font-family: "Roboto-B";color:#000;
  line-height: 5rem;
  padding: 0 237px 0 0;
  margin-bottom: 60px;
}
.wx-page-blockright {
  width: 37%;
  font-weight: 400;
  padding: 0px 0px 0px 50px;
  border-left: 1px solid #757575;
  display: flex;
  min-height: 280px;
}
.wx-page-blockright p {
  font-family: "Roboto-R";
  color: #494949;
  font-size: 18px;
  line-height: 2rem;
}

.wx-page-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px 0px;
  margin: 80px 0px 0px;
  overflow: hidden;
  position: relative;
}
.wx-page-banner::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #00000066;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-page-banner .wx-page-blocknav {
  position: sticky;
  color: #fff;
  z-index: 10;
}
.wx-page-banner .wx-page-blocknav li,.wx-page-banner .wx-page-blocknav li::after,.wx-page-banner .wx-page-blocknav li a {color: #fff;}
.wx-page-bannertxt {
  position: sticky;
  max-width: 390px;
  text-align: center;
  color: #fff;
  margin: 60px auto 120px;
  padding: 0px;
  overflow: hidden;
  z-index: 10;
}
.wx-page-bannertxt h1 {
  font-size: 3.375rem;
  line-height: 3.875rem;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-page-bannertxt p {
  font-size: 1.125rem;
  font-family: Lato-Regular;
  line-height: 1.75rem;
  letter-spacing: normal;
  margin-top: 20px !important;
  padding-top: 0;
}

/* 联系我们 */
.wx-contact-main {
  max-width: 1440px;
  margin: 0px auto;
  /* -webkit-align-items: center;
  align-items: center; */
}
.wx-contact-address {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 0px;
    margin: 0px 0px 25px;
    overflow: hidden;
}
.wx-contact-address .ico {
  width: 56px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.wx-contact-address .txt {
  -webkit-flex: 1;
  flex: 1;
  margin: 0px 0 0 26px;
}
.wx-contact-address .txt h4 {
  font-size: 22px;
  font-family: "Roboto-B";
  line-height: 1;
  color: #212121;
}
.wx-contact-address .txt p {
  font-size: 20px;
  font-family: "Roboto-M";
  color: #777;
  line-height: 30px;
  margin: 10px 0 0;
}
.wx-contact-linkinfo {
    width: 50%;
  margin-top: 0px;
  margin-right: 5%;
  overflow: hidden;
  float: left;
}
.wx-contact-linkinfo>h4 {
  padding: 0px 0px 20px;
  margin-bottom: 30px;
  font-size: 24px;
  font-family: "Roboto-B";
  line-height: 24px;
  color: #313131;
  border-bottom: 1px solid #d9d9d9;
}
/*.wx-contact-linkinfo ul.list{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 5vh;}*/
.wx-contact-linkinfo ul.list li{width: 100%;border-radius: 10px;background: #f1f2f3;overflow: hidden;margin-bottom: 25px;}
.wx-contact-linkinfo ul.list li .title{padding: 15px 25px;font-size: 20px;font-weight: bold;color:#00479D;border-bottom: 1px solid #c1c1c1;}
.wx-contact-linkinfo ul.list li .content{padding: 20px 25px 0px;font-size: 16px;color:#666;line-height: 1.875;}
.wx-contact-linkinfo ul.list li .content p:nth-child(1){font-family: 'gilroy';color:#000;font-size: 20px;}
.wx-contact-linkinfo ul.list li .content a{display: inline-block;margin-right: 10px;color:#00479D;border-bottom: 1px solid;line-height: 1.2;}
.wx-contact-linkinfo dl {display: flex;flex-wrap: wrap;justify-content: space-between;margin: 0px;}
.wx-contact-linkinfo dd {
  width: 48%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0px 0px 20px;
}
.wx-contact-linkinfo dd .ico {
  width: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.wx-contact-linkinfo dd .txt {
  -webkit-flex: 1;
  flex: 1;
  margin: 0px 0 0 15px;
}
.wx-contact-linkinfo dd .txt h4 {
  font-size: 18px;
  font-family: "Roboto-B";
  line-height: 1;
  color: #212121;
}
.wx-contact-linkinfo dd .txt p {
  font-size: 16px;
  font-family: "Roboto-M";
  color: #777;
  line-height: 30px;
  margin: 5px 0 0;
}
.wx-contact-message {
  width: 42%;
  padding: 40px 54px 35px;
  box-shadow: 0 0 25px rgba(231, 231, 231, 0.75);
  float: right;
}
.wx-contact-messagetitle {
  text-align: center;
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-contact-messagetitle h3 {
  font-size: 24px;
  font-family: "Roboto-B";
  margin-bottom: 5px;
}
.wx-contact-messagetitle p {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.wx-contact-messageinfo {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-input-wrap {
  width: 100%;
  position: relative;
  padding: 0px 5px 12px;
}
.wx-input-label {
  width: 100%;
  font-size: 18px;
  color: #666;
  padding-bottom: 5px;
}
.wx-input-label.required::before {
  content: "*";
  color: #F0150F;
  padding-right: 5px;
}
.wx-input-wrap-box {
  position: relative;
}
.wx-line-input {
  width: 100%;
  font-size: 18px;
  height: 36px;
  padding: 0 58px 0 10px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  text-overflow: ellipsis;
}
.wx-input-char-count {
  font-size: 12px;
  color: #8c8c8c;
  position: absolute;
  right: 18px;
  top: 11px;
}
.wx-textarea-input {
  width: 100%;
  font-size: 18px;
  font-family: inherit;
  padding: 8px 12px;
  height: 96px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.more-box {
  margin-top: 30px;
  text-align: center;
}
.more-box button {
  position: relative;
  display: inline-block;
  font-size: 0.9rem;
  line-height: 45px;
  padding: 0 92px;
  color: #fff;
  border: 2px solid #204586;
  background-color: #204586;
  border-radius: 10px;
  overflow: hidden;
  transition: color 0.2s linear 0.1s, border-color 0.2s linear 0.3s, background 0.2s linear 0.3s;
}
.more-box button:hover {
  color: #fff;
  background: #173974;
  border-color: #173974;
}
.wx-location-maps {
  width: 100%;
  height: 55vh;
  border: 1px solid #eee;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-location-maps .amap-info>div {
    bottom: 20px !important;
}

/* 关于我们 */
.wx-about-profilemain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-about-profiletitle {
  width: 30%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-about-profiletitle h2 {
  max-width: 475px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
}
.wx-about-profiletitle h2::before {
  margin-right: 1rem;
  margin-bottom: 10px;
  display: inline-flex;
  height: 5px;
  width: 2rem;
  background-color: #d0121a;
  --tw-content: "";
  content: '';
}
.wx-about-profileinfo {
  width: 65%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-about-editor {
  font-size: 1rem;
  line-height: 1.8;
  color: inherit;
  display: block;
  font-weight: 400;
  display: inline-flex;
  flex-direction: column;
  gap: 2rem;
}

/* 品牌/业务 */
.wx-business-list {
  padding: 0px;
  margin: 0px;
}
.wx-business-list ul {
  display: grid;
  column-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.wx-business-list li {
  padding: 0px;
  margin: 0px 0px 50px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
.wx-business-list li:hover {
  -webkit-box-shadow: 0px 15px 30px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 15px 30px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 15px 30px 10px rgba(0, 0, 0, 0.2);
}
.wx-business-oneimg {
  padding: 5px;
  margin: 0px 0px;
  overflow: hidden;
}
.wx-business-oneimg img {width: 100%;}
.wx-bussines-onetxt {
  padding: 15px 10px 20px;
}
.wx-bussines-onetxt h3 {
  font-size: 20px;
  font-family: "Roboto-B";
  line-height: 1.5;
  color: #000;
  padding: 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
}
.wx-bussines-onetxt p {
  font-size: 14px;
  font-family: "Roboto-R";
  line-height: 1.5rem;
  color: #666;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-partner-list {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-partner-list h3 {
  font-size: 20px;
  font-family: "Roboto-B";
  line-height: 2;
  border-bottom: 1px solid #ccc;
  color: #000;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-partner-list ul {
  display: grid;
  column-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 0px;
  margin: 0px 0px 20px;
}
.wx-partner-list li {
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-partner-list li img {height: 50px;}

/* 相关资质 */
.wx-page-twotitle {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 0px;
  margin: 0px 0px 35px;
  overflow: hidden;
}
.wx-page-twotitleh2 {
  max-width: 25%;
  padding: 0px 50px 0px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-page-twotitleh2 h2 {
  font-size: 42px;
  line-height: 3.875rem;
  font-family: "Roboto-M";
}
.wx-page-twotitleinfo {
  width: 70%;
  padding: 0px;
  margin: 15px 0px 0px;
  overflow: hidden;
  letter-spacing: 0;
  font-size: 15px;
  font-family: "Roboto-R";
  line-height: 1.7;
  text-align: left;
  color: #5d5d5d;
}
.wx-page-twotitleinfo2 {
  width: 70%;
  padding: 0px;
  margin: 5px 0px 0px;
  overflow: hidden;
  letter-spacing: 0;
  font-size: 16px;
  font-family: "Roboto-R";
  line-height: 1.6;
  text-align: left;
  color: #5d5d5d;
}
.wx-page-twotitleinfo2 span {
    display: block;
}

.wx-about-qualificatlist {
  padding: 0px;
  margin: 0px;
}
.wx-about-qualificatlist h3 {
  font-size: 20px;
  font-family: "Roboto-B";
  line-height: 2;
  border-bottom: 1px solid #ccc;
  color: #000;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-about-qualificatlist ul {
  display: grid;
  column-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 10px  0px;
}
.wx-about-qualificatlist li {
  text-align: center;
  padding: 10px;
  margin: 0px 0px 30px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
.wx-about-qualificatlist li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.wx-product-onetitle {
  font-size: 16px;
  color: #1b2226;
  text-transform: uppercase;
  line-height: 1.6;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  padding: 10px 0px 0px;
}
.wx-product-oneview {
  font-family: 'Poppins';
  font-size: .9rem;
  text-transform: uppercase;
  color: #d0121a;
}
.wx-about-qualificatlist li:hover {
  -webkit-box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.3);
}

/* 视频中心 */
.wx-video-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 5;
  margin-bottom: 35px;
}
.wx-video-title h3 {
  font-size: 32px;
  font-family: "Roboto-M";
  color: #000000;
}
.wx-video-title ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.wx-video-title li {
  height: 50px;
  background-color: #eee;
  font-size: 1rem;
  line-height: 45px;
  margin: 0px 0px 0px 10px;
  padding: 0px 30px;
  overflow: hidden;
}
.wx-video-title li:hover,.wx-video-title li.active {
  background-color: #204586;
}
.wx-video-title li:hover a,.wx-video-title li.active a {color: #fff;}

.wx-video-list {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-video-list ul {
  display: grid;
  column-gap: 35px;
  grid-template-columns: 1fr 1fr;
}
.wx-video-list li {
  padding: 0px;
  margin: 0px 0px 35px;
  overflow: hidden;
}
.wx-video-oneimg {
  background-color: #eee;
  align-items: center;
  height: 35vh;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.wx-video-oneimg img {width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);}
.wx-video-oneimg i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00000066;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-video-onetxt {
  border-bottom: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5px 15px;
}
.wx-video-onetxt h4 {
  color: #000000;
  font-size: 18px;
}
.wx-video-onetxt i {
  font-size: 20px;
  display: inline-flex;
  align-items: center;
}

/* 产品支持 */
.wx-down-datalist {padding: 0px;margin: 0px 0px 30px;}
.wx-down-datalist ul {display: grid;column-gap: 20px;grid-template-columns: 1fr 1fr;}
.wx-down-datalist li {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #E5E8ED;
  padding: 10px;
  margin-bottom: 20px;
}
.wx-down-oneimg {
  width: 100px;
  height: 100px;
  background: #F6F7F7;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.wx-down-oneimg i {font-size: 4rem; color: #666;}
.wx-down-onebox {
  flex: 1;
}
.wx-down-onetitle {font-size: 1.2rem;font-weight: bold; color: #333;}
.wx-down-oneinfo {display: flex; font-size: .95rem;margin-top: 10px;}
.wx-down-oneinfo .corMain {
  height: 24px;
  background: #e5ecf5;
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #00479D;
}
.wx-down-oneother {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wx-down-onetime {
  margin-top: 10px;
  align-items: center;
  display: flex;
  color: #666;
  font-size: 1rem;
}
.wx-down-onetime div {
  display: flex;
  align-items: center;
}
.wx-down-onetime div::after {
  content: '';
  display: block;
  width: 1px;
  height: 1rem;
  background-color: #666;
  margin-left: 12px;
  margin-right: 12px;
}
.wx-down-onetime div:last-child::after {display: none;}
.wx-down-onedownbtn {
  width: 115px;
  height: 40px;
  background-color: #00479D;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  color: #fff;
  transition: all 0.5s ease;
  border: 2px solid #00479D;
}
.wx-down-onedownbtn i {margin-left: 10px;}
.wx-down-onedownbtn:hover {
  background-color: #fff;
  color: #00479D;
}
@media (max-width: 1600px) {
    .wx-header-logo a img {max-height: 35px;}
    .wx-header-nav li {margin-right: 30px;}
    .wx-header-nav .nav-ul > li > a {font-size: 24px;}
    .wx-header-twonavright ul h4 {font-size: 22px;}
    .wx-header-twonavright ul li ul li > a {font-size: 18px;}
    .wx-index-langlist h1 {font-size: 22px;}
    .wx-index-langlist li {margin: 0px 10px;}
}
@media (max-width: 1480px) {
    .wx-header-logo a img {max-height: 30px;}
    .wx-header-nav li {margin-right: 30px;}
    .wx-header-nav .nav-ul > li > a {font-size: 22px;}
    .wx-header-twonavright ul h4 {font-size: 20px;}
    .wx-header-twonavright ul li ul li > a {font-size: 16px;}
    .wx-index-langlist h1 {font-size: 18px;}
    .wx-index-langlist li {margin: 0px;}
}
@media (max-width: 1280px) {
    .wx-header-logo a img {max-height: 25px;}
    .wx-header-nav li {margin-right: 30px;}
    .wx-header-nav .nav-ul > li > a {font-size: 18px;}
    .wx-header-twonavright ul h4 {font-size: 16px;}
    .wx-header-twonavright ul li ul li > a {font-size: 14px;}
}

@media (max-width: 991px) {
  .containe {width: 100%;}
  .wx-header-main {padding: 0px; height: 60px; background: #fff !important;border-bottom: 1px solid #ccc !important;}
  .wx-header-logo {padding: 15px 0px;}
  .wx-header-nav{position:fixed;top:60px;right:0px;width:80%;height:calc(100vh - 60px);background:#fff;flex-direction:column-reverse;transition:all .2s linear;opacity:0;overflow:hidden;visibility:hidden;transform:translateX(80%)}
  .wx-header-main.active .wx-header-nav { opacity: 1; overflow: inherit; visibility: inherit; transform: translateX(0);}
  .wx-header-main.active::after {display: block;}
	.wx-header-nav .nav-ul{width:100%;flex-direction:column;overflow-y:auto;flex:1;padding-bottom:100px}
	.wx-header-nav .nav-ul>li{height:auto !important;width:100%;margin: 0px;position: relative;}
	.wx-header-nav .nav-ul>li.cur{background:#F3F8FA}
	.wx-header-nav .nav-ul>li.cur .icon-down02{transform:rotate(0); color: #333;}
	.wx-header-nav .nav-ul>li .icon-down02{position:absolute;right:5px;top:2px;width:40px;height:40px;display:inline-flex;align-items:center; color: #333; justify-content:center;transition:all .1s linear;transform:rotate(-90deg);font-size:14px;}
	.wx-header-nav .nav-ul>li>a{color: #333; font-size: 16px; height:auto;padding:10px 15px;margin: 0px; line-height: 25px; font-weight:normal;justify-content:flex-start;}
	.wx-header-nav .nav-ul>li>a.inmenu_1{background: #F3F8FA !important;}
  .wx-header-nav .nav-ul > li > a::after {display: none; background: #23337e;}
  .wx-header-nav .nav-ul > li:hover > a::after, .wx-header-nav .nav-ul > li > a.inmenu_1::after {width: 100%;}
	.wx-header-nav .nav-ul>li.cur>a {background: #fff;color: #333;}
	.wx-header-nav .nav-ul>li:hover>a{background: #fff;color:#333;}
	.wx-header-nav .nav-ul>li:hover>a::after{width:0px}
	.wx-header-nav .nav-ul>li>ul a {line-height: 30px; height: 30px; color: #444;}
	.wx-header-nav .nav-ul>li>ul{position:static;box-shadow:none;max-width:100%;background:#F3F8FA;display:none;padding:10px 5px;border-top: 1px solid #eee;}
	.wx-header-nav .nav-ul>li>ul li:hover>a{background:0 0;color:#006eb9;}
  .wx-header-nav .nav-ul>li>ul li:hover:after {display: none;}
	.wx-header-nav .nav-ul>li>ul li ul a {font-weight: normal; font-size: 13px;}
	.wx-header-nav .nav-ul>li>ul .icon-right03{display:none}
	.wx-header-nav .nav-ul>li>ul ul{position:static;display:block;background:0 0;box-shadow:none;padding:0px 20px; opacity: 1; transform: none;}
	.wx-header-nav .nav-ul .head-left{width:100%;padding:15px;color:#111111;line-height:2}
	.wx-header-nav .nav-ul .head-left .item em{margin-right:5px}
	.wx-header-nav .nav-ul > li > .wx-header-twonav {position:static;width:100%;background:#F3F8FA; padding:10px 15px;box-shadow:none; max-height: initial; height: initial;}
  .wx-header-twonavright ul h4 {font-size: 16px; margin-bottom: 15px;}
  .wx-header-twonavright > ul > li {width: 100%;}
  .wx-header-twonavright ul dl {padding-left: 10px; margin-bottom: 10px; font-size: 1rem;}
  .wx-header-twonavright ul dt {width: 100%;}
  .wx-header-twonavright {width: 100%;}
  .wx-header-nav .nav-ul ul li ul {margin-bottom: 15px;}
  .wx-header-twonavright ul li ul li > a {font-size: 13px; color: #666;}
  .wx-header-twonavright ul,.wx-header-twonavright ul dl {display: block;}
  .wx-header-nav .nav-ul > li.ping .submenu li a {font-size: 14px; color: #333; margin-bottom: 5px;}
  .wx-header-main.active::after { content: ''; position: absolute; top: 60px;left: 0; width: 100%; height: calc(100vh - 60px); background-color: #00000099; padding: 0px; margin: 0px; overflow: hidden; z-index: -1;}
  .wx-header-menu {display: block;}
  .wx-header-menu .icon-close04 {display: none;}
  .wx-header-main.active .wx-header-menu .icon-close04 {display: inline-flex;}
  .wx-header-main.active .wx-header-menu .icon-nav02 {display: none;}

  .wx-index-langlist h1 {font-size: 1.4rem; margin: 0px;}
  .wx-index-langlist li {padding: 10px 8px 5px;margin: 0px;}
  .wx-index-langlist li img {height: 35px;}
  .wx-index-promain {padding: 25px 0px;}
  .wx-index-protitle {font-size: 24px; margin: 0px 0px 10px; padding: 0px 0px 5px;}
  .wx-index-prolist {margin-bottom: 10px;}
  .wx-index-prolist ul {display: block; padding: 0px; column-count: 1;}
  .wx-index-prolist li {margin-bottom: 25px;}
  .wx-index-prolist li h4 {font-size: 18px; line-height: 1.5; padding-bottom: 5px;}
  .wx-index-prolist > ul > li > ul > li {margin: 0px !important;}
  .wx-index-prolist > ul > li > ul > li > a {font-size: 16px;}
  .wx-index-prolist li dd {padding-bottom: 7px;}
  .wx-index-prolist li dd a, .wx-index-prolist li dt a {font-size: 13px; line-height: 25px;}
  
  .wx-footer-main {padding: 0px;}
  .wx-footer-top {padding: 20px 0px;}
  .wx-footer-mobileno {display: none;}
  .wx-footer-topcenter {width: 100%;}
  .wx-footer-topcenterico {width: 35px;}
  .wx-footer-topcenterico i {width: 29px; height: 29px; font-size: 14px; line-height: 29px; margin-top: 5px;}
  .wx-footer-topcenterlinkinfo {width: calc(100% - 35px); font-size: 16px;}
  .wx-footer-topcenter dl {display: block;}
  .wx-footer-topcenter dd {width: 100%; margin-bottom: 10px;}
  .wx-footer-bottom {padding: 10px;}
  .wx-footer-topcenterlinkinfo span {font-size: 13px; margin-top: 5px; display: block;}
  .wx-footer-copyright span {display: block;}

  .wx-page-blockmain,.wx-page-banner {margin-top: 60px; padding: 10px 0px;}
  .wx-page-bannertxt {max-width: 100%; margin: 45px 0px 60px;}
  .wx-page-blocknav {margin-bottom: 5px;}
  .wx-page-blocknav li {line-height: 30px; padding-right: 10px; margin-right: 5px; font-size: 1rem;}
  .wx-page-blockleft {width: 100%;}
  .wx-page-blockleft h1 {font-size: 28px;padding-right: 20px;line-height: 3rem; margin: 10px 0px 5px;}
  .wx-page-blockright {width: 100%;border-left: 0px; border-top: 1px solid #757575; padding: 10px 0px 0px; min-height: initial; margin-bottom: 20px;}
  .wx-page-blockright p {font-size: 12px; line-height: 1.6;}
  .wx-page-main {padding: 30px 0px;}
  .wx-page-twotitle {margin-bottom: 20px;}
  .wx-page-twotitleh2 {width: 35%;}
  .wx-page-twotitleh2 h2 {font-size: 2rem;}
  .wx-page-twotitleinfo {width: 65%; font-size: 12px; margin: 0px;}
  .wx-about-profilemain {display: block;}
  .wx-about-profiletitle {width: 100%; margin-bottom: 15px;}
  .wx-about-profiletitle h2 {font-size: 2rem; max-width: initial;}
  .wx-about-profileinfo {width: 100%;}
  .wx-video-title h3 {font-size: 24px;}
  .wx-video-title li {height: 35px; line-height: 35px; padding: 0px 10px;}
  .wx-video-list ul {display: block;}
  .wx-video-list li {margin-bottom: 20px;}
  .wx-video-oneimg {height: 180px;}
  .wx-video-oneimg i {width: 45px; height: 45px; line-height: 42px;font-size: 24px;}
  .wx-video-onetxt {padding: 10px 5px 8px;}
  .wx-video-onetxt h4 {font-size: 16px;}
  .wx-about-qualificatlist ul {column-gap: 15px; grid-template-columns: 1fr 1fr;}
  .wx-about-qualificatlist li {padding: 5px; margin-bottom: 15px;}
  .wx-bussines-onetxt {padding-top: 5px;}
  .wx-bussines-onetxt h3 {font-size: 18px; margin-bottom: 5px;}
  .wx-bussines-onetxt p {font-size: 12px;}
  .wx-down-datalist ul {display: block;}
  .wx-down-oneinfo .corMain {height: initial;}
  .wx-down-onetime {display: none;}
  .wx-down-onedownbtn {width: 100%; margin-top: 10px; height: 30px; line-height: 30px;}
  .wx-contact-main {display: block; max-width: initial;}
  .wx-contact-linkinfo {width: 100%; margin: 0px;}
  .wx-contact-linkinfo > h4 {padding-bottom: 10px; margin-bottom: 20px;}
  .wx-contact-linkinfo li,.wx-contact-messagetitle {margin-bottom: 15px;}
  .wx-contact-linkinfo ul.list li .title {font-size: 18px; padding: 10px;}
  .wx-contact-linkinfo li .ico {width: 30px;}
  .wx-contact-linkinfo li .txt {margin-left: 15px;}
  .wx-contact-linkinfo li .txt h4 {font-size: 14px;}
  .wx-contact-linkinfo li .txt p {font-size: 12px; line-height:1.5; margin-top: 5px;}
  .wx-contact-address .ico {width: 45px;}
  .wx-contact-address  .txt {margin-left: 15px;}
  .wx-contact-address  .txt h4 {font-size: 18px;}
  .wx-contact-address  .txt p {font-size: 14px; line-height: 1.5; margin-top: 5px;}
  .wx-contact-message {width: 100%; padding: 25px 15px;}
  .wx-contact-messagetitle h3 {margin-bottom: 5px;}
  .wx-contact-locationleft {width: 100%; padding-bottom: 230px;}
  .wx-contact-locationright {width: 100%;}
  .more-box {margin-top: 10px;}
  .more-box button {width: 100%; text-align: center; font-size: 14px;}

  .wx-products-main {padding: 80px 0px 30px;}
  .wx-page-maintitle {margin-bottom: 10px;}
  .wx-page-maintitle h1 {font-size: 28px; line-height: 28px; margin-bottom: 5px;}
  .wx-products-servicemain {display: none;}
  .wx-products-detailsmoreinfo {padding: 0px 20px;}
  .wx-products-detailslist {width: 100%;}
  .wx-products-detailsone {display: block; padding-bottom: 20px; margin-bottom: 35px;}
  .wx-products-detailsimg {width: 100%; padding: 15px 0px;}
  .wx-products-detailsimg img {height: 27vh;}
  .wx-products-detailsinfo {width: 100%; margin-top: 10px;}
  .wx-products-detailsinfo h1 {font-size: 20px; padding-bottom: 5px; line-height: 1.5;}
  .wx-products-detailsinfo h1 span {font-size: 16px;}
  .wx-products-detailsmoreinfo p, .wx-products-detailsmoreinfo div {font-size: 14px; width: 48%; padding-bottom: 20px;}
  .wx-products-detailsmoreinfo p strong, .wx-products-detailsmoreinfo div strong {font-size: 16px;}
  .wx-business-list ul {display: block;}
  .wx-business-list li {margin-bottom: 20px;}
  .wx-partner-list ul {grid-template-columns: 1fr 1fr 1fr;}
  .wx-partner-list li img {height: 30px;}
}