/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/
@charset "utf-8";
@font-face {
  font-family: deng;
  src: url(../font/deng.0355e521.woff2) format('woff');
}
/* usually */
html{font-family: deng,STHeiti,Arial;word-wrap: normal;line-height: 1.4;}
body {font-size: 14px;color: #333333;}
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: #333333}
.auto{margin-left:auto;margin-right:auto;}
.l{float:left;}.r{float:right;}.tc{text-align: center;}.ti2{text-indent: 2em;}
.db{display:block;}.dn{display:none;}.dib{display: inline-block;}
.ovh{overflow:hidden;}.rel{position:relative;}.abs{position:absolute;}
.fix:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-flex:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-web:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-phone:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.img-responsive{max-width: 100%; height: auto; display: block;}
.ellipsis{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: block; white-space: nowrap;}
.ellipsis1{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: inline-block; white-space: nowrap;}
img {border:none;display: inline-block;height: auto;max-width: 100%;}
.swiper-slide {user-select: none;}
/*margin*/
.m0{margin: 0px;}
.m1{margin: 1px;}.ml1{margin-left: 1px;}.mt1{margin-top: 1px;}.mr1{margin-right: 1px;}.mb1{margin-bottom: 1px;}
.m2{margin: 2px;}.ml2{margin-left: 2px;}.mt2{margin-top: 2px;}.mr2{margin-right: 2px;}.mb2{margin-bottom: 2px;}
.m5{margin: 5px;}.ml5{margin-left: 5px;}.mt5{margin-top: 5px;}.mr5{margin-right: 5px;}.mb5{margin-bottom: 5px;}
.m10{margin: 10px;}.ml10{margin-left: 10px;}.mt10{margin-top: 10px;}.mr10{margin-right: 10px;}.mb10{margin-bottom: 10px;}
.m15{margin: 15px;}.ml15{margin-left: 15px;}.mt15{margin-top: 15px;}.mr15{margin-right: 15px;}.mb15{margin-bottom: 15px;}
.m20{margin: 20px;}.ml20{margin-left: 20px;}.mt20{margin-top: 20px;}.mr20{margin-right: 20px;}.mb20{margin-bottom: 20px;}
.mr25 {margin-right: 25px;}
/*padding*/
.p0{padding: 0px;}
.p1{padding: 1px;}.pl1{padding-left: 1px;}.pt1{padding-top: 1px;}.pr1{padding-right: 1px;}.pb1{padding-bottom: 1px;}
.p2{padding: 2px;}.pl2{padding-left: 2px;}.pt2{padding-top: 2px;}.pr2{padding-right: 2px;}.pb2{padding-bottom: 2px;}
.p5{padding: 5px;}.pl5{padding-left: 5px;}.pt5{padding-top: 5px;}.pr5{padding-right: 5px;}.pb5{padding-bottom: 5px;}
.p10{padding: 10px;}.pl10{padding-left: 10px;}.pt10{padding-top: 10px;}.pr10{padding-right: 10px;}.pb10{padding-bottom: 10px;}
.p15{padding: 15px;}.pl15{padding-left: 15px;}.pt15{padding-top: 15px;}.pr15{padding-right: 15px;}.pb15{padding-bottom: 15px;}
.p20{padding: 20px;}.pl20{padding-left: 20px;}.pt20{padding-top: 20px;}.pr20{padding-right: 20px;}.pb20{padding-bottom: 20px;}
.mt30 {margin-top: 30px;}
.mb25 {margin-bottom: 25px;}
.heigh100 {height: 100%;}

.icon-plus {display: inline-block;width: 18px;height: 18px;position: relative;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);}

.hide-pc {display: none;}
.pages1 li {background-color: #fff;}
.pages1 li span {background-color: #1f6e9b;color: #fff;}
.pages1 li.noborder {background: transparent;}
.pages {
  text-align: center;
  padding: 80px 0;
}
.pages li {
  display: inline-block;
  font-size: 16px;
  margin-right: 0.5%;
  border: 1px solid #eeeeee;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
}
.pages li .iconfont::before {font-size: 14px;}
.pages li a {
  padding: 6px 12px 5px;
  display: inline-block;
  color: #333333;
}
.pages li span {
  padding: 6px 12px 5px;
  display: inline-block;
}
.pages-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow-down-fill.png) no-repeat 96% center;
  border:1px solid #dadada;
  outline: none;
  font-size: 14px;
  border-radius: 4px;
  padding: 5px;
  padding-right: 16px;
}

