/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "utf-8";
/* usually */
html{font-family:Microsoft Yahei,PingFang SC,Avenir,Segoe UI,Hiragino Sans GB,STHeiti,"Microsoft Sans Serif",WenQuanYi Micro Hei,sans-serif;word-wrap: normal;line-height: 1.4;user-select:none}
body {font-size: 14px;color: #333;}
body,div,h1,h2,h3,h4,h5,h6,hr,p,span,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,a,:after,:before{margin:0;padding:0;box-sizing: border-box;}
ul,ol,li{list-style:none;}
a{text-decoration: none;color: #333}
.auto{margin-left:auto;margin-right:auto;}
.l{float:left;}.r{float:right;}.tc{text-align: center;}.ti2{text-indent: 2em;}
.db{display:block;}.dn{display:none;}.dib{display: inline-block;}
.ovh{overflow:hidden;}.rel{position:relative;}.abs{position:absolute;}
.fix:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-flex:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-web:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-phone:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.img-responsive{max-width: 100%; height: auto; display: block;}
.ellipsis{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: block; white-space: nowrap;}
.ellipsis1{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: inline-block; white-space: nowrap;}
img {border:none;display: inline-block;height: auto;max-width: 100%;}
.swiper-slide {user-select: none;}
/*margin*/
.m0{margin: 0px;}
.m1{margin: 1px;}.ml1{margin-left: 1px;}.mt1{margin-top: 1px;}.mr1{margin-right: 1px;}.mb1{margin-bottom: 1px;}
.m2{margin: 2px;}.ml2{margin-left: 2px;}.mt2{margin-top: 2px;}.mr2{margin-right: 2px;}.mb2{margin-bottom: 2px;}
.m5{margin: 5px;}.ml5{margin-left: 5px;}.mt5{margin-top: 5px;}.mr5{margin-right: 5px;}.mb5{margin-bottom: 5px;}
.m10{margin: 10px;}.ml10{margin-left: 10px;}.mt10{margin-top: 10px;}.mr10{margin-right: 10px;}.mb10{margin-bottom: 10px;}
.m15{margin: 15px;}.ml15{margin-left: 15px;}.mt15{margin-top: 15px;}.mr15{margin-right: 15px;}.mb15{margin-bottom: 15px;}
.m20{margin: 20px;}.ml20{margin-left: 20px;}.mt20{margin-top: 20px;}.mr20{margin-right: 20px;}.mb20{margin-bottom: 20px;}
.mr25 {margin-right: 25px;}
/*padding*/
.p0{padding: 0px;}
.p1{padding: 1px;}.pl1{padding-left: 1px;}.pt1{padding-top: 1px;}.pr1{padding-right: 1px;}.pb1{padding-bottom: 1px;}
.p2{padding: 2px;}.pl2{padding-left: 2px;}.pt2{padding-top: 2px;}.pr2{padding-right: 2px;}.pb2{padding-bottom: 2px;}
.p5{padding: 5px;}.pl5{padding-left: 5px;}.pt5{padding-top: 5px;}.pr5{padding-right: 5px;}.pb5{padding-bottom: 5px;}
.p10{padding: 10px;}.pl10{padding-left: 10px;}.pt10{padding-top: 10px;}.pr10{padding-right: 10px;}.pb10{padding-bottom: 10px;}
.p15{padding: 15px;}.pl15{padding-left: 15px;}.pt15{padding-top: 15px;}.pr15{padding-right: 15px;}.pb15{padding-bottom: 15px;}
.p20{padding: 20px;}.pl20{padding-left: 20px;}.pt20{padding-top: 20px;}.pr20{padding-right: 20px;}.pb20{padding-bottom: 20px;}
.mt30 {margin-top: 30px;}
.mb25 {margin-bottom: 25px;}
.heigh100 {height: 100%;}

.icon-plus {display: inline-block;width: 18px;height: 18px;position: relative;cursor: pointer;}
.icon-plus::before,.icon-plus:after {content: "";display: block;width: 100%;height: 2px;background-color: rgba(255, 255, 255, .4);border-radius: 4px;position: absolute;left: 50%;transform: translate(-50%,-50%);top: 50%;transition: transform .3s ease-in;border-radius: 4px;}
.icon-plus:after {transform: translate(-50%,-50%) rotate(90deg);}
.icon-plus.rotate:after {transform: translate(-50%,-50%) rotate(0);}

.main-pro-left-main-tit .icon-plus::before,.main-pro-left-main-tit .icon-plus:after {background-color: #307ec1;}
/*.swiper-hornor-top .h-img {aspect-ratio: 391 / 558;}*/
.pages {
  text-align: center;
  padding: 70px 0;
}
.pages li {
  display: inline-block;
  font-size: 14px;
  margin-right: 0.5%;
  border: 1px solid #dcdcdc;
  color: #666666;
  border-radius: 4px;
}
.pages li .iconfont::before {font-size: 14px;}
.pages li a {
  padding: 6px 12px 5px;
  display: inline-block;
  color: #666666;
}
.pages li span {
  padding: 6px 12px 5px;
  display: inline-block;
}
.pages-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow-down-fill.png) no-repeat 96% center;
  border:1px solid #dadada;
  outline: none;
  font-size: 14px;
  border-radius: 4px;
  padding: 5px;
  padding-right: 16px;
}

.pages li.thisclass {
  background:#1673c3;
  border-color: #1673c3;
}
.pages li.thisclass a {
  color: #fff;
}
.pages li.noborder {border: none;background-color: transparent;padding: 0;}
.pages li .turn-input {color: #666666;padding: 8px 12px 7px;background-color: #fff;width: 48px;}

input[type="text"],input[type="password"],input[type="number"],textarea,button,input[type="email"],input[type="date"] {
  border: none;
  outline: none;
  background-color: transparent;
}
input[type="date"] {
  color: #fff;
}
input[type="text"] {
  -webkit-appearance: none;
}
/* ::-webkit-input-placeholder{}
:-moz-placeholder{}
::-moz-placeholder{}
:-ms-input-placeholder{}  */

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.no {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  z-index: 10;
}

.banner {position: relative;}

.banner-i {
  width: 100%;
  display: block;
}


.lan {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow-down.png) no-repeat right center;
  padding-right: 16px;
}

.normal-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
}


