/*
* 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: '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%;}

.tab-content{
    margin-top: 40px;
}
.a-img {
    height: 50px;
    width: auto;
}
.pages1 li {background-color: #fff;}
.pages1 li span {background-color: #0d5289;color: #fff;}
.pages1 li.noborder {background: transparent;}
.pages {
  text-align: center;
  padding: 60px 0 60px;
}
.pages li {
  display: inline-block;
  font-size: 14px;
  margin-right: 0.5%;
  border: 1px solid #eeeeee;
  color: #666666;
  border-radius: 4px;
}
.pages li .iconfont::before {font-size: 14px;}
.pages li a {
  padding: 6px 10px 5px;
  display: inline-block;
  color: #666666;
}
.pages li span {
  padding: 6px 10px 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:#333c63;
  border-color: #333c63;
}
.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"],input[type="email"],textarea,button {
  border: none;
  outline: none;
  background-color: transparent;
}
input[type="text"],input[type="email"]  {
  -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;
}
.icon-plus {display: inline-block;width: 18px;height: 18px;position: relative;cursor: pointer;display: none;}
.icon-plus::before,.icon-plus:after {content: "";display: block;width: 100%;height: 2px;background-color: #fff;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);}

.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;
  border: 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: 16px;
  color: #fff;
}
.normal-place :-moz-placeholder{
  font-size: 16px;
  color: #fff;
}
.normal-place ::-moz-placeholder{
  font-size: 16px;
  color: #fff;
}
.normal-place :-ms-input-placeholder{
  font-size: 16px;
  color: #fff;
}

.normal-place1 ::-webkit-input-placeholder{
  font-size: 14px;
  color: #999;
}
.normal-place1 :-moz-placeholder{
  font-size: 14px;
  color: #999;
}
.normal-place1 ::-moz-placeholder{
  font-size: 14px;
  color: #999;
}
.normal-place1 :-ms-input-placeholder{
  font-size: 14px;
  color: #999;
}

.normal-place3 ::-webkit-input-placeholder{
  font-size: 14px;
  color: #999;
}
.normal-place3 :-moz-placeholder{
  font-size: 14px;
  color: #999;
}
.normal-place3 ::-moz-placeholder{
  font-size: 14px;
  color: #999;
}
.normal-place3 :-ms-input-placeholder{
  font-size: 14px;
  color: #999;
}
.nav-val {width: 100%;flex: 1;color: #333;}
.nav-search {width: calc(100% - 30px);background-color: #fff;border-radius: 24px;height: 35px;line-height: 35px;display: flex;align-items: center;margin-left:auto;margin-right: auto;padding: 0 15px;margin-top: 20px;display: none;}
.nav-search .icon-sousuo {color: #333;}
/* .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;
} */

.swiper-banner .swiper-pagination {width: 54px;height: 22px;line-height: 22px;background-color: rgba(0,0,0,.47);left: 50%;transform: translateX(-50%);border-radius: 16px;}
.swiper-banner .swiper-pagination-bullet {background-color: #919299;opacity: 1;}
.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {background-color: #fff;opacity: 1;}

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;
}

.swiper-solve-left .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding-right: 15px;
}

@-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: 15px; }
  100%{opacity: 1; padding-top: 0px; }
}

@keyframes hideIndex4{
  0%{ opacity: 0; transform:translate(0,0);}
  100%{opacity: 1; transform:translate(0,100%);}
}

 @media (min-width:992px) {
     .swiper-solve-left {
    height: 320px;
    padding: 5px 0;
}


  .nav-ul>li:hover .arrow-down {
    transform: rotate(180deg);
    background-image: url(../img/arrow-down-on.png);
  }
  
  .nav-ul>li:hover .drop-tab a {
      color:#0d5289;
  }
  .nav-ul>li:hover .head-drop {
    display: block;
    animation: hideIndex4 .3s ease 0.1s forwards;
  }
} 
.drop-cont {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%,100%);
    display: none;
}

