@font-face {
  font-family: p-black;
  src: url(../../styles/fonts/Poppins-Black.otf);
}
@font-face {
  font-family: p-bold;
  src: url(../../styles/fonts/Poppins-Bold.otf);
}
@font-face {
  font-family: p-medium;
  src: url(../../styles/fonts/Poppins-Medium.otf);
}
@font-face {
  font-family: p-regular;
  src: url(../../styles/fonts/Poppins-Regular.otf);
}

@keyframes slideActive {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
body {
  font-family: p-regular;
  width: 100vw;
  overflow-x: hidden;
}
.pc-pad{}
.mb-only{display: none;}
.csh{ width: 100vw; overflow: hidden; font-family:"p-regular" ; }
.csh .moduleTitle{z-index: 10; position: absolute; top: 0; left: 0; font-size: 0.36rem; color: #66513a; font-family:p-medium;  line-height: 0.52rem; color: #fff; padding-top: 0.2rem; width: 100%; text-align: center;}

.csh .bigT{width: 100%; font-size:.42rem ; color: #a27055; text-align: center; font-family:"p-bold"; line-height:0.9rem;  text-transform: uppercase; height:0.9rem;}

.csh .banner{ width: 100%; height: 100vh; position: relative;}
.csh .banner img{width: 100%; height: 100%; object-fit: cover;}
.csh .banner .title{position: absolute; top: 2.4rem; left: 50%; transform: translateX(-50%); font-size: 0.5rem; font-family: p-bold; color: #fff; font-weight: bold;}
.csh .banner .csh_logo{position: absolute; bottom:0.58rem; left: 50%; transform: translateX(-50%); width: 1.28rem;}
.csh .banner .csh_logo img{width: 100%;}

.tab{ height: 3.3rem; width: 100%; }
.tab .csh_logo{width: 2.24rem; margin: 0 auto; padding-top: 0.78rem;}
.tab .csh_logo img{width: 100%;}
.tab ul{display: flex; justify-content: center; align-items: center;}
.tab ul li{ width: 4.42rem;border: #a4896c 1px solid; background-color: rgba(164, 137, 108,0); font-size: 0.18rem; color: #a4896c; height: 0.68rem; line-height: 0.68rem; text-align: center; border-radius: 0.04rem; margin: 0.7rem 0.1rem 0.14rem; transition: all 0.5s; cursor: pointer;}
.tab ul li.on,.tab ul li:hover{background-color: rgba(164, 137, 108,1);  color: #fff; transition: all 0.5s;}


.csh .superRange{ width:100vw; height: 7.8rem;  /*transform: scale(0.9); margin-top: -0.5rem;*/}
.csh .superRange .animation-wrap{display: flex; z-index: 1;   width:14rem; height:6.2rem;  overflow: hidden; position: relative; margin: 0 auto;}
.csh .superRange .animation-wrap li{width: 100%; height: 100%; position: absolute; top: 0; left: 0; visibility: hidden; opacity: 0; transition: all 0.5s;}
.csh .superRange .animation-wrap li>img{width: 100%; height: 100%; object-fit: cover; }
.csh .superRange .animation-wrap li.on{visibility: visible; opacity: 1; transition: all 0.5s;}
.csh .unifyCon .btnLink{  text-transform: uppercase; width:14rem;   display: flex; justify-content: space-between; margin: 0 auto; font-size: 0.2rem;  margin-top: 0.1rem;}
.csh .unifyCon .btnLink div{ flex: 1; text-align: center;  cursor: pointer;}
.csh .unifyCon .btnLink a{line-height: 0.4rem; display: inline-block; padding-top: 0.2rem;  border-bottom:0.03rem solid rgba(144, 135, 130,0); color: #333333;  /*margin: 0 0.88rem;*/ transition: all 0.5s;} 
.csh .unifyCon .btnLink div.on a{  border-bottom:0.03rem solid #a27055; color: #a27055;  font-weight: bold; transition: all 0.5s;}



.csh .mapContainer{width: 14rem; height:7rem; position: relative; margin: 0 auto; margin-bottom: 0.8rem; }
.csh .mapContainer .map{ width: 100%; height: 100%; position: relative;  background:#faf5f2; }
.csh .mapContainer .map .wordCon{position: absolute; top: 0.42rem; left:50%; width: 92%; z-index: 2; transform: translateX(-50%); margin: 0 auto; display: flex; justify-content: space-between; }
.csh .mapContainer .map .wordCon>div{ width: 49%; color: #333333;}
.csh .mapContainer .map .wordCon .l{}
.csh .mapContainer .map .wordCon .l .logo{/*width: 0.9rem;*/ width: 5.63rem; height: 1.01rem; margin-top: 0.1rem;}
.csh .mapContainer .map .wordCon .l .logo img{width: 100%;}
.csh .mapContainer .map .wordCon .l .title{font-size: 0.46rem; line-height: 0.5rem; color: #66513a; margin-top: 0.1rem; font-family: "p-bold";}
.csh .mapContainer .map .wordCon .r{font-size: 0.16rem; line-height: 0.3rem;/* margin-top: 0.18rem;*/}
.csh .mapContainer .map .pointCon{background: url(../../images/technolody/map_bg.jpg) no-repeat left bottom; background-size: 100% auto; width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.csh .mapContainer .map a{position: absolute; top: 4.6rem; left: 4.04rem; width: 0.3rem; height: 0.3rem; display: block; cursor: pointer;}
.csh .mapContainer .map a::after{ position: absolute; width: 0.12rem; height: 0.12rem; background-color: #c98356; content: ''; display: block; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2;}
/* 定义循环放大动画 */
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

.csh .mapContainer .map a::before{ 
  position: absolute; 
  width: 0.28rem; 
  height: 0.28rem; 
  border:#c98356 1px solid ; 
  content: ''; 
  display: block; 
  border-radius: 50%; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%,-50%); 
  z-index: 2;
  /* 添加循环放大动画 */
  animation: pulse 2s infinite;
}
.csh .mapContainer .map a:nth-child(1){ /*top: 7.42rem;  left: 9rem;*/ top:var(--y); left:var(--x);}
.csh .mapContainer .map a:nth-child(2){ /* top: 4.94rem; left: 10.02rem;*/ top:var(--y); left:var(--x);}
.csh .mapContainer .map a span{ position: absolute; left: 0.5rem; width:2rem; font-family: 'p-bold'; font-size: 0.2rem; color: #66513a; display: block;}
/* .csh .mapContainer .map a:nth-child(1){ top: 4.6rem; left: 4.04rem;}
.csh .mapContainer .map a:nth-child(2){ top: 6.62rem; left: 4.66rem;}
.csh .mapContainer .map a:nth-child(3){ top: 5.4rem; left: 7.32rem;}
.csh .mapContainer .map a:nth-child(4){ top: 6.32rem; left: 8.94rem;}
.csh .mapContainer .map a:nth-child(5){ top: 3.84rem; left: 11.46rem;}
.csh .mapContainer .map a:nth-child(6){ top: 5.18rem; left: 13.36rem;}
.csh .mapContainer .map a:nth-child(7){ top: 4.72rem; left: 15.8rem;}
.csh .mapContainer .map a:nth-child(8){ top: 7.46rem; left: 16.24rem;} */
/* .csh .mapContainer .map a.on::after,.csh .mapContainer .map a:hover::after{ background-color: #c98356;}
.csh .mapContainer .map a.on::before,.csh .mapContainer .map a:hover::before{ border-color: #c98356;} */
/* .csh .mapContainer .map a .pop{z-index: 0; position: absolute;  width: 3.14rem; height: 3.4rem; display: block; border-radius: 0.04rem; overflow: hidden; transform: scale(0); transform-origin: 100% 0%; transition: all 0.5s;}
.csh .mapContainer .map a .pop img{ width: 100%; height: 100%; object-fit: cover;}
.csh .mapContainer .map a .pop .t{font-size:0.36rem; color: #fff; position: absolute; top:0.16rem; left: 0.18rem ;}
.csh .mapContainer .map a .pop .suT{font-size:0.18rem; color: #fff; position: absolute; bottom:0.22rem; left: 0.24rem ;} */
/* 
.csh .mapContainer .map a:nth-child(1) .pop{top: 0; right: 0.4rem;}
.csh .mapContainer .map a:nth-child(2) .pop{top: -1.5rem; right: 0.4rem; transform-origin:100% 50%;}
.csh .mapContainer .map a:nth-child(3) .pop{top: 0; right: 0.4rem;}
.csh .mapContainer .map a:nth-child(4) .pop{top: -1.5rem; left: 0.4rem; transform-origin:0% 50%;}
.csh .mapContainer .map a:nth-child(5) .pop{top: 0; left:0.4rem; transform-origin: 0% 0%;}
.csh .mapContainer .map a:nth-child(6) .pop{top: 0; right:0.4rem;}
.csh .mapContainer .map a:nth-child(7) .pop{top: 0; right:0.4rem;}
.csh .mapContainer .map a:nth-child(8) .pop{top: -2rem; right:0.4rem;transform-origin: 100% 60%;} 
.csh .mapContainer .map a.on .pop,.csh .mapContainer .map a:hover .pop{transform: scale(1);  transition: all 0.5s; z-index: 3;}*/
.csh .mapContainer .piclist{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5;  display: flex; justify-content: center; align-items: center; visibility: hidden; opacity: 0;}
.csh .mapContainer .piclist .con{width: 12rem; height:6rem; background-color: #faf5f2; box-shadow: 0 0 20px rgba(73, 53, 36, 0.35); display: flex; justify-content: center; align-items: center; border-radius: 0.06rem;}
.csh .mapContainer .piclist .con .pic{ width: 3.6rem; height: 4.66rem;overflow: hidden; border-radius: 0.04rem;}
.csh .mapContainer .piclist .con .pic img{width: 100%; height: 100%; object-fit: cover;}
.csh .mapContainer .piclist .con .wordCon{width:6rem; margin-left: 1rem; height: 4.66rem; position: relative;}
.csh .mapContainer .piclist .con .wordCon .title{ font-size: 0.34rem; line-height: 0.66rem; color: #66513a; font-family:"p-bold" ;}
.csh .mapContainer .piclist .con .wordCon .message{font-size: 0.2rem; line-height: 0.36rem; color: #333333; margin-top: 0.26rem;}
.csh .mapContainer .piclist .con .wordCon a{ width: 2.36rem; height: 0.6rem; background-color: #a4896c; color: #fff; border-radius: 0.04rem; display: flex; justify-content: center; align-items: center; font-size: 0.16rem; position: absolute; bottom: 0.88rem; left: 0; cursor:pointer;}
/* .csh .mapContainer .piclist .top{display: flex; width: 16.96rem; margin: 0 auto; padding-top: 1.5rem; margin-bottom: 1.4rem;}
.csh .mapContainer .piclist .top .label span{ font-size: 0.24rem; color: #fff; background-color: #c8b5a2; border-radius: 0.04rem; height: 0.3rem; padding:0 0.1rem; font-weight: bold; line-height: 0.25rem;}
.csh .mapContainer .piclist .top .title{font-size: 0.4rem; color: #66513a; font-weight: bold; line-height: 0.52rem; }
.csh .mapContainer .piclist .top .suTitle{font-size: 0.36rem; color: #444444; line-height: 0.46rem;}
.csh .mapContainer .piclist .top .r{margin-left: 2.1rem; font-size: 0.24rem; line-height: 0.4rem; color: #444444; margin-top: 0.5rem; width: 7rem;}
.csh .mapContainer .swiperList{margin-left: 1.08rem; width: 18.12rem;}
.csh .mapContainer .swiperList .swiper-slide{width: 5.76rem; height: 4.28rem; margin-right: 0.18rem;}
.csh .mapContainer .swiperList .swiper-slide .bg{width: 100%; height: 3.5rem; border-radius: 0.04rem;}
.csh .mapContainer .swiperList .swiper-slide .word{color:#444444; font-size: 0.18rem; margin-top: 0.26rem;}
.csh .mapContainer .close-btn{position: absolute; top: 0.9rem; right: 0.76rem; width: 0.52rem; height: 0.52rem; background-color: #fff; border-radius: 50%; display: flex; justify-content: center; align-items: center; cursor: pointer;}
.csh .mapContainer .close-btn .close{ font-size: 0.32rem; color: #000;} */

.csh .pictureAlbumBox{ background-color: #e8e5e1; width: 100%;  padding-bottom: 0.5rem;}
.csh .pictureAlbumBox .bigT{padding-top: 0.4rem;}
.csh .pictureAlbum{width: 100%; height:auto; position: relative;}
.csh .pictureAlbum ul{width: 14rem; height: 6.2rem; position: relative; display: flex; margin: 0 auto;}
.csh .pictureAlbum li{width: 100%; height: 100%; overflow: hidden; position: absolute; top: 0; left: 0; visibility: hidden; opacity: 0;}
.csh .pictureAlbum li .pic{width: 100%; height: 100%; }
.csh .pictureAlbum li .pic img{width: 100%; height: 100%; object-fit: cover;}
.csh .pictureAlbum .superPower{background: url(../../images/technolody/engine_data_bg.jpg) no-repeat center center; background-size: 100% 100%; position: relative;}
.csh .pictureAlbum .superPower .title{font-size: 0.46rem; color: #66513a; font-family: p-bold;  line-height: 0.52rem; color: #fff; padding-top: 0.84rem; width: 100%; text-align: center;}
.csh .pictureAlbum li.on{visibility: visible; opacity: 1;}
/* .csh .unifyCon.pictureAlbumBox  .btnLink div{text-align: center;} */


.csh .pictureAlbum .superPower .superPowerSwiper{width: 95%; height: 3.6rem; position: absolute; top: 1.5rem; left: 50%; transform: translateX(-50%);}
.csh .pictureAlbum .superPower .superPowerSwiper .swiper-slide{width: 100%; height: 100%;}
.csh .pictureAlbum .superPower .superPowerSwiper .swiper-slide .item{width: 90% ;height: 100%; position: relative; margin: 0 auto;}
.csh .pictureAlbum .superPower .superPowerSwiper .swiper-slide .engine{width: 100%; height: 100%;}
.csh .pictureAlbum .superPower .superPowerSwiper .swiper-slide .engine img{width: 100%; transform: scale(1); transition: all 0.5s;}
  .csh .pictureAlbum .superPower .superPowerSwiper .swiper-slide .engine:hover img{transform: scale(1.1); transition: all 0.5s;}
.csh .pictureAlbum .superPower .superPowerSwiper .swiper-slide .con{/* font-family:"p-bold" ;*/ font-weight: bold; font-size: 0.18rem; line-height: 0.28rem; position: absolute; bottom: 0; left: 0; width: 100%; color: #fff; text-align: center; }
.csh .pictureAlbum .superPower #particles{  position: absolute; bottom: 0; left: 0; width: 100%; height: 70vh; z-index: 0; /* background: linear-gradient(180deg, #132242 10%, #050811 80%, #264587 100%)*/};
#banner-canvas{opacity: 0.4;}


.csh .hybrid{ height: 100%; width: 100%;  position: relative ; background: #d6d2ce  url(../../images/technolody/lineCon.png) repeat-x left bottom; background-size: 1.25rem 4.98rem;}
.csh .hybrid .hybrid_title{ font-size: 0.4rem; color: #66513a;font-family: p-bold;  /*font-weight: bold;*/ text-align: center; line-height: 0.52rem; padding-top: 0.4rem; overflow-y: hidden;}
.csh .hybrid .hybrid_title span{display: inline-block;}
.csh .hybrid .hybrid_subTitle{font-size: 0.18rem; color: #444444; text-align: center; line-height: 0.3rem; margin-top: 0.1rem; overflow-y: hidden;}
.csh .hybrid .hybrid_subTitle span{display: inline-block;}
.csh .hybrid .engineSwiper{ height: 70%; width: 95%; margin: 0 auto;  margin-top: 0.2rem;}
.csh .hybrid .scrollPro{position: relative;  padding-top: 1.08rem;}
.csh .hybrid .animation-wrap { display: flex; position: relative; z-index: 1; /*margin-top: 1.08rem;*/}
.csh .hybrid .animation-wrap.to-right { counter-reset: item; float: left; }

.csh .hybrid .item {/*width: 4.99rem;*/ height:auto; position: relative; overflow: hidden; /*background: url(../../images/technolody/lineCon.png) repeat-x left bottom; background-size: auto 4.98rem;*/}
.csh .hybrid .item .engine{/*width:4.99rem; height: 3.76rem;*/ width: 100%; height: 2.5rem;}
.csh .hybrid .item .engine img{transform: scale(1);   transition: all 0.5s;}
.csh .hybrid .item .engine:hover img{transform: scale(1.1);  transition: all 0.5s;}
.csh .hybrid .item img{ width: 100%; height: 100%; object-fit: cover;}
.csh .hybrid .item .years{font-size: 0.36rem; color: #cbc3ba; text-align: center; font-family: p-bold;  font-weight: bold; line-height:0.4rem;}
.csh .hybrid .item .t{line-height: 0.4rem; color: #66513a; font-family: p-bold;  font-weight: bold; font-size: 0.2rem; text-align: center; margin-bottom: 0.12rem;}
.csh .hybrid .item .con{font-size: 0.14rem; color: #4f4f4f; text-align: center; margin-top: 0.28rem; padding: 0 0.2rem;}
.csh .hybrid .gramophone{ position: absolute; top: 2.4rem; /*left: 50%; transform: translateX(-50%);*/ left: 2.5rem; height: .42rem; background: url(../../images/technolody/gramophone_bg.png) repeat-x left top; background-size: auto 0.42rem; width: 14.2rem; }
.csh .hybrid .gramophone img{height: 100%; position: absolute; top: 0; left: 0; margin-left: -0.05rem;}

.csh .introductionCon .bigT{padding-top: 0.4rem;}
.csh .introduction{width: 100%; height: auto; overflow: hidden; position: relative; --swiper-navigation-color: #fff; --swiper-navigation-size:0.2rem; margin-bottom: 0.8rem;}
.csh .introduction .moduleTitle{color: #fff;}
.csh .introduction .introductionSwiper{width: 14rem; height: 7rem; --swiper-navigation-sides-offset:0.7rem; }
.csh .introduction .introductionSwiper ul{width: 100%; height: 100%; position: relative;}
.csh .introduction .introductionSwiper ul li{width: 100%; height: 100%; position: absolute; top: 0; left: 0; visibility: hidden; opacity: 0;}
.csh .introduction .introductionSwiper ul li img{ width: 100%; height: 100%; object-fit: cover;}
/* .csh .introduction .introductionSwiper ul li .word{position: absolute; bottom:0.2rem ; left: 1.22rem; height: 0.6rem; height: 0.6rem; color: #fff; font-size: 0.16rem; line-height: 0.3rem; width: 96%; } */
/* .csh .introduction .swiper-slide{} */
.csh .introduction .introductionSwiper ul li .bg{width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0;}
.csh .introduction .introductionSwiper ul li .word{position: absolute; bottom:0.3rem ; left: 0; height: 0.8rem; color: #fff; font-size: 0.16rem; line-height: 0.8rem; width: 100%; text-align: center; }
.csh .introduction .introductionSwiper ul li .word .title{font-family:p-bold; font-size: 0.4rem; color: #a27054;line-height: 0.5rem; margin-bottom: 0.1rem;}
.csh .introduction .introductionSwiper ul li .word .con{ font-size: 0.18rem; /*line-height: 0.3rem;*/}
.csh .introduction .swiper-button-next, .csh .introduction .swiper-button-prev{width: 0.65rem; height: 0.65rem; background-color:  rgba(144, 135, 130,0.8); border-radius: 0.08rem;}
.csh .swiper-pagination-bullet{width: 0.48rem; height: 0.03rem; background-color: rgba(255, 255, 255,1); border-radius:0; opacity: 0.5;}
.csh .swiper-pagination-bullet-active{opacity: 1;}
.csh .swiper-pagination{ top: 6.22rem; left: 1.2rem; bottom:initial; text-align: left;}

.csh .introduction .introductionSwiper ul li.on{visibility: visible; opacity:1;}
.csh .unifyCon.introduction .btnLink{position: absolute; bottom: 1.2rem;  left: 50%; transform: translateX(-50%); z-index: 10;}
.csh .unifyCon.introduction .btnLink a{ color: #fff;}
    


/* .csh .introduction .roundCon{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 494px; height: 494px; z-index: 555; }
.csh .introduction .roundCon .bg{width: 494px; height: 494px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.csh .introduction  #progress {fill: none; stroke: #9d6b4f;stroke-width: 1; stroke-linecap: round;}  
.csh .introduction  #customAnim0{ position: absolute; top:120px; right: 50px; z-index: 10;}
.csh .introduction  #customAnim2{position: absolute; top: 120px; left: 50px; z-index: 10;}
.csh .introduction  #customAnim1{position: absolute; bottom:20px; left:50%; transform: translateX(-50%); z-index: 10;}
.csh .introduction .roundBtn{background: none; border: none; color: #fff; font-size: 16px;}
.csh .introduction .roundBtn.on{font-weight: bold;}
.csh .introduction .roundCenter{position: absolute; top: 50%; left:50%; transform: translate(-50%,-50%); width: 170px; height: 170px; border-radius: 50%; overflow: hidden; text-align: center;}
.csh .introduction .roundCenter img{width: 100%; height: 100%; object-fit: cover;}
.csh .introduction .org,.csh .introduction .wL,.csh .introduction .wG{ position: absolute; top: 50%; left:50%; transform: translate(-50%,-50%); }
.csh .introduction #wr{fill: none; stroke-width: 2; stroke-dasharray: 90, 837; stroke-dashoffset: -8; stroke: rgb(255, 255, 255);    stroke: rgb(255, 255, 255); translate: none;  rotate: -100deg;  scale: none;  transform-origin: 50% 50%;  opacity: 1;}
.csh .introduction #wGr{fill: none; stroke-width: 2; stroke-dasharray: 100, 837; stroke-dashoffset: -8; stroke: rgb(255, 255, 255);    stroke: rgb(255, 255, 255); translate: none;  rotate: -100deg;  scale: none;  transform-origin: 50% 50%;  opacity: 1;}
.csh .introduction .arrowCon{position: absolute; top: 50%; left:50%; transform: translate(-50%,-50%); height: 340px; width: 268px;}

.csh .introduction .arrowCon li:first-child{position: absolute; top: 90px; right:0 ;}
.csh .introduction .arrowCon li:nth-child(3){position: absolute; top: 90px; left:0 ;}
.csh .introduction .arrowCon li:nth-child(2){position: absolute; bottom:10px; left: 50%; transform: translateX(-50%);}
.csh .introduction .arrowCon li .square{display: block;width: 6px; height: 6px; background-color: #fff;  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.csh .introduction .arrowCon li .arrow {display: none; width: 0; height: 0;  border-left: 6px solid transparent;  border-right: 6px solid transparent;  border-bottom: 12px solid #fff; position: absolute; top: -6px; left: -6px; rotate: 180deg;}
.csh .introduction .arrowCon li:nth-child(3) .arrow{ rotate: 300deg;}
.csh .introduction .arrowCon li:nth-child(1) .arrow{ rotate: 60deg;}
.csh .introduction .arrowCon li.on .square{display: none;}
.csh .introduction .arrowCon li.on .arrow{display: block;}
 */

 .lineUp{ width: 100%; height: 6.44rem; position: relative; background-color: #f0ece6;}
 .lineUp .moduleTitle{ color: #a27055;}
 .lineUp .carList{ width: 17.84rem; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; padding-top: 1.84rem;}
.lineUp .carList a{width: 3.01rem; height: 1.66rem; display: block; margin-bottom: 0.42rem;}
.lineUp .carList a .p{display: block; width: 100%; height: 0.97rem;}
.lineUp .carList a .p img{width: 100%; }
.lineUp .carList a .w{ height: 0.8rem; font-size: 0.16rem; color: #333333; width: 100%; display: flex; justify-content: center; align-items: center;}


@media (max-width: 1000px) {
   .pc-pad {
    display: none;
  }
  .mb-only {
    display: block;
  }
  .csh .bigT{font-size: 0.5rem; line-height: 0.75rem;  margin: 0.8rem auto 0.4rem auto; width:90%; text-align: left; height: auto;}
  .tab ul{ width: 95%; margin: 0 auto;}
  .tab ul li{ font-size: 0.26rem;  margin: 0.86rem 0.04rem;}
  .csh .moduleTitle{ font-size: 0.55rem; padding-top: 0.6rem; }
  .csh .superRange{height: auto; transform: scale(1); margin-top: 0;}
  .csh .superRange .animation-wrap{ width:90%; height: 10.4rem; }
  .csh .superRange .animation-wrap li>img{height: auto; object-fit: initial;}
  .csh .unifyCon .btnLink{ width: 90%; display: block; margin: 0 auto; font-size: 0.3rem; margin-top: 0.55rem;}
  .csh .unifyCon .btnLink div{ text-align: left; margin: 0 0 0.1rem 0;}
  .csh .unifyCon .btnLink a{ line-height: 0.68rem;}
  .csh .hybrid{ background-size: 1.25rem 9.98rem;}
  .csh .hybrid .hybrid_title{ padding-top: 0.82rem; font-size: 0.42rem; line-height: 0.5rem;}
  .csh .hybrid .hybrid_subTitle{ /*margin-top: 0.3rem;*/ font-size: 0.24rem; line-height: 0.4rem; width: 95%; margin: 0.1rem auto 0;}
  .csh .hybrid .hybrid_subTitle br{ display: none;}
  .csh .hybrid .engineSwiper{ margin-top: 0.6rem; height:10rem;}
  /* .csh .hybrid .item{ height: 100%;} */
  .csh .hybrid .item .t{font-size: 0.3rem; margin-bottom: 0.4rem;}
  .csh .hybrid .item .years{font-size: 0.5rem;}
  .csh .hybrid .item .engine{ width:80%; height: 4rem; margin: 0 auto;}

  .csh .hybrid .item .con{font-size: 0.2rem;}
  .csh .hybrid .swiper-pagination{ top: 6.2rem; text-align: center; left: 0;}
  .csh .mapContainer{width: 90%; height:13rem ; margin-top: 0.9rem; transform: scale(1);}
  .csh .mapContainer .map .wordCon{flex-wrap: wrap; width: 90%; left:0.48rem; top:1.36rem; transform: none;}
  .csh .mapContainer .map .wordCon>div{width: 100%; }
  .csh .mapContainer .map .wordCon .l .logo{width: 5.96rem; height: auto;}
  .csh .mapContainer .map .wordCon .l .title{font-size: 0.52rem; line-height: 0.62rem; margin-top: 0.24rem;}
  .csh .mapContainer .map .wordCon .r{font-size: 0.3rem; line-height: 0.5rem; margin-top: 0.6rem;}
  .csh .mapContainer .map{background-position-y: bottom;}
  .csh .mapContainer .map .pointCon{ top: 8rem; height:4rem; background-position-y:top ;}
  .csh .mapContainer .map a:nth-child(1){/*top: 2.84rem; left: 3.4rem;*/top:var(--ym); left:var(--xm);}
  .csh .mapContainer .map a:nth-child(2){/*top: 1.86rem; left: 3.8rem;*/top:var(--ym); left:var(--xm);}
  .csh .mapContainer .piclist .con{width: 90%; height: 10.5rem; flex-wrap: wrap; align-items:initial;}
  .csh .mapContainer .piclist .con .wordCon{width: 86%; margin-left:0; }
  .csh .mapContainer .piclist .con .wordCon .title{/*font-size: 0.46rem;*/}
  .csh .mapContainer .piclist .con .pic{ padding-top: 0.5rem;/* width: 5.4rem; height: 3.46rem;*/ width: 3rem; height: 3.86rem;}
  .csh .mapContainer .piclist .con .wordCon .message{font-size: 0.24rem; line-height:0.4rem;}
  .csh .mapContainer .piclist .con .wordCon a{bottom:0.4rem; font-size: 0.2rem;}
  .csh .pictureAlbumBox{margin-top: 0;}
  .csh .pictureAlbum{transform: scale(1); margin-top: 0;} 
  .csh .pictureAlbum ul{width: 90%; height: 10rem;}
  .csh .pictureAlbum .superPower .superPowerSwiper{ width: 100%; height: 6.6rem; top: 1.8rem;}
  .csh .pictureAlbum .superPower .superPowerSwiper .swiper-slide .item{width: 100%;}
  .csh .pictureAlbum .superPower .superPowerSwiper .swiper-slide .engine img{width: 100%; }
  .csh .pictureAlbum .superPower .superPowerSwiper .swiper-slide .con{font-size: 0.32rem; line-height: 0.52rem;}
  .csh .pictureAlbum .superPower .superPowerSwiper {--swiper-navigation-color: #fff; --swiper-navigation-size:0.6rem; --swiper-navigation-top-offset:6.1rem;} 
  .csh .introduction{margin-bottom:0; height: 13.4rem; transform: scale(1); margin-top: 0;}
  .csh .introduction .introductionSwiper {--swiper-navigation-sides-offset:0.3rem; width: 90%; height: 9.5rem;}
  .csh .introduction .introductionSwiper ul{height: 9rem;}
  .csh .introduction .introductionSwiper ul li .bg{ height: auto; }
  .csh .introduction .introductionSwiper ul li .word{left: 50%; transform: translateX(-50%); line-height:initial;  bottom: 0.2rem; color: #fff; display: flex; align-items:center; text-align: left; width: 90%; }
  .csh .introduction .introductionSwiper ul li .word .con{font-size: 0.3rem;}
  .csh .introduction .swiper-pagination{top: inherit; bottom:4.5rem ; width: 90%; left: 50%; transform: translateX(-50%);}
  .csh .introduction .swiper-slide .word{ width: 90%; left: 50%; transform: translateX(-50%); top: initial; bottom: 1rem;}
  .csh .introduction .swiper-slide .word .title{font-size: 0.46rem; margin-bottom:0.2rem;}
  .csh .introduction .swiper-slide .word .con{font-size: 0.3rem; line-height: 0.5rem;}
  /* .csh .introduction .swiper-button-next, .csh .introduction .swiper-button-prev{top: 60vh;} */
  .csh .swiper-pagination-bullet{ width: 1rem; height: 0.04rem;}
  .lineUp{height: auto;}
  .csh .lineUp .moduleTitle{margin-top:0.8rem; width: 80%; left: 50%; transform: translateX(-50%);}
  .lineUp .carList{width: 90%; padding-top: 3.4rem;}
  .lineUp .carList a{margin-bottom: 0.8rem;}
  .csh .unifyCon.introduction .btnLink{bottom: 0.6rem;}
.csh .unifyCon.introduction .btnLink a{  color: #333333;}
  .lineUp .carList a .w{font-size: 0.24rem; margin: 0 auto; width: 80%;}
}