.pages li.thisclass {
  background:#04082b;
  border-color: #04082b;
}
.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 {
  border: none;
  outline: none;
  background-color: transparent;
}
input[type="text"] {
  -webkit-appearance: none;
}
.normal-item{display: none;}
.normal-item:first-child{display: block;}
/* ::-webkit-input-placeholder{}
:-moz-placeholder{}
::-moz-placeholder{}
:-ms-input-placeholder{}  */

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

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

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

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

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

.banner {position: relative;}

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

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

.normal-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow-down-fill.png) no-repeat 92% center;
  padding-right: 16px;
  border: none;
  background-color: #fff;
  width: 131px;
  height: 37px;
  line-height: 37px;
  color: #000000;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  outline: none;
  max-width: 18%;
}

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

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

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

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

.normal-place ::-webkit-input-placeholder{
  font-size: 16px;
  color: #999999;
  font-family: deng,STHeiti,Arial;
}
.normal-place :-moz-placeholder{
  font-size: 16px;
  color: #999999;
  font-family: deng,STHeiti,Arial;
}
.normal-place :-ms-input-placeholder{
  font-size: 16px;
  color: #999999;
  font-family: deng,STHeiti,Arial;
}


img[class*=avatar] {border-radius: 50%;}

.h_img {transition: transform .5s cubic-bezier(.25,.1,.25,1);;}
.hover-img a:hover .h_img {transform: scale(1.2);}
.hover-a a:hover {color: #04082b;}

.bold {font-weight: 600;}
.tl {text-align: left;}
[class*=btn] {cursor: pointer;}

.upload-file {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  cursor: pointer;
}

@-webkit-keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

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

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

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


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


body.show::after {content: "";display: block;width: 100%;height: 100%;position: fixed;background-color: rgba(0,0,0,.4);top: 0;left: 0;z-index: 9;}
@media (min-width:992px) {
  .nav-ul>li:hover .drop-cont {
    display: block;
    animation: hideIndex .3s ease;
  }
  .swiper-normal-pagination .swiper-pagination-bullet,.swiper-normal-pagination2 .swiper-pagination-bullet,.swiper-normal-pagination3 .swiper-pagination-bullet{
    width: 14px;height: 14px;
  }
  .search-box:hover {background-color: rgba(62, 33, 11, .1);border: 1px solid rgba(62, 33, 11, 1);}
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
     -webkit-transition-delay: 99999s;
     -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

.center-box {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.center-box2 {
  max-width: calc(1200px + 5.2vw);
  margin-left: auto;
  margin-right: auto;
}

.head {background-color: #fff;}
.head .center-box {padding-top: 20px;padding-bottom: 20px;}
.head-fixed {position: sticky;position: -webkit-sticky;width: 100%;top: 0;z-index: 99;}
.logo-img {width: 60px;}


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

.nav-ul>li {font-size: 18px;position: relative;margin-right: 90px;}
.nav-ul>li:hover .drop-tab a,.nav-ul>li.on .drop-tab a {font-weight: 600;}

.search-box {width: 150px;height: 35px;background-color: #fafafa;border-radius: 999px;padding: 0 15px;border: 1px solid #fafafa;transition: all .5s cubic-bezier(.25,.1,.25,1);;}

.search-val {width: 100%;flex: 1;padding: 0 0 0 10px;color: #666;}
.search-val2 {font-size: 16px;color: #666;height: 35px;width: 100%;flex: 1;}
/*428  305 187 305 1225*/
.grid-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 29.61% 7.69% 29.61%;
  grid-template-columns: 30% 29.61% 7.69% 29.61%;
  gap:1.04vw;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  margin-top: 40px;
}
.grid-item{border-radius: 12px;overflow: hidden;position: relative;}
.grid-item:nth-of-type(1) {grid-row-start: span 2; -ms-grid-row: 1;-ms-grid-column: 1;-ms-grid-row-span: 2;}
.grid-item:nth-of-type(2) {grid-column-start: span 2;-ms-grid-row: 1;-ms-grid-column: 2; -ms-grid-column-span: 2;}
.grid-item:nth-of-type(3) {-ms-grid-row: 1;-ms-grid-column: 4;}
.grid-item:nth-of-type(4) {-ms-grid-row: 2;-ms-grid-column:2;}
.grid-item:nth-of-type(5) {grid-column-start: span 2;-ms-grid-row: 2;-ms-grid-column:3;-ms-grid-column-span: 2;}

.banner .swiper-banner-pagination {bottom: 2.08vw;}
.swiper-normal-pagination .swiper-pagination-bullet{opacity: 1;background-color: transparent;border: 1px solid #3e210b;}
.swiper-normal-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {opacity: 1;background-color: #3e210b;}

.swiper-normal-pagination2 .swiper-pagination-bullet{opacity: 1;background-color: transparent;border: 1px solid #fff;}
.swiper-normal-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;background-color: #fff;
}

.swiper-normal-pagination3 .swiper-pagination-bullet {
  opacity: 1;background-color: transparent;border: 1px solid #04082b;
}
.swiper-normal-pagination3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;background-color: #04082b;
}
.normal-tit {font-size: 24px;color: #666666;}
.normal-tit small {font-size: 20px;color: #8b8787;}
.normal-mt {margin-top: 60px;}
.normal-pd {padding: 80px 0;}
.normal-pd1 {padding-top: 80px;}
.ab-desc {font-size: 18px;line-height: 1.8em;}
.ab-desc p {margin: 30px 0;}
.ab-left {width: 46.16%;padding-right: 60px;}
.ab-right {width: 53.33%;}
.comp-img {display: block;}
.check-more {font-size: 18px;color: #999999;}
.check-more:hover{text-decoration: underline;}
.product-box {background-color: #fafafa;}
.swiper-product .swiper-slide {
  background-color: #fff;
  height: auto;
  text-align: center;
  border-radius: 20px;
  position: relative;
}
.swiper-product .swiper-slide .icon-aixin1 {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 32px;
  color: #bcbcbc;
  cursor: pointer;
}
.swiper-product .swiper-slide .icon-aixin {
  color: #f00;
}
._news-mask-tit {font-size: 18px;}
.pro-price {font-size: 20px;margin-top: 15px;font-weight: 600;}
.pro-tit {font-size: 18px;}
#swiper-product {margin-top: 60px;}
.product-top {flex: 1;display: flex;align-items: center;justify-content: center;padding: 25px 0;width: 100%;overflow: hidden;}
.swiper-product .swiper-slide a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 40px 15px;
}
.ab-rul {
  display: -ms-grid;
  display: grid;
  gap:1.30vw;
  -ms-grid-columns: 48.40% 48.40%;
  grid-template-columns: 48.40% 48.40%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.ab-rul>li:nth-of-type(1) {
  grid-row-start: span 2;
  display: flex;
  align-items: center;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row-span: 2;
}
.ab-rul>li:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.ab-rul>li:nth-of-type(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.swiper-product .swiper-slide:hover .pro-plus {
  background-color: #000;
}
.pro-plus {display: inline-block;width: 45px;height: 45px;border-radius: 50%;border: 1px solid #d4d2d2;margin-top: 30px;position: relative;transition: background-color .5s cubic-bezier(.25,.1,.25,1);;}
.pro-plus::after,.pro-plus::before {content: "";width: 65%;height: 2px;background-color: #d4d1d1;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);background-color: #d4d2d2;}
.pro-plus::after {transform: translate(-50%,-50%) rotate(90deg);}
.block {display: block;width: 100%;}
.responsive {overflow-y: auto;}
.responsive::-webkit-scrollbar {
  width: 4px;
  background-color: #e2e2e2;
}
.responsive::-webkit-scrollbar-thumb {
  background-color: #2a79c4;
}
.code-img {display: block;}
.product-inner {
  padding-left: 3.125vw;
}
.pro-img {max-width: 70%;max-height: 70%;}
.news-ir-ul {margin-top: -30px;}
.news-ir-ul>li {padding: 0 15px;box-shadow: 0 0 3px rgba(0,0,0,0.07);width: 48.5%;margin-top: 30px;transition: transform .5s cubic-bezier(.25,.1,.25,1);;}
.news-ir-ul>li a {color: #999;}
.news-rtop {padding: 30px 0 25px;}
.news-rbott {padding: 20px 0;border-top: 1px solid #ededed;transition: all .5s cubic-bezier(.25,.1,.25,1);;}
.swiper-pro-pagination {position: static;padding: 60px 0;}
.news-ileft {width: 38.75%;}
.news-iright {width: 58.33%;} 
.news-mask{position: absolute;bottom: 30px;background-color: rgba(4,8,43,0.77);width: calc(100% - 60px);left: 50%;transform: translate(-50%,0);height: 90px;padding: 0 25px;}
.news-ltit {font-size: 20px;}
.news-mask  .iconfont {font-size: 24px;}
.news-rtit {font-size: 18px;transition: all .5s cubic-bezier(.25,.1,.25,1);;}
.news-desc {margin-top: 10px;line-height: 1.7em;}
.news-rday {font-size: 28px;}
.news-ir-ul .icon-arrowright1 {font-size: 24px;}
.news-ir-ul>li:hover {transform: translate3d(0,-5px,0);}
.news-ir-ul>li:hover .news-rtit {color: #04082b;}
.news-ir-ul>li:hover .news-rbott {color: #04082b;}

.footer {background-color: #04082b;color: #fff;}
.footer-tleft {width: 28.33%;padding: 60px 40px;}
.footer a {color: #fff;}
.footer-links {margin-top: 40px;}
.footer-link {font-size: 20px;width: 50%;margin-top: 20px;}
.footer-link:hover {text-decoration: underline;}
.footer-top {border-bottom: 1px solid #fff;}
.footer-bott {font-size: 18px;text-align: center;padding: 40px 0;}
.footer-tmid {padding: 60px 40px;border-left: 1px solid #fff;border-right: 1px solid #fff;}
.footer-tdl {line-height: 1.8em;font-size: 20px;}
.footer-tdl>dt {font-size: 20px;}
.footer-tdl>.dd {font-size: 24px;}
.footer-tmid-item + .footer-tmid-item {margin-top: 60px;}
.foter-tright {width: 21.25%;padding: 60px 40px;}
.code-text {font-size: 16px;}
.search-drop-cont {
  position: absolute;
  width: 527px;
  right: 0;
  bottom: 0;
  transform: translate(0,100%);
  z-index: 200;
  display: none;
}
.search-drop {
  border: 1px solid #f2f2f2;
  overflow: hidden;
  background-color: #fff;
  padding: 30px;
}
.search-drop-cont.show {
  display: block;
}
.content-box {border-bottom: 1px solid #000;padding: 0 10px;}
.banner-word2 {position: absolute;top: 50%;transform: translate(0,-50%);width: 100%;font-family: "Microsoft Yahei";z-index: 9;pointer-events: none;}
.banner-tit {
  font-size: 84.34px;
  font-weight: 600;
  background: linear-gradient(to bottom, #fff 50%, transparent);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}
.banner-tit1 {
  font-size: 74.41px;
  color: #04082b;
}
.banner-en1 {
  font-size: 42.73px;
  color: #acacb2;
  text-transform: uppercase;
}
.banner-en {
  font-size: 48.43px;
  font-weight: 600;
  background: linear-gradient(to bottom, #fff 50%, transparent);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  text-transform: uppercase;
}
.check-details2 {transition: all .5s cubic-bezier(.25,.1,.25,1);}
.ne-img {transition: .5s cubic-bezier(.25,.1,.25,1);transform-origin: center 10%;aspect-ratio: 329 / 179;}
._news_ul-bott {transition: all .5s cubic-bezier(.25,.1,.25,1);}
._news-ul1>li:hover {border-left-color: transparent!important;}
._news-ul1>li:hover+li {border-left-color: transparent!important;}
._news-ul1>li:hover .ne-img {transform: scale(2.5);opacity: 0.2;}
._news-ul1>li:hover .check-details2 {background-color: #04082b;color: #fff;}
._news-ul1>li:hover ._news_ul-bott {transform: translate(0,-100%);}
._news_ul-top {transition: all .5s cubic-bezier(.25,.1,.25,1);}
.normal-bj {background-repeat: no-repeat;background-position: center;background-size: cover;}
.news-tleft {width: 50.33%;}
.news-tright {width: 44.16%;}
._news-mask {position: absolute;bottom: 0;width: 100%;padding: 20px 25px;background-color: rgba(255,255,255,.87);}
._news-ul>li {padding: 30px 0;border-bottom: 1px solid #999999;}
._news_ul-time {font-size: 16px;}
.hover-tit a:hover [class*=tit] {color:#04082b;font-weight: 600;}
._news-ul1 {padding-top: 30px;}
._news-ul1>li a {height: 100%;}
._news-ul1>li {
  width: 33.33%;
  border-left: 1px solid #999;
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}
.details-ileft {width: 64.16%;}
.check-details2 {padding-top: 25px;padding-bottom: 25px;}
._news-ul1>li:nth-of-type(3n+1) {border-left-color: transparent;}
._news-pd {padding-left:2.60vw;padding-right: 2.60vw;}
.details-ul>li {font-size: 18px;color: #04082b;margin-right: 3.125vw;padding: 0 5px 20px 5px;position: relative;}
.details-ul>li::after {content: "";display: block;width: 100%;height: 3px;background-color: #04082b;bottom: 0;left: 50%;transform: translate(-50%,0);position: absolute;width: 0;transition: width .3s ease;}
.details-ul>li.on::after,.details-ul>li:hover::after {width: 100%;}
.details-ul>li a {color: #04082b;}
.details-ul {border-bottom: 1px solid #e1e1e8;}
.details-tit {font-size: 24px;color: #3c3c3c;}
.details-info {border-bottom: 1px solid #e1e1e8;color: #04082b;}
.details-info .iconfont {font-size: 20px;vertical-align: middle;}
.details-info-span {padding: 20px 0;position: relative;display: inline-block;}
.details-info-span::after {content: "";display: block;width: 100%;height: 3px;background-color: #04082b;bottom: 0;left: 50%;transform: translate(-50%,0);position: absolute;}
.details-inner {padding: 60px 0;}
.details-show {font-size: 16px;line-height: 1.875em;padding: 40px 0;}
.end-box {padding: 30px 0;text-align: center;position: relative;font-size: 18px;font-weight: 600;}
.end-box::before {content: "";display: block;width: 100%;height: 2px;background-color: #eef1f2;position: absolute;top: 50%;transform: translate(0,-50%);}
.end-span {display: inline-block;padding: 0 20px;background-color: #fff;position: relative;text-transform: uppercase;}
.prev-next + .prev-next {margin-top: 15px;}
.prev-next {font-size: 18px;}
.prev-span {font-weight: 600;}
.prev-next-box {padding: 40px 0;}
.details-iright {width: 31.66%;background-color: #f9f8f8;padding: 25px;}
.pic-li .deta-ir-btit {font-size: 18px;}
.deta-ir-bdesc {font-size: 12px;}
.details-irul>li:first-child {padding-top: 0;}
.details-irul>li {padding: 20px 0;}
.details-irul>li + li {border-top: 1px dashed #727374;}
.details-irul>li a {color: #666666;}
.pro-r-ul>li {margin-left: 20px;}
.pro-r-ul>li a{display: inline-flex;min-width: 156px;height: 32px;font-size: 18px;border-radius: 999px;color: #666;justify-content: center;align-items: center;transition: all .3s ease;padding: 0 15px;}
.pro-r-ul>li.on a,.pro-r-ul>li:hover a {background-color: #04082b;color: #fff;}
.pro-main-ul>li {width: 27.08%;margin-left: 9.37%;margin-top: 40px;}
.pro-main-ul>li:nth-of-type(3n+1) {margin-left: 0;}
.pro-main-ul>li a {display: flex;height: 100%;align-items: center;justify-content: space-between;flex-direction: column;}
.pro-main-price {font-size: 18px;}
.pro-main-img {display: block;margin-left: auto;margin-right: auto;max-width: 50%;}
.pro-main-top {flex: 1;display: flex;justify-content: center;align-items: center;padding-top: 45px;padding-bottom: 30px;width: 100%;}
.pro-main-tit {font-size: 16px;color: #000000;transition: all .3s ease;}
.pro-main-desc {color: #999999;margin: 10px 0 15px;transition: all .3s ease;}
.pro-main-pd {padding-left: 15px;padding-right: 15px;}
.pro-main-bright {border-left: 1px solid #e8e8e8;padding-left: 15px;}
.pro-main-bbott {border-top: 1px solid #e8e8e8;padding-top: 10px;padding-bottom: 10px;}
.pro-main-bott {padding: 15px 0 0;transition: all .3s ease;}
.pro-main-ul>li:hover .pro-main-bott{background-color: #04082b;color: #fff;}
.pro-main-ul>li:hover .pro-main-bott .pro-main-desc,.pro-main-ul>li:hover .pro-main-bott .pro-main-tit {color: #fff;}
.step-group {width: 102px;height: 30px;border: 1px solid #cecbcb;border-radius: 999px;overflow: hidden;}
.step-btn {width: 25px;height: 30px;background-color: #f6f6f6;position: relative;display: block;}
.step-btn::before,.step-btn::after {content: "";display: block;width: 10px;height: 2px;background-color: #bdbdbd;position: absolute;top: 50%;transform: translate(-50%,-50%);left: 50%;top: 50%;}
.step-val {width: 100%;flex: 1;text-align: center;color: #999;}
.step-plus::after {transform: translate(-50%,-50%) rotate(90deg);}
._pro-details-left {width: 76.25%;max-width: calc(100% - 180px);}
._pro-details-right {width: 160px;}
._pro-details-img {width: 335px;border: 1px solid #cdcdcd;display: flex;align-items: center;justify-content: center;aspect-ratio:  1 / 1;}
._pro-details-info {width: 49.18%;max-width: calc(100% - 355px);}
._pro-details-rtit {font-size: 24px;font-weight: 600;}
._pro-details-rdesc {font-size: 18px;line-height: 2em;color: #666666;padding: 15px 0;border-bottom: 1px solid #999999;}
._pro-details-dl {font-size: 20px;font-weight: 600;margin-top: 20px;}
.price {color: #e81414;}
.buy-now {display: inline-flex;width: 100%;height: 48px;border-radius: 999px;color: #fff;border-radius: 999px;background-color: #04082b;margin-top: 40px;justify-content: center;align-items: center;font-size: 24px;}
._pro-dr-tit {font-size: 20px;color: #666;}
._pro-dr-ul>li a {height: 100%;display: flex;align-items: center;justify-content: center;border: 1px solid #999;aspect-ratio: 160 / 145;}
._pro-dr-img {max-width: 50%;max-height: 50%;}
._pro-ib-tit {font-size: 24px;text-align: center;}
._pro-ib-show {font-size: 16px;line-height: 2.5em;}
._pro-ib-show {padding-top: 40px;}

.mobile-li.br12 {border-radius: 0 0 0 24px;}
.tel-span {background-color: #04082b;white-space: nowrap;padding:10px 20px;position: relative;}
.tel-span::after {content: "";border-left: 8px solid #04082b;border-top: 8px solid transparent;border-bottom: 8px solid transparent;position: absolute;transform: translate(100%,-50%);top: 50%;right: 0;}
.tel-posi{position: absolute;top: 50%;transform: translate(-100%,-50%);left:0;padding-right:15px}
.right-fixed-ul>li .iconfont {font-size: 32px;color:#04082b;}
.right-fixed {position: fixed;top: 50%;transform: translate(0,-50%);right: 0;z-index: 8;}
.right-fixed-ul>li {background-color: #fff;text-align: center;}
.right-fixed-ul>li a {height:100%;padding: 20px 25px;display: flex;align-items: center;justify-content: center;flex-direction: column;position: relative;color: #666;}
.right-fixed-ul>li:hover {background-color: #04082b;}
.right-fixed-ul>li a:hover {color: #fff;}
.right-fixed-ul>li a:hover .iconfont {color:#fff;}
.slide-right {display: none;}
.right-fixed-ul {box-shadow: 0 0 13px rgba(0,0,0,0.07);border-radius: 24px 0 0 24px;}
.right-fixed-ul>li:hover .slide-right {
  display: block;
  animation: hideIndex1 .3s ease;
}
.right-fixed-ul>li:first-child {border-radius: 24px 0 0 0;}
.right-fixed-ul>li:last-child {border-radius: 0 0 0 24px;}
.right-fixed-ul>li .slide-right .iconfont {font-size: 24px;}
.webkit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.line2 {
  -webkit-line-clamp: 2;
}
.line3 {
  -webkit-line-clamp: 3;
}
.line5 {
  -webkit-line-clamp: 5;
}
.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: #1f6e9b;}