.select_provice {
  width: 110px;
  height: 40px;
  line-height: 40px;
  border:1px solid #bfbfbf;
  outline: none;
  font-size: 14px;
  border-radius: 4px;
  padding-right: 16px;
  text-align: center;
  flex: 1;
}
.mobile-img {display: none;}

.menu {
  display: none;
  margin-left: 10px;
}

.hide-pc {display: none;}
.menu i {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #307ec1;
  margin-top:6px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition:-webkit-transform 0.3s;
  transition:-webkit-transform 0.3s;
  -o-transition:transform 0.3s;
  transition:transform 0.3s;
  transition:transform 0.3s, -webkit-transform 0.3s;
}
.menu i:first-child {
  margin-top: 0;
}
.menu.rotate i:nth-of-type(1) {
  -webkit-transform: rotate(42.5deg);
      -ms-transform: rotate(42.5deg);
          transform: rotate(42.5deg);
}
.menu.rotate i:nth-of-type(2){
  opacity: 0;
}

.menu.rotate i:nth-of-type(3){
  -webkit-transform: rotate(-42.5deg);
      -ms-transform: rotate(-42.5deg);
          transform: rotate(-42.5deg);
}

.normal-place ::-webkit-input-placeholder{
  font-size: 14px;
  color: #999999;
  font-family:Microsoft Yahei,PingFang SC,Avenir,Segoe UI,Hiragino Sans GB,STHeiti,"Microsoft Sans Serif",WenQuanYi Micro Hei,sans-serif;
}
.normal-place :-moz-placeholder{
  font-size: 14px;
  color: #999999;
  font-family:Microsoft Yahei,PingFang SC,Avenir,Segoe UI,Hiragino Sans GB,STHeiti,"Microsoft Sans Serif",WenQuanYi Micro Hei,sans-serif;
}
.normal-place :-ms-input-placeholder{
  font-size: 14px;
  color: #999999;
  font-family:Microsoft Yahei,PingFang SC,Avenir,Segoe UI,Hiragino Sans GB,STHeiti,"Microsoft Sans Serif",WenQuanYi Micro Hei,sans-serif;
}
img[class*=avatar] {border-radius: 50%;}
.hover-a a:hover {color: #307ec1;}
.hover-tit a:hover [class*=tit] {color: #307ec1;}
._h-img {transition: transform .3s ease;}
.r-img {border-radius:16px;}
.hover-img a:hover ._h-img {transform: scale(1.1);}
.bold {font-weight: 600;}
.tl {text-align: left;}
[class*=btn] {cursor: pointer;}

.upload-file {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 99;
}
.tech-details-box {padding-bottom:40px}
@-webkit-keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.lg_sfdh {
  animation: play_btn 0.5s infinite alternate;
}

@keyframes play_btn{
  0%{transform:scale(1.0)}
  100%{transform:scale(1.1)}
}

@keyframes hideIndex{
  0%{ opacity: 0; padding-top: 20px; }
  100%{opacity: 1; padding-top: 10px; }
}


@keyframes hideIndex1{
  0%{ opacity: 0; padding-top: 15px; }
  100%{opacity: 1; padding-top: 0; }
}

.code-img {max-width: 115px;display: block;}
@media (min-width:1920px) {
  .news_tab_ul>li {margin-right: 40px;}
  .nav-posi-lul>li {margin-right: 40px;}
}
@media (min-width:992px) {
    ._tech_span {flex:1;padding-left:10px}
    ._tech_ubott {display:flex;align-items:flex-end}
    .solution-ileft {position:absolute;left:0;top:0;height:100%;}
  .solve-plan-ul>li:nth-of-type(2n) {padding-bottom: 3.64vw;}
  .solve-plan-ul>li:nth-of-type(2n+1)  .solve-pleft {transform:  translate(calc(100% * 0.0210),-2.60vw) scale(1.05);}
  .solve-plan-ul>li:nth-of-type(2n)  .solve-pleft {transform:  translate(calc(100% * -0.0210),2.60vw) scale(1.05);}
  .swiper-part-prev {left: -25px;transform: translate(-100%,0);}
  .swiper-part-next {right: -25px;transform: translate(100%,0);}
  .main-pro-left {position: sticky;position: -webkit-sticky;top: 160px;margin-top: -65px;z-index: 1;}
  .head-nav-posi {position: absolute;bottom: 0;transform: translate(0,100%);width: 100%;background: linear-gradient(to bottom,rgba(0,0,0,0.2),rgba(0,0,0,0.1),transparent);}
  ._tech_utop .iconfont {font-size: 20px;}
  .solu-ilul>li .iconfont {font-size: 26px;}
  .footer-top-ul>li {max-width: 180px;}
  a.footer-link:first-child {margin-top: 15px;}
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
     -webkit-transition-delay: 99999s;
     -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

.center-box {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.center-box2 {
  max-width: 1645px;
  margin-left: auto;
  margin-right: auto;
}
.head {padding: 20px 0;background-color: #fff;}
.head-fixed {position: sticky;position: -webkit-sticky;width: 100%;top: 0;z-index: 99;}

.drop-cont {position: absolute;bottom: 0;transform: translate(-50%,100%);left: 50%;width: 260px;display: none;}
.drop-ul>li {line-height: 40px;padding: 0 10px 0 20px;border-bottom: 1px solid #eeeeee;}
.drop-ul {background-color: #fff;text-align: center;box-shadow: 0 0 13px rgba(0,0,0,0.07);padding-bottom: 10px;}
.drop-ul>li:hover a{color: #1f4b77;}


.drop-tab>a:hover {color:#1673c3}
.nav-ul {padding-top: 20px;}
/*.drop-tab>a {color: #fff;text-shadow: 0 0 6px rgba(0, 0, 0, .5);}*/
.nav-ul>li {font-size: 16px;position: relative;margin-left:40px}
.nav-ul>li::after {content: "";width: 100%;position: absolute;bottom: 0;left: 50%;transform: translate(-50%,0);bottom: 0;position: absolute;background-color: #fff;height: 3px;width:0;transition: width .3s ease;}
.nav-ul>li:hover::after,.nav-ul>li.on::after {width: 100%;}


.responsive-y {overflow-y: auto;}
.responsive-y::-webkit-scrollbar {/*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
  width: 3px;
  height: 0; 
}
.responsive-y::-webkit-scrollbar-thumb {/*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
  border-radius: 3px;
  background: #307ec1;
}

/*428  305 187 305 1225*/
.grid-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48.25% 49.16%;
  grid-template-columns: 48.25% 49.16%;
  gap:1.30vw;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

/* .swiper-banner .swiper-banner-pagination {width: auto;background-color: rgba(0, 0, 0, .38);height: 20px;border-radius: 999px;display: inline-flex;justify-content: center;align-items: center;left: 50%;transform: translate(0,-50%);} */
.swiper-banner-pagination .swiper-pagination-bullet {background-color: #fff;transition: width .3s ease;border-radius: 4px;}
.swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {width: 20px;}

.block {display: block;width: 100%;}


.head-rsearch {width: 280px;height: 45px;border: 1px solid #dbdbdb;border-radius: 999px;padding: 0 15px;}
.head-rsearch:has(.head-rval:focus) {border-color: #307ec1;}
.head-rval {width: 100%;flex: 1;}
.banner-word{position: absolute;top: 50%;transform: translate(0,-50%);left: 0;width: 100%;}
.banner-tit {font-size: 44px;font-weight: 600;text-shadow: 0 0 6px rgba(0, 0, 0, .2);}

.normal-bj {background-position: center;background-repeat: no-repeat;background-size: cover;}
.au-img {width: 40px;}
.au-rul>li {border-top: 5px solid #307dc0;border-radius: 4px;width: 30.26%;margin-left: 4.60%;text-align: center;padding: 36px 5px 30px;background-color: rgba(255, 255, 255, .1);box-shadow: 0 0 6px rgba(0, 0, 0, .03);}
.au-data {font-size: 34px;font-weight: 600;}
.au-text {font-size: 16px;color: #999;}
.au-rul>li:nth-of-type(3n+1) {margin-left: 0;}
.about-us {padding: 40px 0;background-size:100% 100%;height:100%}
.normal-tit {font-size: 38px;font-weight: 600;color: #1673c3;}
.normal-en {font-size: 20px;}
.about-us-right {width: 58.46%;}
.about-us-left {width: 37.69%;}
.about-us-inner {margin-top:15px;}
.about-us-desc {font-size: 16px;line-height: 1.875em;margin:0 0 15px;}
.check-more {display: inline-flex;width: 120px;height: 40px;border: 1px solid #2674b6;color: #2674b6;justify-content: center;align-items: center;border-radius: 999px;}
.au-rtop {height: 44px;display: flex;align-items: center;justify-content: center;}
.prodcut-ul>li {width: 18.23%;margin-left:2.20%;margin-top: 40px;}
.swiper-product {margin-top: 40px;}
.swiper-product .swiper-slide {border-radius: 16px;overflow: hidden;border: 1px solid #ebeef1;box-shadow: 0 0 6px rgba(0, 0, 0, .03);height: auto;}
.prodcut-ul>li:nth-of-type(5n+1) {margin-left: 0;}
.pro-btit {font-size: 22px;text-align: center;padding: 20px 0 20px;position: relative;border-bottom: 1px solid #e9ecef;}
.pro-btit::after {content: "";display: block;width: 60px;height: 4px;background-color: #1673c3;bottom: 0;left: 50%;transform: translate(-50%,50%);position: absolute;border-radius: 4px;}
.pro-bdesc {line-height: 2.5em;padding: 20px 15px 30px 1.82vw;}
.pro-top {background-color: #ebeef1;display: flex;align-items: center;justify-content: center;}
.product-box {padding: 90px 0 0;}
.solution {padding: 90px 0 80px;}
.solution-inner {margin-top: 30px;}
.solution-ileft {box-shadow: 0 0 6px rgba(0, 0, 0, .1);width: 330px;overflow: hidden;overflow-y: auto;}
.solution-mark {position: absolute;top: 0;left: 0;width: 420px;background-color: rgba(0, 0, 0, .63);height: 100%;color: #fff;padding: 5.20vw 40px 30px;max-width: 100%;opacity:0;visibility:hidden}
.solution-iright .normal-item{cursor:pointer}
.solution-iright .normal-item:hover .solution-mark {opacity:1;visibility:visible;}
.solution-iright {width: calc(100% - 330px);}
.solu-ilul>li {font-size: 20px;padding: 15px;font-weight: 600;}
.solu-ilul>li + li {margin-top:20px}
.solu-ilul {padding: 5px 0 25px;}
.sm-tit {font-size: 32px;}
.sm-desc {font-size: 16px;line-height: 2em;margin-top: 25px;display: -webkit-box;-webkit-line-clamp: 5;overflow: hidden;-webkit-box-orient: vertical;}
.solu-ilul>li.on,.solu-ilul>li:hover {background-color: #f3f8fc;color: #1673c3;}
.solu-ilul>li.on a,.solu-ilul>li:hover a {color: #1673c3;}
.normal-item {display: none;}
.normal-item:first-child {display: block;}
.sm-more-btn {display: inline-flex;width: 90px;height: 40px;border: 1px solid #fff;border-radius: 999px;color: #fff;justify-content: center;align-items: center;transition: all .3s ease;}
.sm-more-btn:hover {background-color: #1673c3;border-color: #1673c3;text-decoration: underline;}
.news_ntit {font-size: 30px;font-weight: 600;color: #1673c3;}
.news_more {color: #999;}
.news {background-color: #f6f7f8;padding: 90px 0;}
.news_item {width: 48.07%;}
.news_uleft {width: 27.35%;}
.news_uright {width: 72.65%;padding-left: 20px;}
.news_nul>li {padding: 12px 20px;border-radius: 16px;background-color: #fff;margin-top: 25px;}
.news_urtit {font-size: 20px;font-weight: 600;}
.news_urbott {margin-top: 15px;}
.news_urtime {color: #999;}
.news_urbott .iconfont {color: #1673c3;font-weight: 600;font-size: 20px;}
.footer {background-color: #0e5ba1;color: #fff;}
.footer a {color: #fff;}
.footer-top {padding: 60px 0 70px;border-bottom: 1px solid rgba(255, 255, 255, .1);}
a.footer-link {display: block;color: rgba(255, 255, 255, .6);line-height: 2em;margin-top: 6px;display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;}

.footer-top-links {font-size: 16px;}

.footer-tleft {width: 76.15%;padding-right:40px}
.footer-binfo {line-height: 1.8em;}
.footer-bott {padding: 25px 0;}
.logo-img {max-height: 100px;}
.footer-bott ._zd-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #9c9c9c;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
}
.swiper-product-prev::after,.swiper-product-next::after {font-size: 24px;}
.code-img-item + .code-img-item {margin-left: 10px;}
.nav-postion {color: #999999;}
.nav-postion a {color: #999;}
.nav-postion-pd {padding: 25px 0;}
.nav-postion-pd2 {padding-top: 25px;}
._ab_right {width: 48.46%;}
._ab_left {width: 48.07%;}
._ab_tit {font-size: 38px;font-weight: 600;color: #1673c3;}
._ab_tit_line {position: relative;padding-bottom: 15px;}
._ab_tit_line::after {content: "";width: 35px;height: 3px;background-color: #1673c3;bottom: 0;left: 0;position: absolute;}
._ab_tit_line.tc::after {left: 50%;transform: translate(-50%,0);}
._ab_desc {font-size: 16px;line-height: 2em;margin-top: 20px;}
._ab_box {padding: 70px 0 90px;}
._tech_box {padding: 110px 0;background-color: #ededed;}
/*._tech_ul>li {width: 33.33%;margin-top: 60px;}*/
._tech_ul>li {width: 25%;margin-top: 60px;padding:0 5px}
._tech_utop {font-size: 18px;color: #999;}

._tech_utop .iconfont {margin-right: 5px;}
._tech_ubott {font-size: 18px;margin-top: 5px;}
._tech_data {font-size: 36px;color:#1673c3}

.hornor-tul>li a {color: #999;}
.hornor-tul>li {font-size: 20px;position: relative;padding: 15px 0;font-weight: 600;}
.hornor-tul>li + li {margin-left: 2.08vw;}
.hornor-tul>li::after {content: "";display: block;width: 100%;height: 4px;background-color: #2b78c8;position: absolute;bottom: 0;width: 0;left: 50%;transform: translate(-50%,0);transition: width .3s ease;}
.hornor-tul>li.on,.hornor-tul>li.on a,.hornor-tul>li:hover,.hornor-tul>li:hover a {color: #2b78c8;}
.hornor-tul>li.on::after,.hornor-tul>li:hover::after {width: 100%;}
.hornor-box,.partner {padding: 75px 0 80px;}
.swiper-hornor .swiper-slide {display:flex;flex-direction:column;height:auto}
.swiper-hornor .swiper-slide .h-img {max-height:88%;max-width:90%}
.swiper-hornor-top {display:flex;justify-content:center;align-items:center;background-color:#f6f6f6;height:300px}
.swiper-hornor-prev,.swiper-hornor-next {position: static;margin: 0;height: auto;width: auto;}
.swiper-hornor {margin-top: 50px;}
.swiper-hornor-prev::after,.swiper-hornor-next::after {font-size: 16px;font-weight: 600;}
.swiper-horno-span {color: #cccccc;margin: 0 15px;}
.swiper-button-prev.swiper-button-lock,.swiper-button-next.swiper-button-lock  {display: block;}
.swiper-hornor-button-box {padding-top: 50px;}
.swiper-hornor-prev.swiper-button-disabled,.swiper-hornor-next.swiper-button-disabled {color: #cbcfd6;opacity: 1;}
#swiper-hornor .swiper-slide {text-align: center;font-size: 16px;}
.swiper-hornor-bott {padding-top: 10px;}
.swiper-partner {margin-top: 50px;}
.swiper-partner .swiper-slide {text-align: center;font-size: 16px;background-color: #fff;height: 125px;display: flex;flex-direction: column;align-items: center;justify-content: space-between;padding: 15px;}
.swiper-ptop {flex: 1;display: flex;align-items: center;justify-content: center;}
.pa1-img {max-width: 90%;max-height: 90%;}
.banner-tit1 {font-size: 50px;font-weight: 600;}
.banner-desc1 {font-size: 30px;font-weight: 300;margin-top: 15px;}
.main-pro-left {width: 240px;background-color: #fff;border-radius: 16px;overflow: hidden;box-shadow: 0 0 6px rgba(0,0,0,0.1);padding-bottom: 40px;}

.main-pro-right {width: calc(100% - 240px);padding-left: 40px;}
.main-pro-left-top {background-color: #1673c3;color: #fff;font-size: 24px;padding: 16px;text-align: center;font-weight: 600;height: 65px;}
.main-pro-links {display: block;margin-top: 8px;color: #666;}
.main-pro-left-ul {padding: 0 10px 0 15px;}
.main-pro-left-ul>li {padding: 10px 0 10px 15px;border-bottom: 1px solid #e5e5e5;}

.main-pro-left-main-tit {font-size: 16px;font-weight: 600;position: relative;}
.main-pro-left-main-tit::before {content: "";width: 0.5em;height: 0.5em;background-color: #1673c3;border-radius: 50%;left: 0;top: 50%;transform: translate(-100%,-50%);position: absolute;left: -5px;}

.main-pro-rul-tit {font-size: 34px;font-weight: 600;color: #1673c3;position: relative;}
.main-pro-rinner-ul>li {width: 31.37%;margin-left: 2.93%;margin-top: 35px;background-color: #fff;border-radius: 16px;overflow: hidden;font-size: 16px;text-align: center;}
.main-pro-rinner-ul>li:nth-of-type(3n+1){margin-left: 0;}
.main-pro-rinner-bott {padding: 20px 10px;}
.main-pro-rul>li {padding: 50px 0;position: relative;}
.main-pro-rul>li:nth-of-type(2n):before {content: "";width:100vw;height: 100%;right: 0;top: 0;position: absolute;background-color: #fff;transform: translate(calc(calc(100vw - 1300px) / 2),0);}
/* .main-pro-rul>li:first-child {padding-top: 0;} */
.main-pro-box {padding-bottom: 70px;}
.details-oper-btn {display: inline-flex;width: 170px;height: 52px;background-color: #1673c3;border-radius: 999px;color: #fff;font-size: 20px;justify-content: center;align-items: center;}
.details-oper-btn + .details-oper-btn {margin-left: 10px;}
.details-tleft {width: 45.09%;}
.details-tright {width: 49.01%;padding-top: 1.04vw;}
.details-tr-tit {font-size: 30px;font-weight: 600;}
.details-tr-desc {font-size: 16px;line-height: 2em;margin: 20px 0;}
.pro-deta-idesc {font-size: 16px;line-height: 2em;margin-top: 20px;}
.pro-deta-ileft {width: 49.50%;}
.pro-deta-iright {width: 44.11%;}
.pro-details-item {padding-top: 80px;}

.pro-deta-itit {display: inline-block;position: relative;font-size: 24px;font-weight: 600;}
.pro-deta-itit>span {position:relative;display:inline-block;padding:0 5px 10px;}
.pro-deta-itit>span::before {content:"";width:0;height:0;border-top:15px solid #1673c3;border-left:15px solid transparent;border-right:15px solid transparent;bottom:0;transform:translate(-50%,calc(100% - 4px));position:absolute;left:50%}
.pro-deta-itit>span::after {content:"";width:0;height:0;border-top:10px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent;bottom:3px;transform:translate(-50%,calc(100% - 4px));position:absolute;left:50%}
.pro-deta-itit::before {content: "";display: block;width: 100%;height: 4px;border-radius: 4px;background-color: #1673c3;bottom: 2px;position: absolute;left:50%;transform:translate(-50%,0)}
.pro-deta-ul>li {height: 70px;min-width: 170px;padding: 0 30px;border: 1px solid #d9d9d9;border-radius: 4px;display: inline-flex;justify-content: center;align-items: center;font-size: 16px;margin-top: 25px;margin-right: 20px;}
.pro-case-ul>li {width: 23.03%;margin-left: 2.61%;margin-top: 35px;position: relative;border-radius: 16px;overflow: hidden;}
.pro-case-ul>li:nth-of-type(4n+1) {margin-left: 0;}
.case-mask {position: absolute;bottom: 0;width: 100%;background: linear-gradient(to bottom,transparent,rgba(0,0,0,0.5));padding: 25px 15px;font-size: 20px;text-align: center;font-weight: 600;color: #fff;}
.pro-load-ul {padding-top: 25px;}
.pro-load-ul>li {margin-top: 10px;font-size: 16px;width: 33.33%;padding-right: 15px;}
.nav-postion-bg {background-color: #f7f7f7;}
.nav-posi-lul>li {padding: 25px 0;position: relative;font-weight: 600;margin-right: 2.08vw;font-size: 16px;color: #333;}
.nav-posi-lul>li a{color: #333;}
.nav-posi-lul>li::after {content: "";width: 100%;height: 3px;background-color: #1673c3;bottom: 0;left: 50%;transform: translate(-50%,0);width: 0;position: absolute;transition: width .3s ease;}
  .nav-posi-lul>li.on,.nav-posi-lul>li.on a,.nav-posi-lul>li:hover,.nav-posi-lul>li:hover a {color: #1673c3;}
  .nav-posi-lul>li.on::after,.nav-posi-lul>li:hover::after {width: 100%;}
  .tech-ul {max-width: 1120px;margin-left: auto;margin-right: auto;}
  .tech-ul>li {width: 28.125%;margin-left: 7.80%;margin-top: 55px;border-radius: 16px;overflow: hidden;}
  .tech-ul>li:nth-of-type(3n+1) {margin-left: 0;}
  .tech-ubott {padding: 20px 10px;font-size: 16px;text-align: center;}
  .application {padding-bottom: 90px;}

  .td-iul>li {width: 23.07%;margin-left: 2.56%;border-radius: 16px;margin-top: 40px;}
  .td-iul>li:nth-of-type(4n+1) {margin-left: 0;}
  .td-itit {font-size: 34px;font-weight: 600;color: #1673c3;}
  .tech-details-item {padding-top: 80px;}
  .tech-details-item2 {padding-bottom: 80px;}
  .normal-bott {padding: 20px 10px;font-size: 16px;text-align: center;}
  .iul-shadow>li {box-shadow: 0 6px 6px rgba(0, 0, 0, .1);}
  .test-inner-box {width: 408px;background-color: rgba(0, 0, 0, .6);padding: 2.08vw 2.60vw;border-radius: 16px;max-width: 100%;}
.test-itit {font-size: 36px;}
.test-idesc {font-size: 20px;line-height: 1.61em;margin: 15px 0 20px;}
  /*.test-box {padding: 4.68vw 0;position:relative}*/
  .test-btn {display: inline-flex;width: 110px;height: 44px;background-color: #fff;border-radius: 999px;align-items: center;justify-content: center;font-size: 16px;color: #333;}
  .test-btn:hover {text-decoration: underline;}

  .swiper-part-prev::after,.swiper-part-next::after {font-size: 32px;color: #a3a3a3;}

  .swiper-part .swiper-slide {box-shadow: inset 0px 0px 6px rgba(0, 0, 0, .1);height: 104px;display: inline-flex;align-items: center;justify-content: center;}
  .swiper-part {margin-top: 50px;}


  .solve-plan-ul>li {position: relative;margin-top: 3.64vw;}
  .par-img {max-width: 90%;max-height: 90%;}
  .solve-plan-ul>li:nth-of-type(2n+1) {display: flex;}
  .solve-plan-ul>li:nth-of-type(2n) {display: flex;flex-direction: row-reverse;}
  .solve-pleft {width: 46.16%;transform-origin: center top;position: relative;z-index: 10;}
  
  
  .solve-pright {width: 53.84%;border: 1px solid #e6e6e6;padding: 3.125vw 5.72vw  3.125vw 5.72vw;border-radius: 16px;}
  .solve-pr-desc {font-size: 16px;line-height: 2em;margin: 20px 0;}
  .solve-pr-tit {font-size: 30px;font-weight: 600;}
  .solve-btn {display: inline-flex;width: 145px;height: 52px;align-items: center;justify-content: center;background-color: #1673c3;border-radius: 999px;color: #fff;font-size: 16px;}
  .solve-btn:hover {text-decoration: underline;}
  .solev-deta-left {width: 45%;}
  .solev-deta-right {width: 48.84%;}

  .solve-ul>li {position: relative;border-radius: 18px;overflow: hidden;width: 31.53%;margin-left: 2.68%;margin-top: 40px;}
  .solve-ul>li:nth-of-type(3n+1) {margin-left: 0;}
  .solve-mark {position: absolute;bottom: 0;width: 100%;padding: 15px;background-color: rgba(0, 0, 0, .58);color: #fff;font-size: 20px;font-weight: 600;}

  .main-tech-tit {font-weight: 600;}
  .news_tab_ul>li {font-size: 24px;color: #999999;margin-right: 2.08vw;position: relative;padding:15px 5px 15px;}
  .news_tab_ul>li::after {content: "";display: block;width: 100%;bottom: 0;height: 3px;background-color: #1673c3;position: absolute;width: 0;transition: width .3s ease;left: 50%;transform: translate(-50%,0);}
  .news_tab_ul>li a {color: #999;}
  .news_tab_ul>li .iconfont {font-size: 24px;}

  .news_tab_ul>li.on, .news_tab_ul>li.on a,.news_tab_ul>li:hover,.news_tab_ul>li:hover a {color: #1673c3;}
  .news_tab_ul>li.on::after,.news_tab_ul>li:hover::after {width: 100%;}

  ._news_time {width: 150px;position: relative;border-right: 1px solid #e4e4e4;}
  ._news_uright {width: 21.15%;}
  ._news_uleft {padding: 0 60px 0 30px;}
 ._news_utit {font-size: 26px;}
 ._news_udesc {font-size: 16px;color: #666666;line-height: 1.7em; margin-top: 15px;}
 ._news_ul>li {padding: 45px 0;border-bottom: 1px solid #e5e5e5;}
 ._news_day {font-size: 34px;font-weight: 600;color: #1673c3;}
 ._news_year {font-size: 16px;margin-top: 5px;font-weight: 600;}
 ._news_img {border-radius: 12px;}
 .ques-br-info-box {
  padding:20px 0 30px;
  border-bottom: 1px solid #ebebeb;
}
.prev-next-span {
  display: inline-flex;
  width: 60px;
  height: 27px;
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  position: relative;
}
.prev-next-box {
  padding: 50px 0;
  border-top: 1px solid #ebebeb;
}
.prev-next-span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid #b0b0b0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
}

.prev-next-span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
}

._news_details-ileft {
  width: 73.07%;
}
._news_details-iright{
  width: 21.53%;
}
.prev-next + .prev-next {margin-top: 20px;}
 .question-br-tit {
    font-size: 30px;
  }
  .question-br-info {
    color: #999999;
}
.question-br-info>span {
  margin-right: 20px;
}
.know-lb-tit {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.know-lb-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #96b7d3;
  border-radius: 8px;
  bottom: 0;
  position: absolute;
  left: 0;
  z-index: -1;
}
._news_dr-ltime {
  color: #999;
}
._nes-img {border-radius: 4px;}
._news_details-irul>li {padding: 18px 0;border-bottom: 1px solid #ebebeb;}
._news_dr_left {width: 39.64%;}
._news_dr-ltit {line-height: 1.4em;}
._news_dr_right {padding-left: 15px;}
._case-details-show {
  padding: 40px 0;
  line-height: 2em;
  font-size: 16px;
}
.cont-dl {margin-top: 20px;}
.cont-dd-data {font-size: 16px;font-weight: 600;margin-top: 5px;}
.cont-dd-text {color: #999;}
.cont-dl>dt {width: 30px;}
.cont-dl>dt .iconfont {font-size: 20px;}
.contact-box {padding: 50px 0 50px;}
.contact-tit {font-size: 34px;font-weight: 600;}
 ._news_time .iconfont {
  font-size: 26px;
  color: #cccccc;
}
.contact-right {width: 48.46%;}
.contact-left {width: 42.84%;}
.map-box {width: 100%;height: 385px;margin-top: 40px;}
.map-iframe {width: 100%;height: 100%;}
.cont-rdl {margin-top: 35px;}
.cont-rdl>dt {font-size: 16px;font-weight: 600;}
.cont-rdl .cont-rval {height: 45px;border-bottom: 1px solid #e5e5e5;width: 100%;flex: 1;font-size: 14px;color: #666}
.cont-rdl .cont-rtext  {height: 200px;border: 1px solid #e5e5e5;border-radius: 12px;padding: 15px;width: 100%;resize: none;}
.cont-rdl>dd {margin-top: 10px;}
.cont-rbtn {display: inline-flex;width: 170px;height: 55px;background-color: #1673c3;border-radius: 12px;color: #fff;justify-content: center;align-items: center;font-size: 16px;font-weight: 600;}
.head-right {display: none;}
.tr {text-align:right;}
.mt40 {margin-top:40px}
.webkit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.line2 {
  -webkit-line-clamp: 2;
}
.line3 {
  -webkit-line-clamp: 3;
}
.line4 {
  -webkit-line-clamp: 4;
}
.line5 {
  -webkit-line-clamp: 5;
}
.col-000 {
  color: #000;
}
.col-333 {
  color: #333;
}
.col-666 {
  color: #666;
}
.col-999 {
  color: #999;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.col-fff {
  color: #fff;
}
.bgfff {
  background-color: #fff;
}
.col-red {color:#f00}
.theme {color: #307ec1;}
