@media only screen and (max-width: 3100px) {
  html {
    font-size: 30px;
  }
}
@media only screen and (max-width: 2560px) {
  html {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1920px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 16px;
  }
}
.main-center {
  width: 63.64rem;
  margin: 0 auto;
}
.fx {
  display: flex;
}
.ac {
  align-items: center;
}
.jsb {
  justify-content: space-between;
}
.jsa {
  justify-content: space-around;
}
.fc {
  flex-direction: column;
}
.jcc {
  justify-content: center;
}
.fw {
  flex-wrap: wrap;
}
/* 分页 */
.paged {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4.55rem;
}
.paged > a {
  margin-right: 0.45rem;
}
.paged .home-page {
  display: inline-block;
  padding: 0.23rem 0.45rem;
  border: 0.05rem solid #0096a3;
  color: #0096a3;
}
.paged .page-num {
  display: inline-block;
  padding: 0.23rem 0.45rem;
  border: 0.05rem solid #0096a3;
  color: #0096a3;
}
.paged .last-page {
  display: inline-block;
  padding: 0.23rem 0.45rem;
  border: 0.05rem solid #0096a3;
  color: #0096a3;
}
.paged > a:hover {
  background-color: #0096a3;
  color: #fff;
}
.paged .page-num-current {
  background-color: #0096a3;
  color: #fff;
}
.com-title {
  text-align: center;
  padding: 3.64rem 0 3.82rem;
}
.com-title h3 {
  position: relative;
  font-size: 1.64rem;
  color: #000000;
  z-index: 2;
}
.com-title h3::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.64rem;
  transform: translateX(-50%);
  width: 2.73rem;
  height: 0.09rem;
  background-color: #0096a3;
}
.solve .com-title h3::after{background-color: #fff;}
.com-title h3 p {
  position: absolute;
  left: 50%;
  text-transform: uppercase;
  top: 0.91rem;
  transform: translateX(-50%);
  color: rgb(255 255 255 / 15%);
  z-index: 1;
}
.com-title h3 span{
    font-size: 0.8rem;
    padding-top: 1.4%;
    font-weight: 600;
    letter-spacing: 2px;
}
.inner-com-title {
  padding: 4.55rem 0 2.27rem;
  text-align: center;
}
.inner-com-title h2 {
  font-size: 1.64rem;
  margin-bottom: 0.68rem;
  color: #000;
  font-weight: normal;
}
.inner-com-title p {
  font-size: 0.82rem;
  text-transform: uppercase;
  color: #999;
  display: none;
}
.banner-info {
  position: relative;
  height: 27.27rem;
  background-color: #484848;
}
.banner-info img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.banner-info .w3x {
  display: none;
}
.banner-info .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}
.banner-info .txt h1 {
  font-size: 2.27rem;
  margin-bottom: 0.91rem;
  color: #fff;
}
.banner-info .txt p {
  font-size: 0.91rem;
  text-transform: uppercase;
  color: #fff;
}
.position {
  padding: 1.36rem 0 2.27rem;
  color: #666;
  font-size: 0.55rem;
}
.position a {
  padding: 0 0.23rem;
}
.position a:first-child {
  padding-left: 0;
}
.position a:last-child {
  padding-right: 0;
}
.position > a:hover {
  color: #0096a3;
}
.list-nav {
  width: 100%;
  height: 2.73rem;
  box-sizing: border-box;
}
.list-nav ul {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0.05rem solid #dcdcdc;
}
.list-nav ul li {
  position: relative;
  line-height: 2.73rem;
  margin-right: 2.73rem;
  padding: 0 0.64rem;
  font-size: 0.82rem;
  color: #666;
}
.list-nav ul li:last-child {
  margin-right: 0;
}
.list-nav ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #0096a3;
  transition: width 0.5s;
}
.list-nav ul li:hover {
  color: #0096a3;
}
.list-nav ul li:hover::after {
  width: 100%;
  transition: width 0.5s;
}
.list-nav ul .active {
  color: #0096a3;
}
.list-nav ul .active::after {
  width: 100%;
}
.tabs-bar {
  width: 100%;
  height: 2.73rem;
  box-sizing: border-box;
}
.tabs-bar > .swiper-container {
  position: relative;
}
.tabs-bar > .swiper-container::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
}
.tabs-bar .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  justify-content: center;
}
.tabs-bar .swiper-slide {
  position: relative;
  width: auto;
  height: 2.8rem;
  line-height: 2.8rem;
  font-size: 0.82rem;
  padding: 0 0.64rem;
  text-align: center;
  text-decoration: none;
  color: #666;
}
.tabs-bar .swiper-slide::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #0096a3;
  transition: width 0.5s;
}
.tabs-bar .swiper-slide:hover {
  color: #0096a3;
}
.tabs-bar .swiper-slide:hover::after {
  width: 100%;
}
.tabs-bar .active {
  color: #0096a3;
}
.tabs-bar .active::after {
  width: 100%;
}
.tabs-bar .tabs-fixed {
  position: fixed;
  left: 50%;
  width: 100%;
  box-sizing: border-box;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 98;
}
header .header-pc {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  height: 4.09rem;
  border-bottom: 0.05rem solid rgba(255, 255, 255, 0.1);
}
header .header-pc .main-center {
  height: 100%;
}
header .header-pc .logo {
  width: 8.36rem;
}
header .header-pc .logo img {
  object-fit: contain;
  image-rendering: revert;
  /*filter: brightness(0) invert(1);*/
}
header .header-pc .logo img.ons{display:none;}

