/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "utf-8";
/* usually */
html{ color: #464646;font-family: 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;font-size: 14px;}
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: #464646}
.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-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%;}
/*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%;}


.pages1 li {background-color: #fff;}
.pages1 li span {background-color: #0d5289;color: #fff;}
.pages1 li.noborder {background: transparent;}
.pages {
  text-align: center;
  padding: 40px 0 50px;
}
.pages li {
  display: inline-block;
  font-size: 14px;
  margin-right: 0.5%;
  border: 1px solid #eeeeee;
  color: #666666;
}
.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;
  /* background-size: auto 100%; */

  border:1px solid #dadada;
  outline: none;
  font-size: 14px;
  border-radius: 4px;
  padding: 5px;
  padding-right: 16px;
}
.pages-select option {color: #333;}

.pages li.thisclass {
  background:#eeeeee;
  border-color: #eeeeee;
}
.pages li.thisclass a {
  color: #666666;
}
.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 {
  border: none;
  outline: none;
  background-color: transparent;
}
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;
  /* background-size: auto 100%; */
  padding-right: 16px;
}

.normal-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow-down-fill.png) no-repeat 96% center;
  padding-right: 16px;
  outline: none;
}

.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;
}

.menu {
  display: none;
  margin-left: 6px;
}
.mobile-img {display: none;}
.menu i {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #0a92ff;
  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(42deg);
      -ms-transform: rotate(42deg);
          transform: rotate(42deg);
}
.menu.rotate i:nth-of-type(2){
  opacity: 0;
}

.menu.rotate i:nth-of-type(3){
  -webkit-transform: rotate(-42deg);
      -ms-transform: rotate(-42deg);
          transform: rotate(-42deg);
}

.normal-place ::-webkit-input-placeholder{
  font-size: 14px;
  color: #828282;
}
.normal-place :-moz-placeholder{
  font-size: 14px;
  color: #828282;
}
.normal-place ::-moz-placeholder{
  font-size: 14px;
  color: #828282;
}
.normal-place :-ms-input-placeholder{
  font-size: 14px;
  color: #828282;
}

