/*
* 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: Roboto;}
body {
  /* line-height: 1.7em; */
  -webkit-font-smoothing: antialiased;
  color: #242424;
}
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: inherit;}
.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%;}
.showmenu.nav-ul-box {
  /* left: 0; */
  transform: translate(0,100%);
}
.responsive-y {
  overflow-y: auto;
}
/*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;}
.pv20 {padding-top: 20px;padding-bottom: 20px;}
.p30 {padding: 30px;}
.mt30 {margin-top: 30px;}
.mb25 {margin-bottom: 25px;}
.heigh100 {height: 100%;}

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


 /* html,body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
} */


.bb {border-bottom: 1px solid #e8e8e8;}

.pages {
  text-align: center;
  padding: 50px 0;
}

.normal-item {
  display: none;
}

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

.pages li {
  display: inline-flex;
  font-size: 16px;
  color: #666666;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

.pages li a {
  width: 36px;
  height:36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #666666;
}

.pages li:hover {
  text-decoration: underline;
}

.pages li span {
  width: 36px;
  height:36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #666666;
}

.pages .iconfont {font-size: 18px;}

.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:#307bbd;
  color: #fff;
}

.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.el-input-date,input.el-input-date1{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}
input.el-input-date::-webkit-calendar-picker-indicator,input.el-input-date1::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  padding-left: 100%;
}

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

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

.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%);
}

.banner {position: relative;}

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

.normal-table {width: 100%;border-collapse: collapse;}
.normal-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
}


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

.hide-pc {display: none;}
.menu i {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #004ea2;
  margin-top:7px;
  -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(46deg);
      -ms-transform: rotate(46deg);
          transform: rotate(46deg);
}
.menu.rotate i:nth-of-type(2){
  opacity: 0;
}

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

.normal-place ::-webkit-input-placeholder{
  color: rgba(255,255,255,0.6);
}
.normal-place :-moz-placeholder{
  color: rgba(255,255,255,0.6);
}
.normal-place :-ms-input-placeholder{
  color: rgba(255,255,255,0.6);
}


