@font-face {
  font-family: p-black;
  src: url(../fonts/Poppins-Black.otf);
}
@font-face {
  font-family: p-bold;
  src: url(../fonts/Poppins-Bold.otf);
}
@font-face {
  font-family: p-medium;
  src: url(../fonts/Poppins-Medium.otf);
}
@font-face {
  font-family: p-regular;
  src: url(../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: calc(var(--section-font-size) * 0.36); color: #66513a; font-family:p-medium;  line-height: calc(var(--section-font-size) * 0.52); color: #fff; padding-top: calc(var(--section-font-size) * 0.2); width: 100%; text-align: center;}

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

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

.tab{ height: calc(var(--section-font-size) * 3.3); width: 100%; }
.tab .csh_logo{width: calc(var(--section-font-size) * 2.24); margin: 0 auto; padding-top: calc(var(--section-font-size) * 0.78);}
.tab .csh_logo img{width: 100%;}
.tab ul{display: flex; justify-content: center; align-items: center;}
.tab ul li{ width: calc(var(--section-font-size) * 4.42);border: #a4896c 1px solid; background-color: rgba(164, 137, 108,0); font-size: calc(var(--section-font-size) * 0.18); color: #a4896c; height: calc(var(--section-font-size) * 0.68); line-height: calc(var(--section-font-size) * 0.68); text-align: center; border-radius: calc(var(--section-font-size) * 0.04); margin: calc(var(--section-font-size) * 0.7) calc(var(--section-font-size) * 0.1) calc(var(--section-font-size) * 0.14); 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: calc(var(--section-font-size) * 7.8);  /*transform: scale(0.9); margin-top: calc(var(--section-font-size) * -0.5);*/}
.csh .superRange .animation-wrap{display: flex; z-index: 1;   width:calc(var(--section-font-size) * 14); height:calc(var(--section-font-size) * 6.2);  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:calc(var(--section-font-size) * 14);   display: flex; justify-content: space-between; margin: 0 auto; font-size: calc(var(--section-font-size) * 0.2);  margin-top: calc(var(--section-font-size) * 0.1);}
.csh .unifyCon .btnLink div{ flex: 1; text-align: center;  cursor: pointer;}
.csh .unifyCon .btnLink a{line-height: calc(var(--section-font-size) * 0.4); display: inline-block; padding-top: calc(var(--section-font-size) * 0.2);  border-bottom:calc(var(--section-font-size) * 0.03) solid rgba(144, 135, 130,0); color: #333333;  /*margin: 0 calc(var(--section-font-size) * 0.88);*/ transition: all 0.5s;}
.csh .unifyCon .btnLink div.on a{  border-bottom:calc(var(--section-font-size) * 0.03) solid #a27055; color: #a27055;  font-weight: bold; transition: all 0.5s;}



.csh .mapContainer{width: calc(var(--section-font-size) * 14); height:calc(var(--section-font-size) * 7); position: relative; margin: 0 auto; margin-bottom: calc(var(--section-font-size) * 0.8); }
.csh .mapContainer .map{ width: 100%; height: 100%; position: relative;  background:#faf5f2; }
.csh .mapContainer .map .wordCon{position: absolute; top: calc(var(--section-font-size) * 0.42); 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: calc(var(--section-font-size) * 0.9);*/ width: calc(var(--section-font-size) * 5.63); height: calc(var(--section-font-size) * 1.01); margin-top: calc(var(--section-font-size) * 0.1);}
.csh .mapContainer .map .wordCon .l .logo img{width: 100%;}
.csh .mapContainer .map .wordCon .l .title{font-size: calc(var(--section-font-size) * 0.46); line-height: calc(var(--section-font-size) * 0.5); color: #66513a; margin-top: calc(var(--section-font-size) * 0.1); font-family: "p-bold";}
.csh .mapContainer .map .wordCon .r{font-size: calc(var(--section-font-size) * 0.16); line-height: calc(var(--section-font-size) * 0.3);/* margin-top: calc(var(--section-font-size) * 0.18);*/}
.csh .mapContainer .map .pointCon{background: url(../images/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: calc(var(--section-font-size) * 4.6); left: calc(var(--section-font-size) * 4.04); width: calc(var(--section-font-size) * 0.3); height: calc(var(--section-font-size) * 0.3); display: block; cursor: pointer;}
.csh .mapContainer .map a::after{ position: absolute; width: calc(var(--section-font-size) * 0.12); height: calc(var(--section-font-size) * 0.12); 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: calc(var(--section-font-size) * 0.28);
  height: calc(var(--section-font-size) * 0.28);
  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: calc(var(--section-font-size) * 7.42);  left: calc(var(--section-font-size) * 9);*/ top:var(--y); left:var(--x);}
.csh .mapContainer .map a:nth-child(2){ /* top: calc(var(--section-font-size) * 4.94); left: calc(var(--section-font-size) * 10.02);*/ top:var(--y); left:var(--x);}
.csh .mapContainer .map a span{ position: absolute; left: calc(var(--section-font-size) * 0.5); width:calc(var(--section-font-size) * 2); font-family: 'p-bold'; font-size: calc(var(--section-font-size) * 0.2); color: #66513a; display: block;}
/* .csh .mapContainer .map a:nth-child(1){ top: calc(var(--section-font-size) * 4.6); left: calc(var(--section-font-size) * 4.04);}
.csh .mapContainer .map a:nth-child(2){ top: calc(var(--section-font-size) * 6.62); left: calc(var(--section-font-size) * 4.66);}
.csh .mapContainer .map a:nth-child(3){ top: calc(var(--section-font-size) * 5.4); left: calc(var(--section-font-size) * 7.32);}
.csh .mapContainer .map a:nth-child(4){ top: calc(var(--section-font-size) * 6.32); left: calc(var(--section-font-size) * 8.94);}
.csh .mapContainer .map a:nth-child(5){ top: calc(var(--section-font-size) * 3.84); left: calc(var(--section-font-size) * 11.46);}
.csh .mapContainer .map a:nth-child(6){ top: calc(var(--section-font-size) * 5.18); left: calc(var(--section-font-size) * 13.36);}
.csh .mapContainer .map a:nth-child(7){ top: calc(var(--section-font-size) * 4.72); left: calc(var(--section-font-size) * 15.8);}
.csh .mapContainer .map a:nth-child(8){ top: calc(var(--section-font-size) * 7.46); left: calc(var(--section-font-size) * 16.24);} */
/* .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: calc(var(--section-font-size) * 3.14); height: calc(var(--section-font-size) * 3.4); display: block; border-radius: calc(var(--section-font-size) * 0.04); 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:calc(var(--section-font-size) * 0.36); color: #fff; position: absolute; top:calc(var(--section-font-size) * 0.16); left: calc(var(--section-font-size) * 0.18) ;}
.csh .mapContainer .map a .pop .suT{font-size:calc(var(--section-font-size) * 0.18); color: #fff; position: absolute; bottom:calc(var(--section-font-size) * 0.22); left: calc(var(--section-font-size) * 0.24) ;} */
/* 
.csh .mapContainer .map a:nth-child(1) .pop{top: 0; right: calc(var(--section-font-size) * 0.4);}
.csh .mapContainer .map a:nth-child(2) .pop{top: calc(var(--section-font-size) * -1.5); right: calc(var(--section-font-size) * 0.4); transform-origin:100% 50%;}
.csh .mapContainer .map a:nth-child(3) .pop{top: 0; right: calc(var(--section-font-size) * 0.4);}
.csh .mapContainer .map a:nth-child(4) .pop{top: calc(var(--section-font-size) * -1.5); left: calc(var(--section-font-size) * 0.4); transform-origin:0% 50%;}
.csh .mapContainer .map a:nth-child(5) .pop{top: 0; left:calc(var(--section-font-size) * 0.4); transform-origin: 0% 0%;}
.csh .mapContainer .map a:nth-child(6) .pop{top: 0; right:calc(var(--section-font-size) * 0.4);}
.csh .mapContainer .map a:nth-child(7) .pop{top: 0; right:calc(var(--section-font-size) * 0.4);}
.csh .mapContainer .map a:nth-child(8) .pop{top: calc(var(--section-font-size) * -2); right:calc(var(--section-font-size) * 0.4);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: calc(var(--section-font-size) * 12); height:calc(var(--section-font-size) * 6); background-color: #faf5f2; box-shadow: 0 0 20px rgba(73, 53, 36, 0.35); display: flex; justify-content: center; align-items: center; border-radius: calc(var(--section-font-size) * 0.06);}
.csh .mapContainer .piclist .con .pic{ width: calc(var(--section-font-size) * 3.6); height: calc(var(--section-font-size) * 4.66);overflow: hidden; border-radius: calc(var(--section-font-size) * 0.04);}
.csh .mapContainer .piclist .con .pic img{width: 100%; height: 100%; object-fit: cover;}
.csh .mapContainer .piclist .con .wordCon{width:calc(var(--section-font-size) * 6); margin-left: calc(var(--section-font-size) * 1); height: calc(var(--section-font-size) * 4.66); position: relative;}
.csh .mapContainer .piclist .con .wordCon .title{ font-size: calc(var(--section-font-size) * 0.34); line-height: calc(var(--section-font-size) * 0.66); color: #66513a; font-family:"p-bold" ;}
.csh .mapContainer .piclist .con .wordCon .message{font-size: calc(var(--section-font-size) * 0.2); line-height: calc(var(--section-font-size) * 0.36); color: #333333; margin-top: calc(var(--section-font-size) * 0.26);}
.csh .mapContainer .piclist .con .wordCon a{ width: calc(var(--section-font-size) * 2.36); height: calc(var(--section-font-size) * 0.6); background-color: #a4896c; color: #fff; border-radius: calc(var(--section-font-size) * 0.04); display: flex; justify-content: center; align-items: center; font-size: calc(var(--section-font-size) * 0.16); position: absolute; bottom: calc(var(--section-font-size) * 0.88); left: 0; cursor:pointer;}
/* .csh .mapContainer .piclist .top{display: flex; width: calc(var(--section-font-size) * 16.96); margin: 0 auto; padding-top: calc(var(--section-font-size) * 1.5); margin-bottom: calc(var(--section-font-size) * 1.4);}
.csh .mapContainer .piclist .top .label span{ font-size: calc(var(--section-font-size) * 0.24); color: #fff; background-color: #c8b5a2; border-radius: calc(var(--section-font-size) * 0.04); height: calc(var(--section-font-size) * 0.3); padding:0 calc(var(--section-font-size) * 0.1); font-weight: bold; line-height: calc(var(--section-font-size) * 0.25);}
.csh .mapContainer .piclist .top .title{font-size: calc(var(--section-font-size) * 0.4); color: #66513a; font-weight: bold; line-height: calc(var(--section-font-size) * 0.52); }
.csh .mapContainer .piclist .top .suTitle{font-size: calc(var(--section-font-size) * 0.36); color: #444444; line-height: calc(var(--section-font-size) * 0.46);}
.csh .mapContainer .piclist .top .r{margin-left: calc(var(--section-font-size) * 2.1); font-size: calc(var(--section-font-size) * 0.24); line-height: calc(var(--section-font-size) * 0.4); color: #444444; margin-top: calc(var(--section-font-size) * 0.5); width: calc(var(--section-font-size) * 7);}
.csh .mapContainer .swiperList{margin-left: calc(var(--section-font-size) * 1.08); width: calc(var(--section-font-size) * 18.12);}
.csh .mapContainer .swiperList .swiper-slide{width: calc(var(--section-font-size) * 5.76); height: calc(var(--section-font-size) * 4.28); margin-right: calc(var(--section-font-size) * 0.18);}
.csh .mapContainer .swiperList .swiper-slide .bg{width: 100%; height: calc(var(--section-font-size) * 3.5); border-radius: calc(var(--section-font-size) * 0.04);}
.csh .mapContainer .swiperList .swiper-slide .word{color:#444444; font-size: calc(var(--section-font-size) * 0.18); margin-top: calc(var(--section-font-size) * 0.26);}
.csh .mapContainer .close-btn{position: absolute; top: calc(var(--section-font-size) * 0.9); right: calc(var(--section-font-size) * 0.76); width: calc(var(--section-font-size) * 0.52); height: calc(var(--section-font-size) * 0.52); background-color: #fff; border-radius: 50%; display: flex; justify-content: center; align-items: center; cursor: pointer;}
.csh .mapContainer .close-btn .close{ font-size: calc(var(--section-font-size) * 0.32); color: #000;} */

.csh .pictureAlbumBox{ background-color: #e8e5e1; width: 100%;  padding-bottom: calc(var(--section-font-size) * 0.5);}
.csh .pictureAlbumBox .bigT{padding-top: calc(var(--section-font-size) * 0.4);}
.csh .pictureAlbum{width: 100%; height:auto; position: relative;}
.csh .pictureAlbum ul{width: calc(var(--section-font-size) * 14); height: calc(var(--section-font-size) * 6.2); 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/engine_data_bg.jpg) no-repeat center center; background-size: 100% 100%; position: relative;}
.csh .pictureAlbum .superPower .title{font-size: calc(var(--section-font-size) * 0.46); color: #66513a; font-family: p-bold;  line-height: calc(var(--section-font-size) * 0.52); color: #fff; padding-top: calc(var(--section-font-size) * 0.84); 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: calc(var(--section-font-size) * 3.6); position: absolute; top: calc(var(--section-font-size) * 1.5); 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: calc(var(--section-font-size) * 0.18); line-height: calc(var(--section-font-size) * 0.28); 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/lineCon.png) repeat-x left bottom; background-size: calc(var(--section-font-size) * 1.25) calc(var(--section-font-size) * 4.98);}
.csh .hybrid .hybrid_title{ font-size: calc(var(--section-font-size) * 0.4); color: #66513a;font-family: p-bold;  /*font-weight: bold;*/ text-align: center; line-height: calc(var(--section-font-size) * 0.52); padding-top: calc(var(--section-font-size) * 0.4); overflow-y: hidden;}
.csh .hybrid .hybrid_title span{display: inline-block;}
.csh .hybrid .hybrid_subTitle{font-size: calc(var(--section-font-size) * 0.18); color: #444444; text-align: center; line-height: calc(var(--section-font-size) * 0.3); margin-top: calc(var(--section-font-size) * 0.1); overflow-y: hidden;}
.csh .hybrid .hybrid_subTitle span{display: inline-block;}
.csh .hybrid .engineSwiper{ height: 70%; width: 95%; margin: 0 auto;  margin-top: calc(var(--section-font-size) * 0.2);}
.csh .hybrid .scrollPro{position: relative;  padding-top: calc(var(--section-font-size) * 1.08);}
.csh .hybrid .animation-wrap { display: flex; position: relative; z-index: 1; /*margin-top: calc(var(--section-font-size) * 1.08);*/}
.csh .hybrid .animation-wrap.to-right { counter-reset: item; float: left; }

.csh .hybrid .item {/*width: calc(var(--section-font-size) * 4.99);*/ height:auto; position: relative; overflow: hidden; /*background: url(../images/lineCon.png) repeat-x left bottom; background-size: auto calc(var(--section-font-size) * 4.98);*/}
.csh .hybrid .item .engine{/*width:calc(var(--section-font-size) * 4.99); height: calc(var(--section-font-size) * 3.76);*/ width: 100%; height: calc(var(--section-font-size) * 2.5);}
.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: calc(var(--section-font-size) * 0.36); color: #cbc3ba; text-align: center; font-family: p-bold;  font-weight: bold; line-height:calc(var(--section-font-size) * 0.4);}
.csh .hybrid .item .t{line-height: calc(var(--section-font-size) * 0.4); color: #66513a; font-family: p-bold;  font-weight: bold; font-size: calc(var(--section-font-size) * 0.2); text-align: center; margin-bottom: calc(var(--section-font-size) * 0.12);}
.csh .hybrid .item .con{font-size: calc(var(--section-font-size) * 0.14); color: #4f4f4f; text-align: center; margin-top: calc(var(--section-font-size) * 0.28); padding: 0 calc(var(--section-font-size) * 0.2);}
.csh .hybrid .gramophone{ position: absolute; top: calc(var(--section-font-size) * 2.4); /*left: 50%; transform: translateX(-50%);*/ left: calc(var(--section-font-size) * 2.5); height: calc(var(--section-font-size) * .42); background: url(../images/gramophone_bg.png) repeat-x left top; background-size: auto calc(var(--section-font-size) * 0.42); width: calc(var(--section-font-size) * 14.2); }
.csh .hybrid .gramophone img{height: 100%; position: absolute; top: 0; left: 0; margin-left: calc(var(--section-font-size) * -0.05);}

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

.csh .introduction .introductionSwiper ul li.on{visibility: visible; opacity:1;}
.csh .unifyCon.introduction .btnLink{position: absolute; bottom: calc(var(--section-font-size) * 1.2);  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: calc(var(--section-font-size) * 6.44);*/ position: relative; background-color: #f0ece6;}
 .lineUp .moduleTitle{ color: #a27055;}
 .lineUp .carList{ /*width: calc(var(--section-font-size) * 17.84);*/ width: calc(var(--section-font-size) * 12); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; padding-top: calc(var(--section-font-size) * 1.84);}
.lineUp .carList a{/*width: calc(var(--section-font-size) * 3.01);*/ width: calc(var(--section-font-size) * 3.5); height: calc(var(--section-font-size) * 1.66); display: block; margin-bottom: calc(var(--section-font-size) * 0.42);}
.lineUp .carList a .p{display: block; width: 100%; height: calc(var(--section-font-size) * 0.97);}
.lineUp .carList a .p img{width: 100%; }
.lineUp .carList a .w{ height: calc(var(--section-font-size) * 0.8); font-size: calc(var(--section-font-size) * 0.16); 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: calc(var(--section-font-size) * 0.5); line-height: calc(var(--section-font-size) * 0.75);  margin: calc(var(--section-font-size) * 0.8) auto calc(var(--section-font-size) * 0.4) auto; width:90%; text-align: left; height: auto;}
  .tab ul{ width: 95%; margin: 0 auto;}
  .tab ul li{ font-size: calc(var(--section-font-size) * 0.26);  margin: calc(var(--section-font-size) * 0.86) calc(var(--section-font-size) * 0.04);}
  .csh .moduleTitle{ font-size: calc(var(--section-font-size) * 0.55); padding-top: calc(var(--section-font-size) * 0.6); }
  .csh .superRange{height: auto; transform: scale(1); margin-top: 0;}
  .csh .superRange .animation-wrap{ width:90%; height: calc(var(--section-font-size) * 10.4); }
  .csh .superRange .animation-wrap li>img{height: auto; object-fit: initial;}
  .csh .unifyCon .btnLink{ width: 90%; display: block; margin: 0 auto; font-size: calc(var(--section-font-size) * 0.3); margin-top: calc(var(--section-font-size) * 0.55);}
  .csh .unifyCon .btnLink div{ text-align: left; margin: 0 0 calc(var(--section-font-size) * 0.1) 0;}
  .csh .unifyCon .btnLink a{ line-height: calc(var(--section-font-size) * 0.68);}
  .csh .hybrid{ background-size: calc(var(--section-font-size) * 1.25) calc(var(--section-font-size) * 9.98);}
  .csh .hybrid .hybrid_title{ padding-top: calc(var(--section-font-size) * 0.82); font-size: calc(var(--section-font-size) * 0.42); line-height: calc(var(--section-font-size) * 0.5);}
  .csh .hybrid .hybrid_subTitle{ /*margin-top: calc(var(--section-font-size) * 0.3);*/ font-size: calc(var(--section-font-size) * 0.24); line-height: calc(var(--section-font-size) * 0.4); width: 95%; margin: calc(var(--section-font-size) * 0.1) auto 0;}
  .csh .hybrid .hybrid_subTitle br{ display: none;}
  .csh .hybrid .engineSwiper{ margin-top: calc(var(--section-font-size) * 0.6); height:calc(var(--section-font-size) * 10);}
  /* .csh .hybrid .item{ height: 100%;} */
  .csh .hybrid .item .t{font-size: calc(var(--section-font-size) * 0.3); margin-bottom: calc(var(--section-font-size) * 0.4);}
  .csh .hybrid .item .years{font-size: calc(var(--section-font-size) * 0.5);}
  .csh .hybrid .item .engine{ width:80%; height: calc(var(--section-font-size) * 4); margin: 0 auto;}

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