.pro-son-swiper .swiper-slide {width: auto;}
.pro-search-val {font-size: 18px;color: #666;}
.normal-place1 ::-webkit-input-placeholder{
  font-size: 18px;
  color: rgba(42,42,42,0.3);
}
.normal-place1 :-moz-placeholder{
  font-size: 18px;
  color: rgba(42,42,42,0.3);
}
.normal-place1 ::-moz-placeholder{
  font-size: 18px;
  color: rgba(42,42,42,0.3);
}
.normal-place1 :-ms-input-placeholder{
  font-size: 18px;
  color: rgba(42,42,42,0.3);
}

.normal-place3 ::-webkit-input-placeholder{
  font-size: 16px;
  color: rgba(42,42,42,0.3);
}
.normal-place3 :-moz-placeholder{
  font-size: 16px;
  color: rgba(42,42,42,0.3);
}
.normal-place3 ::-moz-placeholder{
  font-size: 16px;
  color: rgba(42,42,42,0.3);
}
.normal-place3 :-ms-input-placeholder{
  font-size: 16px;
  color: rgba(42,42,42,0.3);
}

.el-input-val {font-size: 16px;color: #666;width: 100%;height: 100%;}

.swiper-banner .swiper-pagination-bullet {
  background-color: #fff;
}
/* .swiper-banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background-color: #fff;
  transition: width .3s ease-in;
}
.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
  border-radius: 4px;
} */

img[class*=avatar] {border-radius: 50%;}

.responsive {overflow-y: auto;}
.responsive::-webkit-scrollbar {
  width: 6px;
}
.responsive::-webkit-scrollbar-thumb {
  background-color: rgba(35,122,225,.4);
}
.responsive-x {overflow-x: auto;}
.responsive-x::-webkit-scrollbar {
  height: 6px;
}
.responsive-x::-webkit-scrollbar-thumb {
  background-color: #0451ad;
}
.hover-a a:hover {color: #0d5289;}

.br10 {border-radius: 10px;}
.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;
}

@-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: 18px; }
  100%{opacity: 1; padding-top: 5px; }
}
.arrow-down {
  transition: transform .3s ease-in;
}
/* @media (min-width:992px) {
  .nav-ul>li:hover .arrow-down {
    transform: rotate(180deg);
    background-image: url(../img/arrow-down-on.png);
  }
  .nav-ul>li:hover .drop-cont {
    display: block;
    animation: hideIndex 0.3s;
    -moz-animation: hideIndex 0.3s;
    -webkit-animation: hideIndex 0.3s;
    -o-animation: hideIndex 0.3s;
  }
} */
.swiper-app-prev:after,.swiper-app-next:after {
  color: #ffffff;
}
@media (min-width:992px){
  .swiper-news-prev,.swiper-app-prev {left: 86px;}
  .swiper-news-next,.swiper-app-next {right: 86px;}
  .pro-table th:nth-of-type(2),.pro-table td:nth-of-type(2) {width: 100px;}
  .pro-table th:nth-of-type(1),.pro-table td:nth-of-type(1) {width: 140px;}
}
.center-box {max-width: 1150px;margin-left: auto;margin-right: auto;}
.drop-tab>a {color: #fff;}
.white-theme {background-color: #fff;box-shadow: 0px 1px 3px rgba(0,0,0,0.1);}
.white-theme .drop-tab>a {color: #333;}
.white-theme .search-box {border-color: #7d7d7d;}
.white-theme .search-box .icon-sousuo {color: #7d7d7d;}
.white-theme .search-val {color: #666;}
.nav-ul>li {margin-left: 60px;}
.head-fixed {position: fixed;width: 100%;left: 0;top: 0;z-index: 99;}
.search-box {width: 155px;height: 25px;line-height: 25px;border: 1px solid rgba(255,255,255,0.7);border-radius: 16px;padding: 0 10px;}
.search-box .icon-sousuo {color: #fff;}
.search-val {width: 100%;flex: 1;font-size: 16px;color: #fff;}
.ab-left {width: 68.4%;}
.ab-ltit {font-size: 24px;}
.ab-len {font-size: 30px;color: #0450ad;text-transform: uppercase;}
.ab-ldesc {font-size: 14px;color: #464646;line-height: 1.71em;}
.ab-ldesc p {margin-top: 20px;}
.about-us {padding: 105px 0 75px;}
.data-left {width: 68.4%;}
.data-info {background-color: #0450ad;color: #fff;}
.data-info>a {color: #fff;}
.data-ul>li {padding: 68px 0;text-align: center;width: 25%;}
.comp {position: absolute;bottom: 0;right: 0;}
.data-top {font-size: 48px;font-family: Arial, Helvetica, sans-serif;}
.data-top>small {font-size: 50%;}
.data-bott {font-size: 18px;}
.normal-val {font-size: 14px;}
.product {padding: 130px 0 160px;}
.normal-search {width: 263px;height: 30px;line-height: 30px;border: 1px solid #7d7d7d;border-radius: 16px;padding-left: 10px;overflow: hidden;}
.normal-val {font-size: 14px;color: #666;width: 100%;flex: 1;}
.normal-btn {width: 56px;height: 100%;display: flex;align-items: center;justify-content: center;color: #fff;background-color: #015198;}
.pro-marks {position: absolute;left: 0;top: 0;background-color: rgba(4,80,173,0.9);width: 100%;height: 100%;display: flex;flex-direction: column;align-items: center;color: #fff;justify-content: center;}
.pro-tit {font-size: 22px;margin: 15px 0 5px;}
.product-show {margin-top: 50px;}
.product-show {display: grid;grid-template-columns: 24.70% 50% 24.70%;gap: 4px;color: #000;}
.grid-info {position: absolute;width: 100%;height: 100%;left: 0;top: 0;padding: 40px 20px 18px;display: flex;flex-direction: column;justify-content: space-between;}
.grid-item {position: relative;margin-top: 4px;}
.grid-img {display: block;width: 100%;}
/*.grid:nth-of-type(1) .grid-info{background-color: rgba(4,80,173,0.9);display: flex;flex-direction: column-reverse;align-items: center;color: #fff;justify-content: center;text-align: center;}*/

.grid-icon3 {display:none}
.grid-item:hover .grid-info{background-color: rgba(4,80,173,0.9);display: flex;flex-direction: column-reverse;align-items: center;color: #fff;justify-content: center;text-align: center;}
.grid-item:hover .grid-icon2 {display:none;}
.grid-item:hover .grid-icon3 {display:block}
.grid-item:hover .grid-tit {margin: 15px 0 5px;}
.grid:nth-of-type(2) {display: flex;flex-wrap: wrap;justify-content: space-between;}
.grid-tit {font-size: 20px;}
.pro-en {font-size: 14px;}
.app-swiper-box {margin-top: 50px;}

.app-swiper .swiper-slide {background-size: cover;background-position: center;background-repeat: no-repeat;height: 652px;position: relative;display: flex;flex-direction: column;align-items: center;justify-content: center;
  cursor: pointer;
  width: 15%;
  transition: width .3s ease-in;
}
.app-swiper .swiper-slide.on {
  width: 40%;
}
/* .app-swiper .swiper-slide:not(.swiper-slide-active) .app-desc{visibility: hidden;}
.app-swiper .swiper-slide:not(.swiper-slide-active) .app-tit {text-align: center;}
.app-swiper .swiper-slide:not(.swiper-slide-active) .app-tit {background-position: center bottom;} */
.app-swiper .swiper-slide .app-desc{visibility: hidden;}
.app-swiper .swiper-slide .app-tit {text-align: center;}
.app-swiper .swiper-slide .app-tit {background-position: center bottom;}
.app-swiper .swiper-slide.on .app-desc {visibility: visible;}
.app-swiper .swiper-slide.on .app-tit {text-align: left;}
.app-swiper .swiper-slide.on .app-tit {background-position: left bottom;}
.app-tit {font-size: 28px;color: #fff;padding-bottom: 28px;background: url(../img/dian.png) no-repeat left bottom;margin-bottom: 25px;}
.app-desc {line-height: 1.7em;color: #fff;}
/* .app-swiper .swiper-slide.swiper-slide-active {
  width: 40%!important;
} */
.app-inner {color: #fff;max-width: 300px;}
.swiper-button-prev.swiper-button-disabled {pointer-events: all;}
.swiper-button-next.swiper-button-disabled {pointer-events: all;}
.news-box {padding: 145px 0 160px;}
.news-left {width: 50%;}
.news-right {width: 50%;padding-left: 36px;}
.news-ul {height: 100%;}
.news-ul >li {height: 33.33%;padding: 15px 45px;border: 1px solid transparent;min-height: 140px;}
.news-ul >li:hover {border-color: #1b5fb3;}
.news-ul >li:hover [class*=tit] {color: #1b5fb3;}
.news-tit {font-size: 18px;color: #000;}
.news-desc {font-size: 14px;color: rgba(0,0,0,0.8);line-height: 1.42em;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;margin: 10px 0 10px;}
.news-time {font-size: 24px;color: #000;}
.news-show {margin-top: 50px;}
.news-info .icon-arrow-right {color: #1b5fb3;}
.news-info .icon-arrow-right::before {font-size: 32px;}
.swiper-news-prev:after,.swiper-news-next:after {color: #7d7d7d;}
.part-out-left {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.part-left {width: calc(50vw - calc(50vw - 50%));}
.part-right {padding: 82px 0 82px 82px;}
.part-tit {font-size: 32px;}
.part-desc {font-size: 18px;line-height: 1.5em;margin: 18px 0 52px;}
.dis {visibility: hidden;}

.join-us {width: 140px;height: 38px;line-height: 38px;border: 1px solid #ffffff;text-align: center;font-size: 16px;color: #fff;display: inline-block;}

.logo-img {display: block;margin-left: auto;margin-right: auto;}
.logo {width: 121px;height: 98px;background-color: #fff;display: flex;align-items: center;justify-content: center;}
.footer {padding: 86px 0;background-color: #1f1f1f;color: #fff;background-size:cover;background-position:center;background-repeat:no-repeat;}
.footer-ul {padding-bottom: 20px;border-bottom: 1px solid #fff;}
.code-text {font-size: 16px;margin-top: 15px;}
.footer-info {font-weight: 600;margin-top: 20px;line-height: 1.8em;}
.footer-ul>li {font-size: 16px;}
.footer-time {margin-top: 30px;}
.ft-tit {font-size: 16px;}
.ft-tel {font-size: 36px;margin-top: 5px;}

.grid:nth-of-type(2) .grid-item {width: calc(50% - 2px);height: calc(100% - 57.2% - 8px);}
.grid:nth-of-type(2) .grid-item:first-child {width: 100%;height: 57.2%;}
.grid:nth-of-type(3) .grid-item:nth-of-type(1) {height: calc(100% - 57.2% - 8px);}
.grid:nth-of-type(3) .grid-item:nth-of-type(2) {height: 57.2%;}
.footer-ul>li + li {margin-left: 60px;}

.pro-drop-tab {position: relative;}
.pro-down-icon {display: inline-block;width: 0;height: 0;border-top:8px solid #0450ad;border-left: 6px solid transparent;border-right: 6px solid transparent;margin-left: 10px;position: absolute;top: 50%;margin-top: -4px;transition: all .3s ease-in;}
.pro-down-icon.on {transform: rotate(180deg);}
.pro-drop-tab>a {padding: 16px 0;display: inline-block;}
.banner-list-word {position: absolute;top: 50%;transform: translate(0,-50%);color: #fff;width: 100%;}
.banner-list-en {font-size: 60px;font-weight: 600;text-transform: uppercase;}
.pro-nav-ul>li {font-size: 16px;margin-right: 60px;}
.pro-nav-ul>li>a {color:#2a2a2a;position: relative;display: inline-block;padding: 16px 0;}
.banner-list-tit {font-size: 36px;}
.pro-nav {background-color: #f6f6f6;position: relative;}
.pro-nav-ul>li>a::after {content: "";display: block;width: 100%;height: 2px;background-color: #0451ad;position: absolute;left: 50%;transform: translate(-50%,0);bottom: 0;position: absolute;width: 0;transition:width 0.3s ease-in;}
.pro-nav-ul>li.on>a:after {width: 100%;}
.pro-nav-ul>li:hover>a:after {width: 100%;}
/* .pro-nav-ul {position: relative;} */
.pro-nav-ul>li.on .pro-inner-box {display: block;}
.pro-inner-box {position: absolute;width: 100%;bottom: 0;transform: translate(0,100%);left: 0;display: none;background-color: #e4e4e4;}
.pro-inner-ul>li {padding: 10px 0;margin-right: 30px;}
.pro-search-text {font-size: 20px;color: #2a2a2a;padding-right: 20px;}
.pro-search-input {width: 506px;height: 42px;line-height: 42px;border-radius: 21px;border: 1px solid #aaaaaa;overflow: hidden;padding: 0 0 0 16px;}
.pro-search-btn {height: 100%;display: flex;justify-content: center;align-items: center;background-color: #0450ad;color: #fff;width: 60px;}
.pro-search-val {width: 100%;flex: 1;}
.pro-search {padding: 68px 0 0;}
.pro-search-btn .iconfont::before {font-size: 24px;}
.pro-list-ul>li {width: 23.62%;margin-left: 1.83%;margin-top: 76px;display: flex;flex-direction: column;}
.pro-list-ul>li:nth-of-type(4n+1) {margin-left: 0;}
.pro-list-top {padding: 12px 0;background-color: #0451ad;color: #fff;font-size: 18px;text-align: center;}
.pro-inner>li {margin-top: 20px;}
.pro-list-bott {padding:0 30px 25px;border: 1px solid #dcdcdc;flex: 1;}
#pro-nav-swiper>.swiper-wrapper>.swiper-slide {width: auto;font-size: 16px;}
#pro-nav-swiper>.swiper-wrapper>.swiper-slide>a {color:#2a2a2a;position: relative;display: inline-block;padding: 16px 0;}
#pro-nav-swiper>.swiper-wrapper>.swiper-slide>a:after{content: "";display: block;width: 100%;height: 2px;background-color: #0451ad;position: absolute;left: 50%;transform: translate(-50%,0);bottom: 0;position: absolute;width: 0;transition:width 0.3s ease-in;}
#pro-nav-swiper>.swiper-wrapper>.swiper-slide.on>a:after {width: 100%;}
#pro-nav-swiper>.swiper-wrapper.swiper-slide:hover>a:after {width: 100%;}
#pro-nav-swiper {padding-bottom: 36px;position: relative;}
.pro-son-swiper {position: absolute;bottom: 0;left: 0;transform: translate(0,100%);}

/* .pro-down-icon{display: inline-block;width: 0;height: 0;} */

.ns-list {padding-bottom: 125px;}
.ns-ul>li {width: 30.19%;margin-left: 4.7%;margin-top: 74px;}
.ns-time {font-size: 16px;color: #585858;margin-top: 10px;}
.ns-ul>li:nth-of-type(3n+1) {margin-left: 0;}
.ns-tit {font-size: 18px;color: #000000;margin: 20px 0 10px;}
.ns-ul>li:hover  .ns-tit{color: #0451ad;}
.ns-img {transition: all .3s ease-in;}
.ns-ul>li:hover .ns-img {transform: scale(1.2);}
.ns-top {overflow: hidden;}
.ns-desc {line-height: 1.4em;}
.pro-list-top a {color: #fff;}
.pro-inner>li {font-size: 16px;}
.pro-list {padding-bottom: 109px;}
.footer a {color: #fff;}

.ns-details {padding: 76px 0 86px;}
.nsd-show {color: #464646;line-height: 1.71em;}
.nsd-show p {margin: 20px 0;}
.nsd-tit {font-size: 36px;padding-bottom: 25px;border-bottom: 1px solid #0553ae;}
.cont-ul>li {width: 46.66%;margin-left: 6.66%;padding: 20px 30px;border: 1px solid #dadada;margin-top: 56px;}
.cont-ul>li:nth-of-type(2n+1) {margin-left: 0;}
.cont-ul>li .iconfont:before {font-size: 32px;}
.cont-inner {padding-left: 25px;}
.cont-text {color: #767676;}
.cont-name {font-size: 16px;color: #464646;margin-top: 10px;}
.map-box {height: 520px;margin: 40px 0 60px;}
.map-iframe {width: 100%;height: 100%;}
.report-ul>li {border: 2px solid #dcdcdc;padding:0 25px 25px;margin-top: 60px;}
.rt-left {width: 21.56%;padding-top: 92px;}
.rt-right {width: 78.44%;}
.rtl-tit {font-size: 50px;color: #0451ad;text-decoration: underline;font-family: Arial, Helvetica, sans-serif;}
.rtl-desc {font-size: 20px;margin-top: 36px;}
.rtr-ul>li {width: 30.70%;margin-left: 3.94%;margin-top: 25px;}
.rtr-img-box {border:5px solid #0552ae;}
.rt1-img {display: block;}
.report-box {padding-bottom: 108px;}
.ptit {font-size: 24px;color: #0451ad;}
.peoole-ul>li {padding: 46px 0;}
.peoole-ul>li + li {border-top: 1px solid #b2b2b2;}
.pe-desc {line-height: 1.71em;}
.td-resume {display: inline-block;width: 120px;height: 32px;line-height: 32px;background-color: #0552ae;text-align: center;font-size: 18px;color: #fff;margin-top: 20px;}
.pe-limit {font-size: 16px;margin: 20px 0 5px;font-size: 16px;color: #010101;}
.pi-tit {font-size: 16px;color: #363636;}
.pi-desc {font-size: 30px;color: #0552ae;margin-top: 5px;}
.pi-desc>small {font-size: 60%;}
.p-info-ul {margin: 20px 0 30px;}
.p-info-ul>li {margin-right: 116px;}
/* border:5px solid #0552ae; */
.rtr-ul>li:nth-of-type(3n+1) {margin-left: 0;}
.rtr-text {text-align: center;margin-top: 15px;}
.marks {position: fixed;z-index: 99;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,.5);display: none;}
.marks-inner .icon-close {position: absolute;right: 20px;top: 20px;cursor: pointer;}
.marks-inner .icon-close:hover {color: #0552ae;}
.marks-inner .icon-close:before {font-size: 32px;}
.marks-inner {width: 1020px;background-color: #fff;padding: 115px 76px 115px 45px;}
.marks-tit {font-size: 24px;line-height: 1.5em;color: #0451ad;}
.el-form-row {margin-top: 25px;}
.el-col-2 {width: 390px;max-width: 48.5%;}
.el-input-box {width: 100%;height: 36px;line-height: 36px;border: 1px solid #aaaaaa;border-radius: 5px;padding: 0 20px;}
.el-text-box {height: 160px;line-height: normal;padding-top: 10px;padding-bottom: 10px;}
.el-text-val {resize: none;}
.el-form-row {font-size: 18px;color:#464646}
.load-btn {width: 135px;height: 36px;line-height: 36px;border: 1px solid #aaaaaa;border-radius: 5px;text-align: center;background-color: #dcdcdc;display: inline-block;}
.sub-btn {display: inline-block;width: 90px;height: 36px;line-height: 36px;background-color: #0451ad;text-align: center;color: #fff;font-size: 18px;text-align: center;margin-top: 36px;border-radius: 5px;}
.abs-tit {font-size: 30px;text-align: center;margin-bottom: 40px;}
.abs-tit>span {position: relative;display: inline-block;padding-bottom: 20px;}
.abs-tit>span:after {content: "";display: block;width: 74px;height: 4px;background-color: #0451ad;position: absolute;left: 50%;transform: translate(-50%,0);bottom: 0;}
.abs-c-show {color: #464646;line-height: 1.71em;}
.abs-c-show p + p {margin-top: 12px;}
/* .abs-comp-inner {margin-top: 50px;} */
.abs-c-right {width: 44.31%;}
.abs-c-left {width: 55.69%;padding-right: 15px;}
.abs-comp-box {padding: 105px 0;}
.abs-inner-time {background-color: #0450ad;color: #fff;}
.comp1 {display: block;}
.abs-inner-time {margin-top: -80px;padding-top: 60px;}
.abs-vice {line-height: 1.7em;text-align: center;}
.thinking-ul>li {width: 23.03%;margin-left: 2.61%;margin-top: 40px;position: relative;}
.thinking-ul>li:nth-of-type(4n+1) {margin-left: 0;}
.thinking-circle {width: 140px;height: 140px;background-color: rgba(4,81,173,0.8);border-radius: 50%;position: absolute;left: 50%;transform: translate(-50%,50%);bottom: 0;z-index: 19;display: flex;justify-content: center;align-items: center;flex-direction: column;color: #fff;}
.thinking-desc {font-size: 12px;}
.thinking-tit {font-size: 28px;}
.fac-grid {display: grid;gap: 30px;grid-template-rows: 1fr 1fr 1fr;grid-template-columns: 1fr 1fr 1fr;}
/*.fac-item:nth-of-type(1),*/
.fac-item:nth-of-type(5) {grid-column-start: span 2;}
.factory-show {padding: 180px 0 108px;}
.step-ul>li {width: 25%;text-align: center;font-size: 18px;color: #7f7f7f;margin-bottom: 40px;display: flex;flex-direction: column;justify-content: space-between;}
.step-img-box {display: flex;flex: 1;justify-content: center;}
.step-bott .icon-arrow-right4 {position: absolute;right: 0;transform: translate(0,-50%);top: 50%;}
.step-bott {margin-top: 10px;position: relative;}
.f-img {display: block;}
.pro-table-tit {font-size: 22px;margin: 96px 0 16px;}
/*  */
.table-select {height: 25px;line-height: 25px;border: 1px solid #aaaaaa;width: 80px;padding-left: 15px;}
.pro-table {width: 100%;border-collapse: collapse;text-align: center;font-size: 15px;min-width:720px;table-layout:fixed;}
.pro-table-box {margin-bottom: 70px;}
.pro-table th {background-color: #0451ad;color: #fff;padding: 10px 5px;vertical-align: middle;font-weight: 400;}
.pro-table th {border: 1px solid #ffffff;}
.pro-table td {border: 1px solid #aaa;padding: 15px 0px;}
.pro-table sub {font-size: 12px;}
.pdf-icon {width: 37px;height: 26px;background: url(../img/pdf.png) no-repeat center center;display: inline-block;cursor: pointer;}


.right-fiexd {position: fixed;right: 0;top: 50%;transform: translate(0,-50%);width: 90px;border-radius: 20px 0 0 20px;background-color: #0450ad;padding:20px 10px;z-index: 99;color: #fff;}
.right-fiexd a {color: #fff;}
.fixed-ul {margin-top: 10px;}
.fixed-ul>li {writing-mode: vertical-lr;width: 50%;display: flex;justify-content: center;align-items: center;font-size: 20px;letter-spacing:4px;}
.icon-turn-up {width: 0;height: 0;display: inline-block;border-bottom: 10px solid #fff;border-left: 10px solid transparent;border-right: 10px solid transparent;cursor: pointer;}

.partner {background-color: #0450ad;}
.hide-pc {display: none;}

.pt0 {padding-top: 0;}
.pb0 {padding-bottom: 0;}
.mb0 {margin-bottom: 0;}
.mt0 {margin-top: 0;}
.block {display: block;width: 100%;}
.theme {color: #0d5289;}
.webkit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line2 {
  -webkit-line-clamp: 2;
}
.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;
}