header .header-pc.on .logo img{display:none;}
header .header-pc.on .logo img.ons{display:block;}
header .header-pc.on{
    background-color: #ffffff;
}
header .header-pc.on .logo img{
    filter: unset;
}
header .header-pc.on .nav-r .li-1{
    color: #333;
}
header .header-pc.on .nav-r .head-hotline,header .header-pc.on .nav-r .head-hotline i{
    color: #333;
}
header .header-pc .logo .w3x {
  display: none;
}
header .header-pc .nav-r .li-1 {
  color: #fff;
}
header .header-pc .nav-r .li-1 > a {
  position: relative;
  padding: 0 0.66rem;
  height: 4.09rem;
  display: inline-block;
  line-height: 4.09rem;
  font-size: 0.75rem;
}
header .header-pc .nav-r .li-1 > a::before {
  content: '';
  position: absolute;
  left: 0;
  top: -4.09rem;
  width: 0.05rem;
  height: 4.09rem;
  background: linear-gradient(to top, transparent, #fff, transparent);
  opacity: 0;
  transition: all 0.5s;
}
header .header-pc .nav-r .li-1 > a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -4.09rem;
  width: 0.05rem;
  height: 4.09rem;
  background: linear-gradient(to top, transparent, #fff, transparent);
  opacity: 0;
  transition: all 0.5s;
}
header .header-pc .nav-r .li-1 > a:hover::before {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.5s;
}
header .header-pc .nav-r .li-1 > a:hover::after {
  bottom: 50%;
  transform: translateY(50%);
  opacity: 1;
  transition: all 0.5s;
}
header .header-pc .nav-r .li-1:nth-child(2) .li-2:nth-child(1) > a::after {
  content: '\e90d';
}
header .header-pc .nav-r .li-1:nth-child(2) .li-2:nth-child(2) > a::after {
  content: '\e685';
}
header .header-pc .nav-r .li-1:nth-child(2) .li-2:nth-child(3) > a::after {
  content: '\e880';
}
/*header .header-pc .nav-r .li-1:nth-child(2) .li-2:nth-child(4) > a::after {*/
/*  content: '\ec4d';*/
/*}*/
/*header .header-pc .nav-r .li-1:nth-child(2) .li-2:nth-child(5) > a::after {*/
/*  content: '\e6cf';*/
/*}*/
/*header .header-pc .nav-r .li-1:nth-child(2) .li-2:nth-child(6) > a::after {*/
/*  content: '\e60c';*/
/*}*/
/*header .header-pc .nav-r .li-1:nth-child(2) .li-2:nth-child(7) > a::after {*/
/*  content: '\e610';*/
/*}*/
header .header-pc .nav-r .li-1:nth-child(3) .li-2:nth-child(1) > a::after {
  content: '\ec4d';
}
header .header-pc .nav-r .li-1:nth-child(3) .li-2:nth-child(2) > a::after {
  content: '\e600';
}
header .header-pc .nav-r .li-1:nth-child(3) .li-2:nth-child(3) > a::after {
  content: '\e715';
}
header .header-pc .nav-r .li-1:nth-child(3) .li-2:nth-child(4) > a::after {
  content: '\e604';
}
header .header-pc .nav-r .li-1:nth-child(3) .li-2:nth-child(5) > a::after {
  content: '\e683';
}
header .header-pc .nav-r .li-1:nth-child(4) .li-2:nth-child(1) > a::after {
  content: '\e610';
}
header .header-pc .nav-r .li-1:nth-child(4) .li-2:nth-child(2) > a::after {
  content: '\ec23';
}
header .header-pc .nav-r .li-1:nth-child(4) .li-2:nth-child(3) > a::after {
  content: '\e67c';
}
header .header-pc .nav-r .li-1:nth-child(4) .li-2:nth-child(4) > a::after {
  content: '\e868';
}
header .header-pc .nav-r .li-1:nth-child(4) .li-2:nth-child(5) > a::after {
  content: '\e68b';
}
/*header .header-pc .nav-r .li-1:nth-child(4) .li-2:nth-child(6) > a::after {*/
/*  content: '\e744';*/
/*}*/
header .header-pc .nav-r .li-1:nth-child(5) .li-2:nth-child(1) > a::after {
  content: '\e60a';
}
header .header-pc .nav-r .li-1:nth-child(5) .li-2:nth-child(2) > a::after {
  content: '\e601';
}
header .header-pc .nav-r .li-1:nth-child(5) .li-2:nth-child(3) > a::after {
  content: '\e6d1';
}
header .header-pc .nav-r .li-1:nth-child(5) .li-2:nth-child(4) > a::after {
  content: '\e60e';
}
header .header-pc .nav-r .li-1:nth-child(5) .li-2:nth-child(5) > a::after {
  content: '\e74f';
}
header .header-pc .nav-r .li-1:nth-child(6) .li-2:nth-child(1) > a::after {
  content: '\e67a';
}
header .header-pc .nav-r .li-1:nth-child(6) .li-2:nth-child(2) > a::after {
  content: '\e675';
}
header .header-pc .nav-r .li-1:nth-child(6) .li-2:nth-child(3) > a::after {
  content: '\e637';
}
header .header-pc .nav-r .li-1 .nav-layer {
  position: absolute;
  left: 50%;
  bottom: -100.1px;
  top: 100%;
  transform: translateX(-50%);
  width: 100%;
  height: 0;
  background-color: #fff;
  z-index: 999;
}
header .header-pc .nav-r .li-1 .nav-layer .nav-container {
  display: none;
  padding: 0.92rem 0 1.17rem;
    background-color: rgb(255 255 255 / 100%);
    border-top: 1px solid #ccc;
}
header .header-pc .nav-r .li-1 .nav-layer .nav-container .li-2 > a {
  position: relative;
  padding-left: 0.91rem;
  
  font-size: 0.73rem;
  /*font-size: 0.93rem;*/
  color: #0096a3;
}
header .header-pc .nav-r .li-1 .nav-layer .nav-container .li-2 > a::after {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'iconfont' !important;
  font-size: 1.03rem;
  color: #0096a3;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header .header-pc .nav-r .li-1 .nav-layer .nav-container .ul-3 {
  position: relative;
  margin-top: 2.14rem;
}
header .header-pc .nav-r .li-1 .nav-layer .nav-container .ul-3::before {
  content: '';
  position: absolute;
  left: 0;
  top: -0.91rem;
  height: 0.05rem;
  width: 8.18rem;
  background: linear-gradient(to left, transparent, #fff);
}
header .header-pc .nav-r .li-1 .nav-layer .nav-container .ul-3 .li-3 {
  color: #d4d4d4;
  margin-bottom: 0.91rem;
}
header .header-pc .nav-r .li-1 .nav-layer .nav-container .ul-3 .li-3 > a:hover {
  color: #0096a3;
}
header .header-pc .nav-r .li-1:nth-child(2) .ul-2 {
  position: relative;
}
header .header-pc .nav-r .li-1:nth-child(2) .ul-2::before {
  content: '';
  width: 100%;
  height: 0.05rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 1.95rem;
  background-color: rgba(255, 255, 255, 0.1);
}
header .header-pc .nav-r .nav-li-news .ul-2,
header .header-pc .nav-r .nav-li-joinUs .ul-2 {
  justify-content: center;
}
header .header-pc .nav-r .nav-li-news .ul-2 .li-2:first-child,
header .header-pc .nav-r .nav-li-joinUs .ul-2 .li-2:first-child {
  margin-right: 20%;
}
header .header-pc .nav-r .head-hotline {
  color: #0096a3;
  margin-left: 2.09rem;
  margin-right: 1rem;
}
header .header-pc .nav-r .head-hotline i {
  color: #0096a3;
  font-size: 0.91rem;
}
header .header-pc .nav-r .head-hotline span {
  font-size: 0.83rem;
  white-space: nowrap;
}
/*header .on {*/
/*  background-color: #242632;*/
/*}*/
header #mb-header {
  display: none;
  margin-bottom: 50px;
}
header #mb-header #navbar-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 99;
  padding: 0 2.5%;
  box-sizing: border-box;
}
header #mb-header #navbar-main #logo {
  width: 30%;
}
header #mb-header #navbar-main #logo img {
  width: 100%;
}
header #mb-header #sidebar-main {
  background-color: #fff;
  width: 60% !important;
}
header #mb-header #sidebar-main a {
  display: block;
  text-align: center;
  border-bottom: 1px solid rgba(36, 38, 50, 0.1);
  padding: 16px 0;
  font-weight: bold;
}
header #mb-header #sidebar-main-trigger i {
  font-size: 20px;
  color: #1ba1ad;
  font-weight: bold;
}
header #sidebar-main .yj-ul .yj-li > a {
  position: relative;
}
header #sidebar-main .yj-ul .yj-li > a i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  font-size: 14px;
  float: right;
  transition: transform 0.5s;
}
header #sidebar-main .yj-ul .ej-ul {
  display: none;
}
header #sidebar-main .yj-ul .active i {
  transition: transform 0.5s;
  transform: translateY(-50%) rotate(180deg) !important;
}
footer {
  background-color: #242632;
}
footer .footer-t {
  padding: 1.27rem 0 0.91rem;
}
footer .footer-t .foot-l .logo {
  width: 8.77rem;
  height: 2.27rem;
  margin-bottom: 0.91rem;
}
footer .footer-t .foot-l .logo img {
  object-fit: contain;
}
footer .footer-t .foot-l .wechat {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  padding-right: 0.36rem;
}
footer .footer-t .foot-l .wechat .pic {
  width: 4.55rem;
  height: 4.55rem;
}
footer .footer-t .foot-l .wechat .pic img {
  object-fit: contain;
  image-rendering: pixelated;
}
footer .footer-t .foot-dl dt {
  color: #fff;
  margin-bottom: 0.91rem;
}
footer .footer-t .foot-dl dd {
  color: #fff;
  font-size: 0.55rem;
  margin-bottom: 0.64rem;
}
footer .footer-t .foot-dl dd > a:hover {
  color: #0096a3;
}
footer .footer-t .foot-dl dd:hover {
  color: #0096a3;
}
footer .footer-t .foot-contact h3 {
  font-weight: normal;
  color: #fff;
  margin-bottom: 0.91rem;
}
footer .footer-t .foot-contact .foot-contact {
  margin-bottom: 0.5rem;
}
footer .footer-t .foot-contact .foot-contact h4 {
  font-size: 0.91rem;
  color: #fff;
  margin-bottom: 0.45rem;
}
footer .footer-t .foot-contact .foot-contact i {
  color: #ccc;
  font-size: 0.73rem;
  margin-right: 0.73rem;
}
footer .footer-t .foot-contact .foot-contact span {
  font-size: 0.55rem;
  color: #ccc;
}
footer .footer-b {
  text-align: center;
  color: #fff;
  font-size: 0.55rem;
  padding: 0.91rem 0;
  border-top: 0.05rem solid rgba(255, 255, 255, 0.1);
}
footer .footer-b span > a:hover {
  color: #0096a3;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  header .header-pc .logo .w3x {
    display: block;
  }
  header .header-pc .logo .w1920 {
    display: none;
  }
}
@media only screen and (max-width: 1680px) {
  .main-center {
    width: 68.2rem;
  }
  .list-nav ul li {
    margin-right: 1.5rem !important;
  }
}
@media only screen and (max-width: 1600px) {
    footer .footer-t .foot-l .wechat .pic{width: 7.55rem;height: 7.55rem;}
    footer .footer-t .foot-dl dt,footer .footer-t .foot-contact h3{font-size: 1rem;}
    footer .footer-t .foot-dl dd{font-size: 0.85rem;}
    .list-nav ul li{font-size: 1.42rem;}
    .main-center {
        /*width: 92.2rem;*/
        width:93.2rem;
    }
    .position,.position>a {
        font-size: 1rem;
    }
    footer .footer-b{font-size: 0.85rem;}
    /*body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, textarea, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{*/
    /*    font-size: 0.84rem;*/
    /*}*/
    footer .footer-t .foot-contact .foot-contact h4{font-size: 1.31rem;}
    footer .footer-t .foot-contact .foot-contact span{font-size: 0.85rem;}
    
    .core-ability .cor-item h3{font-size: 1.32rem;}
    .core-ability .cor-item p{padding: 0 8%;line-height: 1.96rem;font-size: 0.8rem;}
    header .header-pc .nav-r .li-1 > a{font-size: 1.25rem;}
    header .header-pc .nav-r .head-hotline span{font-size:1.23rem;}
    .lang-box>a{font-size: 1.1rem;}
    .siteColor{font-size:2.27rem!important;}
    header .header-pc .nav-r .head-hotline i{font-size: 1.11rem;}
    header .header-pc .logo{width: 12.36rem;}
    header .header-pc{height: 6.09rem;}
    header .header-pc .nav-r .li-1 > a{height: 6.09rem;line-height: 6.09rem;}
    .com-title h3 p{font-size: 2.1rem;}
    .com-title h3{font-size: 2.24rem;}
    .com-title h3::after{width: 4.63rem;height: 0.19rem;bottom: -1.24rem;}
    header .header-pc .nav-r .li-1 .nav-layer .nav-container .li-2 > a{font-size: 1.13rem;}
    header .header-pc .nav-r .li-1 .nav-layer .nav-container .li-2 > a::after{font-size: 1.63rem;}
    header .header-pc .nav-r .li-1 .nav-layer .nav-container .li-2 > a{padding-left: 1.31rem;}
}   
@media only screen and (max-width: 1440px) {
  .main-center {
    /*width: 66rem;*/
    width: 84rem;
  }
  .list-nav ul li {
    margin-right: 1rem !important;
  }
}
@media only screen and (max-width: 1300px) {
    .main-center {
        width: 80rem;
    }
}
@media only screen and (max-width: 1280px) {
  .main-center {
    width: 55.6rem;
  }
  header .header-pc .nav-r .li-1 > a {
    padding: 0 1rem;
  }
  .list-nav ul li {
    margin-right: 0.5rem !important;
  }
}
@media only screen and (max-width: 768px) {
    .list-nav ul li {
        font-size: 1.12rem;
    }
    .siteColor {
        font-size: 1.57rem !important;
        
    }
  .main-center {
    width: 100%;
  }
  .w-body {
    padding: 0 15px;
  }
  .com-title {
    padding: 3.55rem 0 3.68rem;
  }
  .com-title h3 p {
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .banner-info {
    height: 18.27rem;
  }
  .banner-info .txt {
    width: 100%;
    padding: 0 4%;
  }
  .banner-info .txt h1 {
    font-size: 1.25rem;
  }
  .banner-info .txt p {
    line-height: 1.36rem;
  }
  .tabs-bar .swiper-slide {
    padding: 0 0.1rem;
    font-size: 12px;
  }
  .position {
    padding: 1.36rem 10px 0;
    font-size: 1rem;
  }
  .position a {
    line-height: 1.36rem;
  }
  header .header-pc {
    display: none;
  }
  header #mb-header {
    display: block;
  }
  footer .footer-t {
      display: none;
    flex-wrap: wrap;
    padding: 1.27rem 10px 0.91rem;
  }
  footer .footer-t .foot-l {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 1rem;
  }
  footer .footer-t .foot-l .wechat {
    padding-right: 0;
  }
  footer .footer-t .foot-dl {
    margin-bottom: 1rem;
  }
  footer .footer-b {
    padding: 0.91rem 10px;
  }
  footer .footer-b span {
    line-height: 1.36rem;
    display: block;
  }
}
header .header-pc .nav-r .li-1:nth-child(3) .nav-layer .nav-container .li-2:nth-child(6)>a::after{
    content: '';
    background-image: url('../img/dlfj.svg');
    width: 25px;
    height: 25px;
}
header .header-pc .nav-r .li-1:nth-child(3) .nav-layer .nav-container .li-2:nth-child(7)>a::after{
    content: '';
    background-image: url('../img/blq.svg');
    width: 25px;
    height: 25px;
}
