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

@charset "utf-8";
@font-face{font-family:MiSans;font-style:normal;src:url(../font/MiSans-Regular.ttf) format('truetype');font-display:swap}
/* usually */
html{ color: #000000;font-family:MiSans,'Microsoft YaHei', "Segoe UI", “Noto Sans”, “Noto Sans CJK JP”, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;line-height: 1.6;}
body {font-size: 16px;}
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;}
.news_tit {font-weight:600;}
ul,ol,li{list-style:none;}
/*.pro-img{max-width: 220px;}*/
.pro-img{width:80%}
.beian-info{font-weight: 400;}
a{text-decoration: none;color: #000000}
.auto{margin-left:auto;margin-right:auto;}
.l{float:left;}.r{float:right;}.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;}
.rel{position:relative;}.abs{position:absolute;}
.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; font-weight: 600;}
.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;} .pb40 {padding-bottom: 40px;}
/*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;}
.block {display: block;width: 100%;}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {pointer-events: all;}


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

.pages li {
  display: inline-block;
  font-size: 18px;
  margin-right: 0.5%;
  color: #666666;
  border: 1px solid #dddddd;
}
.pages li .iconfont::before {font-size: 16px;}
.pages li a {
  padding: 11px 19px 11px;
  display: inline-block;
  color: #666666;
}
.pages li span {
  padding: 11px 19px 11px;
  display: inline-block;
  color: #666666;
}

.pages li.thisclass {
  background:#2e67be;
  border-color: #2e67be;
}
.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="date"].full:before {
  color: #666;
  content: ""!important;
}

input[type="date"] {
  direction: ltr;
}

input[type="date"]:before {
  color: #999;
  content: attr(placeholder);
}

input[type="text"],textarea,button,input[type="password"],input[type="date"] {
  border: none;
  outline: none;
  background-color: transparent;
}
input[type="text"],input[type="password"],input[type="date"] {
  -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;
}
.flex-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.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%);
}

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

.menu i {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin-top:5px;
  -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(43deg);
      -ms-transform: rotate(43deg);
          transform: rotate(43deg);
}
.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);
}

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

.menu,.mobile-img {
  display: none;
}



[class*=btn] {cursor: pointer;}

.marks {position: fixed;width: 100%;height: 100%;background-color: rgba(0,0,0,.5);left: 0;top: 0;z-index: 999;display: none;}

.gx {
  vertical-align: middle;
  position: relative;
  width: 16px;
  height: 16px;
  background: transparent;
  border: none;
  outline: none;
  margin-right: 5px;
}

.gx:checked::after {
  background: #717171 url(../img/gx.png) no-repeat 0px 0px;
  background-size: 100%;
  border: 1px solid #717171;
}

.gx:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
}

.normal-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 80%;
  border: none;
  outline: none;
  width: 100%;
  padding-right: 20px;
}

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

.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: #d70707;border-radius: 4px;position: absolute;left: 50%;transform: translate(-50%,-50%);top: 50%;transition: transform .3s ease-in;}
.icon_plus:after {transform: translate(-50%,-50%) rotate(90deg);}
.icon_plus.rotate:after {transform: translate(-50%,-50%) rotate(0);}


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

@-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 btn01_border_02 {
  from {
    height: 0;
    top:  0;
  }
  100% {
    height: 100%;
    top:  0;
  }
}

.head-vright .icon-close {position: absolute;right: -40px;top: 0;font-size: 60px;transform: translate(100%,0);cursor: pointer;}

.responsive1 {overflow-y: auto;}
.responsive1::-webkit-scrollbar {
  width: 4px;
}
.responsive1::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 4px;
}


.responsive {overflow-y: auto;}
.responsive::-webkit-scrollbar {
  width: 4px;
}
.responsive::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 4px;
}
@media (min-width:992px) {
    .rel-pd {padding:0 45px}
  .swiper-news-prev {left: 35px;}
  .swiper-news-next {right: 35px;}
  .head-nav-ul>li:hover .drop-tab::after{width: 100%;}
  .head-nav-ul>li.on .drop-tab::after {width: 100%;}
}

.el-cancel {
  width: 20px;
  height: 20px;
  background-color: #d70707;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 0;
  transform: translate(-100%,0);
  cursor: pointer;
}

.el-cancel:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.car-type-ul {margin-top: -40px;}
.car-type-ul>li {
  padding: 35px 15px 35px;
  width: 48%;
  text-align: center;
  transition: background-color .3s ease;
  margin-top: 40px;
}
.filter_desc{font-weight: 600;color:#000;}
.head-down {position: relative;background-color: #fff;}
/* html {height: 100%;}
body {min-height: 100%;} */
.draop-cl-vname {color: #000; font-weight: 600;}
.icon-close:hover {color: #d70707;}
.icon-close {cursor: pointer;transition: color .3s ease;}
.head-voice-box,.head-attact-car {border-bottom: 2px solid #e60012;padding: 20px 0;}

.head-vright-inner {padding-left: 0;}
.height100 {height: 100%;}
.head-vright {width: calc(100% - 122px);}
.head-vleft {width: 122px;border-right: 1px solid #eee;}
.head-vright-inner {
    /*max-height: calc(100vh - 90.19px)*/
    height: 762px;
}
.head-vright-inner {padding-left: 3.43vw;}
.head-drop-search .icon-close {display: none;}
.s-btn.on::after {content:"";position:absolute;width: 100%;height: 1px;background-color: #fff;bottom: -8px;left: 50%;transform: translate(-50%,0);}


@keyframes bannerDown{0%{opacity: 0;transform: translateY(-50px);filter: blur(10px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}
@keyframes bannerUp{0%{opacity: 0;transform: translateY(50px);filter: blur(10px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}


.news_index {margin: 80px 0;}
.car-type {margin: 80px 0;}
.attach-ul>li:hover {background-color: #fafafa;}
.attach-ul>li {text-align: center;width: 28.47%;margin-right: 4.85%;aspect-ratio: 1 / 1;
/*padding:0 5px 20px;*/
}
.attach-ul>li a {display:flex;flex-direction:column;align-items:center;height:100%}
.head-down-cont {position: fixed;top: 0;left: 0;width: 100%;padding-top: 55.19px;z-index: 100;display: none;}
.head-drop-search {border: 1px solid #eee;height: 30px;line-height: 30px;padding: 0 15px;}
.head-search-box {padding: 30px 0;}
/* .head-down {position: absolute;bottom: 0;transform: translate(0,100%);left: 0;width: 100%;display: none;} */
.shop-bott {margin-top: 10px;}
.shop-btn {display: inline-block;width: 65px;height: 30px;line-height: 30px;background-color: #e60012;text-align: center;color: #fff;font-size: 14px;}
.icon-sousuo::before {font-size: 16px;}
.shop-val {width: 100%;flex: 1;font-size: 14px;color: #000;}
.shop-input-box {flex: 1;width: 100%;border: 1px solid #e6e6e6;padding: 0 15px;height: 30px;line-height: 30px;}
.car-type-bott {font-size: 14px;}
.car-type-mid {flex: 1;display: flex;justify-content: center;align-items: center;min-height: 170px;}
.car_tit {font-size: 20px;}
.car_desc {font-size: 14px;color: #595959;margin: 10px 0 30px;}
.car-type-ul>li:hover {background-color: #fafafa;}
.check-details {position: relative;padding-bottom: 3px;}
.check-details::after {content: "";width: 100%;height: 1px;bottom: 0;left: 50%;transform: translate(-50%,0);position: absolute;background-color: #e60012;width: 0;transition: width .3s ease;}
.car-type-ul>li:hover .check-details::after {width: 100%;}
.car-type-ul>li a {display: flex;flex-direction: column;align-items: center;border-radius: 16px;}
.show-more-box{margin-top: 55px;}
.car-show-ul>li {position: relative;}
.car-show-ul>li:hover {background-color: #fafafa;}
.car-show-ul>li::after {content: "";display: block;width: 100%;height: 2px;background-color: #e60012;left: 50%;transform: translate(-50%,0);width: 0;transition: width .3s ease;position: absolute;bottom: 0;border-radius: 0 0 2px 2px;}
.car-show-ul>li:hover::after {width: 100%;}
.car-show-ul>li.on::after {width: 100%;}
.car-show-ul {padding-top: 20px;}
.swiper-choose-box {padding-top: 15px;}
.car-show-top {display: flex;justify-content: center;align-items: flex-end;min-height: 110px;}
.car-show-bott {font-size: 14px;padding: 25px 0 15px;text-align: center;font-size: 14px;}
.car-show-ul>li {width: 22.22%;margin: 0 1.39%;display: flex;flex-direction: column;justify-content: space-between;cursor: pointer;}
.top-pd {padding: 0 2.60vw;}
.swiper-normal-prev,.swiper-normal-next,.swiper-car-next,.swiper-car-prev {color: #333;}
.swiper-normal-prev::after,.swiper-normal-next::after,.swiper-car-next::after,.swiper-car-prev::after {font-size: 20px;}
.swiper-voice-next {right: 0;}
.swiper-voice-prev {left: 0;}
.swiper-car-next {right: 0;}
.swiper-car-prev {left: 0;}
.mySwiper .swiper-slide {position: relative;cursor: pointer;}
.mySwiper .swiper-slide:hover::after {width: 100%;}
.mySwiper .swiper-slide::after {content: "";display: block;width: 100%;height: 2px;background-color: #e60012;bottom: 0;position: absolute;left: 50%;transform: translate(-50%,0);width: 0;transition: width .3s ease;}
.mySwiper .swiper-slide-thumb-active::after {width: 100%;}
.clogo-bott {padding: 25px 0 15px;}
.clogo-top{flex: 1;display: flex;justify-content: center;align-items: center;}
.check-btn {display: inline-block;width: 120px;height: 40px;line-height: 40px;border: 1px solid #000000;border-radius: 4px;text-align: center;font-size: 14px;transition: background-color .3s ease,color .3s ease,font-size .3s ease;}
.check-btn:hover {background-color: #e60012;color: #fff;border-color:#e60012;font-size: 16px;}
.check-btn.on {background-color: #e60012;color: #fff;border-color:#e60012;}
.banner-tit {font-size: 30px;font-weight: 600;}
.banner-desc {font-size: 18px;color: #595959;margin: 25px 0 55px;}
.banner-word {position: absolute;top: 50%;transform: translate(0,-50%);width: 100%;}
.head-left,.head-mid,.head-right,.head-right .iconfont {font-size: 14px;}
.head-left{margin-right: 20px;}
.head-box{
    width: calc(100% - (100% - 1072px)/2);
    padding-left: 50px;
}
.drop-tab {position: relative;}
.drop-tab::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%,0);
  width: 0;
  transition: width 0.3s ease;
}
.head-nav-ul>li + li {margin-left: 35px;}
.head {background-color: #e60012;color: #fff;padding: 18px 0;}
.head a {color: #fff;}
.head-fixed {position: sticky;position: -webkit-sticky;z-index: 999;top: 0;}
.center-box{max-width: 1072px;margin-left: auto;margin-right: auto;}
.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {background-color: #000000;}
.s-btn {margin-right: 20px;font-weight: 600;}
.normal-tit {font-size: 30px;font-weight: 600;text-align: center;margin-bottom: 35px;}
.mySwiper .swiper-slide {display: flex;flex-direction: column;align-items: center;justify-content: space-between;height: auto;}
.shop-bleft {width: 310px;}
.shop-bright {width: calc(100% - 310px);}
.select-box{border-bottom: 1px solid #000000;}
.shop-bselect {padding: 15px 20px;border-left: 1px solid #e6e6e6;border-top: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;}
.sel-val {width: 65px;}
.has-found {padding: 15px 15px 15px 45px;font-size: 16px;color: #666666;}
.shop-scroll-ul>li {padding: 10px 12px 10px 40px;border-left: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;position: relative;cursor: pointer;}
.shop-scroll-ul>li.on {border-left: 3px solid #e60012;}
.shop-scroll-ul>li:first-child {border-top: 1px solid #e6e6e6;}
.shop-scroll-info {font-size: 16px;}
.shop-flag {width: 20px;height: 20px;background-color: #e60012;color: #fff;font-size: 14px;text-align: center;line-height: 20px;position: absolute;left: 10px;top: 10px;}
.shop-scroll-tit {margin-bottom: 5px; font-weight: 600;}
.shop-scroll {height: 658px;}
.scroll-info-item {display: -webkit-box;-webkit-line-clamp: 2;overflow: hidden;-webkit-box-orient: vertical;}
.distance {font-size: 14px;color: #666;}
.scroll-info-item:nth-of-type(1) {max-width: 160px;}
.ibox-item {display: none;}
.ibox-item:first-child {display: block;}
/*动图的相关样式*/
.BMap_bubble_pop {border-radius: 0!important;border:2px solid #e60012!important;padding: 0 16px!important; width:333px!important;}
.BMap_bubble_content{width:300px!important;}
.dealer-detail {width: 300px;}
/*.dealer-inner{width: calc(100% - 34px)}*/
.info-tit {padding-bottom: 10px;color: #000;position: relative;margin-bottom: 10px; font-weight: 600;}
.info-tit::after {content: "";display: block;width: 100%;height: 1px;background-color: #e60012;bottom: 0;position: absolute;}
.info-box {font-size: 14px;color: #000;line-height: 1.6em;}
.BMap_bubble_center {transform: translate(0,-16px);}
.info-item span {color: #666666;}
.map-link {display: block;width: 100%;height: 40px;line-height: 40px;background-color: #e60012;color: #fff;border-radius: 4px;font-size: 16px;margin-top: 15px;}
/*动图的相关样式*/

.select-box {margin-left: 20px;padding-bottom: 3px;}
.add-select {font-size: 16px;color: #000;width: 100px;text-align: center;}
.add-select option {text-align: center;}
.select-box + .select-box {margin-left: 25px;}
.n-img{display: block;width: 100%;border-radius: 16px;}
.swiper-news-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {background-color: #000;}
.swiper-news-prev::after,.swiper-news-next::after {font-size: 22px;color: #333;}    
.swiper-news .swiper-slide {position: relative;}
.news-word {position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 3.90vw 7.29vw ;display: flex;flex-direction: column;justify-content: space-between;}
.news-tit {font-size: 22px;font-weight:600;}
.news-desc {font-size: 14px;margin-top: 15px;}


.support-ul>li {width: 20%;position: relative;}
.support-ul>li::after {position: absolute;content: "";display: block;width: 1px;height: 100%;background-color: #e6e6e6;left: 0;top: 50%;transform: translate(0,-50%);}
.support-ul>li:nth-of-type(5n+1)::after {display: none;}
.support-ul {background-color: #fafafa;padding: 30px 0;text-align: center;}
.sup-bott {margin-top: 30px;}
.sup-line {position: relative;padding: 3px;}
.sup-line::after {content: "";display: block;width: 100%;height: 1px;background-color: #e60012;bottom: 0;left: 50%;transform: translate(-50%,0);width: 0;transition: width .3s ease;position: absolute;}
.support-ul>li:hover .sup-line::after{width: 100%;}
.footer {background-color: #fafafa;color: #5a5a5a;padding-bottom: 30px;}
.info-links {font-size: 14px;position: relative;padding: 0 12px;}
.info-links::after {position: absolute;content: "";display: block;width: 1px;height: 100%;background-color: #bababa;top: 50%;transform: translate(0,-50%);left: 0;}
.info-links:first-child::after {display: none;}
.beian-info + .beian-info {margin-top: 10px;}
.footer a {color: #5a5a5a;}
.beian-info a {color: #b2b2b2;}
.footer-b-beian {font-size: 14px;color: #b2b2b2;margin-top: 30px;}
.footer-links{padding-top: 10px;}
.footer-top-link a{color: #000;}
.footer-top {padding: 55px 0 50px;}
.footer-link {display: block;margin-top: 10px;font-size: 16px;}
.banner-list-word {position: absolute;bottom: 50px;width: 100%;}
.banner-list-tit {font-size: 30px; font-weight:600;}
.banner-list-desc {font-size: 18px;margin-top: 15px; font-weight:500;}
.author-item + .author-item{margin-top: 80px;}
.auth-item {width: 50%;}
.a-img {width: 50px;margin-right: 15px;}
.auth-top span{font-weight:600;}
.auth-top {text-align: center;font-size: 18px;}
.as-img {margin-right: 10px;}
.auth-ul>li {margin-top: 40px;}
.auth-left{width: 60%;}
.auth-right {width: 40%;}
.author-box {padding-bottom: 80px;}
.ap-tit {font-size: 22px;}
.ap-desc {font-size: 14px;color: #595959;margin-top: 10px;}
.ap-box {margin-top: 110px;}
.ibox-top {padding: 80px 0 120px;}

.num-box .num-i{position: absolute;width: 20px;height: 20px;transform: translate(-50%,-50%);font-size: 14px;border: 1px solid #fff;}
.num-i.on {background-color: #e60012;color: #fff;border-color: #e60012!important;z-index: 1;}
.num-i {background-color: #fff;border-radius: 50%;text-align: center;display: inline-flex;justify-content: center;align-items: center;font-style: normal;}
.ibox-tab .num-i {width: 34px;height: 34px;line-height: 34px;border: 1px solid #000;margin-bottom: 5px;cursor: pointer;transition: background-color .3s ease;}
.ibox-tab {margin: 40px 0 50px;}
.ibox-tab .num-i + .num-i{margin-left: 18px;}
.ibox-car {display: flex;justify-content: center;align-items: center;}
.auth-pleft {width: 60%;display: flex;align-items: center;justify-content: center;}
.auth-pright {width: 40%;}
.auth-part-inner {padding: 70px 0;border-radius: 16px;}
.sale-rtit {font-size: 22px;}
.sale-desc {font-size: 14px;color: #595959;margin: 15px 0 110px;}
.sale-right {padding-left: 5.20vw;}
.sale-left,.sale-right {width: 50%;}
.sale-ul>li {display: flex;align-items: center;margin-top: 80px;}
.sale-ul>li:nth-of-type(2n) {flex-direction: row-reverse;}
.sale-img {display: block;width: 100%;border-radius: 16px;}
.ibox-left {width: 50%;}
.ibox-right {width: 50%;padding-left: 5.20vw;}
.ibox-dl {font-size: 14px;margin-top: 15px;}
.ibox-dl>dd {color: #595959;}
.ibox-tit {font-size: 30px;font-weight: 600;}
.as-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.flag-right {padding:5px;}
.filter-flag {width: 100%;font-size: 14px;color: #808080;}
.flag-left {min-width: 60px;height: 22px;line-height: 22px;text-align: center;color: #fff;background-color: #000;}
.flag-left.new {background-color: #e60012;}
.filter-top {
    /*padding-top: 40px;*/
    display: flex;justify-content: center;align-items: center;}
.about-bul-right {min-height: 210px;}
.filter-bott {padding-bottom: 20px;}
.prop-ul>li:hover {background-color: #fafafa;}
.prop-ul>li {width: 30%;margin-left: 4.995%;border-radius: 4px;
/*padding: 20px;*/
/*padding-bottom: 20px;*/
text-align: center;margin-top: 50px;aspect-ratio: 1 / 1;}
.prop-ul>li a {display:flex;flex-direction:column;align-items:center;height:100%}
.filter_name{font-size: 14px;color: #595959;margin-bottom: 5px;}
.about-tit {font-size: 22px;font-weight: 600;margin-bottom: 10px;}
.about-b-desc {font-size: 14px;color: #595959;max-width: 315px;}
.filter-drop-cont {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,100%);
  min-width: 100px;
  padding-top: 5px;
  display: none;
}
.filter-drop-ul {
  border-color: #eee;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  background-color: #fff;
  color: #666;
  padding: 5px 0;
}

.filter-drop-ul>li {
  padding: 5px 15px;
  cursor: pointer;
}
.module2 .pro-out-item:last-child .check-more-prop::after {display: none;}
.module2 .check-more-prop::after {content: "";display: block;width: 80%;height: 1px;background-color: #eee;left: 50%;transform: translate(-50%,0);bottom: -40px;position: absolute;}
.module2 .pro-out-item {border-bottom: none;}
.module2  {border-bottom: 1px solid #eee;}
.collapse .show-text{display: none;}
.collapse .coll-text {display: inline-block;}
.coll-text {display: none;}
.pro-out-item {border-bottom: 1px solid #eee;padding: 40px 0;}
.news_img {display: block;width: 100%;}
.filter {margin-top: 5px;}
.filter-drop-ul {text-align: center;}
.prop-ul>li:nth-of-type(3n+1) {margin-left: 0;}
.filter-drop-tab {cursor: pointer;}
.filter-val {margin-right: 10px;}
.tab-ul>li + li {margin-left: 40px;}
.tab-ul>li {display: inline-block;border: 1px solid #000000;border-radius: 4px;text-align: center;font-size: 14px;transition: background-color .3s ease,color .3s ease;height: 40px;line-height: 40px;margin-bottom: 25px;}
.tab-ul>li a {display: block;padding: 0 25px;}
.tab-ul>li:hover {background-color: #e60012;border-color: #e60012;color: #fff;}
.tab-ul>li:hover a {color: #fff;}
.tab-ul>li.on {background-color: #e60012;border-color: #e60012;color: #fff;}
.tab-ul>li.on a {color: #fff;}
.search-more {padding-top: 80px;}
.main-pt {padding:80px 0 160px;}
.search-top {padding: 12px ;border-bottom: 1px solid #e6e6e6;font-size: 14px;}
.sea_tit {font-size: 20px;font-weight: 600;}
.sea_desc {font-size: 14px;color: #b2b2b2;margin-top: 5px;}
.search-ul>li {margin-top: 40px;}
.sea_desc a {color: #b2b2b2;}
.news_ul>li {width: 32%;margin-left: 1.995%;margin-top: 20px;background-color: #fafafa;border-radius: 4px;overflow: hidden;}
.news_ul>li:nth-of-type(3n+1) {margin-left: 0;}
.news_info {margin-top: 35px;font-size: 14px;color: #666666;}
.details-show {margin-left: auto;margin-right: auto;}
.details-time {text-align: center;font-size: 14px;color: #595959;}
.details-tit {font-size: 26px;text-align: center;margin-top: 30px; font-weight:600;}
.details-show {font-size: 14px;line-height: 1.8em;}
.prev-next-box {border-top:1px solid #e6e6e6;padding-top: 40px;}
.prev-next a {font-size: 14px;}
.prev-next {max-width: 50%;}
/* .choose-car1 {padding-top:95px;} */
.prev-next:hover a{color: #e60012;}
.details-show p{margin: 30px 0;}
.swiper-rel .swiper-slide {height: auto;
/*padding:50px 0;*/
    padding-bottom: 40px;
    aspect-ratio: 1 / 1;
}

/*.swiper-rel .pro-img {width:70%}*/
.swiper-rel .swiper-slide:hover {background-color:#fafafa}
.swiper-rel {margin-top: 40px;}
.swiper-rel-prev {left: 0;}
.swiper-rel-next {right: 0;}
.swiper-rel .swiper-slide a {display: flex;flex-direction: column;align-items: center;text-align: center;height: 100%;}
.swiper-rel .swiper-slide .filter-top {padding-bottom: 0;padding-top: 0;}
.strip-table tr:nth-of-type(2n+1){background-color: #fafafa;}
.tech-table {text-align: left;color: #595959;font-size: 14px;}
.tech-table th {font-weight: 400;color: #000;}
.tech-table th,.tech-table td {padding: 16px 30px;}
.normal-table {width: 100%;border-collapse: collapse;}
.pro-main-item {padding-top: 80px;}
.pro-main-tit {font-size: 30px;margin-bottom: 35px;text-align: center; font-weight: 600;}
.video-js {width: 100%;height: 565px;display: block;object-fit: cover;}
.pro-spec {border-bottom: 1px solid #eee;position: sticky;position: -webkit-sticky;z-index: 99;top: 55px;background-color: #fff;}
.spec-ul>li + li {margin-left: 70px;}
.spec-ul>li.on::after {display: block;}
.spec-ul>li {display: inline-block;padding: 10px 0;position: relative;}
.spec-ul>li::after {content: "";display: block;width: 100%;position: absolute;height: 2px;background-color: #000;left: 50%;transform: translate(-50%,0);bottom: 0;z-index: 1;display: none;}
.swiper-pro-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {background-color: #000;}
.swiper-pro-details .swiper-slide {display: flex;justify-content: center;align-items: center;padding: 140px 0; height:610px;}
.bg-grey {background-color: #fafafa;}
.pd-img {display: block;max-width:540px}
.pro-details-tit {font-size: 30px;}
.pro-details-desc {font-size: 18px;margin-top: 15px;color: #595959;}
.pro-details {padding: 80px 0 10px;margin-bottom: 30px;}

/*.head-down-cont .pro-inner-item:first-child {margin-top: 10px;}*/
/*.pro-inner-item + .pro-inner-item {margin-top: 30px;}*/
.pro-inner-item:hover .drop-cleft {background-color: #fafafa;}
/* .head-vleftul>li a {display: block;padding: 15px 0;}
.head-vleftul>li:hover a,.head-vleftul>li:hover {color: #e60012;} */
.heav-vright-item {display: none;}
.heav-vright-item:first-child {display: block;}
.swiper-nav .swiper-slide {width: auto;cursor: pointer;}

.hover-tit>li:hover [class*=tit] {color: #e60012;}
.swiper-nav .swiper-slide,.swiper-nav .swiper-slide a {padding: 15px 0;display: block; transition: all .3s ease;
    
}
.swiper-nav .swiper-slide:hover,.swiper-nav .swiper-slide:hover a,.swiper-nav .swiper-slide.on,.swiper-nav .swiper-slide.on a {color: #e60012;font-weight:600;font-size:18px;
padding: 13px 0;
   
}
.ab1-img {display: block;}
.dsp-item {display: none;}
.dsp-item:first-child {display: block;}
.swiper-app-prev{left: 0;transform: translate(-100%,0);}
.swiper-app-next {right: 0;transform: translate(100%,0);}
.swiper-app .swiper-slide.swiper-slide-active .app-normal {display: none;}
.swiper-app .swiper-slide.swiper-slide-active .app-on {display: inline-block;}
.app-on {display: none;}
.swiper-app .swiper-slide {display: flex;flex-direction: column;align-items: center;}
.swiper-app-box {max-width: 730px;margin-left: auto;margin-right: auto;}
.swiper-app .swiper-slide {cursor: pointer;}
.swiper-app .swiper-slide:hover .app-on {display: inline-block;}
.swiper-app .swiper-slide:hover .app-normal {display: none;}
.swiper-app .swiper-slide:hover .app-bott::after{width:100%;}
.swiper-app .swiper-slide.swiper-slide-active,.swiper-app .swiper-slide.swiper-slide-active a {color: #e60012;}
.swiper-app .swiper-slide:hover,.swiper-app .swiper-slide:hover a {color: #e60012;}
.swiper-app .swiper-slide.swiper-slide-active .app-bott::after{width:100%;}
.swiper-voice .swiper-slide {
    max-width: 231.5px;
    margin-top: 15px;
    margin-right: 15px;
}
.voice-grid-bott {display: none;}
.vocie-grid {margin-top: -50px;}
.grid-inner-item {width: 15%;margin-left: 2%;text-align: center;margin-top: 50px;position: relative;cursor: pointer;display: flex;flex-direction: column;align-items: center;}
.grid-inner-item::after {content:"";width: 100%;height: 2px;background-color: #e60012;position: absolute;bottom: 0;left: 50%;transform: translate(-50%,0);width: 0;transition: width .3s ease;}
.grid-inner-item.on::after {width: 100%;}
.grid-inner-item:hover::after {width: 100%;}
.grid-inner-item:nth-of-type(6n+1) {margin-left: 0;}
.news_bott {padding: 18px;}
.voice-inner {height: 40px;border: 1px solid #e60012;font-size: 14px;color: #e60012;padding: 0 12px;transition: background-color .3s ease,color .3s ease;}
.voice-inner.on {background-color: #e60012;color: #fff;}
.draop-cl-top {
    /*min-height: 170px;*/
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex: 1;
    
}
.voice-inner span:nth-of-type(2) {white-space:nowrap}
.voice-inner:hover {background-color: #e60012;color: #fff;}
/* .swiper-voice .swiper-slide {padding-right: 20px;} */
.drop-voice-cul>li{margin-top: 40px;cursor: pointer;user-select: none;}
.drop-voice-cul>li:hover .drop-cleft{background-color: #fafafa;}
.draop-cl-bott {padding: 20px 5px;}
.draop-cl-vsum {font-size: 14px;color: #333333;margin-bottom: 5px;}
.drop-cleft {width: 28.47%;text-align: center;border-radius: 4px;aspect-ratio: 1 / 1;display:flex;flex-direction:column;align-items:center;
/*padding-bottom:20px;*/
}
.drop-cright {width: 61%;padding:0 6.6%;position: relative;}


.app-bott {padding-top: 5px;position: relative;}
.app-bott::after {content:'';position: absolute;bottom: 0;width: 100%;height: 1px;background-color: #e60012;left: 50%;transform: translate(-50%,0);width: 0;transition: width .3s ease;}

.dsp {display: block;}

.dsp-desc {font-size: 14px;color: #595959;line-height: 1.6em;margin-top: 15px;}
.dsp-sp {font-size: 14px;color: #e60001;margin-top: 15px;}
.dsp-left {width: 50%;display: flex;align-items: center;justify-content: center;}
.code-desc {font-size: 14px;color: #595959;line-height: 1.5em;}
.dsp-box>li:nth-of-type(2n) {flex-direction: row-reverse;}
.dsp-box>li {display: flex;align-items: center;margin-top: 160px;}
.swiper-ab-inner {position: absolute;left: 0;width: 40%;height: 100%;background-color: rgba(255, 255, 255, .8);top: 0;z-index: 98;padding: 6.2vw  4.2vw;
}

.swiper-year .swiper-slide-active::before {content: "";display: block;width: 1px;height: 12px;background-color: #e60012;left: 0;top: 50%;transform: translate(0,-50%);position: absolute;}
.swiper-year {position: absolute;bottom: 6.20vw;left: 4.20vw;z-index: 99;height: 110px;width: 70px;}
.swiper-year .swiper-slide {display: flex;justify-content: center;align-items: center;color: #a8a8a8;position: relative;}
.swiper-year .swiper-slide-next,.swiper-year .swiper-slide-prev {color: #545454;}
.swiper-year .swiper-slide-active {position: relative;color: #000;}


.concact-bott span { font-weight:600;}
.about-bul-left,.about-bul-right{width: 50%;}
.about-bul-right {padding-left: 5.20vw;}
.about-bul>li {display: flex;align-items: center;margin-top: 80px;}
.about-bul>li:nth-of-type(2n) {flex-direction: row-reverse;}
.about-bul3>li:first-child {margin-top: 0;}
.about-bul2>li:nth-of-type(2n+1) {flex-direction: row-reverse;}
.about-bul2>li:nth-of-type(2n) {flex-direction: row;}
.swiper-ab {overflow: hidden;border-radius: 16px;}
.swiper-ab-year {font-size: 38px;color: #e60012;opacity: 0; font-weight:600;}
.swiper-ab-desc {opacity: 0;}
.go-down-load .check-btn {width: 145px;}
.go-down-load {margin-top: 90px;}
.iw_poi_title{ color:#000;}
.code-img {width: 60px;}
.dsp-right {width: 50%;padding-left: 5.20vw;}
.code-right {padding-left: 16px;}
.dsp-code {margin-top: 45px;}
.dsp-tit {font-size: 22px;font-weight: 600;}
.h-img {transition: transform .3s ease ;}
.ab1-img {border-radius: 16px;}
.hover-img>li:hover .h-img {transform: scale(1.1);}
.prop-inner {display: flex;flex-direction: column;align-items: center;height: 100%;}
.filter-top {flex: 1;font-size: 0;}
.check-btn-group {display: inline-block;}
.check-more-prop {margin-top: 25px;padding-bottom: 15px;position: relative;}
.arrow-down-icon {display: inline-block;background: url(../img/arrow-down-fill.png) no-repeat center;background-size: 100% auto;width: 18px;height: 18px;cursor: pointer;transition: transform .3s ease;}
.check-btn-group .arrow-down-icon {position: absolute;left: 50%;transform: translate(-50%,0);bottom: -5px;}
.collapse .arrow-down-icon {transform: translate(-50%,0) rotate(180deg);}
.text-tit {font-size: 30px;font-weight: 600;}
.tab-tr {cursor: pointer;}
.tab-cont {display: none;}
.rotate .arrow-down-icon {transform: rotate(180deg);}
.text-show p {margin: 25px 0;}
.text-show {font-size: 14px;color: #595959;line-height: 2em;}
.head-down,.head-down a {color: #656565;}
.join-table th {background-color: #e60012;color: #fff;text-align: left;}
.join-table th:first-child,.join-table td:first-child {padding-left: 30px;}
.tab-tr  td:first-child span{position: relative;}
.tab-tr  td:first-child span::after{content: "";width: 100%;bottom: -5px;left: 50%;transform: translate(-50%,0);position: absolute;height: 1px;background-color: #e60012;width: 0;transition: width .3s ease;}
.tab-tr.rotate  td:first-child span::after{width: 100%;}
.join-table tr + tr {border-top: 1px solid #eee;}
.join-table {margin-top: 80px;}
.join-inner-box {font-weight: 400;}
.bt {border-top: 1px solid #eee;}
.join-table th,.join-table td {padding: 15px;}
.join-us-tit {font-size: 30px;font-weight: 600;}
.join-tab-show {font-size: 14px;line-height: 2em;}
.v-box {margin-top: 80px;}
.concact-notice {padding: 50px 15px;;text-align: center;background-color: #fafafa;}
.notice-show {max-width: 715px;margin-left: auto;margin-right: auto;line-height: 1.7em}
.concact-ul {padding: 40px 0 80px;}
.concact-ul>li {width: 18.4%;margin-left: 2%;display: flex;flex-direction: column;color: #fff;background-color: #fafafa;border-radius: 16px 0 0 0;overflow: hidden;margin-top: 40px;}
.concact-bott {display: flex;justify-content: center;align-items: center;flex: 1;min-height: 200px;background-repeat: no-repeat;background-size: cover;background-position: center;font-size: 18px;}
.concact-ul>li:nth-of-type(5n+1) {margin-left: 0;}
.concact-top {padding: 15px;background-color: #e60012;text-align: center;}
.map-iframe {width: 100%;height: 100%;}
.map-info {border-bottom: 1px solid #eee;}
.map-info-inner {padding: 20px 40px 80px;}
.ibox-bltit {font-size: 22px; font-weight:600;}
.ibox-bldesc {color: #595959;margin-top: 10px;}
.big-num {font-size: 38px;color: #e60012;}
.lan-ul {margin: 80px 0;}
.lan-ul>li {flex: 1;max-width: 33.33%;position: relative;}
.lan-ul>li::before {height: 80%;content: "";display: block;width: 1px;background-color: #eee;left: 0;top: 50%;transform: translate(0,-50%);position: absolute;}
.lan-ul>li:first-child::before {display: none;}
.lan-notice {font-size: 14px;color: #e5e5e5;}
.lan-ul-left {padding-right: 20px;}
.launch-box {margin-top: 140px;}
.map-box {height: 550px;}
.pt0 {padding-top: 0;}
.bold {font-weight: 600;}
.tr {text-align: right;}
.with100 {width: 100%;}
.pro-details-tit.tc {font-weight:600;}
.tc {text-align: center; }
.ti1 {text-indent: 1em;}
.webkit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line2 {
  -webkit-line-clamp: 2;
}
.col-000 {color: #000;}
.col-333 {
  color: #333;
}
.col-666 {
  color: #595959;
}
.col-999 {
  color: #999;
}
.fs12 {
  font-size: 14px;
}
.fs14 {
  font-size: 16px;
}
.fs16 {
  font-size: 18px;
}
.col-fff {
  color: #fff;
}
.bgfff {
  background-color: #fff;
}


.theme {
  color: #e60012;
}

.ibox-bmid {height:224px;width:500px}
