@charset "utf-8";
/* =====================内页样式======================== */
/* 分页 */
.paging{width: 100%;text-align: center;user-select: none;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.paging-menu, .paging-skip, .paging-hint{display: flex;flex-wrap: wrap;}
.paging-menu a{width: 40px;height: 40px;border: 1px solid #e6e6e6;margin: 3px;font-size: 14px;color: #2c2c2c;transition: all .4s ease;display: flex;align-items: center;justify-content: center;}
.paging-menu a.last{transform: rotate(180deg);}
.paging-menu a i{font-size: 12px;}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{border-color: #ca0915;color: #ca0915;}
.paging-skip{margin-left: 8px;align-items: center;}
.paging-hint{font-size: 14px;color: #999;font-weight: 300;margin: 0 8px;}
.paging-hint:first-of-type{margin: 0;}
.paging-skip input{width: 54px;text-align: center;height: 38px;border: 1px solid #e1e1e1;font-size: 14px;color: #666;border-radius: 3px;transition: all .4s ease;}
.paging-skip input:focus{border-color: #ca0915;}
.paging-skip button{color: #555;font-size: 14px;padding: 0 18px;border: 1px solid #e1e1e1;transition: all .4s ease;height: 38px;background: #fff;cursor: pointer;border-radius: 3px;}
.paging-skip button:hover{background-color: #ca0915;color: #fff;border-color: #ca0915;}
.paging-hint span{color: #ca0915;}
@media all and (max-width:1000px) {.paging-menu a{margin: 4px 2px;width: 36px;height: 36px;font-size: 13px;}.paging-skip{width: 100%;margin-left: 0;justify-content: center;}}
/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #ca0915;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #ca0915;font-weight: 700;flex: 1;}
.search-list{width: 100%;}
.search-link{display: block;width: 100%;border: 1px solid #eee;background: #f6f8f9;padding: 40px 24px;}
.search-link:not(:first-child){margin-top: 16px;}
.search-link h2{color: #333;line-height: 1.1;font-weight: 700;transition: all .4s ease;}
.search-link p{width: 100%;color: #666;}
.search-link .highlightRow span{color: #ca0915 !important;}
.search-link:hover h2{color: #ca0915;}
@media all and (max-width:1000px) {.search-link{padding: 20px 15px;}.search-link:not(:first-child) {margin-top: 12px;}}
/* 隐私协议 */
.privacy{width: 100%;}
.privacy-title{width: 100%;color: #333;line-height: 1.1;}
.privacy-content{width: 100%;color: #666;}
/* 网站地图 */
.webmap{width: 100%;}
.webmap-title{width: 100%;color: #333;line-height: 1;position: relative;padding-bottom: 24px;}
.webmap-title::after{content: "";position: absolute;width: 60px;left: 0;right: 0;margin: 0 auto;bottom: 0;height: 4px;background: #ca0915;}
.webmap-list{width: 100%;}
.webmap-list>ul{margin: -40px 0 0 -40px;display: flex;flex-wrap: wrap;}
.webmap-list>ul>li{width: calc(20% - 40px);margin: 40px 0 0 40px;color: #333;}
.webmap-list>ul>li ul, .webmap-list>ul>li li{width: 100%;}
.webmap-list>ul>li a{display: block;transition: color .4s ease;position: relative;}
.webmap-list>ul>li a:hover{color: #ca0915;}
.webmap-list>ul>li>.menu{font-weight: 700;border-bottom: 1px solid #e1e1e1;font-size: 20px;width: 100%;padding-bottom: 20px;line-height: 1;}
.webmap-list>ul>li>.drop{margin-top: 16px;}
.webmap-list>ul>li>.drop a{line-height: 1.28;padding: 6px 0;font-size: 18px;}
.webmap-list>ul>li>.drop .drop a{padding-left: 18px;font-size: 16px;}
.webmap-list>ul>li>.drop .drop a::before{content: "";position: absolute;width: 4px;height: 4px;border-radius: 50%;background: #afafaf;left: 0;top: 14px;}
@media all and (max-width:1270px) {
    .webmap-list>ul{margin: -24px 0 0 -24px;}
    .webmap-list>ul>li{width: calc(20% - 24px);margin: 24px 0 0 24px;}
    .webmap-list>ul>li>.menu {font-size: 18px;}
    .webmap-list>ul>li>.drop a {font-size: 16px;}
    .webmap-list>ul>li>.drop .drop a{font-size: 14px;}
    .webmap-list>ul>li>.drop .drop a::before{top: 11px;}
}
@media all and (max-width: 720px) {
    .webmap-title {padding-bottom: 16px;}
    .webmap-title::after {width: 44px;height: 3px;}
    .webmap-list>ul{margin: -14px 0 0;}
    .webmap-list>ul>li{width: 100%;margin: 14px 0 0;}
    .webmap-list>ul>li>.menu {font-size: 16px;padding-bottom: 14px;}
    .webmap-list>ul>li>.drop{margin-top: 10px;}
    .webmap-list>ul>li>.drop a{padding: 4px 0;font-size: 15px;}
    .webmap-list>ul>li>.drop .drop a{padding-left: 12px;}
}
/* 内页公共 */
.pagesBan-bg{overflow: hidden;}
.pagesBan-bg img{width: 100%;height: 27vw;min-height: 200px;animation: banBg 5s linear both;}
.pagesBan-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.pagesBan-con .contain{height: 100%;flex-direction: column;}
.pagesBan-con .title{animation: CommonBannerContent1 1s ease both;}
.pagesBan-con .text{animation: CommonBannerContent1 1s .1s ease both;}
.pagesBan-nav{justify-content: center;}
.pagesBan-nav .btn{width: 180px;height: 56px;background: #fff;animation: CommonBannerContent1 1s .1s ease both;}
.pagesBan-nav .btn:hover{color: #ca0915;}
.pagesBan-nav .btn.active,.pagesBan-nav .btn.actice:hover{color: #fff;background: #ca0915;}
@keyframes banBg {0%{transform: scale(1.1);}100%{transform: scale(1);}}
@keyframes CommonBannerContent1 {0% {opacity: 0;transform: translateY(120px);filter: blur(20px);}100% {opacity: 1;transform: translateY(0px);filter: blur(0px);}}
.pagesNav{border-bottom: 1px solid #e6e6e6;}
.pagesNav .contain{flex-wrap: nowrap;overflow-x: auto;}
.pagesNav-item{margin-left: 35px;height: 74px;white-space: nowrap;}
.pagesNav-item:first-child{margin-left: 0;}
.pagesNav-item::after{content: "";position: absolute;right: 0;bottom: 0;width: 0;height: 2px;background: #ca0915;transition: all .4s ease;}
.pagesNav-item:hover,.pagesNav-item.active{color: #ca0915;}
.pagesNav-item.active::after{right: auto;left: 0;width: 100%;}
.pagesBread{position: absolute;left: 0;bottom: 0;width: 100%;padding: 30px 60px;}
.pagesBread-item{margin-right: 15px;}
.pagesBread-item:hover{color: #ca0915;}
.pagesBread-item::after{content: "/";position: absolute;right: -10px;top: 0;color: #fff;}
.pagesBread-item:last-child::after{display: none;}
.bread-pos .pagesBread{position: relative;padding: 0;width: auto;color: #999;}
.bread-pos .pagesBread-item::after{color: #999;}
.bread-pos .pagesBread-item:last-child,.bread-pos .pagesBread-item:hover{color: #2c2c2c;}
/* 新闻列表 */
.newsShow{justify-content: space-between;}
.news-data{align-items: center;}
.news-data .item{align-items: center;padding: 0 18px;border-left: 1px solid #fff;line-height: 1.14;}
.news-data .item:first-child{padding-left: 0;border: unset;}
.news-data .item:last-child{padding-right: 0;}
.news-data .item i{display: flex;margin-right: 6px;}
.newsShow-left{width: calc(67% - 13px);}
.newsShow-left-img::after,.newsShow-right-img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to bottom,transparent 30%,rgba(0,0,0,.5) 100%);}
.newsShow-left-img img{width: 100%;height: 530px;transition: all .6s ease;}
.newsShow-left-con{position: absolute;left: 0;bottom: 0;width: 100%;padding: 25px 40px;}
.newsShow-left:hover .newsShow-left-img img,.newsShow-right-item:hover .newsShow-right-img img{transform: scale(1.1);}
.newsShow-right{width: calc(33% - 13px);}
.newsShow-right-item:nth-child(2){margin-top: 26px;}
.newsShow-right-img img{width: 100%;height: calc((530px - 26px) / 2);transition: all .6s ease}
.newsShow-right-con{position: absolute;left: 0;bottom: 0;width: 100%;padding: 16px 20px;}
.newsList{border-top: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;}
.newsList-list{justify-content: space-between;}
.newsList-list::after{content: "";width: 32.5%;}
.newsList-item{width: 32%;}
.newsList-img img{width: 100%;height: 250px;}
.newsList-item:hover .newsList-img img{transform: scale(1.1);}
.newsList-item:hover .newsList-con .title{color: #ca0915;text-decoration: underline;}
/* 新闻详情 */
.newsDet-data-box{align-items: center;justify-content: space-between;}
.newsDet-data .item{align-items: center;padding: 0 20px;border-right: 1px solid #e6e6e6;line-height: 1.14;}
.newsDet-data .item:first-child{padding-left: 0;}
.newsDet-data .item span{display: block;margin-left: 8px;}
.newsDet-share{align-items: center;}
#toShare{position: relative;display: flex;flex-wrap: wrap;}
#toShare a{display: flex;font-size: 16px; margin-left: 15px;align-items: center;justify-content: center;transition: all .4s ease;}
#toShare a>img{max-width: 22px;}
#toShare a:first-child{margin-left: 10px;}
#toShare a:hover{color: #ca0915;}
#toShare .icon-wechat{position: relative;}
#toShare .icon-wechat .wechat-qrcode{display: none;border: 1px solid #eee;position:absolute;z-index:999999;top:-205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px rgba(0, 0, 0, .1);transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms; }
#toShare .icon-wechat .wechat-qrcode.bottom {top:40px;left:-84px;}
#toShare .icon-wechat .wechat-qrcode.bottom:after {display:none;}
#toShare .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px; background-color:#f3f3f3; margin:0;padding:0;color: #777; }
#toShare .icon-wechat .wechat-qrcode .qrcode{width:105px; margin:10px auto;}
#toShare .icon-wechat .wechat-qrcode .qrcode table{margin:0!important;}
#toShare .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0;}
#toShare .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}
#toShare .icon-wechat:hover .wechat-qrcode{display: block;}
.newsDet-edit{border-top: 1px solid #e6e6e6;}
.newsDet-edit h1,.newsDet-edit h2,.newsDet-edit h3,.newsDet-edit h4,.newsDet-edit h5,.newsDet-edit h6{font-size: 18px;color: #2c2c2c;font-weight: 500;}
.newsDet-hot{background: #f8f8f8;padding: 40px;}
.newsDet-hot-head{align-items: flex-end;justify-content: space-between;}
.newsDet-hot-head .back{align-items: center;}
.newsDet-hot-head .back i{margin-right: 10px;transition: all .4s ease; display: flex;align-items: center;justify-content: center;width: 24px;height: 24px;border-radius: 50%;background: #828282;color: #fff;font-size: 12px;}
.newsDet-hot-head .back i::before{display: block;transform: scale(.8);}
.newsDet-hot-head .back:hover{color: #ca0915;}
.newsDet-hot-head .back:hover i{background: #ca0915;}
.newsDet-hot-list{border-top: 1px solid #d6d6d6;}
.newsDet-hot-list .item span{transition: all .4s ease;}
.newsDet-hot-list .item:hover span{color: #2c2c2c;}
/* 企业宣传片 */
.pub-con{padding: 0 70px; width: 33.5%; flex-direction: column;justify-content: center; background:#ca0915 url('/en/template/default/images/pages/pub-bg.png') no-repeat center/80% auto;}
.pub-video{width: 66.5%;}
.pub-video .video{position: relative;z-index: 2;clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);transition: all 1s ease;}
.pub-video .video video{width: 100%;height: 520px;}
.pub-video .img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;transition: all .4s ease;}
.pub-video .img img{width: 100%;height: 100%;}
.pub-video .btn{font-size: 22px; z-index: 3;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 64px;height: 64px;border-radius: 50%;background: rgba(0, 0, 0, .5);user-select: none;cursor: pointer;}
.pub-video .btn:hover{transform: translate(-50%,-50%) scale(.95);}
.pub-video .btn:active{transform: translate(-50%,calc(-50% + 3px)) scale(.95);}
.pub-video.active .btn{opacity: 0;transition-delay: 0s;}
.pub-video.active .video{clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);transition-delay: .2s;}
.pub-list li:nth-child(2n){flex-direction: row-reverse;}
.pub-list li:nth-child(2n + 3) .pub-con{background: #000;}
/* 官方测评视频 */
.test-list{justify-content: space-between;}
.test-list::after{content: "";width: 32%;}
.test-list li{width: 32%;user-select: none;cursor: pointer;}
.test-video .img img{width: 100%;height: 250px;}
.test-video .btn{font-size: 22px; z-index: 3;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 64px;height: 64px;border-radius: 50%;background: rgba(0, 0, 0, .5);user-select: none;cursor: pointer;}
.test-video .btn:hover{transform: translate(-50%,-50%) scale(.95);}
.test-video .btn:active{transform: translate(-50%,calc(-50% + 3px)) scale(.95);}
/* 产品宣传册 */
.book-list{margin-left: -40px;}
.book-list li{user-select: none;cursor: pointer;margin: 40px 0 0 40px;width: calc(20% - 40px);}
.book-img .img img{width: 100%;height: 330px;transition: all .6s ease;}
.book-img .img .h{position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;}
.book-btn{position: absolute;z-index: 2;right: 20px;bottom: 20px;width: 48px;height: 48px;border-radius: 50%;background: #fff;font-size: 18px;}
.book-btn::before{position: relative;z-index: 2;display: block;transform: scaleX(.9);}
.book-btn::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;border: 0px solid #ca0915;transition: all .3s ease;}
.book-img:hover .img .h{opacity: 1;}
.book-img:hover .book-btn{color: #fff;}
.book-img:hover .book-btn::after{border-width: 24px;}
.book-text:hover{color: #ca0915;}
/* 产品宣传图 */
.pubImg-head{justify-content: space-between;align-items: center;}
.pubImg-nav .item{margin-left: 40px;padding-bottom: 5px;}
.pubImg-nav .item:first-child{margin-left: 0;}
/* .pubImg-nav .item::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #ca0915;opacity: 0;} */
.pubImg-nav .item:hover,.pubImg-nav .item.active{color: #ca0915;}
.pubImg-nav .item.active::after{opacity: 1;}
.pubImg-view .book-list li{width: calc(25% - 40px);}
.pubImg-view .book-img .img img{height: 430px;}
/* 轮胎知识 */
.knowBS-flex{justify-content: space-between;align-items: flex-start;}
.knowBS-menu{width: 55.5%;background: #f8f8f8;}
.knowBS-menu-con{width: 58%;}
.knowBS-menu-con .img img{width: 100%;}
.knowBS-menu-con .list{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.knowBS-menu-con .list li{position: absolute;user-select: none;cursor: pointer;}
.knowBS-menu-con .list li i{display: block;border-radius: 50%;width: 15px;height: 15px;background: #d6d6d6;border: 2px solid #fff;position: relative;z-index: 2;}
.knowBS-menu-con .list li::after,.knowBS-menu-con .list li::before{ content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;background: rgba(255, 255, 255, .8);}
.knowBS-menu-con .list li.active::after,.knowBS-menu-con .list li.active::before{animation: dotAni2 2s linear infinite both;}
.knowBS-menu-con .list li.active::after{animation-delay: 1s;}
.knowBS-menu-con .list li.active i{background: #ca0915;}
@keyframes dotAni2 {0%{opacity: 0;transform: scale(1);}50%{opacity: 1;transform: scale(1.5);}100%{opacity: 0;transform: scale(2);}}
.knowBS-menu-con .list li:nth-child(1){left: 16%;top: 15%;}
.knowBS-menu-con .list li:nth-child(2){left: 36%;top: 5%;}
.knowBS-menu-con .list li:nth-child(3){left: 44%;top: 9%;}
.knowBS-menu-con .list li:nth-child(4){left: 55%;top: 9%;}
.knowBS-menu-con .list li:nth-child(5){left: 70%;top: 16%;}
.knowBS-menu-con .list li:nth-child(6){left: 87%;top: 41%;}
.knowBS-menu-con .list li:nth-child(7){left: 84%;top: 62.5%;}
.knowBS-menu-con .list li:nth-child(8){left: 80%;top: 71%;}
.knowBS-menu-con .list li:nth-child(9){left: 71%;top: 86%;}
.knowBS-menu-con .list li:nth-child(10){left: 61%;top: 85%;}
.knowBS-menu-con .list li:nth-child(11){left: 37%;top: 86%;}
.knowBS-menu-con .list li:nth-child(12){left: 14%;top: 67%;}
.knowBS-drop{width: 39%;}
.knowBS-drop-item{display: none;}
.knowBS-drop-item .img{background: #f8f8f8;}
.knowBS-drop-item .img img{width: 100%;}
.knowJT-list li{justify-content: space-between;align-items: flex-start;}
.knowJT-list li:nth-child(2n){flex-direction: row-reverse;}
.knowJT-img{width: 50%;background: #f8f8f8;}
.knowJT-img img{width: 100%;}
.knowJT-con{width: 44%;}
/* 常用小贴士 */
.xtsGH-list1,.xtsGH-list2,.xtsDW-list,.xtsXB-list{margin-left: -24px;}
.xtsGH-list1 li,.xtsGH-list2 li,.xtsDW-list li{margin: 24px 0 0 24px;width: calc(50% - 24px);}
.xtsGH-list1 .img img{width: 100%;height: 350px;}
.xtsGH-list1 .text{margin-top: 14px;}
.xtsGH-list2 .text-box{background: #181818;}
.xtsGH-list2 .title{background: #ca0915;width: 26.5%;clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);padding-right: 10px;}
.xtsGH-list2 .text{width: calc(73.5%);padding: 8px 8px;min-height: 110px;display: flex;align-items: center;}
.xtsGH-list2 .img img{width: 100%;height: 350px;}
.xtsDW-list .img{background: #f8f8f8;width: 46%;height: 186px;}
.xtsDW-list .img img{max-width: 50%;max-height: 70%;}
.xtsDW-list .text-box{width: 54%;padding: 25px 30px 0;}
.xtsXB-list li{width: calc(50% - 24px);margin-left: 24px;align-items: center;border-top: 1px solid #e6e6e6;}
.xtsXB-con:last-child .xtsXB-list li:nth-last-child(-n+2){border-bottom: 1px solid #e6e6e6;}
.xtsXB-list .img{width: 130px;}
.xtsXB-list .img img{width: 100%;}
.xtsXB-list .text-box{width: calc(100% - 130px);padding: 0 30px;}
.xtsFN-list{background: #f8f8f8;padding-bottom: 50px;}
.xtsFN-list li{width: 50%;padding: 0 50px;margin-top: 50px;border-left: 1px solid #d6d6d6;}
.xtsFN-list li:nth-child(2n+1){border-left: unset;}
.xtsFN-list h1,.xtsFN-list h2,.xtsFN-list h3,.xtsFN-list h4,.xtsFN-list h5,.xtsFN-list h6{font-size: 18px;color: #2c2c2c;font-weight: 500;margin-bottom: 10px;}
/* 常见问题 */
.faqList li{border-bottom: 1px solid #e6e6e6;}
.faqMenu{user-select: none;cursor: pointer;padding-right: 40px;align-items: center;}
.faqMenu .label{width: 32px;height: 32px;border-radius: 50%;border: 1px solid #2c2c2c;margin-right: 20px;font-family: 'Arial';}
.faqMenu .title{flex: 1;padding-right: 60px;}
.faqMenu .btn{width: 14px;height: 14px;position: relative;transition: all .4s ease;}
.faqMenu .btn::after,.faqMenu .btn::before{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #2c2c2c;transition: all .4s ease;}
.faqMenu .btn::after{width: 2px;height: 100%;}
.faqMenu .btn::before{width: 100%;height: 2px;}
.faqMenu.active .label{border-color: #ca0915;background: #ca0915;color: #fff;}
.faqMenu.active .title{color: #ca0915;}
.faqMenu.active .btn{transform: rotate(180deg);}
.faqMenu.active .btn::after{opacity: 0;}
.faqDrop{display: none;}
/* 研发创新 */
.rdIntro-img img{width: 100%;}
.rdHouse-bg,.rdDevice-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.rdHouse-bg img,.rdDevice-bg img{width: 100%;height: 100%;}
.rdHouse-con,.rdDevice-con{position: relative;z-index: 2;}
.rdHouse-list{margin-left: -35px;position: relative;}
.rdHouse-list::after{content: "";position: absolute;left: 50%;top: 48%;width: 110%;transform: translate(-50%,-50%);height: 110%;background: linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.6) 50%,transparent 100%);}
.rdHouse-list li{margin-left: 35px;width: calc(25% - 35px);position: relative;z-index: 2;}
.rdHouse-list img{width: 100%;}
.rdDevice-list li{display: flex;flex-wrap: wrap; width: 25%;padding: 0 10px;flex-direction: column;align-items: center;text-align: center;}
.rdDevice-list .img{opacity: 0;transform: translateY(60%) scale(.4);transition: all .6s ease; width: 12.5vw;height: 12.5vw;border-radius: 50%;background: #fff;}
.rdDevice-list .img img{max-width: 60%;max-height: 60%;}
.rdDevice-list .icon{padding-top: 10px; width: 175px;height: 125px;background: url('/en/template/default/images/pages/rdDevice-icon-bg.png') no-repeat center/100% auto;}
.rdDevice-list .icon img{max-width: 38%;max-height: 50%;}
.rdDevice-list .num{justify-content: center;align-items: flex-end;}
.rdDevice-list .num span{line-height: .8;font-weight: 500;}
.rdDevice-list .num sup{height: 100%;transform-origin: left top;}
.rdDevice-list li:hover .img{opacity: 1;transform: none;}
.rdTX-bg img{width: 100%;}
.rdTX-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%; }
.rdFirst-con{margin: 140px auto;width: 423px;}
.rdFirst-list{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.rdFirst-list li{position: absolute;}
.rdFirst-list .dot{width: 14px;height: 14px; display: flex;align-items: center;justify-content: center;position: relative;z-index: 2;}
.rdFirst-list .dot i{display: block;width: 6px;height: 6px;border-radius: 50%;background: #fff;position: relative;z-index: 2;}
.rdFirst-list .dot::after,.rdFirst-list .dot::before{animation: dotAni2 2s linear infinite both; content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;border-radius: 50%;background: rgba(202, 9, 21, .8);}
.rdFirst-list .dot::after{animation-delay: 1s;}
.rdFirst-flex{position: absolute;right: 53px;bottom: -37px;flex-wrap: nowrap;align-items: center;width: 380px;}
.rdFirst-flex .icon{height: 100px;margin-right: 25px;}
.rdFirst-flex .icon img{max-height: 100%;}
.rdFirst-flex .text-box{flex: 1; position: relative;padding-bottom: 12px; max-width: unset;}
.rdFirst-flex .text-box .line1{position: absolute;right: 0;bottom: 0;width: 100%;height: 1px;}
.rdFirst-flex .text-box .line2{position: absolute;left: 100%;bottom: 0;transform: rotate(-38deg); transform-origin: left center;width: 53px;height: 1px;}
.rdFirst-flex .text-box .line1 i,.rdFirst-flex .text-box .line2 i{display: block;width: 0;height: 100%;background: #ca0915;position: absolute;right: 0;top: 0;}
.rdFirst-list li:nth-child(-n+7):nth-child(n+4) .rdFirst-flex{flex-direction: row-reverse;right: auto;left: 55px;}
.rdFirst-list li:nth-child(-n+7):nth-child(n+4) .rdFirst-flex .icon{margin-right: 0;margin-left: 25px;}
.rdFirst-list li:nth-child(-n+7):nth-child(n+4) .rdFirst-flex .text-box .line1{right: auto;left: 0;}
.rdFirst-list li:nth-child(-n+7):nth-child(n+4) .rdFirst-flex .text-box .line2{left: auto;right: 100%;transform-origin: right top;}
.rdFirst-list li:nth-child(-n+7):nth-child(n+4) .rdFirst-flex .text-box .line1 i,.rdFirst-list li:nth-child(-n+7):nth-child(n+4) .rdFirst-flex .text-box .line2 i{right: auto;left: 0;}
.rdFirst-list li:nth-child(1){left: 5%;top: 49%;}
.rdFirst-list li:nth-child(2){left: 16%;top: 20%;}
.rdFirst-list li:nth-child(3){left: 49%;top: 6%;}
.rdFirst-list li:nth-child(4){left: 81%;top: 19%;}
.rdFirst-list li:nth-child(5){left: 91%;top: 48%;}
.rdFirst-list li:nth-child(6){left: 81%;top: 78%;}
.rdFirst-list li:nth-child(7){left: 49%;top: 92%;}
.rdFirst-list li:nth-child(8){left: 16%;top: 78%;}
.rdFirst-list li:nth-child(-n+6):nth-child(n+3) .rdFirst-flex{bottom: 35px;}
.rdFirst-list li:nth-child(3) .rdFirst-flex .text-box .line2,.rdFirst-list li:nth-child(7) .rdFirst-flex .text-box .line2{transform: rotate(38deg);}
.rdFirst-list li:nth-child(4) .rdFirst-flex .text-box,.rdFirst-list li:nth-child(5) .rdFirst-flex .text-box{padding-left: 10px;}
.rdFirst-list li:nth-child(6) .rdFirst-flex .text-box{padding-left: 60px;}
.rdFirst-list li:nth-child(7) .rdFirst-flex{bottom: auto;top: 30px;}
.rdFirst-list li:nth-child(7) .rdFirst-flex  .text-box{padding-left: 30px;}
.rdFirst-list li:nth-child(7) .rdFirst-flex  .text-box .line1{bottom: auto;top: 0;}
.rdFirst-list li:nth-child(7) .rdFirst-flex  .text-box .line2{bottom: auto;top: 0;}
.rdFirst-list li:nth-child(8) .rdFirst-flex{width: 280px;}
.rdFirst-img{transform: rotate(90deg);transition: all 1s linear;}
.rdFirst-list .dot{opacity: 0;transition: all .6s 1s ease;}
.rdFirst-flex .text-box .line1 i{transition: all .6s linear;}
.rdFirst-flex .text-box .line2 i{transition: all .3s linear;}
.rdFirst-flex .text-box .title,.rdFirst-flex .text-box .text,.rdFirst-flex .icon{opacity: 0;transition: all 1s ease;}
.rdFirst-con.active .rdFirst-img{transform: rotate(0);}
.rdFirst-con.active .rdFirst-list .dot{opacity: 1;}
.rdFirst-con.active .rdFirst-flex .text-box .line1 i,.rdFirst-con.active .rdFirst-flex .text-box .line2 i{width: 100%;}
.rdFirst-con.active .rdFirst-flex .text-box .title,.rdFirst-con.active .rdFirst-flex .text-box .text,.rdFirst-con.active .rdFirst-flex .icon{opacity: 1;}
.rdFirst-con.active .rdFirst-list li:nth-child(1) .rdFirst-flex .text-box .line2 i{transition-delay: 1.4s;}
.rdFirst-con.active .rdFirst-list li:nth-child(1) .rdFirst-flex .text-box .line1 i{transition-delay: 1.7s;}
.rdFirst-con.active .rdFirst-list li:nth-child(1) .rdFirst-flex .text-box .title,
.rdFirst-con.active .rdFirst-list li:nth-child(1) .rdFirst-flex .text-box .text,
.rdFirst-con.active .rdFirst-list li:nth-child(1) .rdFirst-flex .icon{transition-delay: 2.2s;}
.rdFirst-con.active .rdFirst-list li:nth-child(2) .rdFirst-flex .text-box .line2 i{transition-delay: 1.6s;}
.rdFirst-con.active .rdFirst-list li:nth-child(2) .rdFirst-flex .text-box .line1 i{transition-delay: 1.9s;}
.rdFirst-con.active .rdFirst-list li:nth-child(2) .rdFirst-flex .text-box .title,
.rdFirst-con.active .rdFirst-list li:nth-child(2) .rdFirst-flex .text-box .text,
.rdFirst-con.active .rdFirst-list li:nth-child(2) .rdFirst-flex .icon{transition-delay: 2.4s;}
.rdFirst-con.active .rdFirst-list li:nth-child(3) .rdFirst-flex .text-box .line2 i{transition-delay: 1.8s;}
.rdFirst-con.active .rdFirst-list li:nth-child(3) .rdFirst-flex .text-box .line1 i{transition-delay: 2.1s;}
.rdFirst-con.active .rdFirst-list li:nth-child(3) .rdFirst-flex .text-box .title,
.rdFirst-con.active .rdFirst-list li:nth-child(3) .rdFirst-flex .text-box .text,
.rdFirst-con.active .rdFirst-list li:nth-child(3) .rdFirst-flex .icon{transition-delay: 2.6s;}
.rdFirst-con.active .rdFirst-list li:nth-child(4) .rdFirst-flex .text-box .line2 i{transition-delay: 2s;}
.rdFirst-con.active .rdFirst-list li:nth-child(4) .rdFirst-flex .text-box .line1 i{transition-delay: 2.3s;}
.rdFirst-con.active .rdFirst-list li:nth-child(4) .rdFirst-flex .text-box .title,
.rdFirst-con.active .rdFirst-list li:nth-child(4) .rdFirst-flex .text-box .text,
.rdFirst-con.active .rdFirst-list li:nth-child(4) .rdFirst-flex .icon{transition-delay: 2.8s;}
.rdFirst-con.active .rdFirst-list li:nth-child(5) .rdFirst-flex .text-box .line2 i{transition-delay: 2.2s;}
.rdFirst-con.active .rdFirst-list li:nth-child(5) .rdFirst-flex .text-box .line1 i{transition-delay: 2.5s;}
.rdFirst-con.active .rdFirst-list li:nth-child(5) .rdFirst-flex .text-box .title,
.rdFirst-con.active .rdFirst-list li:nth-child(5) .rdFirst-flex .text-box .text,
.rdFirst-con.active .rdFirst-list li:nth-child(5) .rdFirst-flex .icon{transition-delay: 3s;}
.rdFirst-con.active .rdFirst-list li:nth-child(6) .rdFirst-flex .text-box .line2 i{transition-delay: 2.4s;}
.rdFirst-con.active .rdFirst-list li:nth-child(6) .rdFirst-flex .text-box .line1 i{transition-delay: 2.7s;}
.rdFirst-con.active .rdFirst-list li:nth-child(6) .rdFirst-flex .text-box .title,
.rdFirst-con.active .rdFirst-list li:nth-child(6) .rdFirst-flex .text-box .text,
.rdFirst-con.active .rdFirst-list li:nth-child(6) .rdFirst-flex .icon{transition-delay: 3.2s;}
.rdFirst-con.active .rdFirst-list li:nth-child(7) .rdFirst-flex .text-box .line2 i{transition-delay: 2.6s;}
.rdFirst-con.active .rdFirst-list li:nth-child(7) .rdFirst-flex .text-box .line1 i{transition-delay: 2.9s;}
.rdFirst-con.active .rdFirst-list li:nth-child(7) .rdFirst-flex .text-box .title,
.rdFirst-con.active .rdFirst-list li:nth-child(7) .rdFirst-flex .text-box .text,
.rdFirst-con.active .rdFirst-list li:nth-child(7) .rdFirst-flex .icon{transition-delay: 3.4s;}
.rdFirst-con.active .rdFirst-list li:nth-child(8) .rdFirst-flex .text-box .line2 i{transition-delay: 2.8s;}
.rdFirst-con.active .rdFirst-list li:nth-child(8) .rdFirst-flex .text-box .line1 i{transition-delay: 3.1s;}
.rdFirst-con.active .rdFirst-list li:nth-child(8) .rdFirst-flex .text-box .title,
.rdFirst-con.active .rdFirst-list li:nth-child(8) .rdFirst-flex .text-box .text,
.rdFirst-con.active .rdFirst-list li:nth-child(8) .rdFirst-flex .icon{transition-delay: 3.6s;}
.rdISO .contain{justify-content: space-between;align-items: center;}
.rdISO-desc{width: 23%;}
.rdISO-swp-box{width: 40.5%;position: relative;}
.rdISO-swp-bg img{width: 100%;}
.rdISO-swp{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: center;}
.rdISO-swp .swiper-container{width: 100%;}
.rdISO-slide{display: flex;flex-direction: column;align-items: center;}
.rdISO-slide-img{max-width: 80%;}
.rdISO-slide-img .img{width: 100%;height: 100%;}
.rdISO-slide-img .img img{max-width: 100%;max-height: 280px;}
.rdISO-slide-img .btn{font-size: 20px;font-weight: 300; position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .5);opacity: 0;transition: all .4s ease;}
.rdISO-slide-img:hover .btn{opacity: 1;}
.rdISO-btn{user-select: none;cursor: pointer;transition: all .4s ease;}
.rdISO-btn.prev{margin-right: 12px;}
.rdISO-btn.next{margin-left: 12px;transform: rotate(180deg);}
.rdISO-btn:hover{color: #ca0915;}
.rdISO-pagination{display: flex;align-items: center;user-select: none;}
.rdISO-pagination .swiper-pagination-bullet{width: 14px;height: 14px;opacity: 1;background: transparent;margin-left: 10px; position: relative;border: 1px solid transparent;}
.rdISO-pagination .swiper-pagination-bullet:first-child{margin-left: 0;}
.rdISO-pagination .swiper-pagination-bullet::after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); width: 5px;height: 5px;border-radius: 50%;background: #bdbdbd;}
.rdISO-pagination .swiper-pagination-bullet-active{border-color: #ca0915;}
.rdISO-pagination .swiper-pagination-bullet-active::after{background: #ca0915;}
.rdISO-list{width: 15.5%;}
.rdISO-list li{background: url('/en/template/default/images/pages/rdISO-list.png') no-repeat center bottom/100% auto;}
.rdCQ-con{justify-content: space-between;}
.rdCQ-title,.rdCQ-menu{width: 30%;}
.rdCQ-swp{width: 35%;}
.rdCQ-title span{line-height: 1.2;}
.rdCQ-menu{padding-left: 30px;padding-right: 30px; display: flex;justify-content: center;position: relative;z-index: 2;}
/* .rdCQ-menu ul{display: flex;flex-direction: column;align-items: flex-start;} */
.rdCQ-menu li{margin-top: 15px;transition: all .4s ease;position: relative;user-select: none;cursor: pointer;}
.rdCQ-menu li:first-child{margin-top: 0;}
.rdCQ-menu li::after{content: "";transform-origin: left top; position: absolute;left: calc(100% + 20px);top: 6px;width: 0;height: 1px;background: #ca0915;transition: all .4s ease;}
.rdCQ-menu li.active{color: #ca0915;}
.rdCQ-menu li.active::after{width: 180px;}
.rdCQ-swp{width: 38.5%;background: #f8f8f8;}
.rdCQ-slide{height: 280px;}
.rdCQ-slide img{max-width: 60%;max-height: 85%;}
.rdCQ-con:nth-child(2n){flex-direction: row-reverse;}
.rdCQ-con:nth-child(2n) .rdCQ-menu li::after{left: auto;right: calc(100% + 20px);}
.rdSide{position: fixed;left: 3vw;top: 50%;opacity: 0; transform: translate(-100%,-50%);z-index: 999;transition: all .6s ease;}
.rdSide.show{opacity: 1;transform: translate(0,-50%);}
.rdSide::after{content: "";position: absolute;left: 3px;top: 50%;transform: translateY(-50%);width: 1px;height: calc(100% - 18px);background: #eee;}
.rdSide li{color: #999; z-index: 2; user-select: none;cursor: pointer;position: relative;padding-left: 20px;transition: all .4s ease;}
.rdSide li::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 7px;height: 7px;border-radius: 50%;background: #eee;transition: all .4s ease;}
.rdSide li:first-child{margin-top: 0;}
.rdSide li:hover,.rdSide li.active{color: #2c2c2c;}
.rdSide li.active::after{background: #ca0915;}
/* 产品列表 */
.proCon .contain{width: 93.75%;max-width: 1800px;}
.proList{margin: -10px 0 0 -20px;}
.proItem{margin-left: 20px;width: calc((100% / 3) - 20px);}
.proItem-img{position: relative;background: #f8f8f8;}
.proItem-img-show{height: 30vw;transition: all .6s ease;}
.proItem-img-show .logo{position: absolute;left: 30px;top: 30px;height: 50px;}
.proItem-img-show .logo img{max-height: 100%;}
.proItem-img-show .img{position: relative;padding-top: 20px; z-index: 2;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;position: relative;}
.proItem-img-show .img img{max-width: 70%;max-height: 70%;}
.proItem-img-hide{position: absolute;z-index: 3;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;transition: all .6s ease;}
.proItem-img-hide img{width: 100%;height: 100%;}
.proItem.active .proItem-img-show{opacity: 0;}
.proItem.active .proItem-img-hide{opacity: 1;}
/* 联系我们 */
.contact .comTitle{border-bottom: 1px solid #e6e6e6;}
.cta-position li{width: 50%;}
.ctaCode{margin-left: -24px;}
.ctaCode-item{margin: 24px 0 0 24px;width: calc(50% - 24px);transition: all .4s ease;height: 270px;border: 1px solid #e6e6e6;padding: 30px;position: relative;}
.ctaCode-item .title{align-items: center;}
.ctaCode-item .title i{display: block;width: 40px;margin-right: 15px;}
.ctaCode-item .text{transition: all .4s ease; position: absolute;right: 0;bottom: 0;width: 100%;padding: 30px;justify-content: flex-end;}
.ctaCode-item .text img{width: 96px;}
.ctaCode-item:hover{box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);border-color: transparent;}
.ctaCode-item:hover .text{color: #ca0915;}
/* 招聘列表*/
.joinFL-left{width: 50%;}
.joinFL-swp{width: 100%;height: 100%;}
.joinFL-swp .swiper-container{height: 100%;}
.joinFL-swp .swiper-slide{height: auto;}
.joinFL-swp img{width: 100%;height: 100%;}
.joinFL-pagination{position: absolute;z-index: 2;left: 0;bottom: 20px;width: 100%;user-select: none;}
.joinFL-pagination .swiper-pagination-bullet{width: 10px;height: 10px;opacity: 1;background: rgba(0, 0, 0, .5);margin: 0 10px;}
.joinFL-pagination .swiper-pagination-bullet-active{background: #ca0915;}
.joinFL-right{width: 50%;}
.joinFL-con{padding: 50px 4vw;background:#ca0915 url('/en/template/default/images/pages/joinFL-bg.jpg') no-repeat center/cover;padding-right: calc((100vw - 1400px) / 2);display: flex;flex-direction: column;justify-content: center; width: 100%;height: 100%;}
.joinFL-list li{display: flex;flex-wrap: wrap;margin-top: 10px;}
.joinFL-list .title{font-weight: 700;width: 160px;}
.joinFL-list .text{flex: 1;line-height: 1.8;padding-left: 15px;}
.joinInfo-select-box{justify-content: center;}
.joinInfo-select-box .joinInfo-select{width: 30%;margin-left: 20px;}
.joinInfo-select{user-select: none;cursor: pointer;width: 100%;}
.joinInfo-select:first-child{margin-left: 0;}
.joinInfo-menu{height: 50px; background: #f4f4f4;border: 1px solid #e6e6e6; align-items: center;padding-left: 25px;position: relative;border-radius: 25px;transition: border-radius .2s .2s ease;}
.joinInfo-menu::after{content: "\e727";font-family: 'icon';font-size: 12px;position: absolute;right: 25px;top: 50%;transform: translateY(-50%) rotate(180deg);transition: all .4s ease;}
.joinInfo-menu.active::after{transform: translateY(-50%);}
.joinInfo-menu.active{transition-delay: 0s;border-radius: 25px 25px 0 0;background: #fff;}
.joinInfo-drop{display: none; border: 1px solid #e6e6e6;border-radius: 0 0 25px 25px; border-top: unset;position: absolute;left: 0;top: 100%;width: 100%;z-index: 999;background: #fff;max-height: 250px;overflow-y: auto;}
.joinInfo-drop::-webkit-scrollbar {width: 3px;}
.joinInfo-drop::-webkit-scrollbar-thumb {background: #ddd;}
.joinInfo-drop::-webkit-scrollbar-track {background: transparent;}
.joinInfo-drop{scrollbar-color:#ddd transparent;scrollbar-width:thin;}
.joinInfo-drop{scrollbar-face-color: #ddd;scrollbar-shadow-color: #ddd;scrollbar-arrow-color: #000;scrollbar-track-color: transparent;}
.joinInfo-drop li{height: 50px;display: flex;align-items: center;padding-left: 25px;transition: all .4s ease;}
.joinInfo-drop li:hover{color: #5e5e5e;}
.joinInfo-head,.joinInfo-item{padding-left: 40px;}
.joinInfo-head .item,.joinInfo-item .item{height: 90px;align-items: center;}
.joinInfo-head .item:first-child,.joinInfo-item .item:first-child{flex: 1;}
.joinInfo-head .item:nth-child(2),.joinInfo-item .item:nth-child(2){width: 23%;}
.joinInfo-head .item:nth-child(3),.joinInfo-item .item:nth-child(3){width: 17%;}
.joinInfo-head .item:nth-child(4),.joinInfo-item .item:nth-child(4){width: 140px;}
.joinInfo-head{background: #f8f8f8;}
.joinInfo-item{border-bottom: 1px solid #e6e6e6;}
.joinInfo-item .item{transition: all .4s ease;}
.joinInfo-item .item:first-child{color: #2c2c2c;}
.joinInfo-item:hover{background: #ca0915;border-color: #ca0915;}
.joinInfo-item:hover .item{color: #fff;}
/* 招聘详情 */
.joinDet-head{padding: 30px 60px 70px;padding-right: calc((100vw - 1400px) / 2);background: #f8f8f8;}
.joinDet-back{margin-top: 5px; position: relative; width: 48px;height: 48px;border-radius: 50%;background: #fff;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);}
.joinDet-back::before{position: relative;z-index: 2;}
.joinDet-back::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;border: 0px solid #ca0915;transition: all .4s ease;}
.joinDet-back:hover{color: #fff;}
.joinDet-back:hover::after{border-width: 24px;}
.joinDet-popOn{border-radius: 40px;overflow: hidden;width: 150px;position: relative; height: 48px;user-select: none;cursor: pointer;}
.joinDet-popOn span{position: relative;z-index: 2;}
.joinDet-popOn::after{content: "";position: absolute;left: 50%;top: 50%;width: 300px;height: 300px;border-radius: 50%;background: #e90412;transform: translate(-50%,-50%) scale(0);transition: all .5s ease;}
.joinDet-popOn:hover::after{transform: translate(-50%,-50%) scale(1);}
.joinDet-title{flex: 1;padding-left: calc((100vw - 1400px) / 2 - 110px);}
.joinDet-title .text span{display: block;margin-left: 20px;}
.joinDet-title .text span:first-child{margin-left: 0;}
.joinDet-list li{padding: 4vw 0;display: flex;flex-wrap: wrap;border-top: 1px solid #e6e6e6;}
.joinDet-list li:first-child{border:unset;}
.joinDet-list .title,.joinDet-list .text{width: 50%;}
/* 关于我们 */
.abSH-menu{width: 50%;padding-right: 6.2vw;padding-bottom: 50px;border-right: 1px solid #e6e6e6;}
.abSH-menu-item{opacity: .5;user-select: none;cursor: pointer;}
.abSH-menu-item:first-child{margin-top: 0;}
.abSH-menu-item .text{width: 100%;}
.abSH-menu-item .btn{position: absolute;left: 0;bottom: 0;transform: rotate(180deg) translateX(20px);opacity: 0; margin-top: 0;}
.abSH-menu-item.active{padding-bottom: 30px;opacity: 1;}
.abSH-menu-item.active .btn{opacity: 1;transform: rotate(180deg);transition-delay: .3s;}
.abSH-drop{width: 50%;padding-left: 6.2vw;}
.abSH-drop-item{display: none;}
.abSH-drop-item:first-child{display: block;}
.abSH-drop-item .img img{width: 100%;height: 325px;}
.abHonor{background: url('/en/template/default/images/pages/abHonor-bg.jpg') no-repeat center/cover;}
.abHonor .contain{width: 1600px;}
.abHonor-nav li{margin-left: 40px; width: 160px;user-select: none;cursor: pointer;position: relative;text-align: center;padding-bottom: 18px;}
.abHonor-nav li:first-child{margin-left: 0;}
.abHonor-nav li::after{content: "";position: absolute;right: 0;bottom: 0;width: 0;height: 2px;background: #ca0915;transition: all .4s ease;}
.abHonor-nav li:hover,.abHonor-nav li.active{color: #ca0915;}
.abHonor-nav li.active::after{right: auto;left: 0;width: 100%;}
.abHonor-swp{display: none;background: #fff;padding: 65px 120px;}
.abHonor-swp:first-child{display: block;}
.abHonor-slide .img{height: 290px;}
.abHonor-slide .img img{max-height: 90%;}
.abHonor-btn{z-index: 2;position: absolute;left: 24px;top: 35%;width: 56px;height: 56px;border-radius: 50%;user-select: none;cursor: pointer;border: 1px solid #e6e6e6;}
.abHonor-btn::before{position: relative;z-index: 2;}
.abHonor-btn::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;border: 0px solid #ca0915;transition: all .4s ease;}
.abHonor-btn.next{left: auto;right: 24px;transform: rotate(180deg);}
.abHonor-btn:hover{color: #fff;}
.abHonor-btn:hover::after{border-width: 27px;}
.abHonor-scrollbar{height: 10px;position: relative;width: 45%;margin: 50px auto 0;}
.abHonor-scrollbar::after{content: "";position: absolute;left: 0;top: calc(50% - 1px);width: 100%;background: #e6e6e6;height: 1px;}
.abHonor-scrollbar::before{content: "";position: absolute;right: 0;top: 50%;background: #fff;z-index: 2; transform: translateY(-50%);width: 12px;height: 12px;border-radius: 50%;border: 1px solid #e6e6e6;}
.abHonor-scrollbar .swiper-scrollbar-drag{z-index: 5;background: #ca0915;opacity: 1;cursor: grab;}
.abHonor-scrollbar .swiper-scrollbar-drag::after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 300%;height: 300%;}
.abWH-bg img{width: 100%;}
.abWH-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
/* .abIntro{background: url('/en/template/default/images/pages/abIntro-bg.png') no-repeat center top/100% auto;} */
.abIntro .comTitle{padding: 0 7.5vw;position: relative;z-index: 2;}
.abIntro-num{position: relative;}
.abIntro-num::after,.abIntro-num::before{content: "";position: absolute;left: 50%;top: 0;transform: translateX(-50%);width: 100vw;height: 1px;background: #f5f5f5;}
.abIntro-num::after{top: auto;bottom: 0;}
.abIntro-num li{width: calc(100% / 3);flex-direction: column;justify-content: flex-start;position: relative;}
.abIntro-num li:nth-child(-n+3):before{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%); width: 1px;height: 2000px;background: #f5f5f5;}
.abIntro-num li:nth-child(6):before{content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%); width: 1px;height: 2000px;background: #f5f5f5;}
.abIntro-num li:nth-child(5):before{content: "";position: absolute;left: 50%;top: 0;transform: translateX(-50%);width: 100vw;height: 1px;background: #f5f5f5;}
.abIntro-num .icon{height: 66px;}
.abIntro-num .icon img{max-height: 100%;}
.abIntro-num .num{align-items: flex-end;line-height: 1.14;}
.abIntro-num .num span{line-height: .8;display: block;margin-right: 5px;}
.abIntro-num .text{margin-top: 8px;}
.abIntro-num li::after{content: "";position: absolute;right: 0;bottom: 0; width: 0;height: 10px;transition: all .6s ease;background: url('/en/template/default/images/pages/abIntro-line.png') no-repeat center/auto 100%;}
.abIntro-num li:hover::after{right: auto;left: 0;width: 100%;}
.abFZ{height: 4000px;position: relative;overflow: visible;}
.abFZ-sticky{position: relative;}
.abFZ-img{position: sticky;z-index: 2; top: 88px;width: 50%;top: 88px;width: 100%;overflow: hidden;max-width: 100%;min-width: 50%;transition: all .05s linear;}
.abFZ-img .bg img{width: 100%;height: calc(100vh  - 88px);object-position: 50% 50%;}
.abFZ-img .text-box{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.abFZ-img .text-box .year{font-size: 8.3vw;line-height: .8;}
.abFZ-con{position: relative;justify-content: flex-end;padding-top: 120vh;}
.abFZ-list{width: 50%;padding: 4vw 6vw;}
.abFZ-list li{border-bottom: 1px solid #e6e6e6;}
.abFZ-item{justify-content: space-between;}
.abFZ-item .text-box{width: 70%;}
.abFZ-item .img{width: 20%;}
.abFZ-item .img img{width: 100%;height: 80px;}
/* 配套车型 */
.adapter-car .contain{width: 93.75%;justify-content: space-between;align-items: flex-start;}
.adaCar-left{width: 18.5%;}
.adaCar-brand-list{margin:20px 0 0 -16px;overflow-y: auto;max-height: 350px;padding-right: 10px;}
.adaCar-brand-list .item{margin: 16px 0 0 16px;width: calc((100% / 3) - 16px);height: 74px;border: 1px solid #e6e6e6;user-select: none;cursor: pointer;}
.adaCar-brand-list .item:nth-child(-n+3){margin-top: 0;}
.adaCar-brand-list .item img{max-width: 80%;max-height: 70%;}
.adaCar-brand-list .item:hover,.adaCar-brand-list .item.active{border-color: #ca0915;}
.adaCar-honor{border-top: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;}
.adaCar-honor-head{justify-content: space-between;align-items: center;}
.adaCar-honor-switch{align-items: center;}
.adaCar-honor-btn{font-size: 12px;user-select: none;cursor: pointer;}
.adaCar-honor-btn.next{transform: rotate(180deg);}
.adaCar-honor-btn:hover{color: #ca0915;}
.adaCar-honor-page{align-items: center;margin: 0 8px;}
.adaCar-honor-page .total{color: #5e5e5e;}
.adaCar-honor-slide .img{height: 215px;background: url('/en/template/default/images/pages/adaCar-honor-bg.jpg') no-repeat center/cover;}
.adaCar-honor-slide .img img{max-width: 70%;max-height: 80%;}
.adaCar-search .joinInfo-menu{color: #2c2c2c;}
.adaCar-search .joinInfo-drop{padding: 10px 5px;}
.adaCar-search .joinInfo-drop li{font-weight: 500;height: 40px;padding-left: 20px;}
.adaCar-search .joinInfo-drop li:hover{color: #2c2c2c;background: #f8f8f8;}
.adaCar-right{width: 75%;}
.adaCar-list{margin-left: -16px;}
.adaCar-item{margin: 28px 0 0 16px;width: calc((100% / 3) - 16px);}
.adaCar-item-img .img{height: 440px;background: #f8f8f8;}
.adaCar-item-img .img img{transition: all .6s ease;}
.adaCar-item-img .img .s{max-width: 80%;max-height: 60%;}
.adaCar-item-img .img .h{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 1;width: 100%;height: 100%;}
/* .adaCar-item.active .adaCar-item-img .img .s{opacity: 1;} */
.adaCar-item.active .adaCar-item-img .img .h{opacity: 0;}
.adaCar-item-img .logo{position: absolute;left: 0;top: 0;width: 100%;padding: 25px;align-items: center;}
.adaCar-item-img .logo img:nth-child(1){max-height: 32px;}
.adaCar-item-img .logo img:nth-child(2){max-height: 38px;margin-left: 20px;max-width: 124px;}
.adaCar-item-con .text{margin-top: 5px;}
/* 轮胎查找-公共 */
.seekNav1{justify-content: center;}
.seekNav1-item{background: #fff;width: 240px;height: 96px;flex-direction: column;position: relative;}
.seekNav1-item::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 56px;background: #e6e6e6;}
.seekNav1-item::before{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;background: #ca0915;transition: all .4s ease;opacity: 0;}
.seekNav1-item:first-child::after{display: none;}
.seekNav1-item .icon{position: relative;}
.seekNav1-item .icon img{transition: all .4s ease;}
.seekNav1-item .icon .h{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;}
.seekNav1-item .icon,.seekNav1-item .text{position: relative;z-index: 2;}
.seekNav1-item:hover{color: #ca0915;}
.seekNav1-item.active,.seekNav1-item.active:hover{color: #fff;}
.seekNav1-item.active::before,.seekNav1-item.active:hover::before{opacity: 1;}
.seekNav1-item.active .icon .s{opacity: 0;}
.seekNav1-item.active .icon .h{opacity: 1;}
.seekNav1-item .text{margin-top: 8px;}
.seekNav2{justify-content: center;}
.seekNav2-item{width: 240px;border-bottom: 2px solid transparent;}
.seekNav2-item:hover,.seekNav2-item.active{color: #ca0915;}
.seekNav2-item.active{border-color: #ca0915;}
.seek-contain{width: 1600px;margin: 0 auto;}
.seekCon{background: #fff;padding: 70px 100px;}
.seekSearch{align-items: center;justify-content: space-between; padding: 16px 0;border-top: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;}
.seekSearch-bg{width: 15%;}
.seekSearch-form{width: 45.5%;}
.seekSearch-form input{width: 100%; flex: 1;height: 48px;border-radius: 40px;padding-left: 20px;font-size: 18px;color: #ca0915;border: 1px solid #ca0915;}
.seekSearch-form input::-webkit-input-placeholder{font-size: 18px;color: rgba(202, 9, 21, .8);}
.seekSearch-form .btn{width: 48px;height: 48px;border-radius: 50%;border: 1px solid #ca0915;margin-left: 16px;font-size: 20px;user-select: none;cursor: pointer;}
.seekSearch-form .btn:hover{background: #ca0915;color: #fff;}
.seekResult-box{justify-content: space-between;border-bottom: 1px solid #e6e6e6;}
.seekResult-box .seekResult .item{display: none;}
.seekResult-box .seekResult{border: unset;}
.seekResult-btn{width: 172px;height: 48px;user-select: none;cursor: pointer;border-radius: 40px;}
.seekResult-btn span{position: relative;z-index: 2;}
.seekResult-btn i{position: relative;z-index: 2;font-size: 12px; display: block;transform: rotate(180deg);margin-left: 15px;}
.seekResult-btn::after{content: "";background: #e90917; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(0);transition: all .5s ease;width: 400px;height: 400px;border-radius: 50%;}
.seekResult-btn:hover::after{transform: translate(-50%,-50%) scale(1);}
.seekResult{align-items: center; border-bottom: 1px solid #e6e6e6;}
.seekResult .list{flex: 1;}
.seekResult .title{height: 38px;display: flex;align-items: center;}
.seekResult .item{display: flex;align-items: center;margin-left: 15px;width: 200px;height: 38px;background: #f8f8f8;position: relative;padding:0 30px 0 15px;}
.seekResult .item::after{content: "\e6b5";font-family: 'icon';font-size: 12px;position: absolute;right: 14px;top: 50%;transform: translateY(-50%) scale(.8);transition: all .4s ease;}
.seekResult .item:hover::after{transform: translateY(-50%) scale(.8) rotate(180deg);color: #ca0915;}
.seekGroup-item{border-top: 1px solid #e6e6e6;}
.seekGroup-item:first-child{border: unset;}
.seekGroup-item .title{align-items: center;}
.seekGroup-item .title i{display: block;margin-right: 15px;}
.seekGroup-item .title span{flex: 1;}
.seekGroup-item .list{margin-left: -10px;}
.seekGroup-item .item{margin: 10px 0 0 10px;width: calc((100% / 6) - 10px);background: #f8f8f8;height: 66px;}
.seekGroup-item .item:hover,.seekGroup-item .item.active{background: #ca0915;color: #fff;}
/* 乘用车查找 */
.cycPlan{justify-content: center;}
.cycPlan-list{position: relative;}
.cycPlan-list::after{content: "";position: absolute;left: 35px;top: 15px;width: calc(100% - 70px);height: 2px;background: #e9e9e9;}
.cycPlan-item{margin-left: 6.2vw; display: flex;flex-wrap: wrap;flex-direction: column;align-items: center;text-align: center;position: relative;z-index: 2;}
.cycPlan-item:first-child{margin-left: 0;}
.cycPlan-item .icon{height: 36px;width: 36px; display: flex;align-items: center;justify-content: center;}
.cycPlan-item .icon i{display: flex;align-items: center;justify-content: center;font-style: normal;width: 18px;height: 18px;border-radius: 50%;background: #fff;border: 4px solid #e9e9e9;}
.cycPlan-item.current .icon i,.cycPlan-item.finish .icon i{width: 100%;height: 100%;}
.cycPlan-item.current .icon i::before,.cycPlan-item.finish .icon i::before{content: "\e63c";font-size: 18px;color: #fff;display: block;}
.cycPlan-item.current .icon i{background: #ca0915;border-color: #ca0915;}
.cycPlan-item.finish .icon i{background: #868686;border-color: #868686;}
.cycPlan-item.current{color: #2c2c2c;}
.cycBrand-nav{position: sticky; top: 88px; background: #fff;justify-content: space-between;padding-left: 10px;padding-right: 10px;}
.cycBrand-nav li{user-select: none;cursor: pointer;padding: 3px 12px; border-radius: 18px;}
.cycBrand-nav li:hover{color: #ca0915;}
.cycBrand-nav li.active,.cycBrand-nav li.active:hover{color: #fff;background: #ca0915;}
.cycBrand-group{max-height: 700px;overflow-y: auto;padding-right: 10px;}
.cycBrand-group .seekGroup-item:first-child{padding-top: 0;}
.cycBrand-group::-webkit-scrollbar {width: 6px;}
.cycBrand-group::-webkit-scrollbar-thumb {background: #ddd;border-radius: 10px;}
.cycBrand-group::-webkit-scrollbar-track {background: transparent;}
.cycBrand-group{scrollbar-color:#ddd transparent;scrollbar-width:thin;}
.cycBrand-group{scrollbar-face-color: #ddd;scrollbar-shadow-color: #ddd;scrollbar-arrow-color: #000;scrollbar-track-color: transparent;}
/* 查找结果 */
.resultCom-text .title1 span{display: inline-block;margin-right: 5px;}
.resultCom-text .title2 span{margin: 0 3px;display: inline-block;}
.resultCom-text .text{align-items: center;}
.resultCom-text .text span{padding: 5px 12px;display: inline-block;margin-left: 10px; background: #f8f8f8;font-weight: 700;font-family: 'Arial';}
.resultCom-text .back{width: 48px;height: 48px;border: 1px solid #e6e6e6;border-radius: 50%;transition: all .4s ease;}
.resultCom-text .back::before{position: relative;z-index: 2;}
.resultCom-text .back::after{content: "";transition: all .4s ease; position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;border: 0px solid #ca0915;}
.resultCom-text .back:hover{color: #fff;}
.resultCom-text .back:hover::after{border-width: 23px;}
.resultW-flex{justify-content: space-between;align-items: flex-start;}
.resultW-left{width: 25.5%;position: sticky;top: 110px;}
.resultW-right{width: 70%;}
.resultW-list li{margin-top: 20px;align-items: center;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);}
.resultW-list li:first-child{margin-top: 0;}
.resultW-list-img{width: 40.5%;height: 360px;}
.resultW-list-img img{max-width: 60%;max-height: 70%;}
.resultW-list-con{flex: 1;padding-right: 7%;}
.resultW-list-con .logo img{max-height: 50px;}
.resultW-list-con .text{border-top: 1px solid #e6e6e6;}
.resultW-list-more{clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);padding-left: 25px; height: 360px;width: 26%;background: #ca0915 url('/en/template/default/images/pages/pub-bg.png') no-repeat  -60% 150%/auto 90%;}
.resultW-list-more .btn{border: 2px solid #fff;transition: background .2s ease; border-radius: 40px; width: 150px;height: 46px;}
.resultW-list-more .btn span{position: relative;z-index: 2;transition: all .5s ease;}
.resultW-list-more .btn::after{content: "";background: #fff; transition: all .5s ease; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(0); width: 300px;height: 300px;border-radius: 50%;}
.resultW-list-more .btn:hover{color: #ca0915;background: #fff;transition-delay: .2s;}
.resultW-list-more .btn:hover::after{transform: translate(-50%,-50%) scale(1);}
/* 没结果 */
.resultNo-head::after{content: "";position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);width: 93.5vw;height: 1px;background: #e6e6e6;}
.resultNo-right{width: 34%;margin-left: 8vw;}
.resultNo-cta .msgPop-form{width: 620px;margin: 0 auto;max-width: 100%;}
.resultNo-cta .msgPop-submit{justify-content: flex-start;padding-left: 140px;}
.resultNo-cta .msgPop-input .title{width: 140px;}
.resultNo-cta .msgPop-input textarea{background: #f4f4f4;}
.resultNo-cta .msgPop-input textarea:focus{background: transparent;}
/* 按轮胎尺寸查找 */
.sizeFlex{justify-content: space-between;align-items: flex-start;}
.sizeLeft{width: 44%;background: #f8f8f8;}
.sizeLeft-num li{margin-left: 35px; display: flex;flex-wrap: wrap;flex-direction: column;align-items: center;text-align: center;}
.sizeLeft-num li:first-child{margin-left: 0;}
.sizeLeft-num .page{width: 20px;height: 20px;border-radius: 50%;}
.sizeLeft-num .title{margin-top: 5px;}
.sizeLeft-img img{width: 100%;}
.sizeRight{width: 47%;}
.sizeRight-select{margin-top: 10px;position: relative;user-select: none;cursor: pointer;}
.sizeRight-menu{height: 56px;align-items: center;padding-left: 20px;transition: all .4s  ease;border: 1px solid #e6e6e6;}
.sizeRight-menu::before{content: "\e727";font-family: 'icon';position: absolute;right: 20px;top: 50%;transform: translateY(-50%) rotate(180deg);font-size: 12px;transition: all .4s ease;}
.sizeRight-menu:hover{color: #2c2c2c;}
.sizeRight-menu.active::before{transform: translateY(-50%) rotate(0);}
.sizeRight-drop{display: none; position: absolute;left: 0;top: 100%;width: 100%;background: #f8f8f8;max-height: 224px;overflow-y: auto;z-index: 999;}
.sizeRight-drop::-webkit-scrollbar {width: 3px;}
.sizeRight-drop::-webkit-scrollbar-thumb {background: #ddd;}
.sizeRight-drop::-webkit-scrollbar-track {background: transparent;}
.sizeRight-drop{ scrollbar-color:#ddd transparent;scrollbar-width:thin;}
.sizeRight-drop{scrollbar-face-color: #ddd;scrollbar-shadow-color: #ddd;scrollbar-arrow-color: #000;scrollbar-track-color: transparent;}
.sizeRight-drop li{border-top: 1px solid #e6e6e6; height: 56px;display: flex;align-items: center;padding-left: 20px;transition: all .4s ease;}
.sizeRight-drop li:first-child{border-color: transparent;}
.sizeRight-drop li:hover{background: #eee;}
.sizeRight-btn{width: 270px;height: 48px;user-select: none;cursor: pointer;border-radius: 40px;position: relative;}
.sizeRight-btn span{position: relative;z-index: 2;}
.sizeRight-btn i{display: block;font-size: 12px;position: relative;z-index: 2;margin-left: 15px;transform: rotate(180deg);}
.sizeRight-btn::after{content: "";background: #e90917; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(0);transition: all .5s ease;width: 400px;height: 400px;border-radius: 50%;}
.sizeRight-btn:hover::after{transform: translate(-50%,-50%) scale(1);}
/* 适配车型 */
.adapter-pro .contain{width: 93.75%;}
.adaPro-con .contain{justify-content: space-between;align-items: flex-start;}
.adaPro-left{width: 25%;position: sticky;top: 110px;}
.adaPro-left-text .title{font-family: 'Arial';}
.adaPro-left .resultCom-text{display: none;}
.adaPro-left.active .resultCom-text{display: block;}
.adaPro-left.active .adaPro-left-text{display: none;}
.adaPro-right{width: 75%;}
.adaPro-right-item:first-child{margin-top: 0;}
.adaPro-right-title{height: 48px;align-items: center;padding-left: 28px;background: url('/en/template/default/images/pages/adaPro-title.png') no-repeat left center/auto 100%;}
.adaPro-right-list{margin-top: 10px;}
.adaPro-right-list li{padding: 13px 0 13px 28px; display: flex;flex-wrap: wrap;justify-content: space-between; border-bottom: 1px solid #e6e6e6;}
.adaPro-right-list li:first-child{border-top: 1px solid #e6e6e6;}
.adaPro-right-list .item{width: 25%;}
.adaPro-right-list .item:first-child{width: 30%;font-family: 'Arial';font-weight: 700;}
.adaPro-right-list .item:last-child{width: 20%;}
.adaPro-head .contain{justify-content: space-between;align-items: center;}
.adaPro-head-title{width: 25%;}
.adaPro-select-box{width: 75%;}
.adaPro-select{flex: 1;user-select: none;cursor: pointer;}
.adaPro-menu{pointer-events: none; padding: 28px 20px;transition: background .2s .2s ease;border-left: 1px solid rgba(255, 255, 255, .3);}
.adaPro-menu .page{transition: all .4s ease;}
.adaPro-menu .text{margin-top: 5px;justify-content: space-between;display: flex;flex-wrap: wrap;align-items: center;}
.adaPro-menu .text::after{content: "\e7e5";font-family: 'icon';display: block;font-size: 12px;transition: all .4s ease;transform: rotate(180deg);}
.adaPro-select:last-child .adaPro-menu .text::after{display: none;}
.adaPro-menu.active{background: #2c2c2c;transition-delay: 0s;border-color: #2c2c2c !important;}
.adaPro-menu.active .page{color: #ca0915;}
.adaPro-menu.click .text::after{transform: rotate(0);}
.adaPro-menu.event{pointer-events: auto;}
.adaPro-drop{display: none; padding:0 8px; position: absolute;z-index: 999;left: 0;top: 100%;width: 100%;background: #2c2c2c;max-height: 200px;overflow-y: auto;}
.adaPro-drop::-webkit-scrollbar {width: 6px;}
.adaPro-drop::-webkit-scrollbar-thumb {background: #999;border-radius: 10px;}
.adaPro-drop::-webkit-scrollbar-track {background: transparent;}
.adaPro-drop{scrollbar-color:#ddd transparent;scrollbar-width:thin;}
.adaPro-drop{scrollbar-face-color: #ddd;scrollbar-shadow-color: #ddd;scrollbar-arrow-color: #000;scrollbar-track-color: transparent;}
.adaPro-drop .item{height: 40px;display: flex;align-items: center;padding: 0 12px;transition: all .4s ease;}
.adaPro-drop .item:hover{background: #363636;}
.adaPro-select:first-child .adaPro-drop .item{font-weight: 500;}
.adaPro-select:first-child .adaPro-drop .item:first-child{font-weight: 400;}
/* 找店铺 */
.shopSide{ width: 25%;background: #fff;height: calc(100vh - 88px);padding: 30px 30px 20px;display: flex;flex-wrap: wrap;flex-direction: column; position: relative;}
.shopSide .pagesNav .contain{width: 100%;justify-content: flex-start;}
.shopSide .pagesNav-item.active{font-weight: 700;}
.shopSide .pagesNav-item{height: 50px;}
.shopSide .pagesNav-item::after{height: 1px;}
.shopSelect{user-select: none;cursor: pointer;}
.shopMenu{border-radius: 24px; align-items: center;padding: 0 22px; justify-content: space-between;height: 48px;border: 1px solid #f4f4f4; background: #f4f4f4;transition: all .4s ease;}
.shopMenu::after{transform: rotate(180deg); content: "\e727";font-family: 'icon';display: block;transition: all .4s ease;font-size: 12px;}
.shopMenu:hover{color: #ca0915;}
.shopMenu.active{border-radius: 24px 24px 0 0;}
.shopMenu.active::after{transform: rotate(180deg);}
.shopDrop{max-height: 240px;overflow-y: auto; display: none; position: absolute;left: 0;top: 100%;width: 100%;border-radius: 0 0 24px 24px;background: #f4f4f4;z-index: 999;}
.shopDrop::-webkit-scrollbar {width: 5px;}
.shopDrop::-webkit-scrollbar-thumb {background: #ddd;border-radius: 5px;}
.shopDrop::-webkit-scrollbar-track {background: transparent;}
.shopDrop{scrollbar-color:#eee transparent;scrollbar-width:thin;}
.shopDrop{scrollbar-face-color: #eee;scrollbar-shadow-color: #eee;scrollbar-arrow-color: #000;scrollbar-track-color: transparent;}
.shopDrop li{height: 48px; display: flex;flex-wrap: wrap;align-items: center;padding: 0 22px;transition: all .4s ease;border-top: 1px solid #eee;}
.shopDrop li:hover{background: #ddd;}
.shopSearch{padding: 0 22px;user-select: none; margin-top: 10px;justify-content: space-between;border-radius: 40px;border: 1px solid #f4f4f4;transition: all .4s ease;}
.shopSearch.focus{border-color: #ca0915;}
.shopSearch>*{height: 46px;}
.shopSearch .position{align-items: center;user-select: none;cursor: pointer;}
.shopSearch .position img{transition: all .4s ease;}
.shopSearch .position .h{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;}
.shopSearch .position:hover .s{opacity: 0;}
.shopSearch .position:hover .h{opacity: 1;}
.shopSearch .btn{align-items: center;user-select: none;cursor: pointer;color: #2c2c2c;}
.shopSearch .btn:hover{color: #ca0915;}
.shopSearch input{width: calc(100% - 36px); color: #2c2c2c;padding-left: 10px;font-size: 16px;}
.shopSearch input::-webkit-input-placeholder{font-size: 16px;color: #9f9f9f;}
.shopNav li{padding: 3px 15px;border-radius: 40px;border: 1px solid #e6e6e6;user-select: none;cursor: pointer;margin-left: 5px;}
.shopNav li:first-child{margin-left: 0;}
.shopNav li:hover{color: #ca0915;}
.shopNav li.active,.shopNav li.active:hover{color: #fff;background: #ca0915;border-color: #ca0915;}
.shopCon{flex: 1; padding-right:20px; overflow-y: auto;border-bottom: 1px solid #e6e6e6;}
.shopCon::-webkit-scrollbar {width: 5px;}
.shopCon::-webkit-scrollbar-thumb {background: #ddd;border-radius: 5px;}
.shopCon::-webkit-scrollbar-track {background: transparent;}
.shopCon{scrollbar-color:#eee transparent;scrollbar-width:thin;}
.shopCon{scrollbar-face-color: #eee;scrollbar-shadow-color: #eee;scrollbar-arrow-color: #000;scrollbar-track-color: transparent;}
.shopResult{border-top: 1px solid #e6e6e6;}
.shopItem{border-top: 1px solid #e6e6e6;}
.shopItem .text-box{flex: 1;padding-right: 20px;}
.shopItem .text-box .text{margin-top: 3px;}
.shopItem .btn{width: 32px;height: 32px;border-radius: 50%;background: #f4f4f4;transition: all .4s ease;}
.shopItem .btn img{transition: all .4s ease;max-width: 50%;}
.shopItem .btn .h{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;}
.shopItem:hover .btn{background: #ca0915;}
.shopItem:hover .btn .s{opacity: 0;}
.shopItem:hover .btn .h{opacity: 1;}
.shopItem.active .title{color: #ca0915;}
.shopSide .paging{position: absolute;left: 0;bottom: 14px;width: 100%;margin-top: 0;}
.shopMap{width: 75%;height: calc(100vh - 88px);}
.shopPop-box{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .5);z-index: 99999;}
.shopPop{width: 640px;height: 230px;display: flex;flex-wrap: wrap;flex-direction: column;align-items: center; justify-content: center;text-align: center;padding: 20px;border-radius: 20px;background: #fff; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopPop-close{position: absolute;left: calc(100% + 15px);top: 0; user-select: none;cursor: pointer;width: 40px;height: 40px;border-radius: 50%;background: #fff;font-size: 12px;}
.shopPop-close:hover{background: #ca0915;color: #fff;transform: rotate(180deg)}
.shopPop .btn{width: 200px;overflow: hidden; height: 48px;border-radius: 40px;user-select: none;cursor: pointer;}
.shopPop .btn span{position: relative;z-index: 2;}
.shopPop .btn::after{transition: all .5s ease; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(0);width: 300px;height: 300px;border-radius: 50%;background: #e10c1a;}
.shopPop .btn:hover::after{transform: translate(-50%,-50%) scale(1);}
.amap-copyright,.amap-logo{display: none !important;}


/* 乘用车产品详情 */
/* 公共 */
.proBan-desc .tag{animation: proBanText 1s ease both;}
.proBan-desc .title{animation: proBanText 1s .1s ease both;}
.proBan-desc .text{animation: proBanText 1s .2s ease both;padding-top: 12px;border-top: 1px solid #fff;}
@keyframes proBanText {
    0%{opacity: 0;transform: translateY(100px);}
    100%{opacity: 1;transform: translateY(0);}
}
.proBan-bg{position: relative;}
.proBan-bg img{width: 100%;}
.proBan-bg .img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.proBan-back{position: absolute;z-index: 3;left: 3%;top: 30px;align-items: center;flex-wrap: nowrap;}
.proBan-back i{display: flex;align-items: center;justify-content: center; width: 24px;transition: all .4s ease;font-size: 12px; height: 24px;border-radius: 50%;background: #fff;color: #333;margin-right: 10px;}
.proBan-back span{transition: all .4s ease;}
.proBan-back:hover i{background: #ca0915;color: #fff;}
.proBan-back:hover span{color: #ca0915;}
.proBan-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.proBan-con .contain{align-items: center;height: 100%;justify-content: space-between;padding-right: 4vw;}
.proBan-con .contain.right{flex-direction: row-reverse;padding-right: 0;padding-left: 4vw;}
.proBan-desc{display: flex;flex-wrap: wrap;flex-direction: column;align-items: flex-start;flex: 1;}
.proBan-img{height: 34vw;align-items: center;}
.proBan-img img{max-height: 100%;}

.proDet-params{border-top: 1px solid #e6e6e6;}
.proDet-params-nav{justify-content: center;}
.proDet-params-nav li{user-select: none;cursor: pointer;width: 120px;height: 48px;margin-left: 15px;border-radius: 40px;background: #2c2c2c;}
.proDet-params-nav li:first-child{margin-left: 0;}
.proDet-params-nav li.active,.proDet-params-nav li:hover{background: #ca0915;}
.proDet-params-table{display: none;}
.proDet-params-table:first-child{display: block;}
.proDet-params-table table{width: 100%;}
.proDet-params-table table tr{border-bottom: 1px solid #e6e6e6;}
.proDet-params-table table td{padding: 30px 5px;}
.proDet-params-table table td span{font-size: 14px;line-height: 1;position: absolute;transform: translateX(-50%);}
.proDet-params-btn .btn{width: 190px;height: 48px;border-radius: 40px;background: #ca0915;transition: all .4s ease;}
.proDet-params-btn .btn::after{ background: #a2040e; transition: all .6s ease; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(0);width: 500px;height: 500px;border-radius: 50%;}
.proDet-params-btn .btn span{position: relative;z-index: 2;}
.proDet-params-btn .btn i{position: relative;z-index: 2;overflow: hidden;display: flex;margin-left: 15px;transition: all 1s ease;}
.proDet-params-btn .btn:hover{opacity: 1;}
.proDet-params-btn .btn:hover:after{transform: translate(-50%,-50%) scale(1);}
.proDet-params-btn .btn:nth-child(1):hover i{transform: rotate(180deg);}
.proDet-ys-list{padding: 0 2vw;}
.proDet-ys-list li{width: calc(100% / 3);display: flex;flex-direction: column;align-items: center;text-align: center;padding: 0 5vw;}
.proDet-ys-list .icon{width: 96px;height: 96px;border-radius: 50%;background: #ca0915;}
.proDet-ys-list .icon img{max-width: 60%;max-height: 60%;}

/* 舒适系列 */
.proSP-module1{padding-left: 3vw;justify-content: space-between;}
.proSP-module1-con{width: 25%;}
.proSP-module1-list li,.proSP-module2-list li{border-top: 1px solid #e6e6e6;}
.proSP-module1-list li:first-child,.proSP-module2-list li:first-child{border-top: unset;}
.proSP-module1-list .img{width: 84%;}
.proSP-module1-list .img img{width: 100%;}
.proSP-module1-img{width: 68%;}
.proSP-module1-img img{width: 100%;height: 100%;}
.proSP-module2{padding-left: 5vw;padding-right: 7.3vw;justify-content: space-between;}
.proSP-module2-img{width: 55%;display: flex;align-items: flex-end;}
.proSP-module2-img img{width: 100%;}
.proSP-module2-con{width: 29%;}
.proSP-module3 .contain{justify-content: space-between;align-items: center;}
.proSP-module3-con{width: 33.5%;}
.proSP-module3-img{width: 50%;}
.proSP-module3-img img{width: 100%;}
.proSP-module4-bg img{width: 100%;}
.proSP-module4-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.proSP-module4-con .contain{height: 100%;align-items: center;justify-content: space-between;}

/* 运动系列 */
.proSU-module1 .contain{justify-content: space-between;align-items: center;}
.proSU-module1.reverse .contain{flex-direction: row-reverse;}
.proSU-module1-con{width: 41.5%;}
.proSU-module1-img{width: 50%;}
.proSU-module1-img img,.proSU-module3-img img,.proSU-module2-img img,.proSA-module2-bg img{width: 100%;}
.proSU-module2{justify-content: space-between;align-items: center;padding-right: 4vw;}
.proSU-module2.reverse{flex-direction: row-reverse;padding-right: 0;padding-left: 4vw;}
.proSU-module2-img{width: 63%;}
.proSU-module2-con{width: 29.5%;}
.proSU-module3{padding-left: 4vw;padding-right: 4vw;align-items: center;justify-content: space-between;}
.proSU-module3-con{width: 31%;}
.proSU-module3-img{width: 53%;}

/* 缺气保护 */
.proSA-module2-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}

/* 冰雪系列 */
.proSW-module1{padding-left: 4vw;padding-right: 5.2vw;justify-content: space-between;align-items: center;}
.proSW-module1.reverse{padding-left: 5.2vw;padding-right: 4vw;flex-direction: row-reverse;}
.proSW-module1-con{width: 34%;}
.proSW-module1-img{width: 60%;}
.proSW-module1-img img{width: 100%;}

/* 钻石运动 */
.proDA-module1-bg img{width: 100%;}
.proDA-module1-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;align-items: flex-end;}

/* 钻石轻载 */
.proDL-module1-bg img{width: 100%;}
.proDL-module1-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;align-items: center;}
.proDL-module1-con .text{width: 41.5%;}
.proDL-module3{padding-left: calc((100vw - 1400px) / 2);padding-right: 5.2vw;align-items: center;justify-content: space-between;}
.proDL-module3-con{width: 37%;}
.proDL-module3-img{width: 55%;}
.proDL-module3-img img{width: 100%;}

/* 卡客车详情 */
/* 短途 */
.truckBan-img{width: 50%;overflow: hidden;}
.truckBan-img img{width: 100%;}
.truckBan-con{width: 50%; background: #f8f8f8;flex-direction: column;justify-content: center;padding:30px 0 30px 6.2vw;}
.truckBan-list p{margin-top: 10px;}
.truckBan-list p span{position: relative;display: inline-block;padding-left: 20px;margin-left: 20px;}
.truckBan-list p span::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 14px;height: 14px;border-radius: 50%;border: 2px solid #718cc7;}
.truckBan-list p span:nth-child(2)::after{border-color: #e85400;}
.truckBan-list p span:nth-child(3)::after{border-color: #191919;}
.truckBan-icon .img{position: relative;padding: 0 30px;height: 52px;border-left: 1px solid #e6e6e6;}
.truckBan-icon .img:first-child{border-left: unset;padding-left: 0;}
.truckBan-icon .img:last-child{padding-right: 0;}
.truckBan-icon .img img{max-height: 100%;}
.truckBan-con .proDet-params-btn .btn i{transform: rotate(0) !important;}
.truckS-module1{background: #f8f8f8;}
.truckS-module1 .img img{width: 63%;}

/* 中长途 */
.truckES-module3{padding-left: 10vw;padding-right: 3vw; justify-content: space-between;align-items: flex-end;}
.truckES-module3-img{width: 51%;}
.truckES-module3-img img{width: 100%;}
.truckES-module3-con{width: 33%;}
.truckES-module4 .contain-1500{justify-content: space-between;}
.truckES-module4-img{width: 25%;}
.truckES-module4-con{width: 61%;}
.truckES-module4-list{margin-left: -24px;}
.truckES-module4-list li{margin-left: 24px;width: calc(50% - 24px);background: #fff;border-radius: 10px;padding: 24px;}
.truckES-module4-list .label{height: 68px;border-radius: 10px;background: #087bc3;}
.truckES-module4-list .img{height: 275px;}
.truckES-module4-list .img img{max-width: 80%;max-height: 100%;}
.truckES-module4-list .desc{background: #f8f8f8;border-radius: 10px;padding: 35px 30px;}
.truckES-module4-list .desc .title{color: #087bc3;}
.truckES-module4-list li:nth-child(2) .label{background: #ca0915;}
.truckES-module4-list li:nth-child(2) .desc .title{color: #ca0915;}

/* 长途 */
.truckG01-module3-list{justify-content: space-between;}
.truckG01-module3-list li{display: flex;flex-direction: column;align-items: center;text-align: center;text-align: center;}
.truckG01-module3-list .icon{width: 104px;height: 90px;background: #ca0915;clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);}
.truckG01-module3-list .icon img{max-width: 50%;max-height: 50%;}
.truckG01-module3-list .text{margin-top: 5px;}



/* 力车胎 */
.motorBan-bg img{width: 100%;}
.motorBan-con{padding: 50px 60px 20px 20px;text-align: right;overflow: hidden; position: absolute;right: 3vw;bottom: -10%;width: 31%;background: rgba(255, 255, 255, 1);}
.motorBan-con::after{content: "";position: absolute;left: 8%;top: 25px;width: 95%;height: 140px;background: url('/en/template/default/images/pages/motorBan-logo.png') no-repeat left top/100% auto;}
.motorBan-con .text{padding-left: 32%;}
.motorBan-con .num,.motorBan-con .title,.motorBan-con .text,.motorBan-con .img{position: relative;z-index: 2;}
.motorBan-con .img{height: 20vw;}
.motorBan-con .img img{max-width: 80%;max-height: 100%;}
.motor-module1{padding-left: 6.2vw;padding-right: 6.2vw;justify-content: space-between;}
.motor-module1-swp{width: 42%;}
.motor-module1-slide{height: 31vw;}
.motor-module1-slide img{max-width: 50%;max-height: 100%;}
.motor-module1-con{width: 55%;}

/* 证书查询 */
.query-view{background: #f8f8f8 url('/en/template/default/images/pages/query-bg.png') no-repeat center bottom 20px/100% auto;}
.queryFlex{justify-content: center;}
.queryCon{width: 61%;margin-top: -2.6vw;border-radius: 20px;padding: 4.1vw 3.1vw 6.2vw;background: #fff;z-index: 3;}
.queryInput{align-items: center;padding-left: 25px;}
.queryInput .title{width: 85px;}
.queryInput input{width: 67%;height: 48px;font-size: 16px;color: #2c2c2c;padding-left: 20px;border: 1px solid #e6e6e6;}
.queryInput input::-webkit-input-placeholder{font-size: 16px;color: #8d8d8d;}
.queryInput .queryCode{align-items: center;}
.queryInput .queryCode input{width: 47%;}
.queryInput .queryCode img{height: 48px;margin-left: 12px;user-select: none;cursor: pointer;}
.queryInput .queryCode .tips{color: #8d8d8d;margin-left: 12px;user-select: none;cursor: pointer;}
.queryInput .queryCode .tips:hover{color: #ca0915;text-decoration: underline;}
.queryBtn{transition: all .4s ease; margin-left: 110px;width: 38%;height: 48px;border-radius: 40px;user-select: none;cursor: pointer;overflow: hidden;}
.queryBtn i{display: block;margin-left: 15px;font-size: 14px;transform: rotate(180deg);transition: all .4s ease;}
.queryBtn:hover{background: #af040f;}
.queryBtn:hover i{transform: rotate(180deg) translateX(-10px);}
.query-result-item{display: flex;flex-wrap: wrap; border-bottom: 1px solid #e6e6e6;padding: 20px 24px;align-items: center;}
.query-result-item:first-child{border-top: 1px solid #e6e6e6;}
.query-result-item .title{flex: 1;transition: all .4s ease;}
.query-result-item .icon{width: 18px;position: relative;display: flex;align-items: center;justify-content: center;}
.query-result-item .icon img{transition: all .4s ease;}
.query-result-item .icon .h{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;}
.query-result-item:hover .title{color: #ca0915;}
.query-result-item:hover .icon .s{opacity: 0;}
.query-result-item:hover .icon .h{opacity: 1;}

.product-box .pagesNav .contain{justify-content: flex-start;}



/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .adaCar-item-img .img{height: 380px;}
}
@media all and (max-width:1590px) {
    /* 1440 × (700)  */
    .pagesNav-item{height: 70px;margin-left: 25px;font-size: 15px;}
    .newsShow-left-img img{height: 460px;}
    .newsShow-right-img img{height: calc((460px - 26px) / 2);}
    .newsList-img img{height: 220px;}
    .pub-video .video video{height: 450px;}
    .pub-con{padding: 0 55px;}
    .test-video .img img{height: 210px;}
    .book-list{margin-left: -30px;}
    .book-list li{margin: 30px 0 0 30px;width: calc(20% - 30px);}
    .book-img .img img{height: 290px;}
    .pubImg-view .book-list li {width: calc(25% - 30px);}
    .pubImg-view .book-img .img img{height: 370px;}
    .xtsGH-list1 .img img{height: 300px;}
    .xtsGH-list2 .img img{height: 300px;}
    .xtsDW-list .img{height: 170px;}
    .xtsDW-list .text-box{padding: 20px 25px 0;}
    .xtsXB-list .text-box{padding: 0 25px;}
    .xtsFN-list li {padding: 0 40px;margin-top: 40px;}
    .xtsFN-list{padding-bottom: 40px;}
    .xtsFN-list h1, .xtsFN-list h2, .xtsFN-list h3, .xtsFN-list h4, .xtsFN-list h5, .xtsFN-list h6{font-size: 17px;}
    .rdISO-slide-img .img img{max-height: 240px;}
    .rdCQ-slide{height: 240px;}
    .rdCQ-menu{font-size: 15px;}
    .rdCQ-menu li{margin-top: 10px;}
    .rdCQ-menu li.active::after{width: 150px;}
    .rdSide li{font-size: 14px;padding-left: 15px;}
    .rdSide li::after{width: 5px;height: 5px;}
    .rdSide::after{left: 2px;}
    .rdSide{left: 2.5vw;}
    .proItem-img-show .logo{left: 20px;top: 20px;height: 40px;}
    .ctaCode-item{height: 230px;}
    .ctaCode-item .title i{width: 36px;margin-right: 10px;}
    .ctaCode-item .text img{width: 90px;}
    .ctaCode-item .text,.ctaCode-item{padding: 25px;}
    .joinInfo-head .item, .joinInfo-item .item{height: 80px;}
    .joinInfo-head .item:nth-child(4), .joinInfo-item .item:nth-child(4){width: 130px;}
    .joinFL-con{padding-right: calc((100vw - 1200px) / 2);}
    .joinDet-title {padding-left: calc((100vw - 1200px) / 2 - 88px);}
    .joinDet-head{padding: 25px 40px 50px;padding-right: calc((100vw - 1200px) / 2);}
    .abIntro-num .icon{height: 55px;}
    .abHonor-nav li{width: 140px;padding-bottom: 15px;margin-left: 30px;}
    .abHonor-swp{padding: 50px 90px;}
    .abHonor .contain{width: 1380px;}
    .abHonor-slide .img{height: 250px;}
    .abHonor-btn{left: 15px;width: 50px;height: 50px;}
    .abHonor-btn.next{right: 15px;}
    .abSH-drop-item .img img{height: 285px;}
    .abFZ-item .img img{height: 65px;}
    .abIntro-num li::after{height: 8px;}
    .adaCar-brand-list{margin-left: -12px;max-height: 280px;}
    .adaCar-brand-list .item{margin: 12px 0 0 12px;width: calc((100% / 3) - 12px);height: 60px;}
    .adaCar-honor-slide .img{height: 190px;}
    .adaCar-item-img .img{height: 330px;}
    .adaCar-item-img .logo{padding: 15px;}
    .adaCar-item-img .logo img:nth-child(1){max-height: 28px;}
    .adaCar-item-img .logo img:nth-child(2) {max-height: 32px;margin-left: 10px;max-width: 100px;}
    .seekCon{padding: 50px 70px;}
    .seek-contain{width: 1340px;}
    .cycPlan-item .icon{width: 30px;height: 30px;}
    .cycPlan-item.current i::before, .cycPlan-item.finish i::before{font-size: 15px;}
    .seekNav1-item{width: 200px;height: 90px;}
    .seekResult .item{width: 180px;height: 36px;}
    .seekGroup-item .item{height: 62px;}
    .seekGroup-item .title i{width: 20px;margin-right: 10px;}
    .seekNav2-item{width: 220px;}
    .seekSearch-form input{font-size: 16px;}
    .seekSearch-form input::-webkit-input-placeholder{font-size: 16px;}
    .resultW-list-img,.resultW-list-more{height: 310px;}
    .resultW-list-con .logo img{max-height: 42px;}
    .sizeRight-btn{width: 250px;}
    .adaPro-right-title{height: 44px;padding-left: 22px;}
    .adaPro-right-list li{padding-left: 22px;}
    .adaPro-menu{padding: 22px 18px;}
    .adaPro-drop .item{padding: 0 10px;}
    .shopSide{padding: 20px;}
    .shopMenu{padding: 0 18px;height: 44px;}
    .shopDrop li{height: 44px;padding: 0 18px;}
    .shopSearch{padding: 0 18px;}
    .shopSearch>*{height: 42px;}
    .shopCon{margin-bottom: 0;}
    .shopPop{width: 550px;height: 210px;}

    .proDet-params-nav li{width: 105px;height: 44px;margin-left: 12px;}
    .proDet-params-table table td{padding: 25px 5px;}
    .proDet-params-table table td span{font-size: 13px;}
    .proDet-params-btn .btn{width: 180px;height: 46px;}
    .proDet-ys-list li{padding: 0 4vw;}
    .proDet-ys-list .icon{width: 85px;height: 85px;}
    .proDL-module3{padding-left: calc((100vw - 1200px) / 2);}
    
    /* 新增 */
    .truckBan-icon .img{height: 48px;padding: 0 25px;}
    .truckES-module4-list .label{height: 60px;}
    .truckES-module4-list .img{height: 230px;}
    .truckES-module4-list .desc{padding: 25px 20px;}
    .truckG01-module3-list .icon{width: 94px;height: 82px;}
    .motorBan-con{padding: 40px 45px 20px 20px;}
    .motorBan-con .text{padding-left: 25%;}

    /* 新增2 */
    .query-result-item{padding: 18px 20px;}
    
}
@media all and (max-width:1430px) {
    /* 1360 */
}
@media all and (max-width:1350px) {
    /* 1280 */
}
@media all and (max-width:1270px) {
    /* 1152 × (700) */
    .pagesNav-item{height: 60px;margin-left: 15px;font-size: 14px;}
    .newsShow-left-img img{height: 360px;}
    .newsShow-right-img img{height: calc((360px - 26px) / 2);}
    .newsList-img img{height: 170px;}
    .pub-video .video video{height: 360px;}
    .pub-con{padding: 0 40px;}
    .test-video .img img{height: 170px;}
    .test-video .btn{width: 50px;height: 50px;font-size: 18px;}
    .book-list{margin-left: -20px;}
    .book-list li{margin: 20px 0 0 20px;width: calc(20% - 20px);}
    .book-img .img img{height: 235px;}
    .book-btn{font-size: 14px;right: 10px;bottom: 10px;width: 38px;height: 38px;}
    .book-img:hover .book-btn::after {border-width: 19px;}
    .pubImg-view .book-list li {width: calc(25% - 20px);}
    .pubImg-view .book-img .img img{height: 300px;}
    .knowBS-menu-con .list li i{width: 10px;height: 10px;border-width: 1px;}
    .xtsGH-list1 .img img,.xtsGH-list2 .img img{height: 240px;}
    .xtsGH-list2 .text{padding: 5px 15px;min-height: 60px;}
    .xtsDW-list .img{height: 140px;}
    .xtsDW-list .text-box {padding: 15px 20px 0;}
    .xtsGH-list1, .xtsGH-list2, .xtsDW-list, .xtsXB-list{margin-left: 0;}
    .xtsGH-list1 li, .xtsGH-list2 li, .xtsDW-list li{margin: 15px 0 0;width: 100%;}
    .xtsGH-list1 .img img, .xtsGH-list2 .img img{height: 175px;}
    .xtsGH-list1 .text{margin-top: 5px;}
    .xtsDW-list .img{width: 30%;height: 100px;}
    .xtsDW-list .text-box{width: 70%;padding: 10px 10px 0;}
    .xtsGH-list2 .text{padding: 4px 5px;}
    .xtsXB-list li{width: 100%;margin: 0;}
    .xtsXB-list .img{width: 70px;}
    .xtsXB-list .text-box{padding: 0 15px;width: calc(100% - 70px);}
    .xtsFN-list{padding-bottom: 0;}
    .xtsFN-list li{padding: 30px 15px;width: 100%;margin: 0;border-left: unset;border-top: 1px solid #d6d6d6;}
    .xtsFN-list li:first-child{border-top: unset;}
    .xtsFN-list h1, .xtsFN-list h2, .xtsFN-list h3, .xtsFN-list h4, .xtsFN-list h5, .xtsFN-list h6{font-size: 16px;}
    .rdFirst-con{width: 330px;}
    .rdFirst-flex .icon{height: 80px;}
    .rdISO-slide-img .img img{max-height: 200px;}
    .rdCQ-menu{font-size: 13px;}
    .rdCQ-slide{height: 200px;}
    .rdCQ-menu li.active::after{width: 80px;}
    .rdSide li{font-size: 13px;padding-left: 12px;}
    .rdSide{left: 2vw;}
    .proItem-img-show .logo {left: 15px;top: 15px;height: 30px;}
    .ctaCode-item{height: 190px;}
    .ctaCode-item .title i{width: 30px;}
    .ctaCode-item .text img{width: 80px;}
    .ctaCode-item .text,.ctaCode-item{padding: 20px;}
    .joinInfo-head .item, .joinInfo-item .item{height: 70px;}
    .joinInfo-head, .joinInfo-item{padding-left: 25px;}
    .joinInfo-head .item:nth-child(4), .joinInfo-item .item:nth-child(4){width: 120px;}
    .joinFL-con{padding-right: calc((100vw - 960px) / 2);}
    .joinDet-title {padding-left: calc((100vw - 960px) / 2 - 78px);}
    .joinDet-head{padding: 20px 30px 35px;padding-right: calc((100vw - 960px) / 2);}
    .abIntro .comTitle{padding: 0 30px;}
    .abIntro-num .icon{height: 45px;}
    .abHonor-nav li{width: 120px;padding-bottom: 12px;margin-left: 20px;}
    .abHonor-swp{padding: 30px 60px;}
    .abHonor .contain{width: 1080px;}
    .abHonor-slide .img{height: 210px;}
    .abHonor-btn{left: 10px;width: 40px;height: 40px;font-size: 14px;}
    .abHonor-btn.next{right: 10px;}
    .abSH-drop-item .img img{height: 230px;}
    .abIntro-num li::after{height: 6px;}
    .adaCar-brand-list .item{height: 50px;}
    .adaCar-honor-slide .img{height: 160px;}
    .adaCar-item-img .img{height: 260px;}
    .adaCar-item-img .logo{padding: 10px;}
    .adaCar-item-img .logo img:nth-child(1) {max-height: 22px;}
    .adaCar-item-img .logo img:nth-child(2) {max-height: 24px;max-width: 80px;}
    .adaCar-left{width: 100%;}
    .adaCar-brand-list .item{height: 70px;}
    .adaCar-honor-slide .img{height: 210px;}
    .adaCar-search .joinInfo-drop li{padding-left: 10px;}
    .adaCar-right{width: 100%;}
    .adaCar-list{margin-left: -10px;}
    .adaCar-item {margin: 25px 0 0 10px;width: calc(50% - 10px);}
    .adaCar-item-img .img{height: 170px;padding-top: 10px;}
    .adaCar-item-img .logo{padding: 8px;}
    .adaCar-item-img .logo img:nth-child(1) {max-height: 14px;}
    .adaCar-item-img .logo img:nth-child(2){max-height: 16px;max-width: 40px;margin-left: 5px;}
    .adaCar-item-con .text{margin-top: 0;}
    .seekCon{padding: 35px 45px;}
    .seek-contain{width: 1050px;}
    .seekResult .item{width: 160px;}
    .seekGroup-item .item{height: 54px;}
    .seekNav1-item{width: 160px;height: 80px;}
    .seekNav2-item{width: 200px;}
    .seekSearch-form input{font-size: 15px;}
    .seekSearch-form input::-webkit-input-placeholder{font-size: 15px;}
    .resultW-list-img,.resultW-list-more{height: 250px;}
    .resultW-list-con .logo img{max-height: 32px;}
    .resultW-list-more .btn{width: 110px;height: 40px;}
    .resultW-list-more{padding-left: 15px;}
    .sizeRight-btn{width: 220px;height: 44px;}
    .shopSide{width: 30%;}   
    .shopMap{width: 70%;}


    .proDet-params-nav li{width: 90px;height: 40px;margin-left: 10px;}
    .proDet-params-table table td{padding: 20px 5px;}
    .proDet-params-table table td span{font-size: 12px;}
    .proSP-module1-con{width: 26%;}
    .proDet-ys-list li{padding: 0 3vw;}
    .proDet-ys-list .icon{width: 75px;height: 75px;}
    .proDL-module3{padding-left: calc((100vw - 960px) / 2);}
    
    /* 新增 */
    .truckBan-icon .img{height: 40px;padding: 0 15px;}
    .truckES-module4-list{margin-left: -12px;}
    .truckES-module4-list li{margin-left: 12px;width: calc(50% - 12px);padding: 12px;}
    .truckES-module4-list .label{height: 50px;}
    .truckES-module4-list .img{height: 190px;}
    .truckES-module4-list .desc{padding: 20px 15px;}
    .truckG01-module3-list .icon{width: 84px;height: 72px;}
    .motorBan-con{width: 35%;}


    /* 新增2 */
    .queryCon{width: 70%;}
    
    
    
}
/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px) {
    /* 1024 横屏 */
}
@media all and (max-width:1000px) {
    /* 720 竖屏 */
    .pagesBan-nav .btn{width: 90px;height: 34px;}
    .pagesNav{overflow-x: auto;justify-content: flex-start;}
    .pagesNav .contain{flex-wrap: nowrap;width: 100%;white-space: nowrap;justify-content: flex-start;margin: 0;}
    .pagesNav-item{height: 44px;margin-left: 20px !important;}
    .pagesNav-item::after{bottom: 0;}
    .newsShow-left{width: 100%;}
    .newsShow-left-img img{height: 200px;}
    .newsShow-left-con{padding: 15px 12px;}
    .news-data .item{padding: 0 10px;}
    .news-data .item i{font-size: 12px;margin-right: 5px;}
    .newsShow-right{width: 100%;}
    .newsShow-right-item{margin-top: 15px !important;}
    .newsShow-right-con{padding: 15px 12px;}
    .newsShow-right-img img{height: 200px;}
    .newsShow-right-con .title{font-size: 15px;}
    .newsShow-right-con .news-data{margin-top: 10px;}
    .newsList-item{width: 100%;margin-top: 30px;}
    .newsList-item:first-child{margin-top: 10px;}
    .newsList-img img{height: 200px;}
    .newsList-con{padding-top: 10px;}
    .pagesBread{display: none;}
    .newsDet-data .item{padding: 0 12px;}
    .newsDet-data .item i{font-size: 12px;}
    .newsDet-data .item span{margin-left: 4px;}
    .newsDet-share{width: 100%;margin-top: 10px;}
    #toShare a{font-size: 13px;margin-left: 10px;}
    .newsDet-hot{padding: 25px 15px;}
    .newsDet-hot-list .item{margin-top: 10px;}
    .newsDet-hot-head .back i{margin-right: 5px;width: 20px;height: 20px;}
    .newsDet-hot-head .back i::before{transform: scale(.6);}
    .pub-con{width: 100%;padding: 15px;}
    .pub-video{width: 100%;}
    .pub-list li{flex-direction: column !important;margin-top: 30px;}
    .pub-list li:first-child{margin-top: 10px;}
    .pub-video .video video{height: 200px;}
    .pub-video .btn{font-size: 14px;width: 48px;height: 48px;}
    .test-list li{width: 100%;}
    .test-video .img img{height: 195px;}
    .book-list{margin: 0 0 0 -10px;}
    .book-list li{width: calc(50% - 10px);margin:20px 0 0 10px;}
    .book-img .img img{height: 225px;}
    .pubImg-view .book-list li {width: calc(50% - 10px);}
    .pubImg-view .book-img .img img{height: 230px;}
    .knowBS-menu{width: 100%;}
    .knowBS-menu-con .list li i{width: 8px;height: 8px;}
    .knowBS-menu-con{width: 65%;}
    .knowBS-drop{width: 100%;}
    .knowJT-list li{flex-direction: column !important;justify-content: flex-start;margin-top: 40px;}
    .knowJT-list li:first-child{margin-top: 10px;}
    .knowJT-img{width: 100%;}
    .knowJT-con{width: 100%;padding-top: 20px;}
    .xtsFN-list h1, .xtsFN-list h2, .xtsFN-list h3, .xtsFN-list h4, .xtsFN-list h5, .xtsFN-list h6{font-size: 14px;margin-bottom: 5px;}
    .faqMenu{padding-right: 0;}
    .faqMenu .btn{width: 10px;height: 10px;}
    .faqMenu .btn::before{height: 1px;}
    .faqMenu .btn::after{width: 1px;}
    .faqMenu .label{width: 24px;height: 24px;margin-right: 10px;}
    .faqMenu .title{padding-right: 20px;}
    .comTitle br{display: none;}
    .rdHouse-list{margin-left: -20px;}
    .rdHouse-list li{margin-left: 20px;width: calc(50% - 20px);}
    .rdDevice-list{margin-top: 0;}
    .rdDevice-list li{width: 50%;margin-top: 30px;}
    .rdDevice-list .icon{width: 100px;height: 80px;padding-top: 0;}
    .rdDevice-list .img{width: 80px;height: 80px;}
    .rdTX-bg img{height: 270px;}
    .rdTX-con{padding-top: 15px;}
    .rdTX-con .comTitle .text{margin-top: 5px;}
    .rdFirst-con{width: 100%;margin: 30px 0 40px;}
    .rdFirst-img{display: none;}
    .rdFirst-list{position: relative;}
    .rdFirst-list li{position: static;}
    .rdFirst-list .dot{display: none;}
    .rdFirst-flex{position: static;width: 100%;flex-wrap: wrap;white-space: inherit;}
    .rdFirst-flex .text-box .title, .rdFirst-flex .text-box .text, .rdFirst-flex .icon{opacity: 1;}
    .rdFirst-flex{flex-direction: row-reverse !important;}
    .rdFirst-flex .text-box{padding: 15px 0 !important;}
    .rdFirst-flex .text-box .line1 i{width: 100%;}
    .rdFirst-flex .icon{height: 50px;margin: 0 !important;width: 65px;display: flex;justify-content: flex-end;}
    .rdFirst-flex .text-box .text{margin-top: 5px;}
    .rdFirst-list li:nth-child(7) .rdFirst-flex .text-box .line1{top: auto;bottom: 0;}
    .rdISO-desc{width: 100%;}
    .rdCQ-con{flex-direction: column !important;margin-top: 40px;}
    .rdCQ-con:first-child{margin-top: 0;}
    .rdISO-swp-box{width: 100%;margin-top: 30px;}
    .rdISO-list{width: 100%;display: flex;flex-wrap: nowrap;overflow-x: auto;white-space: nowrap;margin-top: 20px;}
    .rdISO-list li{margin-left: 30px;background: transparent;}
    .rdISO-list li:first-child{margin-left: 0;}
    .rdCQ-menu{width: 100%;padding: 0;margin-top: 20px;justify-content: flex-start;}
    .rdCQ-menu li::after{display: none;}
    .rdCQ-swp{margin-top: 30px;width: 100%;}
    .proList{margin: 0 0 0 -10px;}
    .proItem{margin-left: 10px;width: calc(50% - 10px);}
    .proCon .contain{width: 92%;}
    .proItem-img-show .logo{left: 5px;top: 5px;height: 16px;}
    .proItem-title{font-size: 13px;}
    .joinFL-left,.joinFL-right{width: 100%;}
    .joinFL-pagination{bottom: 10px;}
    .joinFL-pagination .swiper-pagination-bullet{width: 8px;height: 8px;margin: 0 4px;}
    .joinFL-con{width: 100%;padding: 30px 4%;}
    .joinFL-list .title{width: 100px;}
    .joinFL-list li{margin-top: 8px;}
    .joinInfo-select-box{justify-content: space-between;}
    .joinInfo-select-box  .joinInfo-select{width: 48%;margin-left: 0;}
    .joinInfo-menu,.joinInfo-drop li{height: 38px;padding-left: 15px;}
    .joinInfo-menu{border-radius: 19px;}
    .joinInfo-menu.active{border-radius: 19px 19px 0 0;}
    .joinInfo-drop{border-radius: 0 0 19px 19px;}
    .joinInfo-menu::after{right: 15px;}
    .joinInfo-head{display: none;}
    .joinInfo-list{margin-top: 20px;}
    .joinInfo-item{padding:20px 0;}
    .joinInfo-item .item{height: auto;width: auto !important;margin-right: 10px;}
    .joinInfo-item .item:first-child{width: 100% !important;margin-right: 0; flex: unset;margin-bottom: 8px;font-size: 16px;font-weight: 500;}
    .joinInfo-item:hover{padding-left: 15px;}
    .joinDet-back{display: none;}
    .joinDet-head{padding: 30px 4% 40px;}
    .joinDet-head-con{margin-top: 0;}
    .joinDet-title{flex: unset;width: 100%;padding: 0;}
    .joinDet-popOn{width: 100px;height: 36px;margin-top: 30px;}
    .joinDet-title .text span{margin-left: 12px;}
    .joinDet-list .title, .joinDet-list .text{width: 100%;}
    .joinDet-list .title{font-size: 16px;font-weight: 500;}
    .joinDet-list .text{margin-top: 10px;}
    .joinDet-list li{padding: 25px 0;}
    .abIntro .comTitle{padding: 0 10px;}
    .abIntro .comTitle .text{text-align: justify;}
    .abIntro-num li{width: 50%;}
    .abIntro-num .icon{height: 30px;}
    .abIntro-num .num{margin-top: 20px;}
    .abIntro-num .text{margin-top: 5px;font-size: 12px;line-height: 22px;padding: 0 10px;}
    .abIntro-num li:nth-child(4):before {content: "";position: absolute;left: 0;top: 0;transform: translateX(-50%);width: 100vw;height: 1px;background: #f5f5f5;}
    .abWH-bg img{height: 500px;}
    .abHonor .contain{width: 92%;}
    .abHonor-btn{display: none;}
    .abHonor-nav li{width: auto;margin-left: 0;padding: 0 15px 10px;}
    .abHonor-nav li::after{height: 1px;}
    .abHonor-swp{padding: 15px 15px 40px;}
    .abHonor-slide .img{height: 270px;}
    .abHonor-slide .title{padding: 0 15px;margin-top: 10px;}
    .abHonor-scrollbar{width: calc(100% - 30px);}
    .abSH-menu{width: 100%;border-right: unset;border-bottom: 1px solid #e6e6e6;padding: 0 0 30px 0;}
    .abSH-menu-item.active{padding-bottom: 20px;}
    .abSH-menu-item .btn{font-size: 14px;}
    .abSH-drop{width: 100%;padding: 30px 0 0 0;}
    .abSH-drop-item .img img{height: 195px;}
    .abSH-menu-item .title,.abSH-drop-item .title{font-size: 15px;}
    .abFZ{height: auto;}
    .abFZ-img{position: relative;top: auto;}
    .abFZ-img .bg img{height: auto;}
    .abFZ-con{padding:10px 4% 30px;}
    .abFZ-list{width: 100%;padding: 0;}
    .abFZ-item .img img{height:  50px;}
    .abFZ-item .img{width: 24%;}
    .abFZ-item .text-box .title{font-size: 15px;}
    .abFZ-item .text-box .text{font-size: 12px;line-height: 22px;}
    .abIntro-num li::after{height: 4px;}
    .seek-contain{width: 92%;}
    .seekNav1-item{width: calc(100% / 3);height: 58px;}
    .seekNav1-item .icon img{max-height: 15px;}
    .seekNav1-item .text{margin-top: 2px;}
    .seekNav2-item{width: auto;padding: 0 8px 8px;border-width: 1px;}
    .seekCon{padding: 30px 15px;}
    .cycPlan-item .icon{width: 20px;height: 20px;}
    .cycPlan-item .icon i{width: 10px;height: 10px;border-width: 2px;}
    .cycPlan-item.current .icon i::before, .cycPlan-item.finish .icon i::before{font-size: 12px;}
    .cycPlan-list::after{height: 1px;left: 26px;width: calc(100% - 52px);top: 9px;}
    .cycPlan-item .text{font-size: 12px;}
    .seekSearch-bg{display: none;}
    .seekSearch-text{width: 100%;}
    .seekSearch-form{width: 100%;margin-top: 10px;}
    .seekSearch-form input{height: 34px;font-size: 13px;padding-left: 12px;}
    .seekSearch-form input::-webkit-input-placeholder{font-size: 13px;}
    .seekSearch-form .btn{width: 34px;height: 34px;font-size: 14px;}
    .seekResult-box{padding-bottom: 15px;}
    .seekResult-btn{width: 130px;height: 38px;margin-top: 10px;}
    .seekResult-btn i{margin-left: 10px;}
    .seekResult{padding-bottom: 15px;width: 100%;}
    .seekResult .title{height: auto;}
    .seekResult .list{flex: unset;width: calc(100% + 10px);margin-left: -10px;}
    .seekResult .item{margin: 10px 0 0 10px;width: calc(50% - 10px);}
    .seekResult .item::after{transform: translateY(-50%) scale(.6);right: 10px;}
    .seekResult .item:hover::after{transform: translateY(-50%) scale(.6) rotate(180deg);}
    .cycBrand-nav{flex-wrap: nowrap;white-space: nowrap;overflow-x: auto;padding: 20px 0 0;top: 50px;}
    .cycBrand-nav li{padding: 3px 9px;}
    .seekGroup-item{padding: 25px 0;}
    .cycBrand-group{margin-top: 30px;max-height: calc(100vh - 90px);}
    .seekGroup-item .title i{width: 15px;}
    .seekGroup-item .item{width: calc((100% / 3) - 10px);height: 46px;}
    .resultW-left{width: 100%;position: relative;top: auto;}
    .resultW-right{width: 100%;}
    .resultW-list li{flex-direction: column;padding: 30px 15px;}
    .resultW-list-img{height: 250px;width: 100%;order: 2;}
    .resultW-list-con{order: 1;width: 100%;flex: unset;}
    .resultW-list-con .logo img{max-height: 25px;}
    .resultW-list-more{order: 3;height: auto;background: transparent;padding-left: 0;clip-path: unset;width: 100%;}
    .resultW-list-more .btn{border-color: #ca0915;color: #ca0915;border-width: 1px;width: 100px;height: 36px;}
    .resultW-list-more .btn::after{background: #ca0915;}
    .resultW-list-more .btn:hover{background: #ca0915;}
    .resultW-list-more .btn:hover span{color: #fff;}
    .resultNo-cta .msgPop-input .title{width: 70px;}
    .resultNo-cta .msgPop-submit{padding-left: 70px;}
    .msgPop-submit .btn i{margin-left: 10px;}
    .sizeLeft{width: 100%;padding-top: 35px;}
    .sizeRight{width: 100%;margin-top: 30px;}
    .sizeRight-menu,.sizeRight-drop li{height: 42px;padding-left: 12px;}
    .sizeRight-drop{max-height: 168px;}
    .sizeRight-menu::before{right: 15px;}
    .sizeRight-btn{width: 150px;height: 38px;margin-top: 30px;}
    .adaPro-left{width: 100%;position: relative;top: auto;}
    .adaPro-right{width: 100%;margin-top: 20px;}
    .adaPro-right-item{margin-top: 30px;}
    .adaPro-right-title{padding-left: 12px;height: 34px;}
    .adaPro-right-list li{padding: 8px 0 8px 12px;}
    .adaPro-head{padding: 20px 0;}
    .adaPro-head-title{width: 100%;}
    .adaPro-select-box{width: 100%;}
    .adaPro-select{width: 50%;flex: unset;}
    .adaPro-menu{border-left: unset;padding: 10px;}
    .adaPro-select:nth-child(1) .adaPro-menu,.adaPro-select:nth-child(3) .adaPro-menu{border-right: 1px solid rgba(255, 255, 255, .3);}
    .adaPro-select:nth-child(3) .adaPro-menu,.adaPro-select:nth-child(4) .adaPro-menu{border-top: 1px solid rgba(255, 255, 255, .3);}
    .adaPro-drop{padding: 0 4px;max-height: 170px;}
    .adaPro-drop .item{height: 34px;padding: 0 6px;}
    .shop-view{flex-direction: column-reverse;}
    .shopSide{width: 100%;padding: 10px 4%;height: auto;}
    .shopSide .paging{position: relative;bottom: auto;}
    .shopSide .pagesNav-item{height: 40px;}
    .shopSide .pagesNav-item:first-child{margin-left: 0 !important;}
    .shopSearch .position{width: 16px;}
    .shopSearch input{font-size: 13px;padding-left: 8px;width: calc(100% - 30px);}
    .shopSearch input::-webkit-input-placeholder{font-size: 13px;}
    .shopSearch .btn{font-size: 14px;}
    .shopNav{margin-top: 15px;}
    .shopResult{padding: 10px 0;}
    .shopCon{margin-top: 15px;padding-right: 0;}
    .shopItem .text-box .text{font-size: 12px;}
    .shopItem{padding: 15px 0;}
    .shopItem .btn{width: 28px;height: 28px;}
    .shopPop{width: 92%;height: 150px;padding: 0 15px;border-radius: 5px;}
    .shopPop-close{font-size: 12px;width: 28px;height: 28px;left: auto;right: 0;top: -40px;}
    .shopPop .btn{width: 130px;height: 36px;}
    .shopMap{width: 100%;height: 250px;}
    .amap-icon img{width: 20px;}
    .ctaCode{margin: 0;}
    .ctaCode-item{margin: 15px 0 0;width: 100%;height: 150px;}
    .ctaCode-item .text, .ctaCode-item{padding: 15px;}
    .ctaCode-item .title i{width: 20px;}
    .ctaCode-item .text img{width: 65px;}
    .cta-position li{width: 100%;}


    .proBan-back{left: 4%;top: 10px;font-size: 12px;display: none;}
    .proBan-back i{width: 18px;height: 18px;margin-right: 5px;}
    .proBan-back i::before{display: block;transform: scale(.7);}
    .proBan-bg img{height: 250px;}
    .proBan-con .contain{}
    .proBan-desc{width: 60%;}
    .proBan-desc .tag{font-size: 12px;animation: none;}
    .proBan-desc .title{font-size: 14px;animation: none;}
    .proBan-desc .text{animation: none;margin-top: 20px;padding-top: 5px; font-size: 13px;}
    .proBan-img{width: 30%;height: auto;}
    
    .proSP-module1,.proSP-module2{padding-left: 4%;padding-right: 4%;}
    .proSP-module1-con{width: 100%;padding-top: 0;}
    .proSP-module1-img{width: 100%;margin-top: 10px;display: none;}
    .proSP-module2{flex-direction: column-reverse;padding-top: 50px;}
    .proSP-module2-con{width: 100%;}
    .proSP-module2-img{width: 70%;margin: 20px auto 0;}
    .proSP-module3-con,.proSU-module1-con,.proSU-module2-con,.proSU-module3-con{width: 100%;}
    .proSP-module3-img,.proSU-module1-img,.proSU-module2-img,.proSU-module3-img{width: 100%;margin-top: 15px;}
    .proSP-module4-con{position: relative;color: #2c2c2c;padding: 15px 0;background: #f8f8f8;}
    .proSP-module1-list .img,.proSP-module2-list .img{display: none;}
    .proDet-params-nav{justify-content: flex-start;flex-wrap: nowrap;overflow-x: auto;white-space: nowrap;}
    .proDet-params-nav li{height: 32px;padding: 0 20px;}
    .proDet-params-table{overflow-x: auto;}
    .proDet-params-table table{width: 230%;font-size: 12px;}
    .proDet-params-table table td{padding: 10px 5px;}
    .proDet-params-btn .btn i{width: 14px;margin-left: 8px;}
    .proDet-params-btn .btn{width: 130px;height: 38px;}
    .proSU-module1 .contain,.proSU-module1.reverse .contain{flex-direction: column;}
    .proSU-module2,.proSU-module2.reverse{padding: 40px 4%;flex-direction: column-reverse;}
    .proSA-module2{padding-bottom: 40px;}
    .proSA-module2-con{position: relative;padding: 0 4% 15px;}
    .proSA-module2-con .text br{display: none;}
    .proDet-ys-list{padding: 0 4%;}
    .proDet-ys-list li{width: 100%;margin: 30px 0 0;padding: 0 30px;}
    .proDet-ys-list li:first-child{margin-top: 0;}
    .proDet-ys-list .icon{width: 60px;height: 60px;}
    .proSW-module1,.proSW-module1.reverse{flex-direction: column;padding-left: 4vw;padding-right: 4vw;}
    .proSW-module1-con{width: 100%;}
    .proSW-module1-img{width: 70%;margin: 30px auto 0;}
    .proDA-module1-con{position: relative;color: #2c2c2c;padding: 10px 0 15px;}
    .proDA-module1-con br{display: none;}
    .proDL-module1-con{position: relative;color: #2c2c2c;}
    .proDL-module1-con .text{width: 100%;}
    .proDL-module1-bg{margin-top: 15px;}
    .proDL-module3{padding: 40px 4%;}
    .proDL-module3-con{width: 100%;}
    .proDL-module3-img{width: 70%;margin: 30px auto 0;}

    /* 新增 */
    .truckBan-img{width: 100%;}
    .truckBan-con{width: 100%;}
    .truckBan-con{padding: 30px 4% 50px;}
    .truckBan-list p span{padding-left: 14px;margin-left: 14px;}
    .truckBan-list p span::after{width: 8px;height: 8px;border-width: 1px;}
    .truckBan-icon{margin-top: 15px;}
    .truckBan-icon .img {height: 30px;padding: 0 15px;}
    .truckBan-con .proDet-params-btn{margin-top: 35px;}
    .truckES-module3{padding: 40px 4% 10px;}
    .truckES-module3-img{width: 70%;margin: 0 auto;}
    .truckES-module3-con{width: 100%;margin-top: 20px;}
    .truckES-module4-img{width: 50%;margin: 0 auto;}
    .truckES-module4-con{width: 100%;margin-top: 30px;}
    .truckES-module4-list{margin: 0;}
    .truckES-module4-list li{border-radius: 5px;width: 100%;margin: 15px 0 0;}
    .truckES-module4-list .label{height: 46px;border-radius: 5px;}
    .truckES-module4-list .img{height: 230px;margin: 40px 0;}
    .proDet-td-list{margin-top: 10px;}
    .proDet-td-list li{padding: 0 10px;width: calc(100% / 3);margin-top: 20px;}
    .proDet-td-list .icon{width: 60px;height: 60px;}
    .truckG01-module3-list{justify-content: flex-start;margin-top: 0;}
    .truckG01-module3-list li{width: calc(100% / 2);padding: 0 5px;margin-top: 25px;}
    .truckG01-module3-list .text{margin-top: 0;}
    .truckG01-module3-list .icon {width: 64px;height: 52px;}
    .motorBan-con{position: relative;width: 100%;text-align: left;}
    .motorBan-con .text{padding-left: 0;}
    .motorBan-con .img{height: 200px;margin-top: 30px;display: none;}
    .motor-module1-swp{width: 100%;}
    .motor-module1-slide{height: 200px;}
    .motor-module1{padding-left: 4%;padding-right: 4%;}
    .motor-module1-con{width: 100%;margin-top: 30px;}
    /* .motor-module1-con .proDet-params-table table td{padding: 10px 5px !important;} */
    .motor-module1-con .proDet-params-table table{width: 100%;}

    /* 新增2 */
    .queryBan{padding: 30px 0 50px;}
    .queryCon{width: 92%;border-radius: 5px;margin-top: -20px;padding: 25px 15px;}
    .queryInput{padding-left: 0;}
    .queryInput .title{width: 100%;margin-bottom: 5px;}
    .queryInput input{width: 100%;height: 40px;font-size: 13px;padding-left: 12px;}
    .queryInput input::-webkit-input-placeholder{font-size: 13px;}
    .queryInput{margin-top: 15px;}
    .queryInput:first-child{margin-top: 0;}
    .queryInput .queryCode img{height: 40px;margin-left: 5px;}
    .queryInput .queryCode input{width: auto;flex: 1;}
    .queryInput .queryCode .tips{margin-left: 5px;display: none;}
    .queryBtn{margin: 20px auto 0;width: 130px;height: 40px;}
    .queryBtn i{margin-left: 10px;font-size: 12px;}
    .query-result-item{padding: 15px 10px;}
    .query-result-item .icon{width: 14px;}
    .pubImg-nav .item{padding-bottom: 3px;margin-left: 15px;}
    .adaCar-brand-list{max-height: 240px;margin-top: 15px;}
    .rdCQ-title, .rdCQ-menu{width: 100%;}
    
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:720px) {
    /* 移动终端 360 适配 */
}