@charset "utf-8";
/* =====================内页样式======================== */
/* 分页 */
.paging{width: 100%;font-size: 0;text-align: center;user-select: none;}
.paging-menu, .paging-menu a, .paging-skip, .paging-hint, .paging-skip input, .paging-skip button{display: inline-block;vertical-align: middle;}
.paging-menu a{width: 38px;height: 38px;line-height: 36px;border: 1px solid #e1e1e1;margin: 4px;font-size: 14px;color: #555;transition: all .4s ease;border-radius: 3px;background-color: #fff;}
.paging-menu a:first-child, .paging-menu a:last-child{width: 68px;}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{border-color: #735b3f;background-color: #735b3f;color: #fff;}
.paging-skip{margin-left: 8px;}
.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: #735b3f;}
.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: #735b3f;color: #fff;border-color: #735b3f;}
.paging-hint span{color: #735b3f;}
@media all and (max-width:1000px) {.paging-menu a{margin: 4px 2px;}.paging-skip{width: 100%;margin-left: 0;}.paging-menu a:first-child, .paging-menu a:last-child{width: 54px;}}
/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #735b3f;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #735b3f;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: #735b3f !important;}
.search-link:hover h2{color: #735b3f;}
@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: #735b3f;}
.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: #735b3f;}
.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: 640px) {
    .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 img{width: 100%;min-height: 300px;}
.pagesBan-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;align-items: center;}
.pagesBan-con .title{animation: pagesBan 1.5s ease forwards;opacity: 0;}
@keyframes pagesBan {0%{opacity: 0;transform: translateX(150px) skew(-20deg);}100%{opacity: 1;transform: translateX(0) skew(0);}}
.pagesNav{box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.6);}
.pagesNav-item{height: 80px;position: relative;margin-left: 190px;color: #676a6f;}
.pagesNav-item:first-child{margin-left: 0;}
.pagesNav-item::after{content: "";position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;width: 0;height: 1px;background: #111;transition: all .4s ease;}
.pagesNav-item:hover,.pagesNav-item.active{color: #111;}
.pagesNav-item.active{font-weight: 500;}
.pagesNav-item.active::after{width: 100%;}
.pagesMore .btn{padding-bottom: 10px;border-bottom: 1px solid #1f1a17;transition: all .4s ease;}
.pagesMore .btn::after{content: "";position: absolute;left: 0;bottom: -1px;width: 0;height: 1px;background: #735b3f;transition: all .4s ease;}
.pagesMore i{display: inline-block;margin-left: 9px;transform: rotate(45deg) scale(.8);transition: all .4s ease;font-size: 12px;font-weight: 700;}
.pagesMore .btn:hover{color: #735b3f;}
.pagesMore .btn:hover i{transform: rotate(225deg) scale(.8);}
.pagesMore .btn:hover::after{width: 100%;}
.pagesBg{background: #f0f0ee;}
.pagesTitle .title-en{text-transform: uppercase;}
.pagesTitle .title-en::after{content: "";position: absolute;left: 0;bottom: 0;width: 80px;height: 2px;background: #1f1a17;}
.pagesTitle.center .title-en::after{left: 50%;transform: translateX(-50%);background: #fff;}
/* 新闻中心 */
.newsList{justify-content: space-between;}
.newsList::after{content: "";width: 32%;}
.newsItem{width: 32%;transition: all .4s ease;}
.newsItem:nth-child(-n+3){margin-top: 0;}
.newsList-img{overflow: hidden;}
.newsList-img img{width: 100%;height: 300px;transition: all .6s ease;}
.newsList-con{height: 340px;background: #fff;padding: 40px 40px 60px;flex-direction: column;justify-content: space-between;}
.newsList-title::after{content: ""; position: absolute;left: 0;top: 0;width: 40px;height: 2px;background: #735b3f;transition: all .4s ease;}
.newsItem:hover{ box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);}
.newsItem:hover .newsList-img img{transform: scale(1.08);}
.newsItem:hover .newsList-title{color: #735b3f;}
.newsItem:hover .newsList-title::after{width: 80px;}
/* 新闻详情 */
.newsDet-header{border-bottom: 1px solid #676a6f;}
.newsDet-header .title{text-transform: uppercase;}
.newsDet-header .date span{display: inline-block;margin-left: 30px;}
.newsDet-header .date span:first-child{margin-left: 0;}
.newsDet-file{border-bottom: 1px solid #676a6f;}
.newsDet-file h1,.newsDet-file h2,.newsDet-file h3,.newsDet-file h3,.newsDet-file h4,.newsDet-file h5,.newsDet-file h6{font-size: 30px;}
.newsDet-btn .btn{margin-left: 40px;position: relative;padding-right: 15px;transition: all .6s ease;}
.newsDet-btn .btn:first-child{margin-left: 0;}
.newsDet-btn .btn::after{content: "";position: absolute;left: 0;top: 0;width: 40px;height: 40px;border-radius: 40px;background: #735b3f;transition: all .6s ease;}
.newsDet-btn .btn i{width: 40px;height: 40px;position: relative;z-index: 2;}
.newsDet-btn .btn i img,.newsDet-btn .btn span{position: relative;z-index: 2;}
.newsDet-btn .btn span{margin-left: 9px;}
.newsDet-btn .btn:hover{color: #fff;}
.newsDet-btn .btn:hover::after{width: 100%;}
.caseDet-data{padding: 0 10%;}
.caseDet-data li{width: 50%;text-align: center;}
/* 案例-企业文化 */
.culture-swp{width: 62%;}
.culture-swp img{width: 100%;height: 640px;}
.culture-pagination .swiper-pagination-bullet{width: 8px;height: 8px;opacity: 1;margin-left: 10px;background: #e1e0de;}
.culture-pagination .swiper-pagination-bullet:first-child{margin-left: 0;}
.culture-pagination .swiper-pagination-bullet-active{background: #735b3f;}
.culture-con{width: 38%;padding: 0 5% 50px;}
.culture-title2{border-bottom: 1px solid #676a6f;}
.culture-item:nth-child(2n){flex-direction: row-reverse;}






/* 加入-人才招聘 */
.joinNav{justify-content: center;}
.joinNav-item{display: block;margin-left: 16%;cursor: auto;}
.joinNav-item:first-child{margin-left: 0;}
.joinNav-img{width: 320px;height: 320px;border-radius: 50%;}
.joinNav-img .img{width: 100%;height: 100%;border-radius: 50%;overflow: hidden;}
.joinNav-img .img img{width: 100%;height: 100%;transition: all .4s ease;}
.joinNav-item:hover .joinNav-img{box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.2);}
.joinNav-item:hover .joinNav-img .img img{transform: scale(1.08);}
.joinNav-item:hover .joinNav-text{color: #735b3f;}
.joinList li{background: #fff;}
.joinList-menu{height: 100px;align-items: center;padding: 0 40px;border-bottom: 1px solid #fff;user-select: none;cursor: pointer;}
.joinList-menu .text{margin-left: 35px;}
.joinList-menu .text span{padding: 0 15px;border-left: 1px solid #676a6f;}
.joinList-menu .text span:first-child{padding-left: 0;border-left: unset;}
.joinList-menu i{position: absolute;right: 40px;top: 50%;transform: translateY(-50%);width: 50px;height: 50px;border-radius: 50%;transition: all .4s ease;border: 1px solid #c5c6c8;}
.joinList-menu i::after,.joinList-menu i::before{content: ""; width: 14px;height: 2px;background: #000; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);transition: all .4s ease;}
.joinList-menu i::before{width: 2px;height: 14px;}
.joinList-menu:hover,.joinList-menu.active{color: #735b3f;}
.joinList-menu.active{border-bottom-color: #f0f0ee;}
.joinList-menu.active i{background: #735b3f;border-color: #735b3f;transform: translateY(-50%) rotate(180deg);}
.joinList-menu.active i::after,.joinList-menu.active i::before{background: #fff;}
.joinList-menu.active i::before{opacity: 0;}
.joinList-drop{padding: 60px 40px;display: none;}
.joinList-drop h1,.joinList-drop h2,.joinList-drop h3,.joinList-drop h4,.joinList-drop h5,.joinList-drop h6{color: #1f1a17;font-size: 18px;}
.joinList-drop p{line-height: inherit;}
.joinList-drop hr{width: 100%;background: #676a6f;}
/* 加入-商务合作 */
.hzList{justify-content: space-between;}
.hzList::after{content: "";width: 32.5%;}
.hzList li{width: 32.5%;background: #fff;padding: 70px 30px 60px;}
/* 联系我们 */
.contCon{width: 40%;}
.contCon-text p{margin-top: 15px;}
.contCon-text p span{color: #735b3f;font-size: 30px;font-family: "m";}
.contCon-more{width: 220px;height: 56px;border: 1px solid #1f1a17;overflow: hidden;transition: all .4s ease;position: relative;}
.contCon-more::after{content: "\e765";font-weight: 700; font-family: "icon";display: inline-block;margin-left: 16px;position: relative;z-index: 2;}
.contCon-more span{position: relative;z-index: 2;}
.contCon-more::before{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) rotate(45deg);width: 0;height: 500%;transition: all .4s ease;background: #735b3f;}
.contCon-more:hover{color: #fff;border-color: #735b3f;}
.contCon-more:hover::before{width: 105%;}
.contCon-map{width: 60%;height: 510px;}
.contCon-map .amap-info-content{padding: 25px 0;width: 380px; background: rgba(255, 255, 255, .9);text-align: center;}
.contCon-map .map-con{margin-top: 15px;color: #1f1a17;font-size: 16px;}
.amap-info-close,.amap-copyright,.amap-logo{display: none !important;}
/* 尊荣服务-加盟支持 */
.teamList li{display: flex;flex-wrap: wrap;align-items: center;}
.teamList-img{width: 50%;overflow: hidden;}
.teamList-img img{width: 100%;height: 480px;transition: all .6s ease;}
.teamList-img:hover img{transform: scale(1.08);}
.teamList-text{padding-left: 5%;width: 50%;}
.teamList li:nth-child(2n){flex-direction: row-reverse;}
.teamList li:nth-child(2n) .teamList-text{padding-left: 0;padding-right: 5%;}
/* 尊荣服务-经销网络 */
.netBg img{width: 100%;z-index: 2;position: relative;}
.netBg::after{content: "";width: 460px;height: 460px;position: absolute;left: 2%;top: 11%;transform: translateX(-50%);background: url('../images/pages/netIcon.png') no-repeat center/100% auto;}
.netText{width: 440px;position: absolute;left: 0;bottom: 0;}
.netDot{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.netDot-item{align-items: center;position: absolute;left: 0;top: 0;display: flex;z-index: 2;}
.netDot-item span{display: inline-block;margin-left: 15px;}
.netDot-item i{display: inline-block;width: 8px;height: 8px;border-radius: 50%;position: relative;background: #735b3f;}
.netDot-item i::before,.netDot-item i::after{content: "";z-index: 2;display: block;width: 100%;height: 100%;box-shadow: 0 0 8px 2px #735b3f inset;border-radius: 50%;position: absolute;top: 0;left: 0;animation: indfaDotRun 1.5s linear infinite;opacity: 0;}
.netDot-item i::before {animation-delay: .8s;}
.netDot-item i::after {animation-delay: 0s;}
@keyframes indfaDotRun{0%{opacity:0;transform:scale(.6)}5%{opacity:.8}to{opacity:0;transform:scale(3.8)}}
.netDot-item.jilin{left: 83%;top: 26%;}
.netDot-item.liaoning{left: 78%;top: 32%;}
.netDot-item.beijing{left: 69.5%;top: 37.5%;}
.netDot-item.hebei{left: 68%;top: 43%;}
.netDot-item.henan{left: 65%;top: 55%;}
.netDot-item.sichuan{left: 46%;top: 65%;}
.netDot-item.hubei{left: 63%;top: 63%;}
.netDot-item.anhui{left: 73%;top: 59%;}
.netDot-item.shanghai{left: 80.5%;top: 60%;}
.netDot-item.guizhou{left: 54%;top: 74%;}
.netDot-item.hunan{left: 62%;top: 73%;}
.netDot-item.jiangxi{left: 71%;top: 70%;}
.netDot-item.guangxi{left: 58%;top: 83%;}
.netDot-item.guangdong{left: 67%;top: 82%;}
/* 尊荣服务-售后服务 */
.serData-left{width: 35%;}
.serData-right{width: 65%;}
.serData-right li{width: 50%;}
.serData-right li:nth-child(-n+2){margin-top: 0 ;}
.serTable{justify-content: space-between;}
.serTable input{width: 31%;}
.serTable input,.serTable textarea,.serTable-btn{margin-top: 30px;font-size: 16px;}
.serTable input,.serTable textarea{border: 1px solid #676a6f;padding-left: 20px;color: #1f1a17;}
.serTable input::-webkit-input-placeholder{color: #a5a6aa;}
.serTable textarea::-webkit-input-placeholder{color: #a5a6aa;}
.serTable textarea{padding-top: 20px;width: 100%;height: 180px;}
.serTable input,.serTable-btn{height: 50px;}
.serTable-btn{cursor: pointer;user-select: none;width: 20%;}
.serTable-btn:hover{background: #5c4326;}
/* 产品-主页 */
.proItem{justify-content: flex-end;}
.proItem-img{position: absolute;left: 0;top: 0;width: 47%;overflow: hidden;}
.proItem-img img{width: 100%;transition: all .6s ease;}
.proItem-con,.proItem-img img{height: 540px;}
.proItem-img:hover img{transform: scale(1.08);}
.proItem-con{width: 57%;border: 1px solid #94969a;padding: 0 5% 0 10%;display: flex;flex-direction: column;justify-content: center;}
.proItem-more .btn{padding-bottom: 7px;position: relative;transition: all .4s ease;}
.proItem-more .btn::before{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #1f1a17;transition: all .4s ease;}
.proItem-more .btn::after{content: "\e765";font-family: "icon"; display: inline-block;margin-left: 9px;font-weight: 500;}
.proItem-more .btn:hover{color: #735b3f;}
.proItem-more .btn:hover::before{background: #735b3f;}
.proItem:nth-child(2n){justify-content: flex-start;}
.proItem:nth-child(2n) .proItem-img{left: auto;right: 0;}
.proItem:nth-child(2n) .proItem-con{padding: 0 10% 0 5%;}
/* 产品-列表 */
.proList-list{justify-content: space-between;}
.proList-list::after{content: "";width: 32.5%;}
.proList-item{width: 32.5%;}
.proList-img .img img{width: 100%;height: 380px;}
.proList-img .text{position: absolute;opacity: 0; transition: all .5s ease; left: 50%;top: 50%;transform: translate(-50%,-50%) scale(.4);white-space: nowrap;width: 100px;height: 100px;border-radius: 50%;background: #735b3f;}
.proList-item:hover .proList-img .text{transform: translate(-50%,-50%) scale(1);opacity: 1;}
.proList-item:hover .proList-title{color: #735b3f;}
/* 产品详情 */
.proDet-show-swp{width: 67.5%;}
.proDet-show-swp img{width: 100%;}
.proDet-show-con{width: 32.5%;padding-left: 6%;}
.proDet-show-title{border-bottom: 1px solid #676a6f;}
.proDet-show-list{margin-left: -20px;}
.proDet-show-list li{width: calc((100% / 3) - 20px);margin: 20px 0 0 20px;position: relative;cursor: pointer;user-select: none;}
.proDet-show-list li::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border: 4px solid transparent;transition: all .4s ease;}
.proDet-show-list li img{width: 100%;}
.proDet-show-list li.active::after{border-color: #676a6f;}
.proDet-size .contain{background: #fff;padding: 60px;}
.proDet-size-file h1,.proDet-size-file h2,.proDet-size-file h3,.proDet-size-file h4,.proDet-size-file h5,.proDet-size-file h6{color: #1f1a17;}
.proDet-intro-header{background: #1f1a17;text-transform: uppercase;}
.proDet-intro-img img{max-width: 100%;height:auto;}
.proDet-intro-title span{padding-bottom: 20px;border-bottom: 1px solid #676a6f;display: inline-block;}
.proDet-intro-text p{line-height: inherit;}
/* 关于我们-生产实力 */
.SCtext .contain{width: 800px;}
.SCgy-text{padding: 0 20%;}
.SCgy-img{justify-content: space-between}
.SCgy-show{width: calc(50% - 5px);margin-top: 10px;}
.SCgy-show img{width: 100%;height: 500px;}
.SCgy-list{width: calc(50% - 5px);justify-content: space-between;}
.SCgy-list li{width: calc(50% - 5px);height: calc((500px / 2) - 5px);margin-top: 10px;position: relative;}
.SCgy-list li img{width: 100%;height: 100%;}
.SCgy-list li .text{position: absolute;left: 0;top: 0;padding: 8px 12px;background: #735b3f;white-space: nowrap;}
.SCgy-img:nth-child(2n){flex-direction: row-reverse;}
.SCgy-img:nth-child(2n) .SCgy-list li:first-child{width: 100%;}
.SCcz-item{align-items: center;}
.SCcz-img{width: 50%;}
.SCcz-img img{width: 100%;height: 420px;}
.SCcz-text{padding: 20px 0 20px 6%;width: 50%;}
.SCcz-item:nth-child(2n){flex-direction: row-reverse;}
.SCcz-item:nth-child(2n) .SCcz-text{padding: 20px 6% 20px 0;}
/* 关于我们-公司简介 */
.abIntro .contain{justify-content: space-between;}
.abIntro-con{width: 34%;}
.abIntro-img{width: 60%;}
.abIntro-img img{width: 100%;}
.abBtm .contain{padding: 0 60px;}
.abBtm-img{width: 50%;}
.abBtm-img img{height: 100%;width: 100%;}
.abBtm-con{width: 50%; padding: 20px 0 20px 6%;display: flex;flex-direction: column;justify-content: center;border-bottom: 1px solid #e8e8e7;}
.abBtm-item:nth-child(2n){flex-direction: row-reverse;}
.abBtm-item:nth-child(2n) .abBtm-con{padding: 20px 6% 20px 0;}
.abFZ{background: url('../images/pages/abDev-bg.jpg') no-repeat center/cover;}
.abFZ-label{display: inline-block;padding: 10px 25px;background: #735b3f;opacity: 0; transition: all .4s ease;}
.abFZ-line{margin-top: 30px;padding-right: 6px;}
.abFZ-line img{width: 100%;}
.abFZ-text{margin-top: 20px;padding-right: 50px;height: 250px;}
.abFZ-text .title{color: #e9d8ac;}
.abFZ-slide:hover .abFZ-label{opacity: 1;}
.abFZ-btn{position: absolute;cursor: pointer;user-select: none;z-index: 2; right: -90px;top: 75px;width: 50px;height: 50px;border-radius: 50%;border: 1px solid rgba(255, 255, 255, .3);}
.abFZ-btn.prev{right: auto;left: -90px;}
.abFZ-btn:hover{border-color: #fff;}
/* 关于我们-研发实力 */
.RDintro-bg img{width: 100%;}
.RDintro-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;align-items: center;}
.RDintro-con .contain{width: 800px; }
.RDintro-list{justify-content: space-between;}
.RDintro-num{align-items: flex-end;}
.RDintro-num .num{margin-right: 10px;align-items: flex-start;line-height: .8;}
.RDhonor{background: url('../images/pages/rdHonor-bg.jpg') no-repeat center/cover;}
.RDhonor .contain{padding: 0 7%;}
.RDhonor-list{justify-content: space-between;}
.RDhonor-list::after{content: "";width: 40%;}
.RDhonor-list li{width: 26%;}
.RDhonor-img img{width: 100%;}
.RDpeople-bg img{width: 100%;}
.RDpeople-text{position: absolute;left: 14%;width: 400px;height: 100%;flex-direction: column;justify-content: center;top: 0;}
.indcp .contain{padding: 0 50px;}
.indcp-loop{width: 100%;}
.indcp-loop .swiper-container{overflow: visible;}
.indcp-loop .swiper-wrapper{flex-wrap: nowrap;width: auto;margin-left: -10px;}
.indcp-loop .swiper-slide{width: 200px;margin-left: 10px;-webkit-flex-shrink: 1;-ms-flex-negative: 1;flex-shrink: 1;}
.indcp-loop .swiper-slide.active{width: calc(100% - 220px*3 - 10px*4);}
.indcp-loop .swiper-slide:nth-child(1), .indcp-loop .swiper-slide:nth-child(5){margin-top: 60px;}
.indcp-loop .swiper-slide:nth-child(2), .indcp-loop .swiper-slide:nth-child(4), .indcp-loop .swiper-slide:nth-child(6){margin-top: 30px;}
/* -- */
.indcp-items{width: 100%;position: relative;overflow: hidden;height: 600px;color: #fff;transform: translate3d(0,0,0);}
.indcp-items img{height: 100%;position: absolute;max-width: none;object-fit: fill;top: 0;left: 50%;transform: translateX(-50%);}
.indcp-items::before{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;transition: all .4s ease;}
.indcp-items::before{background: rgba(0, 0, 0, .3);}
.indcp-loop .swiper-slide.active .indcp-items::before{opacity: 0;transition: all .4s ease .4s;}
/* -- */
.indcp-loop .swiper-pagination{bottom: 0;font-size: 0;display:none;position: relative;}
.indcp-loop .swiper-pagination-bullet{background: #999;opacity: 1;margin: 0 0 0 8px !important;}
.indcp-loop .swiper-pagination-bullet:first-child{margin: 0 !important;}
.indcp-loop .swiper-pagination-bullet-active {background: #006650;}

/* 店铺-列表 */
.shopBg img{width: 100%;}
.shopList{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.shopList li{position: absolute;transition: all .4s ease;user-select: none;cursor: pointer;}
.shopList li:hover{color: #b7680b;}
.shopList li.xinjiang{left: 18%;top: 40%;}
.shopList li.xizang{left: 21%;top: 65%;}
.shopList li.qinghai{left: 35%;top: 54%;}
.shopList li.neimenggu{left: 56%;top: 39%;}
.shopList li.ningxia{left: 52%;top: 50%;}
.shopList li.gansu{left: 49%;top: 57%;}
.shopList li.sichuan{left: 46%;top: 68%;}
.shopList li.yunnan{left: 44%;top: 83%;}
.shopList li.shanxi{left: 62%;top: 50%;}
.shopList li.shanxi2{left: 56%;top: 59%;}
.shopList li.chongqing{left: 54%;top: 70%;}
.shopList li.guizhou{left: 53%;top: 78%;}
.shopList li.guangxi{left: 56%;top: 85%;}
.shopList li.haikou{left: 58%;top: 96%;}
.shopList li.beijing{left: 69%;top: 42%;}
.shopList li.hebei{left: 67%;top: 48%;}
.shopList li.henan{left: 64%;top: 59%;}
.shopList li.hubei{left: 62%;top: 67%;}
.shopList li.hunan{left: 61%;top: 75%;}
.shopList li.guangdong{left: 64%;top: 86%;}
.shopList li.xianggang{left: 66%;top: 90%;}
.shopList li.aomen{left: 63%;top: 92%;}
.shopList li.tianjin{left: 71%;top: 45%;}
.shopList li.shandong{left: 71%;top: 53%;}
.shopList li.anhui{left: 70%;top: 65%;}
.shopList li.jiangxi{left: 67%;top: 75%;}
.shopList li.heilongjiang{left: 88%;top:22%;}
.shopList li.jilin{left: 84%;top: 31%;}
.shopList li.liaoning{left: 80%;top: 38%;}
.shopList li.jiangsu{left: 74%;top: 61%;}
.shopList li.shanghai{left: 78%;top: 66%;}
.shopList li.zhejiang{left: 75%;top: 72%;}
.shopList li.fujian{left: 71%;top: 79%;}
.shopList li.taiwan{left: 77%;top: 85%;}
.shopList li.xinjiang::before{width: 410px;height: 460px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.xizang::before{width: 390px;height: 70px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.qinghai::before{width: 290px;height: 180px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.neimenggu::before{width: 320px;height: 130px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.ningxia::before{width: 70px;height: 80px;content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.gansu::before{width: 65px;height: 80px;content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.sichuan::before{width: 170px;height: 110px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.yunnan::before{width: 160px;height: 100px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.shanxi::before{width: 80px;height: 130px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.shanxi2::before{width: 90px;height: 50px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.chongqing::before{width: 70px;height: 30px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.guizhou::before{width: 100px;height: 100px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.guangxi::before{width: 130px;height: 60px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.haikou::before{width: 50px;height: 50px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.beijing::before{width: 40px;height: 40px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.hebei::before{width: 70px;height: 60px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.henan::before{width: 120px;height: 80px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.hubei::before{width: 100px;height: 70px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.hunan::before{width: 110px;height: 90px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.guangdong::before{width: 120px;height: 40px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-30%);}
.shopList li.shandong::before{width: 130px;height: 80px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.anhui::before{width: 60px;height: 100px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.jiangxi::before{width: 70px;height: 70px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.heilongjiang::before{width: 250px;height: 160px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.jilin::before{width: 100px;height: 70px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.liaoning::before{width: 130px;height: 80px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.jiangsu::before{width: 60px;height: 100px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.zhejiang::before{width: 80px;height: 60px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.fujian::before{width: 60px;height: 50px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shopList li.taiwan::before{width: 40px;height: 90px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}

.shopPop-box{display: none; position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 99999;}
.shopPop{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(0);width: 62.5%;background: rgba(0, 0, 0, .7);}
.shopPop-box.active{display: block;}
.shopPop-box.active .shopPop{animation: popAni .3s .1s ease forwards;}
@keyframes popAni {0%{transform: translate(-50%,-50%) scale(0);}100%{transform: translate(-50%,-50%) scale(1);}}
.shopPop-close{font-size: 20px;transition: all .4s ease; user-select: none;cursor: pointer;width: 50px;height: 50px;border-radius: 50%;background: #111;position: absolute;right: 0;top: 0;transform: translate(50%,-50%);}
.shopPop-close:hover{transform: translate(50%,-50%) rotate(180deg);}
.shopPop-menu li{height: 60px;}
.shopPop-menu li:first-child{padding: 0 20px;}
.shopPop-drop .img{padding: 30px 20px 30px 0;}
.shopPop-drop .img img{width: 100%;height: 140px;}
.shopPop-drop li{border-top: 1px solid rgba(255, 255, 255, .1);}
.shopPop-drop li:first-child{border-top: 0;}
.shopPop-menu li:first-child,.shopPop-drop .img{width: 21%;border-right: 1px solid rgba(255, 255, 255, .1);}
.shopPop-menu li:nth-child(2),.shopPop-drop .title{width: 40%;border-right: 1px solid rgba(255, 255, 255, .1);}
.shopPop-menu li:nth-child(3),.shopPop-drop .text{width: 39%;padding:0 20px;}
.shopPop-drop-box{padding: 0 20px;}
.shopPop-drop{overflow-y: auto;max-height: 650px;}
.shopPop-drop::-webkit-scrollbar {width: 5px;}
.shopPop-drop::-webkit-scrollbar-thumb {background: #735b3f;}
.shopPop-drop::-webkit-scrollbar-track {background: #111;}




/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
}
@media all and (max-width:1590px) {
    /* 1440 × (700)  */
    .newsList-img img{height: 250px;}
    .newsList-con{height: 300px;padding: 30px 30px 45px;}
    .pagesNav-item{margin-left: 60px;}
    .culture-swp img{height: 480px;}
    
    .hzList li{padding: 50px 20px 40px;}
    .teamList-img img{height: 360px;}
    .netBg::after{width: 300px;height: 300px;top: 14%;}
    .proItem-con, .proItem-img img{height: 410px;}
    .proList-img .img img{height: 290px;}
    .proList-img .text{font-size: 15px;width: 90px;height: 90px;}
    .proDet-size .contain{padding: 50px;}
    .SCgy-show img{height: 380px;}
    .SCgy-list li{height: calc((380px / 2) - 5px);}
    .SCcz-img img{height: 330px;}
    .abIntro-con{width: 37%;}
    .abIntro-img{width: 58%;}
    .RDpeople-text{width: 310px;}
    .indcp-items {height: 500px;}
    .indcp-loop .swiper-slide {width: 150px;}
    .indcp-loop .swiper-slide.active {width: calc(100% - 150px*3 - 10px*4);}
    .indcp-loop .swiper-slide:nth-child(1), .indcp-loop .swiper-slide:nth-child(5) {margin-top: 48px;}
    .indcp-loop .swiper-slide:nth-child(2), .indcp-loop .swiper-slide:nth-child(4), .indcp-loop .swiper-slide:nth-child(6) {margin-top: 24px;}

    .shopList li.xinjiang::before{width: 290px;height: 230px;}
    .shopList li.xizang::before{width: 160px;height: 130px;}
    .shopList li.qinghai::before{width: 200px;height: 150px;}
    .shopList li.neimenggu::before{width: 200px;height: 90px;}
    .shopList li.ningxia::before{width: 50px;height: 50px}
    .shopList li.gansu::before{width: 70px;height: 50px}
    .shopList li.sichuan::before{width: 130px;height: 90px;}
    .shopList li.yunnan::before{width: 130px;height: 70px;}
    .shopList li.shanxi::before{width: 60px;height: 100px;}
    .shopList li.shanxi2::before{width: 70px;height: 50px;}
    .shopList li.chongqing::before{width: 50px;height: 70px;}
    .shopList li.guizhou::before{width: 90px;height: 60px;}
    .shopList li.guangxi::before{width: 130px;height: 60px;}
    .shopList li.haikou::before{width: 50px;height: 50px;}
    .shopList li.beijing::before{width: 40px;height: 40px;}
    .shopList li.hebei::before{width: 60px;height: 50px;}
    .shopList li.henan::before{width: 100px;height: 60px;}
    .shopList li.hubei::before{width: 80px;height: 50px;}
    .shopList li.hunan::before{width: 80px;height: 60px;}
    .shopList li.guangdong::before{width: 80px;height: 40px;}
    .shopList li.shandong::before{width: 100px;height: 70px;}
    .shopList li.anhui::before{width: 80px;height: 80px;}
    .shopList li.jiangxi::before{width: 50px;height: 70px;}
    .shopList li.heilongjiang::before{width: 200px;height: 120px;}
    .shopList li.jilin::before{width: 100px;height: 60px;}
    .shopList li.liaoning::before{width: 90px;height: 60px;}
    .shopList li.jiangsu::before{width: 50px;height: 70px;}
    .shopList li.zhejiang::before{width: 70px;height: 60px;}
    .shopList li.fujian::before{width: 50px;height: 50px;}
    .shopList li.taiwan::before{width: 40px;height: 90px;}
    .shopPop-menu li{height: 46px;}
    .shopPop-drop .img img{height: 90px;}
    .shopPop-drop-box{font-size: 15px;}
    .shopPop{width: 65%;}
    .shopPop-drop{max-height: 550px;}
    .shopPop-close{font-size: 18px;width: 40px;height: 40px;}
}
@media all and (max-width:1430px) {
    /* 1360 */
}
@media all and (max-width:1350px) {
    /* 1280 */
}
@media all and (max-width:1270px) {
    /* 1152 × (700) */
    .newsList-img img{height: 200px;}
    .newsList-con {height: 250px;padding: 20px 20px 35px;}
    .culture-swp img{height: 380px;}
    .hzList li{padding: 30px 15px 20px;}
    .teamList-img img{height: 290px;}
    .proItem-con, .proItem-img img{height: 330px;}
    .proList-img .img img{height: 230px;}
    .proList-img .text{font-size: 14px;width: 80px;height: 80px;}
    .RDpeople-text{left: 10%;width: 350px;}
    .indcp-loop .swiper-slide {width: 110px;}
    .indcp-loop .swiper-slide.active {width: calc(100% - 110px*3 - 10px*4);}
    .indcp-items {height: 400px;}
    .shopPop-menu li{height: 42px;}
    .shopPop-drop .img img{height: 90px;}
    .shopPop-drop-box{font-size: 14px;}
    .shopPop{width: 75%;}
    .shopPop-drop{max-height: 500px;}
    .shopPop-close{font-size: 15px;width: 35px;height: 35px;}
}
@media all and (max-width:1140px) {
    /* 1024 */
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .indcp-loop .swiper-pagination{display:block;margin-top: 24px;}
    .indcp-loop .swiper-container{overflow: hidden;}
    .indcp-loop .swiper-wrapper{justify-content: flex-start;margin: 0;width: 100%;flex-wrap: nowrap;}
    .indcp-loop .swiper-slide{width: 100%;margin: 0;-webkit-flex-shrink: 0;-ms-flex-negative: 0;flex-shrink: 0;margin-top: 0 !important;}
    .indcp-items{height: auto;}
    .indcp-items img {width: 100%;height: 250px;position: static;object-fit: cover;left: 0;transform: translateX(0);}
    .indcp-items-hint{display: none;}
    .indcp-items::before{display: none;}
    .indcp-items::after{opacity: 1;}
    .indcp-items-mix{opacity: 1;}
    .indcp-loop .swiper-slide-active .indcp-items-mix .cont{opacity: 1;transform: translateY(0);transition: all .6s ease .8s;}
    .indcp-loop .swiper-slide-active .indcp-items-mix .link{opacity: 1;transform: translateY(0);transition: all .6s ease .8s;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .pagesNav{overflow-x: auto;}
    .pagesNav .contain{flex-wrap: nowrap;white-space: nowrap;width: 100%;}
    .pagesNav-item{margin-left: 25px !important;height: 60px;}
    .newsItem{width: 100%;margin: 20px 0 0 !important;}
    .newsList-con{height: 220px;}
    .pagesMore .btn{padding-bottom: 7px;}
    .newsDet-header .date{margin-top: 10px;}
    .newsDet-file h1, .newsDet-file h2, .newsDet-file h3, .newsDet-file h3, .newsDet-file h4, .newsDet-file h5, .newsDet-file h6{font-size: 18px;}
    .newsDet-btn .btn{margin-left: 15px;padding-right: 10px;}
    .newsDet-btn .btn i{width: 30px;height: 30px;}
    .newsDet-btn .btn span{margin-left: 5px;font-size: 13px;}
    .newsDet-btn .btn::after{width: 30px;height: 30px;}
    .newsDet-btn .btn:nth-child(2) i img{width: 16px;}
    .caseDet-data{padding: 0;}
    .culture-item{flex-direction: column-reverse !important;}
    .culture-swp{width: 100%;margin-top: 20px;}
    .culture-con{width: 100%;padding: 0;}
    .culture-swp img{height: 220px;}
    .culture-title2{margin-top: 5px;}
    .shop-screen-box{overflow-x: auto;}
    
    .joinNav-item{margin-left: 40px;}
    .joinNav-img{width: 100px;height: 100px;}
    .joinNav-text{font-size: 15px;}
    .joinList-menu{height: 66px;padding: 0 15px;}
    .joinList-menu i{right: 15px;width: 30px;height: 30px;}
    .joinList-menu i::after{width: 9px;height: 1px;}
    .joinList-menu i::before{width: 1px;height: 9px;}
    .joinList-menu .text{margin-left: 20px;}
    .joinList-menu .text span{padding: 0 10px;}
    .joinList-drop{padding: 30px 15px;font-size: 14px;}
    .hzList li{width: 100%;margin: 15px 0 0;padding: 30px 15px;}
    .hzList-icon img{width: 70px;}
    .contCon{width: 100%;}
    .contCon-text p span{font-size: 24px;}
    .contCon-more{width: 180px;height: 50px;}
    .contCon-map{width: 100%;margin-top: 30px;height: 300px;}
    .map-info img{width: 150px;}
    .contCon-map .map-con{margin-top: 10px;font-size: 14px;}
    .contCon-map .amap-info-content{padding: 15px 0;width: 280px;}
    .amap-icon img{width: 30px;}
    .amap-info{transform: translateX(-6px);}
    .teamList-img{width: 100%;}
    .teamList-img img{height: 210px;}
    .teamList li{flex-direction: column !important;}
    .teamList-text{width: 100%;padding: 20px 15px 40px !important;}
    .team{padding-bottom: 0;}
    .netDot-item span{display: none;}
    .netBg::after{width: 60px;height: 60px;}
    .netDot-item i{width: 5px;height: 5px;}
    .netText{position: relative;left: auto;bottom: auto;width: 100%;margin-top: 20px  ;}
    .serTable input, .serTable-btn{height: 46px;}
    .serTable input, .serTable textarea{padding-left: 15px;}
    .serTable input, .serTable textarea, .serTable-btn{margin-top: 15px;font-size: 14px;}
    .serTable input{width: 100%;}
    .serTable input::-webkit-input-placeholder{font-size: 14px;}
    .serTable textarea::-webkit-input-placeholder{font-size: 14px;}
    .serTable-btn{width: 80px;}
    .serTable textarea{padding-top: 15px;height: 220px;}
    .proItem-img{position: relative;left: auto;top: auto;right: auto;width: 100%;}
    .proItem-img img{height: 250px;}
    .proItem-con{height: auto;padding: 30px 15px !important;width: 100%;margin-top: 0;border-top: unset;}
    .proList-item{width: 100%;}
    .proList-img .img img{height: 255px;}
    .proDet-show-swp{width: 100%;}
    .proDet-show-con{width: 100%;margin-top: 30px;padding: 0;}
    .proDet-show-list{margin-left: -10px;}
    .proDet-show-list li{width: calc((100% / 3) - 10px);margin: 10px 0 0 10px;}
    .proDet-size .contain{padding: 30px 15px;}
    .SCgy-show{width: 100%;}
    .SCgy-show img{height: 210px;}
    .SCgy-list{width: 100%;}
    .SCgy-list li{height: 110px;}
    .SCgy-list li .text{font-size: 12px;padding: 5px 10px;}
    .SCgy-list li{width: calc(50% - 3px);margin-top: 6px;}
    .SCcz-img{width: 100%;}
    .SCcz-img img{height: 210px;}
    .SCcz-text{width: 100%;padding: 15px 15px 30px !important;}
    /* .abIntro .contain{flex-direction: column-reverse;} */
    .abIntro-con{width: 100%;}
    .abIntro-con .pagesTitle .title-en br{display: none;}
    .abIntro-img{width: 100%;margin-top: 20px;}
    .abFZ-label{padding: 8px 15px;}
    .abFZ-line{margin-top: 20px;}
    .abFZ-text{height: 180px;padding-right: 10px;}
    .abBtm .contain{padding: 0;}
    .abBtm-img{width: 100%;}
    .abBtm-con{width: 100%;padding: 15px 0 30px;}
    .pagesTitle .title-en::after{height: 1px;}
    .RDintro-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
    .RDintro-bg img{width: 100%;height: 100%;}
    .RDintro-con{position: relative;left: auto;top: auto;padding: 40px 0;}
    .RDintro-con .contain{width: 92%;}
    .RDhonor .contain{padding: 0;}
    .RDhonor-list li{width: 32%;}
    .RDhonor-text{font-size: 12px;}
    .RDpeople-text{position: relative;left: auto;top: auto;margin-top: 15px;color: #1f1a17;}
    .RDpeople-text .text{color: #676a6f;}
    .indcp .contain{padding: 0;}
    .SCtext .contain{width: 92%;}
    .SCgy-text{padding: 0;}
    .serData-left{width: 100%;}
    .serData-right{width: 100%;margin-top: 30px;}
    .serData-con{margin-top: 10px;}
    .shopCon-box{overflow-x: auto;padding-bottom: 20px;}
    .shopCon{width: 700px;}
    .shopList{font-size: 12px;}
    .shopList li.xinjiang::before{width: 190px;height: 120px;}
    .shopList li.xizang::before{width: 120px;height: 80px;}
    .shopList li.qinghai::before{width: 120px;height: 70px;}
    .shopList li.neimenggu::before{width: 120px;height: 50px;}
    .shopList li.ningxia::before{width: 40px;height: 40px}
    .shopList li.gansu::before{width: 45px;height: 40px}
    .shopList li.sichuan::before{width: 80px;height: 60px;}
    .shopList li.yunnan::before{width: 70px;height: 40px;}
    .shopList li.shanxi::before{width: 32px;height: 50px;}
    .shopList li.shanxi2::before{width: 40px;height: 50px;}
    .shopList li.chongqing::before{width: 35px;height: 30px;}
    .shopList li.guizhou::before{width: 60px;height: 30px;}
    .shopList li.guangxi::before{width: 60px;height: 40px;}
    .shopList li.haikou::before{width: 40px;height: 30px;}
    .shopList li.beijing::before{display: none;}
    .shopList li.hebei::before{width: 30px;height: 30px;}
    .shopList li.henan::before{width: 50px;height: 40px;}
    .shopList li.hubei::before{width: 60px;height: 40px;}
    .shopList li.hunan::before{width: 50px;height: 40px;}
    .shopList li.guangdong::before{width: 60px;height: 32px;}
    .shopList li.shandong::before{width: 60px;height: 40px;}
    .shopList li.anhui::before{width: 30px;height: 40px;}
    .shopList li.jiangxi::before{width: 30px;height: 30px;}
    .shopList li.heilongjiang::before{width: 110px;height: 50px;}
    .shopList li.jilin::before{width: 60px;height: 40px;}
    .shopList li.liaoning::before{width: 50px;height: 40px;}
    .shopList li.jiangsu::before{width: 50px;height: 70px;}
    .shopList li.zhejiang::before{width: 35px;height: 30px;}
    .shopList li.fujian::before{width: 30px;height: 30px;}
    .shopList li.taiwan::before{width: 35px;height: 40px;}
    .shopPop{width: 90%;}
    .shopPop-close{width: 25px;height: 25px;font-size: 12px;}
    .shopPop-close::before{display: block;transform: scale(.8);}
    .shopPop-menu li{font-size: 13px;height: 38px;}
    .shopPop-drop-box{font-size: 12px;padding: 0 5px;}
    .shopPop-drop{max-height: 400px;}
    .shopPop-drop .img{padding: 5px 5px 5px 0;}
    .shopPop-menu li:nth-child(3), .shopPop-drop .text{padding: 0 5px;}
    .shopPop-drop::-webkit-scrollbar {width: 2px;}
    .shopPop-drop .img img{height: 40px;}
    .shopPop-drop .title,.shopPop-drop .text{padding: 15px 5px;}

}