.underline {text-decoration: underline;}
.mt40 {margin-top: 40px;}
.mb40 {margin-bottom: 40px;}
.mt50 {margin-top: 50px;}
label {cursor: pointer;}
img[class*=avatar] {border-radius: 50%;}
.hover-a a:hover,.head-right-links:hover {color: #307bbd;}
.hover-under:hover {text-decoration: underline;}
.hover-tit a:hover [class*=tit] {color: #307bbd;}
._h-img {transition: transform .3s ease;}
.hover-img a:hover ._h-img {transform: scale(1.1);}
.bold {font-weight: 600;}
.tl {text-align: left;}
[class*=btn] {cursor: pointer;}
.col-red {}
.col-yel {color: #e0663d;}
input.upload-file {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  font-size:0
}

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

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

@media (min-width:1240px) { 
  
}


.normal-swiper-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #1f3a5f;
  background-color: #1f3a5f;
  color: #fff;
  border-radius: 50%;
  margin: 0;
  transform: translate(0,-50%);
}

.normal-swiper-btn.swiper-button-disabled {
  background-color: #f6f7f9;
  color: #1f3a5f;
  opacity: 1;
}
.normal-swiper-btn::after{
  font-size: 20px;
}



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


.news_ul_links1 .news_ul-bott {
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  flex:1;
}

.news-2-box {
  background: #0e6eb8;
}

/* .news-2-ul {
  flex-direction: column;
} */

/* .news-2-ul>li {
  float: left;
  width: 50%;
} */

.news-2-inner-ul>li {
  line-height: 2em;
  font-size: 18px;
}

.head::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* z-index: -1; */
}

.head.blur .logo-img{
  max-height: 60px;
}

.drop-tab a {}

@media (min-width:993px) {
    .about-ul-top-mt {
  margin-top: 120px;
}
  .nav-ul>li:hover .head-drop-content-mask {
    opacity: 1;
    visibility: visible;
  }
  
  .nav-ul>li:hover .head-drop-content {
    display: block;
    animation: hideIndex 0.3s ease;
  }
  .head.blur .nav-ul>li{
    padding: 30px 10px;
  }
  
  .head.blur .nav-ul>li {
    font-size: 16px;
  }

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

.news_ul>li:nth-of-type(1) {
  width: 0;
}

.news_ul>li:nth-of-type(2) {
  margin-left: 0;
}

.news_ul>li:nth-of-type(2),.news_ul>li:nth-of-type(3) {
  width: 48.23%;
}

.news_ul_links .news_ul-bott {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 67, 117, 0.5);
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 30px;
  line-height: 1.5em;
}

.news_ul_links1 {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news_ul_links1:hover .news_ul-bott{
  background: linear-gradient(to bottom,#003057,#0e6eb8);
  color: #fff;
}
}

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

.head-pd {
  padding: 0 60px;
}

.logo-img {
  display: block;
  max-width: 262px;
  max-height: 105px;
  transition: all 0.3s ease-in;
}

.head {
  padding: 15px 0 0;
  border-bottom: 1px solid #f3f3f3;
}

.head-bott-left {
  display: flex;
  align-items: center;
}

.bouncedown {
  opacity: 0;
  transform: translateY(-10px);
  animation: bouncedown 0.5s ease .2s forwards;
}

@keyframes bouncedown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}




.drop1-img {
  height: 60px;
}



.nav-ul>li {
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease-in;
  padding: 55px 20px;
}

.nav-ul>li.on, .nav-ul>li:hover {
  color: #0e6eb8;
}

.head-top-ul>li {
  font-size: 16px;
  color: #9c4022;
  font-weight: 600;
  margin-left: 20px;
}



.banner-tit {
  font-size: 48px;
  font-weight: 600;
  max-width: 1053px;
  line-height: 1.5em;
}

.swiper-banner-prev::after,.swiper-banner-next::after {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.swiper-banner-prev.swiper-button-disabled,.swiper-banner-next.swiper-button-disabled {
  opacity: 1;
  pointer-events: all;
}

.swiper-banner .swiper-banner-prev {
  width: 48px;
  height: 48px;
  left: 20px;
  left: -20px;
  opacity: 0;
  transition: all .3s;
}

.swiper-banner .swiper-banner-next {
  width: 48px;
  height: 48px;
  right: 20px;
  right: -20px;
  opacity: 0;
  transition: all .3s;
}

.swiper-banner:hover .swiper-banner-prev {
  opacity: 1;
  left: 20px;
}

.swiper-banner:hover .swiper-banner-next {
  opacity: 1;
  right: 20px;
}

.banner-img-box {
  margin-top: 80px;
}

.swiper-banner .swiper-banner-pagination {
  position: absolute;
  right: 40px;
  top: 0;
  width: auto;
  height: auto;
  left: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swiper-banner .swiper-banner-pagination .swiper-pagination-bullet{
  margin: 10px 0;
  background-color: #878787;
  border: 2px solid #878787;
  opacity: 1;
}

.swiper-banner .swiper-banner-pagination .swiper-pagination-bullet-active{
  background-color: transparent;
  border-color:  #307bbd;
}

.banner-link-btn {
  display: inline-flex;
  flex-direction: column;
  width: 190px;
  height: 140px;
  background-color: #e0663d;
  border: 2px solid #e0663d;
  border-radius: 5px;
  color: #fff;
  padding: 20px 25px;
  font-size: 18px;
  font-weight: 600;
  transition: all .3s ease;
}

.banner-link-btn:hover {
  border-color: #fff;
  background-color: #003057;
}

.banner-link-btn .iconfont {
  font-size: 30px;
  font-weight: 400;
}

.banner-img-box-bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transform: translate(0,-50%);
}


.swiper-banner .swiper-slide {
  overflow: hidden;
}

.swiper-slide .module-word{
  transform:translateX(-200px);
  opacity:0;
  transition:all .4s;
}

.swiper-slide .module-word1{
  transform:translateX(-200px);
  opacity:0;
  transition:all .4s;
  transition-delay: .1s;
}

.ani-slide .module-word{
  transform:translateX(0);
  opacity:1;
}

.ani-slide .module-word1{
  transform:translateX(0);
  opacity:1;
}

.normal-tit {
  font-size: 40px;
  font-weight: 600;
}

.head-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
}


.normal-pt {
  padding-top: 80px;
}

.normal-pd {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.normal-pd1 {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.normal-pb {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

.whyus-bott-tit {
  font-size: 28px;
  color: #e0663d;
  font-weight: 600;
  
}

.whyus-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 5px;
  height: auto;
}

.whyus-ul>li {
  width: 26.66%;
  margin-left: 10%;
  text-align: center;
}

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

.people-item + .people-item {
    border-top: 1px solid #0e6eb8;
}

.whyus-top-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.whyus-top {
  padding-top: 45%;
  position: relative;
  width: 100%;
}


.job-ul>li {
  position: relative;
  width: 49.44%;
}

.whyus-bott-desc {
  font-size: 18px;
  line-height: 1.65em;
  font-style: italic;
}

.normal-mt {
  margin-top: 60px;
  overflow: hidden;
}

.main-job {
  background: linear-gradient(to bottom right,#003057,#0e6eb8);
}

.normal-desc {
  font-size: 18px;
  margin-top: 15px;
}

.swiper-news .swiper-slide {
  height: auto;
}

.index-news-ul>li {
  width: 23.77%;
  margin-left: 1.62%;
  position: relative;
  
}
.index-news-ul>li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

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

.swiper-news-mask {
  flex: 1;
  /* position: absolute; */
  /* width: 100%; */
  background: linear-gradient(to bottom right, #003057, #0e6eb8);
  /* bottom: -1px;
  left: 0; */
  color: #fff;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.65em;
  /* height: 100px; */
}

.partner-ul>li {
  width: calc(100% / 7);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  flex-shrink: 0;
  margin: 0 5px;
}


.partner-img {
  max-height: 100%;
}

.partner-slide-left {
  width: fit-content;
  animation: slideLeft 20s linear infinite;
  will-change: transform;
}

.partner-slide-right {
  width: fit-content;
  animation: slideRight 20s linear infinite;
  will-change: transform;
}

.partner-slide-left:hover,
.partner-slide-right:hover {
  animation-play-state: paused;
}

.footer-left-ul>li {
  margin-right: 20px;
}

.search-input-box {
  width: 0;
  border: 1px solid #307bbd;
  border-radius: 28px;
  height: 38px;
  line-height: 38px;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
  position: relative;
  right: 0;
}

.search-box .icon-sousuo:before {
  font-size: 20px;
}

.search-btn {
  max-width: 100%;
}

.search-input-box .iconfont {
  color: #307bbd;
}

.search-input {
  width: 100%;
  flex: 1;
  color: #307bbd;
  font-size: 16px;
}

.search-show {
  width: 200px;
  opacity: 1;
  visibility: visible;
  padding: 0 15px;
}

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



@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes slideRight {
  0% {
    transform: translateX(-33.333%);
  }
  100% {
    transform: translateX(0%);
  }
}

.footer {
  background-color: #000000;
  color: #fff;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

.swiper-job .swiper-slide {
  height: auto;
}

.swiper-job-mask {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}

.swiper-job .swiper-slide.on .swiper-job-mask,
.swiper-job .swiper-slide:hover .swiper-job-mask,
.job-ul>li.on .swiper-job-mask,
.job-ul>li:hover .swiper-job-mask
 {
  background-color: rgba(0, 48, 87, 0.4);
}

.banner-list-word {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  width: 100%;
}

.banner-list-tit-box {
  background-color: rgba(0, 48, 87, 0.8);
  padding: 2.60vw;
  max-width: 740px;
}


.banner-list-tit {
  /* font-size: 48px; */
  font-size: 36px;
  font-weight: 600;
  
}


.admir-left {
  width: 48.86%;
}

.admir-left-tit {
  /* font-size: 36px; */
  font-size: 26px;
  color:#e0663d;
  font-weight: 600;
  
}

.admire-left-desc {
  font-size: 20px;
  line-height: 2.4em;
}

.admir-left-vice-tit {
  /* font-size: 24px; */
  font-size: 20px;
  color: #2075bc;
  font-weight: 600;
  
}

.admire-left-desc1 {
  font-size: 18px;
  line-height: 1.66em;
}

.admir-right {
  width: 43.86%;
}

.hybrid-ul>li {
  text-align: center;
}

.admire-right-tit {
  font-size: 30px;
  color: #003057;
  font-weight: 600;
  
}

.admire-dl {
  width: 45.30%;
}

.admire-dl .admire-input {
  height: 45px;
  width: 100%;
  flex: 1;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 0 15px;
  font-size: 16px;
  color: #33475b;
}

.admire-dl .admire-input:focus,.admire-dl2 .admire-input1:focus,.admire-textarea:focus {
  border-color: rgba(82, 168, 236, .8);;
}

.admire-select {
  height: 45px;
  width: 100%;
  flex: 1;
  border-radius: 5px;
  background-color: #fff;
  padding: 0 15px;
  font-size: 16px;
  color: #bfbfbf;
  border: none;
  outline: none;
  border: 1px solid #fff;
}

.admire-select:focus {
  color: #33475b;
  border-color: rgba(82, 168, 236, .8);;
}


.admire-dl2 .admire-input1 {
  height: 55px;
  width: 100%;
  background-color: #fff;
  padding: 0 15px;
  font-size: 16px;
  border: 1px solid #fff;
}

.admire-textarea {
  width: 100%;
  resize: none;
  height: 140px;
  background-color: #fff;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #fff;
}

.admire-dl2>dt {
  font-size: 16px;
}

.admire-dl>dt {
  font-size: 18px;
}

.admire-dl>dd,.admire-dl2>dd,.admire-dl1>dd {
  margin-top: 10px;
}

.col-red {
  color: #e31313;
}

.admire-dl1 {
  width: 100%;
}

.admire-dl2 {
  width: 48%;
}

.col-blue {
  color: #0e6eb8;
}

.col-blue1 {
  color: #0914e8;
}

.admire-label {
  font-size: 16px;
}

.admire-right-desc {
  font-size: 16px;
  line-height: 1.875em;
}

.admire-right-label {
  font-size: 18px;
  font-weight: 600;
  color: #5d5d5d;
  display: block;
}

.admire-right-label1 {
  font-size: 16px;
}

.admire-right-desc1 {
  font-size: 16px;
  line-height: 1.5em;
}

.admire-right-checkbox {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.admire-right-box {
  background-color: #99afc1;
  padding: 30px 3.125vw;
}

.btn-submit {
  display: inline-flex;
  width: 260px;
  height: 55px;
  background-color: #e0663d;
  border: 2px solid #e0663d;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  transition: all .3s ease;
}

.btn-submit:hover {
  border-color: #fff;
  background-color: #003057;
}

.btn-submit1 {
  width: 177px;
}

.question-box {
  background: linear-gradient(to right bottom, #003057, #0f70b8, #e0663d);
  /* background-size: 300% 300%;
  animation: gradientMove 8s ease infinite; */
}

.swiper-question .swiper-slide {
  background-color: #fff;
  height: auto;
}

.question-ul>li {
  width: 22.58%;
  margin-left: 3.21%;
  background-color: #fff;
}

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

.swiper-question .swiper-slide a,.question-ul>li a {
  width: 100%;
  height: 100%;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.swiper-question-bott-tit {
  font-size: 24px;
  font-weight: 600;
  text-decoration: underline;
  color: #e0663d;
  margin-top: 10px;
}

.swiper-question-top-img {
  height: 77px;
}

.question-dl + .question-dl {
  margin-top: 40px;
}

.question-dd-item {
  margin-top: 20px;
}

.banner-list-desc {
  font-size: 16px;
  line-height: 1.875em;
  margin-top: 10px;
}

.pri-img {
  width: 70px;
}

.tech-box-left-tit {
  font-size: 30px;
  font-weight: 600;
  
}

.tech-box-left-li-box-tit {
  font-size: 30px;
  color: #e0663d;
  font-weight: 600;
  
}

.tech-box-left-li-box-tit1 {
  font-size: 20px;
  color: #e0663d;
  font-weight: 600;
  
}

.tech-box-left-li-box-desc {
  font-size: 18px;
  line-height: 1.66em;
  margin-top: 10px;
  font-style: italic;
}

.tech-box-left-ul>li {
  padding: 60px 0;
  border-bottom: 1px solid #c8c8c8;
}

.tech-box-left-ul1>li {
  margin-top: 60px;
}

.tech-box-right-ul>li {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
}

.li-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 67, 117, 0.5);
  top: 0;
  left: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  padding: 60px;
}

.hover-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 67, 117, 1);
  color: #fff;
  transform: translate(100%,0);
  font-size: 18px;
  padding: 40px;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  line-height: 1.8em;
}

.tech-box-right-ul>li:hover .hover-mask {
  transform: translate(0,0);
}

.tehc-box-left {
  width: 52.78%;
}

.tehc-box-right {
  width: 44.28%;
}

.li-img {
  display: block;
  width: 100%;
}

.normal-tit-line::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #c8c8c8;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.normal-tit-line>span {
  position: relative;
  background-color: #fff;
  padding: 0 10px;
}

.product-list-bott {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.product-list-bott-tit {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  
}

.product-list-bott-desc {
  font-size: 16px;
  margin-top: 10px;
}

.product-list-top {
  position: relative;
  padding-top: 65%;
}

.product-list-top::before {
  content: "";
  width: 100%;
  height: calc(100% - 30px);
  background-color: #0e6eb8;
  position: absolute;
  left: 0;
  top: 0;
}

.product-list-top-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.product-list-top-img-box {
  width: 100%;
  left: 20px;
  top: 20px;
  position: absolute;
  height: calc(100% - 20px);
  background-color: #e0663d;
}

.product-list-top-img-box-inner {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: #ffffff;
  position: absolute;
  top: 10px;
  left: 10px;
  overflow: hidden;
}

.nav-position-pd {
  padding: 30px 0;
}

.nav-position  {
  font-size: 18px;
}

.nav-position a {
  color: #0e6eb8;
}

.product-list>li {
  width: 28.66%;
  margin-left: 7%;
  margin-top: 60px;
}

.product-list>li>a {
  height: 100%;
  display: flex;
  flex-direction: column;
}

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

.product-list-bott-btn {
  display: inline-flex;
  width: 156px;
  height: 50px;
  background-color: #e0663d;
  border: 2px solid #e0663d;
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.product-list-bott-btn:hover {
  border-color: #fff;
  background-color: #003057;
}

.step-inner-mid-btn {
  display: inline-flex;
  width: 200px;
  height: 65px;
  background-color: #0e6eb8;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: 0;
}

.step-inner-mid-tit {
  color: transparent;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, transparent 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.4;
  font-size: 177px;
  font-weight: 600;
  /* transform: skew(-10deg); */
  line-height: 1.1em;
  margin-top: -0.1em;
  font-style: italic;
}

.step-inner-left {
  width: 100px;
  height: 480px;
  position: relative;
}

.step-inner-right {
  width: calc(100% - 110px);
  
}

.step-inner-right-left {
  padding-left: 3.125vw;
}

.swiper-year {
  height: 390px;
}

.swiper-year .swiper-slide {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 20px 10px 10px;
  font-size: 18px;
  font-weight: 600;
  color: #999999;
  cursor: pointer;
}

.step-inner-right-right {
  width: 47.22%;
}

.swiper-middleware-scrollbar .swiper-scrollbar-drag {
  background-color: #0e6eb8;
}

.swiper-middleware-scrollbar {
  background-color: #dcddde;
}

.swiper-middleware {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  overflow: visible;
}

.year-span {
  position: relative;
}

.year-span::before {
  content: '';
  width: 10px;
  height: 4px;
  background-color: #0e6eb8;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translate(-100%,-50%);
  display: none;
}


.swiper-year .swiper-slide-thumb-active {
  color: #0e6eb8;
}

.swiper-year .swiper-slide-thumb-active .year-span::before {
  display: block;
}

.step-inner-mid-desc {
  font-size: 20px;
  max-width: 484px;
}

.cont-inner-box {
  background-color: rgba(0,0,0,0.3);
  padding: 50px 5.20vw;
}

.solve-right-tit {
  font-size: 24px;
  font-weight: 600;
  
}


.solve-right-desc {
  font-size: 18px;
  color: #b6411a;
  line-height: 2em;
  font-weight: 600;
}

.solve-ul .solve-left {
  width: 50%;
  padding: 2.08vw;
  background: linear-gradient(to bottom,#003057,#0e70b8,#e0663d);
}

.solve-ul1 .solve-left {
  padding: 2.08vw;
  background: linear-gradient(to bottom,#003057,#0e70b8,#e0663d);
}

.solve-ul .solve-right {
  width: calc(100% - 50% - 20px);
  border-bottom: 1px solid #004b85;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.125vw;
}

.details-left {
  width: 48.16%;
  margin-top: -130px;
  margin-left: 80px;
  display: block;
}

.details-show {
  padding: 30px 0;
  font-size: 18px;
  /*line-height: 1.8em;*/
  line-height: 2.66em;
}

.consume-tit {
  height: 120px;
  background-color: rgba(0,48, 87, 0.87);
  margin-top: -60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  padding: 20px;
}

.consume-tit1 {
  height: 90px;
  background-color: rgba(0,48, 87, 0.87);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.normal-bg {
  background-color: #f0f1f2;
}

.filter-form-box {
  width: 825px;
  max-width: 100%;
  padding: 25px 15px;
}

.filter-form-btn {
  display: inline-flex;
  width: 100px;
  height: 50px;
  background-color: #0f6eb8;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
}

.filter-form-val {
  height: 50px;
  width: 100%;
  flex: 1;
  font-size: 16px;
}

.filter-form-input .iconfont {
  font-size: 18px;
}

.filter-form-input {
  background-color: #f0f1f2;
  border-radius: 4px;
  padding: 0 20px;
}

.filter-selete {
  height: 50px;
  width: 176px;
  border: 1px solid #ced3d9;
  border-radius: 4px;
  text-align: center;
  /* padding: 0 20px; */
  font-size: 16px;
  background: url(../img/arr.png) no-repeat calc(100% - 16px) center;
  background-size: auto;
  padding-right: 16px;
}

.filter-bott-left {
  width: 555px;
}

.filter-bott-right {
  width: calc(100% - 565px);
}

.filter-ul-tit {
  font-size: 20px;
  display: inline-block;
  color: #000000;
  
}

.filter-ul-tit.on {
  color: #0f6eb8;
}

.filter-bott-left {
  padding: 0 40px 40px;
}

.filter-ul>li {
  padding: 25px 0;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
}

.filter-ul-info,.filter-ul-info .iconfont {
  font-size: 18px;
}

.filter-ul>li.on .filter-ul-tit {
  color: #0f6eb8;
}

.filter-ul {
  max-height: 726px;
}

.filter-bott-right {
  padding: 30px;
}

.main-btn {
  display: inline-flex;
  height: 50px;
  background-color: #0f6eb8;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 0 30px;
  border-radius: 999px;
  word-break: break-all;
}

.filter-bott-group {
  border-bottom: 1px solid  #ebebeb;
}

.consu-tit {
  font-size: 20px;
  font-weight: 600;
  
}

.consu-desc {
  font-size: 18px;
  line-height: 2em;
}

.hornor-ul>li {
  width: 22.55%;
  margin-left: 3.26%;
  margin-top: 60px;
  padding: 10px 0 0 10px;
  position: relative;
}

.hornor-ul>li::before {
  content: "";
  width: 93%;
  height: 88%;
  background: linear-gradient(to bottom, #003057, #0e6eb8,#e0663d);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

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

.hybrid-li-top {
  font-size: 48px;
  font-weight: 600;
}

.hybrid-li-bott {
  font-size: 24px;
}

.solve-ul1>li {
  width: 48.29%;
  display: flex;
  flex-direction: column;
}


.solve-ul1 .solve-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.project-details-tit {
  font-size: 36px;
  font-weight: 600;
  
}

.project-details-left {
  width: 69.11%;
  margin-top: -4.16vw;
}

.project-details-right {
  width: 23.66%;
}

.project-text {
  font-size: 36px;
  font-weight: 600;
  color: #0e6eb8;
}

.project-details-right-info {
  font-size: 20px;
  font-weight: 600;
  color: #e0663d;
}

.project-details-right-info .iconfont {
  font-size: 20px;
}


.project-details-right-top-tit {
  font-size: 18px;
  margin-top: 15px;
}

.project-details-right-ul>li {
  margin-top: 30px;
}

.project-details-right-title {
  font-size: 36px;
  font-weight: 600;
  color: #0e6eb8;
  margin-top: 240px;
}

.prev-next-box {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.project-details-left {
  margin-top: -40px;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.contact-box-left {
  background-color: rgba(153,175,193,0.14);
  padding: 3.125vw  2.08vw;
  max-width: 744px;
}

.cont-inner-tit {
  font-size: 24px;
  font-weight: 600;
  
}

.admir-left-desc {
  line-height: 2.4em;
  font-size: 20px;
}

.contact-us-right {
  width: 40.81%;
}

.contact-us-left {
  width: 48.29%;
}

.cont-dl {
  width: 46.25%;
}

.cont-dl>dt {
  font-size: 18px;
}

.cont-dl>dd {
  margin-top: 5px;
}

.cont-dl .cont-input, .cont-select {
  width: 100%;
  flex: 1;
  height: 45px;
  border: 1px solid #dfe6eb;
  border-radius: 4px;
  background-color: #f5f8fa;
  padding: 0 15px;
  outline: none;
}

.cont-select {
  color: #bfbfbf;
}

.cont-select:focus {
  color: #33475b;;
}

.cont-dl .cont-input:focus, .cont-select:focus {
  border-color: rgba(82, 168, 236, .8);;
}

.cont-desc {
  font-size: 16px;
  color: #444444;
  line-height: 1.875em;
}

.cont-desc1 {
  font-size: 18px;
  color: #5d5d5d;
  line-height: 1.875em;
}

.team-desc {
  font-size: 20px;
  line-height: 2.9em;
  max-width: 1218px;
}

.people-ul>li {
  width: 47.72%;
  margin-top: 60px;
}

.people-top-left {
  width: 34.97%;
}

.people-top-right-tit {
  font-size: 30px;
  color: #e0663d;
  font-weight: 600;
  
}

.people-top-right-desc {
  font-size: 24px;
  color: #0e6eb8;
  font-weight: 600;
}

.people-top-right-info {
  font-size: 18px;
  line-height: 1.66em;
}

.people-tit {
  font-size: 30px;
  font-weight: 600;
  color: #0e6eb8;
  
}

.people-bott {
  border: 1px solid transparent;
  overflow: hidden;
}

.people-bott.rotate {
  border-color: #d4d4d4;
}

.people-bott-cont {
  display: none;
  padding: 10px 35px;
}

.people-bott.rotate .people-bott-tab {
  background-color: transparent;
  color: #0e6eb8;
}

.people-bott-tab {
  background-color: #0e6eb8;
  padding: 0 35px;
  height: 48px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.people-plus {
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.people-plus::before,.people-plus::after {
  content: "";
  width: 2px;
  height: 12px;
  background-color: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.people-plus::after {
  transform: translate(-50%,-50%) rotate(-90deg);
}

.people-bott-tab {
  font-size: 18px;
}

.people-bott-cont-desc {
  font-size: 18px;
  line-height: 1.66em;
}

.tab-links-posi {
  position: absolute;
  bottom: 0;
  transform: translate(0,50%);
  width: 100%;
}

.tab-links-ul>li a {
  display: inline-flex;
  width: 100%;
  height: 75px;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  background-color: #0f6eb8;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  border:2px solid #0f6eb8;
  transition: all .3s ease;
}

.tab-links-ul>li a:hover {
  border-color: #fff;
}

.file-show {
  padding: 30px 0;
  line-height: 2.66em;
  font-size: 18px;
}

.load-file-btn {
  display: inline-flex;
  height: 55px;
  width: 360px;
  justify-content: center;
  align-items: center;
  background-color: #e0663d;
  border: 2px solid #e0663d;
  transition: all .3s ease;
  color: #fff;
  font-size: 20px;
  max-width: 100%;
}

.load-file-btn.on {
  background-color: #0f6eb8;
  border-color: #0f6eb8;
}

.load-file-btn:hover {
  border-color: #fff;
  background-color: #003057;
}



.news-slogan {
  background: linear-gradient(to right bottom, #003057, #0f70b8, #e0663d);
}

.case-ul>li {
  width: 30.74%;
  margin-left: 3.87%;
  position: relative;
  margin-top: 80px;
}

.case-ul>li::after,.case-ul>li::before {
  content: "";
  width: 100%;
  bottom: 0;
  height: 1px;
  background-color: #c7c7c7;
  left: 0;
  position: absolute;
}

.case-ul>li::after {
  width: 0;
  transition: width .3s ease;
}

.case-ul>li:hover::after {
  background-color: #0e6eb8;
  width: 100%;
}

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

.case-ul-bott {
  padding: 15px 0 45px;
}

.case-ul-tit {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
  
}

.news-slogan-tit {
  font-size: 53px;
  font-weight: 600;
  
}

.news-2-tit {
  color: #c1d9ec;
  font-size: 24px;
  font-weight: 600;
}

.news_ul>li {
  width: 31.83%;
  margin-left: 2.23%;
  position: relative;
  margin-top: 2.23%;
  box-shadow:  0 3px 7px rgba(0, 0, 0, 0.2) ;
}


.about-ul-top-left {
  width: 39.65%;
}

.about-ul-top-right {
  width: 57.48%;
}

.about-ul-top-right-desc {
  font-size: 20px;
  line-height: 2em;
}

.about-ul-mid-right-img-box {
  padding: 50px;
  background: linear-gradient(to bottom,#003057,#0e70b8,#e0663d);
}

.about-ul-bott {
  background: linear-gradient(to right bottom,#003057,#0e70b8,#e0663d);
}

.about-ul-top-right-tit {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  
}

.about-ul-top-left-mt {
  margin-top: -40px;
}




.about-ul-bott .about-ul-top-right {
  padding: 50px 50px 50px 0;
}

.about-ul>li {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}

.solve-details-bott-tit {
  font-size: 24px;
  line-height: 1.5em;
  color: #e0663d;
  font-weight: 600;
  
}

.solve-img {
  height: 106px;
}


.solve-details-ul>li {
  width: 25%;
  text-align: center;
  position: relative;
  padding: 0 70px;
}
.solve-details-ul>li::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #0e6eb8;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
}

.scene-box {
  background-color: #0b64a9;
}

.scene-ul>li {
  width: 47.75%;
}

.scene-ul-bott {
  font-size: 24px;
  font-weight: 600;
}

.typical-left {
  width: 37.68%;
}

.typical-right {
  width: 52.17%;
}

.typical-left-desc {
  font-size: 18px;
  line-height: 2em;
}

.typical-ali-ul>li {
  width: 50%;
}

.hybrid {
  background: linear-gradient(to bottom right,#003057,#0e70b8,#e0663d);
  margin-top: 15.62vw;
  border-top: 1px solid transparent;
}

.hybrid-inner {
  padding-top: 40%;
  margin-top: -10.41vw;
  position: relative;
  box-shadow: 0 0px 70px 0 rgba(0, 53, 95,0.13);
}

.hybrid-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.head-drop-content {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(0,100%);
  display: none;
}

.head-drop-content-inner {
  background-color: #003057;
  color: #fff;
  padding: 80px 60px;
  width: 980px;
  max-width: 100%;
}

.head-drop-ul_3>li {
  width: 33.33%;
}

.head-drop-ul {
  margin-top: -40px;
}

/* .head-drop-ul>li {
  margin-top: 40px;
} */

.head-drop-ul>li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0;
}




.head-drop-content-mask {
  width: 20px;
  height: 18px;
  position: absolute;
  bottom: 0;
  border-radius: 999px 999px 0 0;
  overflow: hidden;
  left: calc(100vw - 40px);
  transform: translate(-50%,0);
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
}

.head-drop-content-mask::before {
  content: "";
  border-bottom: 20px solid #003057;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
}

/* .head-drop-content-mask::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #003057;
  border-radius: 50%;
  top: 2px;
  left: 50%;
  transform: translate(-50%,0);
  position: absolute;
} */

@media (min-width:1920px) {
  .project-details-left {
    margin-top: -80px;
  }
  .hybrid {
    margin-top: 300px;
  }
  .hybrid-inner { 
    margin-top: -200px;
  }
  /* .li-mask {
    padding: 80px;
  } */
  .solve-right {
    padding: 60px;
  }
  .cont-inner-box {
    padding: 50px 100px;
  }
  .contact-box-left {
    padding: 60px 40px;
  }

  .banner-list-tit-box {
    padding: 50px;
  }
}

.tr {text-align: right;}
.hide-pc {display: none;}
.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;
}
.line6 {
  -webkit-line-clamp: 6;
}

.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;
}
.theme {color: #307bbd;}
.block {
  display: block;
  width: 100%;
}