.drop-cont-ul{white-space:nowrap;min-width:140px;background-color:rgba(51,66,99,0.9);border-radius:4px;text-align:center;line-height:40px;padding:15px 15px 20px;box-shadow:0px 0px 3px rgba(0,0,0,.2)}
.drop-cont-ul>li a {color:#fff}
@media (min-width:992px){

}
/*.head-right{padding-top: 12px;}*/
.swiper-repaire-box {padding-top: 5%;}
.swiper-repaire-prev:after,.swiper-repaire-next::after {font-size: 24px;}
.swiper-repaire-prev,.swiper-repaire-next {position: static;margin-top: 0;width: 48px;height: 48px;border: 1px solid #999999;border-radius: 50%;color: #999999;margin:  0 8px;}
.logo-black {display: none;}
/* .head {padding: 40px 0;} */
.center-box {max-width: 1300px;margin-left: auto;margin-right: auto;}
.center-box .news-item:first-child{
  display: block;
}
.center-box .news-item{
  display: none;
}

.blue-square {
    display: inline-flex;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    background-color: #497dcc;
    margin-right: 10px;
}
.head {transition:all .3s ease;}
.head::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.head-fixed {position: fixed;width: 100%;top: 0;left: 0;z-index: 999;}
.head-fixed a {color: #fff;}
.head-fixed {color: #fff;}
.white-theme {background-color: #fff;color: #333;box-shadow:0 0 6px rgba(0,0,0,.5)}
.white-theme a {color: #333;}
.white-theme .logo-white {display: none;}
.white-theme .logo-black {display: block;}

.nav-ul>li {font-size: 16px;padding: 50px 25px;}
/*.nav-ul::before {*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: #fff;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*}*/
.banner-word {position: absolute;top: calc(50% + 30px);transform: translate(0,-50%);width: 100%;}
.search-box {margin-right: 40px;
/*padding: 40px 0 0;*/
position: relative;}
/*.tel,.head-left {padding: 40px 0 0;}*/
.hide-pc {display: none;}
.banner-tit {font-size: 2.60vw;font-weight: 600;}
.banner-tit1 {font-size:2.08vw}
.banner-vice-tit {font-size:1.04vw;margin-top:10px;max-width:860px;margin-left:auto;margin-right:auto;line-height:1.5em;}
.banner-vice-tit1 {text-align:left}
.normal-tit {font-size: 38px;font-weight: 600;color: #333c63;}
.normal-desc {font-size: 14px;color: #333c63;margin-top: 12px;}
.drop-icon {width: 0;height: 0px;border-top: 6px solid #434a74;border-left: 5px solid transparent;border-right: 5px solid transparent;margin-left: 10px;}
/*.app-swiper .swiper-slide.on{*/
/*  width: 46%;*/
/*}*/

.search-input-box {
  padding: 10px 0;
  border-bottom: 1px solid #b6b6b6;
}

.search-drop .icon-sousuo {
  color: #fff;
}

.code-img {
    width: 92px;
    height: 92px;
}
@media (min-width:1920px) {
   .banner-tit {font-size: 40px;}
   .banner-vice-tit {font-size:20px;}
}
.s-val {
  width: 100%;
  flex: 1;
  font-size: 16px;
  color: #333;
  padding: 0 15px;
}

.serach-drop-inner {
  background-color: #333c63;
  padding: 10px 20px 20px;
}

.search-drop-posi {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(0,100%);
  min-width: 500px;
  padding-top: 20px;
  display: none;
}

.swiper-app-next {right: -30px;transform: translate(100%,0);color: #a8a8a8;}
.swiper-app-prev {left: -30px;transform: translate(-100%,0);color: #a8a8a8;}
@keyframes hideIndex2{
  0%{ padding-top: 30px;opacity: 0; }
  100%{padding-top: 20px; opacity: 1;}
}
.bt {border-top: 1px solid #eee;}
@keyframes hideIndex3{
  0%{opacity: 0; }
  100%{opacity: 1;}
}
.search-drop.show {
  display: block;
  animation: hideIndex2 .3s;
}.wx-bott {margin-top: 5px;}
.app-inner-btn {display: inline-block;width: 64px;height: 30px;line-height: 30px;border: 1px solid #fff;border-radius: 4px;color: #fff;text-align: center;
opacity:0;visibility:hidden;
transition:all .3s ease;height:100%;display:flex;flex-direction:column;justify-content:flex-end}
.app-inner-desc {line-height: 1.7em;margin: 15px 0;display: -webkit-box;-webkit-line-clamp: 3;overflow: hidden;-webkit-box-orient: vertical;
opacity:0;visibility:hidden;
transition:all .3s ease}
.app-inner-tit {font-size: 24px;font-weight: 600;}
.app-inner {position: absolute;bottom: 0;width: 100%;left: 0; padding: 20px;color: #fff;transform:translate(0,calc(100% - 70px));transition:transform .3s ease;background-color:rgba(0,0,0,0.5)}
.app-swiper .swiper-slide {overflow:hidden;display:flex;justify-content:center;align-items:center}
.app-swiper .swiper-slide:hover .app-inner-desc {opacity:1;visibility:visible}
.app-swiper .swiper-slide:hover .app-inner-btn {opacity:1;visibility:visible}
.app-swiper .swiper-slide:hover .icon-arrow_right {opacity:0;visibility:hidden}
.app-swiper .swiper-slide:hover .app-inner  {transform: translate(0,0);} 
.drop-tit {padding-bottom: 5px;}

/*.drop-cont-ul>li a:hover {color:#333c63;}*/
a.drop-links {color: #999;display: block;margin-top: 12px;}
.right-fixed {position: fixed;bottom: 10%;right: 5%;z-index: 99;}
.right-ul {background-color: #b4856f;border-radius: 8px;padding: 0 5px;}
.right-ul>li {padding: 18px 5px;color: #fff;font-size: 12px;text-align: center;}
.right-ul>li + li {border-top: 1px solid rgba(255,255,255,0.2);}
.right-ul>li a {color: #fff;}
.right-ul-bot {margin-top: 5px;}
.news_code-inner-ul {position: absolute;right: -11px;transform: translate(100%,0);width: 78px;border-radius: 4px;font-size: 12px;color: #fff;}
.news_code_text {font-size: 16px;margin-bottom: 5px;}
.news_code_inner-item {display: none;padding: 20px;}
.news_code_inner-item:first-child {display: block;}
.news_code-inner-ul a {color: #fff;}
.news_code-inner-ul>li {padding: 12px 14px;border-radius: 4px;position: relative;cursor: pointer;}
.news_code-inner-ul>li::before {content: "";display: block;width: 0;height: 0;border-right:12px solid #bf9074;border-bottom: 10px solid transparent;border-top: 10px solid transparent;left: 0;top: 50%;transform: translate(-100%,-50%);position: absolute;display: none;}
.news_code-inner-ul>li:nth-of-type(2)::before {border-right-color: #333c63;}
.news_code-inner-ul>li.on::before {display: block;}
.news_code-inner-ul>li + li {margin-top: 10px;}
.news_code-inner-ul>li:nth-of-type(1) {background-color: #bf9074;}
.news_code-inner-ul>li:nth-of-type(2) {background-color: #333c63;}
.news_right_code {margin-top: 30px;text-align: center;}
.news_code-inner {background-color: #fff;border-radius: 4px;position: relative;}
.news_code_img {display: block;}
/*.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;*/
/*  width: 27%;*/
/*  position: relative;*/
/*  transition: width .3s ease-in;*/
/*  cursor: pointer;*/
/*}*/

/*.swiper-classic-bott-prev::after,.swiper-classic-bott-next::after {*/
/*    color: #333c63;*/
/*}*/
.head-drop-show {
  display: block;
  animation: _opacity .3s ease;
}

@keyframes _opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fun-ul {margin-top: -40px;}
.fun-ul>li {background: url(../img/fun-bj.png) no-repeat center center;background-size: cover;width: 31.53%;margin-left: 2.68%;box-shadow: 0px 0px 10px rgba(0,0,0,.1);display: flex;flex-direction: column;align-items: center;padding: 40px;margin-top: 50px;text-align: center;}
.swiper-function .swiper-slide {
  background: url(../img/fun-bj.png) no-repeat center center;
  background-size: cover;
  /*box-shadow: 0px 0px 10px rgba(0,0,0,.1);*/
  border:1px solid rgba(0,0,0,.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  text-align: center;
  height: auto;
}
.swiper-function {
  margin-top: 50px;
}
._pro-ul-img {max-width:60%}
.app-swiper-img {max-width:60%}
.f-tit {font-size: 18px;color: #333333;font-weight: 600;margin: 15px 0;}
.f-desc {color: #666666;line-height: 1.7em;}
.fun-ul>li:nth-of-type(3n+1) {margin-left: 0;}
.swiperrepaire {margin-top: 60px;}
.function-box {padding: 96px 0 108px;background-color: #f5f5f5;}
.comp-posi {position: absolute;top: 54%;left: 50%;transform: translate(-49.4%,-50%);z-index: 9;width: 52%;}
.swiperrepaire .swiper-slide {width: 40.625%;}
.pro-vice {font-size: 20px;margin: 40px 0 15px;}
.pro-property {padding: 90px 0;}
.case {padding: 88px 0 105px;}
.solve,.about {background-position: center bottom;background-repeat: no-repeat;background-size: cover;padding: 88px 0 105px;background-color: #f3f3f3;}
.app-swiper-box {margin-bottom: 50px;}

.normal-tit-group{padding-bottom: 40px;}
.pro-box {padding: 80px 0 80px;}
/*.solve-text {position: absolute;left: -5px;transform: translate(-100%,-50%);top: 50%;}*/
.solve-text {flex:1;text-align:center;line-height:1.6em;margin-right:5px;margin-top:5px;}
.circle {display: block;width: 48px;height: 48px;border: 2px solid transparent;border-radius: 50%;display: flex;justify-content: center;align-items: center;position: relative;
}
.solve-ul>li:first-child {margin-top: 26px;}
.solve-ul>li:first-child .circle::before {
  content: "";display: block;width: 1px;height: 60%;background-color: #d8d8d8;left: 50%;transform: translate(-100%,-100%);top: 0;position: absolute;
}
.footer-top-left {padding-right: 15px;}
.solve-ul>li {position: relative;margin-left: 103px;margin-top: 20px;cursor: pointer;}
.circle::after {content: "";display: block;width: 1px;height: 55%;background-color: #d8d8d8;left: 50%;transform: translate(-100%,100%);bottom: 0;position: absolute;}
.swiper-solve-left .swiper-slide:last-child .circle::after,.swiper-solve-left .swiper-slide:nth-last-of-type(1)::after {
    display: none;
}
.solve-ul>li.on .circle,.swiper-solve-left .swiper-slide.on .circle{border-color:  #343d64;}
.solve-ul>li.on .circle-on,.swiper-solve-left .swiper-slide.on .circle-on{display: block;}
.solve-ul>li.on .circle-normal,.swiper-solve-left .swiper-slide.on .circle-normal{display: none;}
.circle-on {display: none;}
.solve-ul>li.on,.swiper-solve-left .swiper-slide.on{color: #333c63;}
.news-tab {margin-bottom: 46px;font-size: 0;}
.news-tab>li.on {color: #333c63;}
.news-tab>li.on a {color: #333c63;}
.news-tab>li {display: inline-block;font-size: 20px;font-weight: 600;padding: 0 30px;position: relative;}
.news-tab>li::after {content: "";display: block;width: 1px;background-color: #cccccc;top: 50%;transform: translate(0,-50%);height: 80%;left: 0;position: absolute;}
.news-tab>li:first-child::after {display: none;}
.news-tab>li::before {content: "";width: 0;height: 0;border-top: 7px solid #333c63;border-left: 6px solid transparent;border-right: 6px solid transparent;position: absolute;left: 50%;transform: translate(-50%,100%);bottom: -12px;display: none;}
.news-tab>li.on::before {display: block;}
.pro-desc {color: #999999;}
/* .border .circle {border-color: #343d64;} */
@keyframes bordermove {
  0% {
    border-bottom-color: #343d64;
  }
  33.33% {
    border-right-color: #343d64;
  }
  66.66% {
    border-top-color: #343d64;
  }
  100% {
    border-left-color: #343d64;
  }
}
.check-more-btn {display: inline-block;width: 166px;height: 50px;line-height: 50px;border: 1px solid #686868;border-radius: 4px;text-align: center;font-size: 14px;color: #333333;}
/* .check-details {display: inline-block;width: 165px;height: 50px;line-height: 50px;background-color: #333c63;text-align: center;color: #fff;border-radius: 4px;} */
.check-details {display: inline-block;width: 166px;height: 50px;line-height: 50px;border: 1px solid #686868;border-radius: 4px;text-align: center;font-size: 14px;color: #333333;transition: all .3s ease-in;}
.check-details:hover {background-color: #333c63;text-decoration: underline;color: #fff;border-color: #333c63;}
.check-details.on {background-color: #333c63;color: #fff;border-color: #333c63;}
.load-btn {display: inline-flex;width: 150px;height: 50px;line-height: 50px;border: 1px solid #fefeff;border-radius: 25px;text-align: center;font-size: 18px;color: #fff;justify-content: center;align-items: center;}
.banner-list-desc {font-size: 20px;margin: 35px 0 35px;}
.solve-img-box {width: 60%;}
.solve-info {padding-right: 40px;}
.solve-tit {font-size: 22px;color: #333333;font-weight: 600;}
.solve-desc {color: #666666;line-height: 2em;text-align: justify;margin: 50px 0;}
.solve-left {width: 15%;}
.solev-right {width: 85%;}
.slove-item{display: none;}
.slove-item:first-child {display: flex;}/*1286*/
.case-grid {display: grid;
  grid-template-columns: 27.99% 17.96% 28.14% 25.27%;
  /* grid-template-rows: 34.01% 77.84%; */
  grid-template-rows: auto auto auto;
  gap: 6px;
  grid-template-areas: "a a b c"
             "d e b f"
             "d g g f";
}
.grid-img {display: block;width: 100%;height: 100%;object-fit: cover;}
.grid-item {position: relative;}
.grid-text  {position: absolute;bottom: 0;padding: 30px 20px;font-size: 20px;color: #ffffff;background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,1));z-index: 99;width: 100%;left: 0;font-weight: 600;}
.news-left {width: 49.23%;}
.news-right {width: 50.76%;}
.swiper-news .swiper-news-pagination{width: auto;right: 0;left: unset;position: static;}
.swiper-num {margin-left: 25px;color: #fff;}
.active-index {font-size: 30px;}
/* .swiper-news-pagination .swiper-pagination-bullet{opacity: 1;} */
.swiper-news-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {background-color: #ffffff;}
.pagination-box {
    position: absolute;
    bottom: 30px;
    right: 24px;
    z-index: 20;
}
.search-box .icon-sousuo {cursor: pointer;}
.news-img {display: block;width: 100%;}
.news-marks {padding: 30px;background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,1));position: absolute;bottom: 0;left: 0;width: 100%;font-size: 18px;color: #fff;font-weight: 600;}
.swiper-news .swiper-slide a {display: block;position: relative;}
.news-right {padding-left: 32px;}
.news-tit {font-size: 20px;color: #333333;font-weight: 600;}
.news-info {color: #3f486c;margin-top: 15px;}
.news-rul>li {padding: 30px 0;border-bottom: 1px solid #ebebeb;}
.news-time {color: #999999;}
.hover-tit>li:hover [class*=tit] {color: #333c63;}
.advance-ul>li {width: 33.33%;display: flex;flex-direction: column;align-items: center;padding: 0 4%;}
.news {background-color:#f3f3f3}
.normal-pd {padding: 80px 0;}
.circle-bj {width: 78px;height: 78px;border-radius: 50%;background-color: #fff;outline:10px solid rgba(255,255,255,0.2);display: flex;justify-content: center;align-items: center;}
.ad_desc {line-height: 2em;}
.ad_tit {font-size: 20px;font-weight: 600;margin: 25px 0 15px;}
.consult-btn {width: 190px;height: 50px;line-height: 50px;background-color: #fff;border-radius: 26px;font-size: 16px;color: #333c63;}
/*.banner-list-vice {line-height: 2em;margin: 20px 0 45px;font-size:20px;display: -webkit-box;-webkit-line-clamp: 2;overflow: hidden;-webkit-box-orient: vertical;}*/
.consult-btn {height: 35px;line-height: 35px;width: 133px;font-size: 14px;}
/*.banner-list-vice:not(.mb0) {margin: 5px 0;}*/
.grid-item:nth-of-type(1) {
  grid-area:a
}
.grid-item:nth-of-type(2) {
  grid-area:b
}
.grid-item:nth-of-type(3) {
  grid-area:c
}
.grid-item:nth-of-type(4) {
  grid-area:d
}
.grid-item:nth-of-type(5) {
  grid-area:e
}
.grid-item:nth-of-type(6) {
  grid-area:f
}
.grid-item:nth-of-type(7) {
  grid-area:g
}
.grid-item:nth-of-type(5) .grid-text {background: transparent;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.about-desc {max-width: 805px;margin-left: auto;margin-right: auto;color: #666666;line-height: 2em;}
.about-ul {max-width: 1032px;margin-left: auto;margin-right: auto;}
.about-ul>li {flex: 1;text-align: center;margin-top: 65px;position: relative;}
.about-ul>li::before {position: absolute;content: "";width: 1px;height: 100%;background-color: #c5c6cc;left: 0;top: 0;}
.about-ul>li:first-child::before {display: none;}
.abul-bott {font-size: 20px;color: #2a2f4c;font-weight: 600;margin-top: 10px;}
.footer {background-color: #333;color: rgba(255,255,255,0.5);}
.footer a {color: rgba(255,255,255,0.5);}
.footer-top-links a {display: inline-block;padding: 0 20px;position: relative;}
.footer-top-links a:first-child {padding-left: 0;}
.footer-top-links a:first-child::before {display: none;}
.footer-top-links a::before {content:"";position: absolute;width: 1px;height: 100%;background-color: #747474;left: 0;top: 50%;transform: translate(0,-50%);}
.footer-top {padding: 55px 0 40px;}
.footer-top-links {color: #999;}
.footer-bott {padding: 32px 0;border-top: 1px solid rgba(255,255,255,.04);}
.links-border {width: 66px;height: 27px;line-height: 27px;border: 1px solid #535353;border-radius: 4px;display: inline-block;text-align: center;position: relative;}
.frilinks>dt {padding-right: 20px;}
.frilinks>dd {flex: 1;}
.fri_links {display: inline-block;margin-right: 30px;}
.logo-img {max-width: 150px;}
.logo {font-size:0}
.links-border::before {
  width: 0;
  height: 0;
  content: "";
  display: block;
  border-left: 7px solid #535353;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%,-50%);
}
.square-ul>li .app-img {transform:translate(-3px,0);max-width: 50%;max-height: 50%;}
.links-border::after {s's's's's
  width: 0;
  height: 0;
  content: "";
  display: block;
  border-left: 6px solid #181818;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%,-50%);
}


/*.nav-ul>li:nth-of-type(2){position:static}*/
.step_box {background-color: #f1f3f6;padding: 98px 0 108px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.solve-plan {padding: 80px 0 108px;}
.solve_plan_ul>li {width: 50%;margin-top: 40px;font-size: 16px;}
.solve_plan_left {width: 47.69%;padding-top: 80px;padding-right: 60px;}
.solve_plan_right {width: 52.30%;}
.advance {background-repeat: no-repeat;background-size: cover;background-position: center;padding: 99px 0 108px;}

.fri_links{line-height: 27px;}
.solve_plan_desc {color: #999999;line-height: 1.85em;}
.step-ul>li {width: 48.46%;padding: 40px;background-color: #fff;margin-top: 40px;margin-left: 3.08%;}
.step-ul>li:nth-of-type(2n+1) {margin-left: 0;}
/* .step_ul-left {width: 90px;height: 90px;background-color: #fff;border-radius: 50%;box-shadow: 0px 0px 3px rgba(0,0,0,0.5);display: flex;justify-content: center;align-items: center;} */

.step_ul-right {padding-left: 15px;}
.step_ul_tit {font-size: 20px;color: #333333;margin-bottom: 12px;font-weight: 600;}
.step_ul_desc {color: #666666;line-height: 1.78em;}
.fa_advance {padding: 108px 0;background-repeat: no-repeat;background-size: cover;background-position: center;}
.step-ul {margin-top: -40px;}
.swiper-advance {margin-top: 10px;}
.swiper-advance .swiper-top-circle {width: 50px;height: 50px;border: 1px solid #acb6cb;border-radius: 50%;display: flex;justify-content: center;align-items: center;font-size: 24px;color: #fff;position: relative;background-color: #062362;}
.swiper-advance .swiper-slide {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
  position: relative;
}
.swiper-advance .swiper-slide::after {content:"";width: calc(50% + 65px);height: 1px;background-color: #ffffff;top: 25px;transform: translate(0,-50%);position: absolute;right: -90px;}
.swiper-advance .swiper-slide:first-child::before{display: none;}
.swiper-advance .swiper-slide:last-child::after{display: none;}

.swiper-advance .swiper-slide::before {content:"";width: calc(50% - 25px);height: 1px;background-color: #ffffff;top: 25px;transform: translate(0,-50%);position: absolute;left: 0;}
.swiper-tit {font-size: 18px;color: #ffffff;margin: 20px 0 10px;}
.swiper-top {padding-bottom: 96px;position: relative;}
.swiper-top::after {position: absolute;width: 1px;height: calc(100% - 55px);bottom: 5px;width: 0px;border-left: 1px dashed #ffffff;content: '';bottom: 0;left: 50%;transform: translate(-50%,0);}
.swiper-top::before {content: "";display: block;width: 5px;height: 5px;background-color: #ffffff;border-radius: 50%;bottom: 0;left: 50%;transform: translate(-50%,0);position: absolute;}
.swiper-desc {
  line-height: 1.78em;
  color: rgba(255,255,255,.5);
}
.app-ul {margin-top: -60px;}
.app-ul>li {width: 23.07%;margin-left: 2.56%;box-shadow: 0px 5px 10px rgba(238,238,238,1);margin-top: 60px;}
.app-ul>li:nth-of-type(4n+1) {margin-left: 0;}
.app-top {display: flex;align-items: center;justify-content: center;background-color: #f5f5f5;height:155px}
.app-top .app-img {width:100%;height:100%;object-fit:cover}
.line {width: 100%;height: 100%;opacity: 0;position: absolute;left: 0;top: 0;}
.app-bott {padding: 0 20px;}
.app-btop {padding: 25px 0;border-bottom: 1px solid #e0e0e0;}
.app-tit {font-size: 18px;color: #333333;font-weight: 600;display: -webkit-box;-webkit-line-clamp: 1;overflow: hidden;-webkit-box-orient: vertical;}
.app-flag {min-width: 45px;height: 22px;line-height: 22px;border-radius:0 8px 0 8px;background-color: #9599ae;text-align: center;font-size: 14px;text-align: center;color: #fff;display: inline-block;padding:0 5px}
.app-info {line-height: 2em;padding: 20px 0 30px;}
.application {padding: 90px 0 108px;}

/* .swiper-classic .swiper-slide.swiper-slide-active  {transform: scale(1.1);} */
.swiper-classic .swiper-slide{width: 40%;}

._horno1-img-group {
  padding: 10px;
  background-color: #fff;
}
.swiper-_horno1 .swiper-slide {
  width: 25%;
  height: auto;
  font-size: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

._horno1-text {
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.swiper-_horno1 .swiper-slide.swiper-slide-active ._horno1-text {
  opacity: 1;
  visibility: visible;
}

.classic {
  padding: 90px 0 108px;
}

._pro-more {
  font-size: 16px;
  color: #333c63;
}

._service-ul>li {
    width: 18.84%;
    margin-left: 1.44%;
    font-size: 20px;
}
._service-ul>li:nth-of-type(5n+1) {
    margin-left: 0;
}

._service-bott {
    padding: 0 15px;
}

._service-bott-inner {
    box-shadow: 0px 5px 10px rgba(238,238,238,1);
    margin-top: -30px;
    padding: 25px 20px;
    position: relative;
    background-color: #fff;
}

.swiper-slide {user-select: none;}
.pro_marks_btn {display: inline-block;width: 85px;height: 38px;line-height: 38px;border: 1px  solid #fefefe;border-radius: 28px;text-align: center;font-size: 14px;text-align: center;}
.swiper-classic .swiper-slide a{position: relative;display: block;}
.swiper-classic .swiper-slide {overflow: hidden;}
.pro_marks {position: absolute;bottom: 0;left: 0;width: 100%;background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.5));color: #fff;padding: 40px;transform: translate(0,100%);transition: transform .4s ease-in-out,opacity 0.4s ease-in-out,visibility .4s ease-in-out;opacity: 0;visibility: hidden;}
.swiper-classic .swiper-slide.swiper-slide-active .pro_marks{transform: translate(0,0);opacity: 1;visibility:visible;}
.pro_marks_tit {font-size: 30px;font-weight: 600;}
.pro_marks_desc {line-height: 1.6em;margin: 15px 0 25px;display: -webkit-box;-webkit-line-clamp: 3;overflow: hidden;-webkit-box-orient: vertical;}
.class-mid {
  background-repeat: no-repeat;background-position: center;background-size: cover;
  padding: 88px 0;
}
.class-mid-tit {font-size: 38px;}
.class-mid-desc {font-size: 16px;margin: 15px 0 40px;}
.class-mid-vice {line-height: 2em;max-width: 755px;margin-left: auto;margin-right: auto;}
.swiper-classic-prev,.swiper-classic-next {color: #fff;}
.swiper-classic-bott-pagination {position: static;}
.swiper-classic-bott-pagination .swiper-pagination-bullet {background-color: #ffffff;border: 1px solid #666;}
.swiper-classic-bott-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {border-color: #363f65;outline: 1px solid #363f65;}

.more-case {display: inline-block;width: 200px;height: 50px;line-height: 50px;border-radius: 26px;background-color: #333c63;color: #fff;text-align: center;font-size: 16px;}
/*.swiper-classic-bott,.application-swiper {padding: 5px 0;}*/
.swiper-classic-bott .swiper-slide,.application-swiper .swiper-slide{
    border: 1px solid rgba(238,238,238,1);
    height: auto;
}
.swiper-classic-bott-pagination-box {padding-top: 40px;}
.center-box1 {max-width: 1310px;margin-left: auto;margin-right: auto;padding-left: 5px;padding-right: 5px;}
.more-case-box {margin-top: 50px;}
.cdr-ttit {font-size: 24px;color: #333333;font-weight: 600;padding: 25px 0;border-bottom: 1px  solid #e5e5e5;}
.classic-dt-left {width: 230px;
/*height: 230px;background-color: #f9f9f9;*/
display: flex;justify-content: center;align-items: center;}
.classic-dtop {padding: 30px;}
.classic-dt-right {padding-left: 45px;}
.cdr-desc {line-height: 2em;color: #666666;padding-top: 24px;display: -webkit-box;-webkit-line-clamp: 3;overflow: hidden;-webkit-box-orient: vertical;}
.case-main-show {padding: 1px;line-height: 2em;}
.case-tit {font-size: 24px;color: #333333;font-weight: 600;position: relative;padding-top: 14px;padding-left: 67px;}
.input-box {height: 55px;line-height: 55px;border: 1px solid #cdcdcd;border-radius: 4px;padding: 0 18px;width: 100%;color: #666;}
.search-width2 {width: 350px;}
.search-width {width: 265px;}
.case-main-show p {margin: 35px 0;}
.case-img {position: absolute;left: 0px;top: -15px;}
.case-main-box{padding: 0 30px;}
.input-val {width: 100%;flex: 1;color: #333;font-size: 14px;}
.service-top {padding: 50px 0 40px;}
.name-tit span {display: inline-block;padding: 20px 0;position: relative;}
.name-tit span::after {content:"";width: 100%;height: 3px;background-color: #333c63;transform: translate(0,50%);position: absolute;bottom: 0;left: 0;}
.name-item {padding: 20px 40px 40px;box-shadow: 0px 0px 5px rgba(0,0,0,0.1);}
.name-tit {font-size: 24px;color: #333333;font-weight: 600;border-bottom: 1px solid #e0e0e0;}
.name_btn {display: inline-block;width: 70px;height: 32px;line-height: 32px;background-color: #333c63;border-radius: 32px;color: #fff;text-align: center;}
.name-ul>li {
  width: 22.95%;
  margin-left: 2.73%;
  margin-top: 30px;
}
.name_tit {font-size: 18px;margin: 16px 0 10px;}
.name_desc {color: #666666;margin-bottom: 25px;}
.name-ul>li:nth-of-type(4n+1) {
  margin-left: 0;
}
.service-tit {font-size: 24px;font-weight: 600;padding: 44px 0 20px;}
.service-right {color: #999;}
.service-ritem + .service-ritem {margin-left: 20px;}
.service-flag {width: 73px;height: 27px;line-height: 27px;background-color: #a1a6b7;border-radius: 28px;color: #fff;text-align: center;}
.service-detail {margin-top: 55px;}
.name-item + .name-item {margin-top: 55px;}
.service-detail {padding: 0 36px 0;margin-bottom: 40px;}
.name-pb {padding-bottom: 108px;}
.ab_us_left {width: 50.93%;}
.ab_us_right {width: 49.07%;}
.mt60 {margin-top: 60px;}
.ab_use_ul>li {float: left;margin-bottom: 4px;margin-left: 4px;}
.ab_img {display: block;}
.ab_box_ {padding: 90px 0 108px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.ab_us_left {line-height: 1.78em;color: #666666;padding-right: 10px;}
.data_box {background-repeat: no-repeat;background-position: center;background-size: cover;padding: 109px 0 80px;margin-top: 109px;}
.ab_us_left p + p{margin-top: 24px;}
.data_ul>li {text-align: center;color: #fff;}
.data_big_num {font-size: 50px;}
.data_big_num > small {font-size: 14px;}
.data_text {font-size: 14px;}
.cult-tit {font-size: 18px;font-weight: 600;}
.cul_desc {color: #666;line-height: 1.8em;margin-top: 15px ;font-size:15px}
.cul-bott {padding: 30px 15px 25px 25px;background-color: #f5f5f5;position: relative;}
.cul-bott::after {content: "";display: block;width: 0;height: 0;border-bottom: 25px solid #f6f6f6;border-left: 25px solid transparent;border-right: 25px  solid transparent;position: absolute;top: 0;transform: translate(-50%,-100%);left: 50%;}
.cul-ul>li:nth-of-type(3n+2) .cul-bott::after {border-top: 25px solid #f6f6f6;border-bottom: none;transform: translate(-50%,100%);bottom: 0;top: unset;}
.cul-ul>li {width: 33.33%;display: flex;flex-direction: column;}
.cul-ul>li:nth-of-type(3n+2) {flex-direction: column-reverse;}
.hornor-box {padding: 108px 0;}
.swiper-hornor {padding-bottom: 5px;}
.swiper-hornor .swiper-slide {background-color: #fff;padding: 24px 24px 0;text-align: center;}
.hornor-posi {margin-bottom: -15px;width: 66.22%;height: 60px;line-height: 60px;position: relative;text-align: center;display: inline-block;margin-top: 20px;perspective:400;
  -webkit-perspective:400; /* Safari and Chrome */}
.hornor-posi::before {position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-color: #efeff3;content: "";transform: rotateX(45deg);
  -webkit-transform: rotateX(45deg); /* Safari and Chrome */}
.cul-top,.cul-bott {height: 50%;}
.cul-img{height: 100%;object-fit: cover;}
.cul-box {padding: 90px 0 108px;}
.swiper-hornor-prev,.swiper-hornor-next {width: 42px;height: 42px;background-color: #16233d;border-radius: 50%;color: #fff;}
.swiper-hornor-prev::after,.swiper-hornor-next:after {font-size: 28px;}
.swiper-hornor-prev{left: -30px;transform: translate(-100%,0);}
.swiper-hornor-next {right: -30px;transform: translate(100%,0)}
.partner {padding:90px 0 108px;}
.normal-mt {margin-top:60px}
.thumb-ul>li {
    width: 25%;
    padding: 12px 0;
    color: #fff;
}
.thumb-ul>li a {
    color: #fff;
}
.square-ul>li {width: 16.61%;background: url(../img/square.png) no-repeat center center;background-size: 100% 100%;display: flex;align-items: center;justify-content: center;overflow:hidden;margin-top:-4%}
#a42 {background-color:#f5f5f5}
.swiper-city {max-width: 565px;margin-left: auto;margin-right: auto;}
.swiper-city .swiper-slide {position: relative;padding-bottom: 30px;text-align: center;cursor: pointer;}
.swiper-city .swiper-slide::after {content: "";display: block;width: 12px;height: 12px;border-radius: 50%;border: 1px solid #9a9a9a;position: absolute;bottom: 0;left: 50%;transform: translate(-50%,0);background-color: #fff;}
.swiper-city .swiper-slide.on::after {background-color: #333c63;border-color: #333c63;}
.swiper-city .swiper-slide::before {content: "";display: block;width: 100%;height: 1px;background-color: #e5e5e5;bottom: 6px;left: 50%;position: absolute;}
.swiper-city .swiper-slide:last-child::before {display: none;}
.swiper-city .swiper-slide.on .swiper-city-top {color: #333c63;}
.swiper-cont-item {display: none;}
.swiper-cont-item:first-child {display: block;}
.swiper-city-top {text-align: center;}
.swiper-cont-left {width: 65.30%;}
.swiper-cont-right {width: 34.69%;box-shadow: 0px 0px 5px rgba(0,0,0,0.2);padding: 52px 42px 72px;}
.swiper-cont-rtit {font-size: 24px;color: #333333;font-weight: 600;border-bottom: 1px solid #e0e0e0;}
.swiper-cont-rtit span {display: inline-block;padding-bottom: 15px;border-bottom: 2px solid #333c63;}
.swiper-cont-rb-item {margin-top: 42px;}
.swiper-cont-rb-bott {font-size: 16px;margin-top: 10px;}
.swiper-cont-rb-top {color: #999999;}
.contact-us {padding-bottom: 108px;}
.details-btn{width: 50px;display: inline-block;height: 27px;line-height: 27px;background-color: #333c63;border-radius: 16px;text-align: center;color: #fff;text-align: center;}
.news_left{width: 73.84%;}
.news_right {width: 23.84%;}
.news_inner_left{width: 46.875%;}
.news_inner_right {width: 53.125%;padding: 25px;}
/* .news_left_ul {padding-top: 40px;} */
.main-pt-inner {padding-top: 80px;}
.news_left_ul>li {background-color: #fff;margin-top: 40px;}
.news_left_ul>li:first-child {margin-top: 0;}
.news_right_tit {font-size: 18px;}
.news_right_desc {font-size: 14px;color: #666666;line-height: 1.78em;margin: 30px 0 24px;word-wrap: break-word;}
.news_info_time {color: #999;}
.news_inner_left {overflow: hidden;}
.news_img {transition: transform .3s ease-in;height:100%}
.news_left_ul>li:hover .news_img {transform: scale(1.1);}
.news_r_top {background-color: #fff;padding: 50px 25px 60px;}
.news_r_top_left{width: 40.38%;}
.news_r_top_right {width: 59.61%;padding-left: 8px;}
.news_r_top_ul>li {padding: 0 0 18px;margin-top: 18px;}
.news_r_top_ul>li:not(.img_li) {border-bottom: 1px solid #ededed;}
.news_r_top_ul>li:not(.img_li) {position: relative;padding-left: 15px;}
.news_r_top_ul>li:not(.img_li)::before {position: absolute;content: "";display: block;border-left: 6px solid #999999;border-top: 5px solid transparent;border-bottom: 5px solid transparent;top: 5px;left: 0;}
.news_r_top_r_tit {line-height: 1.5em;}
.news_r_top_r_info {color: #999999;margin-top: 3px;}
.news_r_top_left {overflow: hidden;}
.news_r_top_tit {font-size: 24px;color: #40486d;font-weight: 600;;padding-bottom: 14px;}
.news_r_top_tit>span {padding-left: 16px;position: relative;display: inline-block;}
.news_r_top_tit>span::before {content:"";position: absolute;width: 4px;height: 100%;background-color: #333c63;position: absolute;top: 0;left: 0;border-radius: 4px;}
.news_details {padding: 50px 22px 1px;}
.news_details_tit {font-size: 24px;font-weight: 600;margin-bottom: 15px;}
.news_details-top {padding-bottom: 25px;border-bottom: 1px solid #e5e5e5;}
.news_details-bott {line-height: 2em;color: #666666;}
.news_details-bott p {margin: 35px 0;max-width:100% !important;}
.prev-next-box{padding: 48px 0;}
.prev-next-span {display: inline-block;width: 75px;height: 32px;line-height: 32px;border-radius: 4px;background-color: #959aad;text-align: center;color: #ffffff;position: relative;margin-right: 10px;}
.prev-next-span::after {position: absolute;content: "";display: block;width: 0;height: 0;border-left: 6px solid #959aad;border-top: 5px solid transparent;border-bottom: 5px solid transparent;position: absolute;top: 50%;transform: translate(100%,-50%);right: 0;}
.prev-next {width: 50%;}

.resume-table-box {padding:90px 0 108px;}
.resume-table tr.tr-cont {
  display: none;
}
.arrow-down {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/arrow-.png) no-repeat center center;
  background-size: auto auto;
}

.resume-table tr.on .arrow-down {
  background: url(../img/arrow-down.png) no-repeat;
  background-size: auto auto;
}

.resume-table tr.on {
  background-color: #333c63;
  color: #fff;
}
.resume-table tr.on .flag-icon {
  background-image: url(../img/flag-on.png);
}
.resume-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin: 40px 0 0;
  color: #666;
}

.resume-table tr {
  background-color: #fff;
  box-sizing: border-box;
}

.resume-table tr.tr-tab {
  border-top: 30px solid #f5f5f5;
}

.resume-table tr:first-child {
    border-top: none;
}

.resume-table td {
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

.icon-bj {
  font-size: 16px;
  font-weight: 600;
  padding-left: 60px;
}
.flag-icon {display: inline-block;width: 67px;height: 58px;background: url(../img/flag.png) no-repeat center center;background-size: 100% 100%;position: absolute;left: 0;top: -15px;}

.resume-tit {
  color: #333;
  font-weight: 400;
}

.resume-desc {
  color: #999;
  line-height: 1.78em;
  margin-top: 5px;
}

.resume-item + .resume-item {
  margin-top: 20px;
}
.law-box {background-color: #ffff;padding: 1px 46px;border-radius: 16px;margin-top: -155px;line-height: 2em;color: #666666;}
.law-box p {margin: 48px 0;}
.pt0 {padding-top: 0;}
.pb0 {padding-bottom: 0;}
.mb0 {margin-bottom: 0;}
.mt0 {margin-top: 0;}
.block {display: block;width: 100%;}
.theme {color: #0d5289;}

.under-line {
  text-decoration: underline;
}

.col-0f5daa {
  color: #0f5daa;
}

.news_r_top_ul>li:hover .news_img {
  transform: scale(1.1);
}
.webkit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line2 {
  -webkit-line-clamp: 2;
}
.line3 {
  -webkit-line-clamp: 3;
}
.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;
}

._service_list_ul>li {
  display: inline-flex;
  min-width: 100px;
  height: 40px;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  color: #333333;
  font-size: 16px;
  font-size: 16px;
  padding: 0 10px;
}

._service_list_ul>li.on,._service_list_ul>li:hover {
  color: #fff;
  background-color: #333c63;
}

._service_list_ul>li.on a,._service_list_ul>li:hover a {
  color: #fff;
}

._service_list_icon {
  display: inline-block;
  width: 12px;
  height: 19px;
  background: url(../img/list-icon2.png) no-repeat center;
  background-size: 100% auto;
  margin-right: 5px;
}

._service_list_left {
  width: 43.90%;
}

._service_list_mid{
  width: 43.90%;
}
._service_list_btn {
  display: inline-flex;
  width: 140px;
  height: 50px;
  background-color: #333c63;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  border-radius: 999px;
}

._service-tit {
  font-size: 22px;
}

._service-time {
  color: #999999;
  margin-top: 10px;
}

._service_list_cont>li {
  padding: 25px 30px;
  background-color: #fff;
  margin-top: 30px;
}

._service_list-icon-group {
  width: 49px;
}

.apply-form-width {
  max-width: 674px;
  margin-left: auto;
  margin-right: auto;
}

.el-apply-dl>dt {
  font-size: 18px;
  font-weight: 600;
}

.el-apply-input {
  background-color: #fff;
}

.el-apply-val {
  height: 55px;
  width: 100%;
  flex: 1;
  padding: 0 20px;
  color: #333;
}

.el-apply-dl {
  margin-top: 25px;
}

.col-yellow {
  color: #ff6600;
}

.el-apply-select {
  background: url(../img/_arr-down.png) no-repeat calc(100% - 15px) center;
  background-size: auto;
}


._h-img {transition: transform .3s ease;}
.hover-img a:hover ._h-img {transform: scale(1.1);}
.hover-tit a:hover [class*=tit] {color: #0d5289;}

.apply-sub-btn {
  display: inline-flex;
  width: 212px;
  height: 58px;
  background-color: #333c63;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  border-radius: 999px;
}

.apply-sub-mt {
  margin-top: 40px;
}

._course_ul>li {
  width: 31.15%;
  margin-left: 3.26%;
  margin-top: 40px;
  background-color: #fff;
}

._course_ul>li:nth-of-type(3n+1) {
  margin-left: 0;
}

._course_bott {
  padding: 20px;
}

._course_tit {
  font-size: 20px;
  line-height: 1.6em;
}

._course_time {
  color: #999999;
}

._service-details-flag{
  display: inline-flex;
  height: 30px;
  width: 75px;
  justify-content: center;
  background-color: #eaebef;
  justify-content: center;
  align-items: center;
  color: #333c63;
  margin-top: 10px;
  margin-right: 10px;
}

._service-details-tit {
  font-size: 28px;
  font-weight: 600;
}

._service-details-top,._service-details-show {
  background-color: #fff;
  padding: 25px;
  margin-top: 30px;
}

._service-icon {
  text-align: right;
  color: #999;
}

.normal-pb {
  padding-bottom: 80px;
}

._service-details-show-inner-right {
  width: 27.65%;
}

._service-details-show-inner-left {
  width: 72.35%;
  /*padding-top: 40.99%;*/
  aspect-ratio: 16 / 9;
}


.video-js,._service-details-show-inner-left iframe {
  display: block;
  width: 100%!important;
  height: 100%!important;
  /*object-fit: cover;*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
}

.video-js .vjs-tech {
  object-fit: cover;
}

.vjs-poster {
  background-size: cover;
}

._service-details-show {
  line-height: 2em;
}

.service-details-show-inner-right-bj {
  background-color: #333c63;
  
  position: relative;
}


._service-details-show-ul>li {
  padding: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #485073;
}

._service-details-show-ul>li a {
  color: #fff;
}

.el-apply-text {
  height: 280px;
  padding: 15px;
  resize: none;
}

._solve-mask-icon {
  border-top: 8px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

._solve-mask-tit {
  font-size: 20px;
}

._solve_swiper .swiper-slide:hover ._solve-mask{
  transform: translate(0,0);
}

._solve-mask {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 20px;
  bottom: 0;
  transform: translate(0,calc(100% - 70px));
  transition: all .3s ease;
}

._solve_swiper .swiper-slide:hover ._solve-mask-desc {
  opacity: 1;
  visibility: visible;
}

._solve-mask-desc {
  line-height: 1.8em;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

._swiper_normal-prev::after,._swiper_normal-next::after {
  color: #a1a1a1;
}
._pro-ul {
  margin-top: -40px;
}
._pro-ul>li {
  width:31.15%;
  margin-left: 3.26%;
  padding: 1vw 0;
  background-color: #fff;
  margin-top: 40px;
}

._pro-ul>li:nth-of-type(3n+1) {
  margin-left: 0;
}

._pro-ul-tit {font-size: 24px;font-weight: 600;margin-top: 20px;}
.pro-ul-desc {color: #666666;line-height: 1.6em;}
.pro-details-bj {
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-size: left bottom;
  background-size: auto;
}

._pro-details-desc {
  font-size: 16px;
  line-height: 2em;
  margin-top: 20px;
}

._pro-details-left {
  width: 70.76%;
}

._pro-details-right {
  width: 20%;
}

._pro-details-tab>li {
  height: 45px;
  display: inline-flex;
  min-width: 130px;
  padding: 0 15px;
  border-radius: 999px;
  border: 1px solid #d7d9e0;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #333c63;
  margin-top: 20px;
}
._pro-details-tab>li.on,._pro-details-tab>li:hover {
  border-color: #333c63;
  background-color: #333c63;
  color: #fff;
}
._pro-details-tab>li.on a,._pro-details-tab>li:hover a {
  color: #fff;
}

._pro1-deta-left {
  width: 50%;
}

._pro1-deta-right {
  width: 42.38%;
}

._pro-details-cont {
  margin-top: 40px;
}

.normal-item {
  display: none;
}
.normal-item:first-child {
  display: block;
}

._about-left {
  width: 50%;
  line-height: 2em;
  text-align: justify;
}

._about-right {
    width: 50%;
}

._about-mt {
  margin-top: 40px;
}

.normal-bj {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wish-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wish-tit {
  font-size: 34px;
}

.wish-desc {
  font-size: 22px;
  line-height: 1.8em;
  color: #666666;
  margin-top: 10px;
}

.wish-left,.wish-right {
  width: 50%;
}
.wish-right {
  padding: 3.125vw;
}
.wish-ul {
  margin-top: 40px;
}
.wish-ul>li{
  display: flex;
}
.wish-ul>li:nth-of-type(2n) {
  flex-direction: row-reverse;
}

._horno1-tab-ul {
  margin-top: 30px;
}
._horno1-tab-ul>li {
  width: 20%;
  margin-top: 10px;
}
._horno1-tab-ul>li,._horno1-tab-ul>li a {
  color: #fff;
}

._horno-icon {
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-right: 5px;
  display: inline-block;
}

.swiper-progress {
  margin-top: 40px;

}

.swiper-progress-line {
  height:5.72vw;
  position: relative;
}

.swiper-progress-line::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #333c63;
  border-radius:50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  bottom: 0;
}

.swiper-progress-line::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #d6d8e0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
}

.swiper-progress::before {
  content: "";
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
  top: 0;
  left: 0;
  position: absolute;
  clip-path: polygon(0 0,calc(100% - 30px) 0,100% 50%,calc(100% - 30px) 100%,0 100%,30px 50%);
}
.swiper-progress-top {
  padding: 15px 15px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  position: relative;
}
.swiper-progress-top::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform:translate(0,-50%) rotate(45deg);
  top: 50%;
  right: 12px;
  z-index: 99;
}
.swiper-progress-bott {
  padding: 0 25px 25px;
  font-size: 16px;
  line-height: 2em;
}

.swiper-progress-prev::after,.swiper-progress-next::after {
  content: "";
}
.swiper-progress-prev::after {
  content: "";
  position: absolute;
  border-right:6px solid #894b56;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
}

.swiper-progress-next::after {
  content: "";
  position: absolute;
  border-left:6px solid #894b56;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
}
.swiper-progress-prev {
  transform: translate(-100%,0);
  margin: 0;
  top: 0;
  height: 60px;
}
.swiper-progress-next {
  transform: translate(100%,0);
  margin: 0;
  top: 0;
  height: 60px;
}
#thumbsswiper .swiper-slide,#thumbsswiper .swiper-slide a {
  color: #ffff;
}
#thumbsswiper .swiper-slide {
    line-height: 40px;
}
.join_us {
  background-color: #f6f6f6;
}

._join_us-info {
  padding-left: 15px;
}

._join_us-tit {
  font-size: 22px;
  font-weight: 600;
}

._join_us-desc {
  margin-top: 10px;
}

._join_us-ul>li {
  padding: 25px 30px;
  background-color: #fff;
  margin-top: 30px;
}

._join_us {
  background-color: #f6f6f6;
}

.join_us-right {
  color: #666666;
}

.join_us-icon {
  border-top: 6px solid #707691;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transition: transform .3s ease;
}

._join_us-cont {
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  display: none;
}

._join_us-tab {
  cursor: pointer;
}

._join_us-tab.rotate .join_us-icon{
  transform: rotate(-180deg);
}

._join-contact-left {
  border: 1px solid #dedede;
  padding: 30px;
  width: 28.07%;
}

._join-contact-dl + ._join-contact-dl {
  margin-top: 25px;
}
._join-contact-dl>dt  {
  font-size: 18px;
  font-weight: 600;
}

._join-contact-dl>dd {
  margin-top: 10px;
}

._join-contact-box {
  margin-top: 30px;
}

._join-contact-right {
  width: 70.38%;
  border: 1px solid #dedede;
  padding: 30px 20px;
  text-align: center;
}
._join-contact-code {
  margin: 0 10px;
  width: calc(20% - 20px);
}

.swiper-horizontal>.swiper-scrollbar {
    height: 10px;
}

@media (min-width:1920px) {
  .swiper-progress-line {
    height: 110px;
  }
}
@media (min-width:992px) {
    .drop-ul>li {width: 33.33%;padding:5px 0}
    .drop-ul>li a:hover{color: #0d5289;}
    .head-drop {position: absolute;bottom: 1px;background-color: #fff;width: 100vw;left: 0;border-top: 2px solid #e5e5e5;display: block;padding:2% 0;display:none;z-index:-2}
    .head:hover a {color: #333;}
    .head:hover .logo-white {display: none;}
    .head:hover .logo-black{display: block;}
    .head:hover {color: #333;box-shadow:0 0 6px rgba(0,0,0,.5)}
    .head:hover::before {
        opacity: 1;
        visibility: visible;
    }
  #map {
    width: 100%;
    height: 400px;
  }
  ._swiper_normal-prev {
    left: -20px;
    transform: translate(-100%,0);
  }
  
  ._swiper_normal-next {
    right: -20px;
    transform: translate(100%,0);
  }
  ._service-details-show-ul {
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 25px;
  }
}
@media (max-width:992px){
    .normal-mt {
        margin-top: 25px;
    }
  ._service-details-show-ul {
    overflow-y: auto;
    max-height: 280px;
    padding: 15px;
  }

  ._service-details-show-ul>li {
    padding: 10px;
  }

  ._service-details-top, ._service-details-show {
    padding: 15px;
  }

  ._swiper_normal-prev::after, ._swiper_normal-next::after {
    font-size: 30px;
  }
}