@import url(common.css);


/*首页第一屏 s*/
.HomeBan{position: fixed; z-index: 1; overflow:hidden;background: url(../images/loading.gif) center center no-repeat;left: 0;width: 100%;top:0;transition: all 0.5s;}
.HomeBan .item{position:relative;transition: all 0.3s;}
.HomeBan .item a{position:absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 10;}
.HomeBan .contain{left:50%;top:28%;z-index: 3;position: absolute;transform: translateX(-50%);}
.HomeBan .contain .info{max-width: 6.75rem;background-color: rgba(255,255,255,0.6);border-radius: 0.08rem;}
.HomeBan .contain h2{display: inline-block;font-size: 0.4rem;line-height: 0.71rem;padding: 0 0.24rem;position: relative;color: var(--main-color);}
.HomeBan .contain p{padding: 0.1rem 0.24rem;line-height: 1.16;font-size: 0.24rem;border-radius:0 0 0.08rem 0.08rem;background-color: rgba(255,255,255,0.5);}

.HomeBan .item .imgbox{padding-top: 100vh;}

.HomeBan .video{position: relative;padding-top: 100vh;}
.HomeBan .video video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

.HomeBan .item.slick-current .contain .info{animation:fadeInUpSmall 0.5s .5s ease both;}
.HomeBan .item.slick-current .contain h2{animation:fadeInUpSmall 0.5s .7s ease both;}
.HomeBan .item.slick-current .contain p{animation:fadeIn 0.5s .9s ease both;}
/* .HomeBan .item.slick-current .imgbox{animation:fadeInscale 8s .4s ease both;-webkit-animation:fadeInscale 8s .4s ease both;-moz-animation:fadeInscale 8s .4s ease both;} */
/* .HomeBan .item:nth-child(1).slick-current .imgbox{animation:fadeInZoom 8s .4s ease both;-webkit-animation:fadeInZoom 8s .4s ease both;-moz-animation:fadeInZoom 8s .4s ease both;} */

.HomeBan .slick-arrow{display: none !important;}
.HomeBan .slick-dots li{background-color: #fff;}

.HomeBan .xcx{position: absolute;right: 12.656vw;z-index: 10;bottom: 2.24vw;width: 2.71rem;}

.wap{display: none;}

@media(max-width:1024px){
.HomeBan .slick-arrow{display: none !important;}
.HomeBan .xcx{display: none;}
.HomeBan{margin: 1.24rem 0.2rem 0.2rem;border-radius: 0.1rem;width: calc(100% - 0.4rem);}
.HomeBan .item .imgbox{border-radius: 0.1rem;padding-top: calc(100vh - 1.44rem);}
}
@media(max-width:640px){
	.HomeBan .contain h2{font-size: 0.36rem;}
	.HomeBan .item .contain p{line-height: 1.5;}
}

.TitHead{padding-bottom: 0.5rem;}
.TitHead h2{color: var(--gray-color);line-height: 1.375;}

.MainBox{position: relative;z-index: 1;margin-top: 100vh;}

.page{padding: 5.729vw 0 3.854vw;position: relative;overflow: hidden;z-index: 1;}

.homeService{background-color: #fff;}
.homeService .list .item{position: relative;}
.homeService .list .item:not(:last-child){margin-bottom: 0.33rem;}
.homeService .list .imgbox{border-radius: 0.1rem;box-shadow: 0 0 12px rgba(0,0,0,0.08);}
.homeService .list .info{position: absolute;right: 0;bottom: 0;z-index: 10;width: calc(100% - 0.44rem);padding: 0.08rem 0 0.14rem 0.5rem;border-radius: 0 0 0.1rem 0;}
.homeService .list .info:after{position: absolute;right: 0;top: 0;z-index: 10;width: 100%;height:100%;background: url(../images/titbg.svg) no-repeat 0 center/cover;content: "";opacity: 0.65;z-index: 0;transition: all 0.5s;}
.homeService .list .info h3{line-height: 1.55;color: var(--main-color);position: relative;z-index: 1;}
.homeService .list .info .desc{position: relative;z-index: 1;color: var(--black-color);}
.homeService .list .item:hover .info:after{opacity: 1;}

.homeNews{background: url(../images/newsbg.gif);border-top: 1px solid #e5e5e5;}
.newsList{margin-bottom: 0.53rem;}
.newsList .item{padding-left: 0.24rem;width: 33.333%;}
.newsList .item a{display: block;border-bottom: 0.05rem solid var(--main-color);border-radius: 0.1rem;}
.newsList .item .imgbox{border-radius: 0.1rem 0.1rem 0 0;padding-top:77.44%;}
.newsList .item .imgbox:before{content: "";bottom: 0;z-index: 2;width: 100%;left: 0;background-image: linear-gradient(to bottom, rgba(255,255,255,0) , #fff);position: absolute;height: 0.4rem;}
.newsList .item .info{min-height: 1.61rem;padding: 0 0.38rem 0.38rem;background-color: #fff;position: relative;}
.newsList .item .info:after{content: "";top: -0.64rem;left: 0;width: 100%;background: url(../images/newsbox.svg) no-repeat center top/cover;position: absolute;height: 2.16rem;}
.newsList .item .info .inner{position: relative;z-index: 2;}
.newsList .item .tit{height: 0.64rem;margin-bottom: 0.17rem;}
.newsList .item .date{color: #999999;background: url(../images/ico_date.png) no-repeat 0 center/0.2rem 0.2rem;padding-left: 0.36rem;}
.newsList .item:hover a{box-shadow: 0 0 0.24rem rgba(0,0,0,0.08);}

@media(max-width:768px){
.pc{display: none;}
.wap{display: block;}

.page{padding: 0.74rem 0;}

.homeNews{border-bottom: 0;}
.newsList .item{padding-left: 0;}
.newsList .item .tit{font-size: 0.32rem;height: 0.92rem;line-height: 0.46rem;}
.newsList .item .date{font-size: 0.26rem;}
.newsList .item a{border-bottom: 0.09rem solid var(--main-color);border-radius: 0.2rem;}
.newsList .item .info{padding-bottom: 0.8rem;}
}
@media(max-width:480px){
	.homeService .list .info{padding-right: 0.1rem;padding-left: 0.6rem;}
	.homeService .list .info .desc{/*font-size: 14px;line-height: 18px;*/}
}

/* 首页 */

/*common s*/
.SubPage{position: relative;background: #fff;z-index: 1;height: auto !important;height: 2.5rem;min-height: 2.5rem;clear: both;overflow: hidden;padding: 0.96rem 0;}
.SubBan .contain{left:50%;top:28%;z-index: 3;position: absolute;transform: translateX(-50%);}
.SubBan .contain .info{max-width: 6.75rem;background-color: rgba(255,255,255,0.6);border-radius: 0.08rem;}
.SubBan .contain h2{display: inline-block;font-size: 0.4rem;line-height: 0.71rem;padding: 0 0.24rem;position: relative;color: var(--main-color);}
.SubBan .contain p{padding: 0.1rem 0.24rem;line-height: 1.16;font-size: 0.24rem;border-radius:0 0 0.08rem 0.08rem;background-color: rgba(255,255,255,0.5);}
.SubBan{position: relative;overflow: hidden;transition: all 0.3s;}
.SubBan .img{overflow: hidden;position: relative;}
.SubBan .img img{width: 100%;object-fit: cover;}

.aboutPage .SubBan .img img{transform: scale(1.1);transition: all 5s;}
.SubBan.on .img{transform: scale(1) !important;}
.SubBan.on .img img{transform: scale(1) !important;}

.SinglePage{ word-wrap:break-word;word-break:normal;text-align:justify;line-height: 1.8;color: #3e3c3c;}
/*common end*/


/* 关于我们 */
.aboutInfo .logo{text-align: center;margin-bottom: 1.08rem;}
.aboutInfo .logo img{height: 0.78rem;}
.numList{padding-top: 0.8rem;}
.numList .item{text-align: center;}
.numList .item .icon img{height: 1rem;}
.numList .item .num{line-height: 1.02rem;margin-top: 0.26rem;font-size: 0.88rem;font-weight: bold;}
.numList .item p{line-height: 0.48rem;}
.ticker-board {transform: translateZ(-10000px);display: inline-flex;}
.ticker-board .ticker {	display: inline-block;	position: relative;	perspective: 200px;	transform-style: preserve-3d;	opacity: 1;	transition: opacity .15s ease-out}
.ticker-board .ticker.start {	opacity: 1}
.ticker-board .ticker .new {transform: rotateX(-90deg);transition: all .15s ease-out;}
.ticker-board .ticker.move .new{transition-delay: .63s;transform: rotateX(0deg);}
.ticker-board .ticker .old {	position: absolute;	z-index: 3;opacity: 0;}
.ticker-board .ticker.move .old{animation:old .6s  ease-out;-webkit-animation:old .6s  ease-out; animation-fill-mode: forwards;opacity: 1;animation-delay: .03s;}
@keyframes old
{
from {transform: rotateX(0deg)}
to {transform: rotateX(990deg)}
}

.aboutBrand{background-color: #f7f6f6;}
.aboutBrand .list .imgbox{padding-top: 62.58%;border-radius: 0.1rem;}
.aboutBrand .list .item{width: 48.26%;position: relative;}
.aboutBrand .list .item:not(:nth-last-child(-n+2)){margin-bottom: 0.5rem;}
.aboutBrand .list .item .info{position: absolute;left: 0;bottom: 0;width: 100%;z-index: 2;text-align: center;padding: 0.32rem 0.1rem 0.17rem;background: url(../images/pointbg.svg) no-repeat 0 top/cover;font-weight: bold;line-height: 1.5;}

.aboutContact{padding: 0.6rem 0;}
.aboutContact .contain{background-color: #f4f5f5;min-height: 3.95rem;overflow: hidden;}
.aboutContact .info{padding: 0.6rem;position: relative;z-index: 1;width: 100%;}
.aboutContact dd:not(:last-child){margin-bottom: 0.24rem;}
.aboutContact dd{padding-left: 0.39rem;position: relative;}
.aboutContact dd img{width: 0.25rem;position: absolute;left: 0;top: 0.04rem;}
.aboutContact .map{right: 0;top: 0;height: 100%;position: absolute;width: 72%;}
.aboutContact .map img{width: 100%;height: 100%;object-fit: cover;}

.aboutPartner{padding-top: 0;}

@media(max-width:1024px){
	.SubBan .img img{transform: scale(1);}
	.SubPage{padding: 0.8rem 0;}
	.TitHead{padding-bottom: 0.3rem;}
	.numList .item{width: 50%;}
	.numList .item:not(:nth-last-child(-n+2)){padding-bottom: 0.4rem;}

	.aboutContact .map{position: static;width: 100%;}
	.aboutInfo .SinglePage{padding: 0 0.2rem;}
}
@media(max-width:768px){
	.aboutInfo .logo{margin-bottom: 0.35rem;}
	.aboutInfo .logo img{height: 0.45rem;}
	.aboutBrand .list .item{width: 100%;}
	.aboutBrand .list .item:not(:nth-last-child(-n+1)){margin-bottom: 0.3rem;}
	.numList .item .icon img{height: 0.85rem;}
	.numList .item .num{font-size: 0.74rem;line-height: 0.8rem;}
	.numList .item p{font-size: 0.3rem;}

	.aboutContact .contain{padding: 0;background-color: #fff;}
	.aboutContact .TitHead{text-align: center;}
	.aboutContact{padding: 0;}
}
@media(max-width:480px){
	.SinglePage .f36{color: #222;}
	.SinglePage{font-size: 15px;}
	.aboutContact .info .txt{font-size: 15px;}
	.aboutContact .info{padding-right: 0.3rem;padding-left: 0.5rem;}
	.aboutContact dd img{top: 0.08rem;width: 0.3rem;}
}

/* 新闻中心 */
.newsLists{padding-bottom: 0.4rem;}
.newsLists .item{margin-bottom: 0.54rem;}
.newsLists .item {border: 1px solid #e5e5e5;}
.newsLists .item .imgbox{border-right: 1px solid #e5e5e5;padding-top: 3.75rem;width: 43.46%;}
.newsLists .item .info{padding: 0.6rem;}
.newsLists .item .info .tit{color: #003333;}
.newsLists .item .info .desc{margin: 0.24rem 0 0.4rem;color: #666666;height: 0.64rem;}
.newsLists .item .info .date b{margin-right: 0.08rem;}
.newsLists .item .info .more{padding: 0 0.18rem;border: 1px solid #d2d2d2;border-radius: 0.32rem;color: #999999;transition: all 0.5s;}
.newsLists .item .info .more:after{content: "";display: inline-block;vertical-align: middle;background: url(../images/arr_more.svg) no-repeat center center/contain;margin: -0.03rem 0 0 0.04rem;width: 0.14rem;height: 0.14rem;transition: all 0.5s;}
.newsLists .item:hover .info .more{border-color: var(--main-color);background-color: var(--main-color);color: #fff;}
.newsLists .item:hover .info .more:after{background-image: url(../images/arr_more2.svg);margin-left: 0.12rem;}
.newsLists .item:hover .tit{color: var(--main-color);}
.newsLists .item:nth-child(even) a{flex-direction:row-reverse;}
.newsLists.hopage{padding-bottom: 0;}
.newsLists .wap{display: none;}

.detailTop .Header{box-shadow: 0 0 12px rgba(0,0,0,0.08);}
.detailTop .SubPage{overflow: visible;padding-top: 1.23rem;}

.newsInfo{width: 66.66%;}
.recNews{position: sticky;top: 0.94rem;width: 26.38%;}
.recNews .title{line-height: 0.7rem;margin-bottom: 1.563vw;}
.recNews .item:not(:last-child){margin-bottom: 0.34rem;}
.recNews .item {border: 1px solid #e5e5e5;}
.recNews .item .imgbox{border-right: 1px solid #e5e5e5;padding-top: 60%;}
.recNews .item .other{display: none;}
.recNews .item .date2{position: absolute;left: 0;bottom: 0;z-index: 2;color: #fff;font-size: 0.17rem;padding: 0 0.16rem 0 0.13rem;line-height: 0.36rem;background: url(../images/datebg.svg) no-repeat right bottom/cover;}
.recNews .item .info{padding: 0.3rem;}
.recNews .item .info .desc{margin: 0.24rem 0 0.4rem;color: #666666;display: none;}
.recNews .item .info .date b{margin-right: 0.08rem;}
.recNews .item .info .more{padding: 0 0.18rem;border: 1px solid #d2d2d2;border-radius: 0.32rem;color: #999999;transition: all 0.5s;}
.recNews .item .info .more:after{content: "";display: inline-block;vertical-align: middle;background: url(../images/arr_more.svg) no-repeat center center/contain;margin: -0.03rem 0 0 0.04rem;width: 0.14rem;height: 0.14rem;transition: all 0.5s;}
.recNews .item:hover .info .more{border-color: var(--main-color);background-color: var(--main-color);color: #fff;}
.recNews .item:hover .info .more:after{background-image: url(../images/arr_more2.svg);margin-left: 0.12rem;}
.recNews .item:hover .tit{color: var(--main-color);}

.TitleInfo{padding: 0 0 0.35rem;}
.TitleInfo .title{line-height: 1.4;}
.TitleInfo .other{line-height: 0.7rem;margin-bottom: 0.25rem;position: relative;}
.TitleInfo .other .date span{position: relative;}
.TitleInfo .other .date span:before{position: absolute;left: 0;content: "";top: -0.05rem;width: 100%;height: 0.05rem;background-color: var(--main-color);}
.TitleInfo .share{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}

.PrevNextInfo{margin-top: 0.38rem;position: relative;}
.PrevNextInfo .btn{display: inline-block;color: #999999;padding: 0 0.17rem;border: 1px solid #d3d3d3;border-radius: 0.3rem;margin-right: 0.15rem;}
.PrevNextInfo .btn:hover{color: #fff;background-color: var(--main-color);border-color: var(--main-color);}
.PrevNextInfo .btn.none{display: none;}
.PrevNextInfo .share{position: absolute;right: 0;top: 0;}
.share{color: var(--main-color);background-color: #feebe6;border-radius: 0.3rem;padding: 0 0.17rem;line-height: 0.3rem;}
.share:hover{color: #fff;background-color: var(--main-color);}

.quiShareBox{width:280px;text-align:center;z-index:99;display:none;}
.quiShareBox .quiShareImg{padding:30px 15px 0 15px;text-align: center;}
.quiShareBox .quiShareImg canvas{margin:0 auto;}
.quiShareBox span{display:block;line-height:22px;padding:15px;;font-size:15px;text-align: center;}
.quiShareBox .cls{position:absolute;width:12px;height:12px;background:url(../images/newscls.png) center no-repeat;right:8px;top:8px;display:none;}

.qui-bdovh{overflow:hidden;}
.qui-wap-bg2{display:none;}
.qui-wap-bg{display:none;position:fixed;width:100%;left:0;top:-100%;overflow:hidden;background:rgba(255,255,255,.9);z-index:998;height:100%;}
.qui-wap-bg2{position:fixed;width:100%;left:0;top:0;overflow:hidden;background:rgba(0,0,0,.3);z-index:998;height:100%;}

@media(max-width:1024px){
	.newsLists .item .imgbox{padding-top: 3.2rem;}
	.newsLists .pc{display: none;}
	.newsLists .wap{display: block;}

	.newsInfo .SinglePage img{height: auto !important;}

	.detailTop .topshare{display: block;}
	.detailTop .SubPage{padding-bottom: 0;}
	.detailTop .SubPage .contain{width: auto;}
	.newsInfo{width: 88%;margin: 0px auto;float: none;}

	.recNews .title{text-align: center;}
	.recNews{width: 100%;background-color: #f7f6f6;padding: 0.65rem 6%;position: static;float: none;margin-top: 0.48rem;}
	.recNews .item:not(:last-child){margin-bottom: 0;}
	.recNews .item{background-color: #fff;}
	.recNews .item .tit{-webkit-line-clamp: 1;font-size: 0.28rem;}
	.recNews .item .info .desc{display: -webkit-box;font-size: 0.24rem;line-height: 1.6;margin: 0.1rem 0 0.2rem;}
	.recNews .item .other{display: flex;}
	.recNews .slick-dots{position: static;margin-top: 0.25rem;}
	.recNews .item .info .more {font-size: 0.18rem;}
	.recNews .item .date2{display: none;}

	.PrevNextInfo .share,
	.TitleInfo .share{display: none;}
	.TitleInfo .other{margin-bottom: 0;}
}
@media(max-width:768px){
	.detailTop .SubPage .contain{padding: 0;}
	.newsLists .item{margin-bottom: 0.38rem;}
	.newsLists .item .imgbox{width: 100%;padding-top: 60%;}
	.newsLists .item .info{padding: 0.35rem;}
	.newsLists .item .info .tit{font-size: 0.28rem;}
	.newsLists .item .info .desc{font-size: 0.24rem;line-height: 1.6;margin: 0.1rem 0 0.2rem;height: auto;}
	.newsLists .item .info .date{font-size: 0.2rem;}
	.newsLists .item .info .more{font-size: 0.18rem;}

	.PrevNextInfo .btn{font-size: 0.24rem;line-height: 0.48rem;}

	.qui-wap-bg2 .quitxt{text-align:left;padding:5px;background-color:transparent;border:.05333rem dashed #ccc;width:80%;border-radius:.53333rem;z-index:110;position:fixed;left:50%;bottom:5%;transform:translate(-50%);font-size: 13px;}
	.qui-wap-bg2 .quitxt1{top:10%;bottom:auto;}
	.qui-wap-bg2 .quitxt1 img{position:absolute;top:-69px;right:0px;width:66px;height:70px;}
	.qui-wap-bg2 .quitxt .div{border-radius:.53333rem;background-color:#fff;padding:.26667rem;}
	.qui-wap-bg2 .quitxt1{display:none;}
	.qui-wap-bg2 .quitxt2 img{position: absolute;bottom: -40px;right: 0;width:66px;height:70px;}
}
@media(max-width:480px){
	.newsLists .item .info .tit,
	.recNews .item .info .tit{font-size: 15px;}
	.newsLists .item .info .desc,
	.recNews .item .info .desc,
	.PrevNextInfo .btn{font-size: 13px;}
	.newsLists .item .info .more,
	.newsLists .item .info .date,
	.recNews .item .info .date,
	.recNews .item .info .more,
	.TitleInfo .other .date{font-size: 12px;}

	.TitleInfo{padding-bottom: 0.2rem;}
	.TitleInfo .title{font-size: 20px;}
}

.qui-bdovh{overflow:hidden;}
.qui-bdovh1{overflow:hidden;}
.qui-bdovh2{overflow:hidden;}


/* 404 */
.page404{padding: 1.5rem 0 0.55rem;min-height: 5rem;text-align: center;}
.page404 .img{position: relative;}
.page404 .img img{height: 3.05rem;}
.page404 .desc{position: absolute;text-align: center;width: 100%;z-index: 10;line-height: 1.5;}
.page404 .btn{padding-top: 0.62rem;}
.page404 .btn a{display: inline-block;border: 1px solid #fa5b30;padding: 0.03rem 0.22rem;color: #fa5b30;border-radius: 0.36rem;}
.page404 .btn a:hover{background-color: #fa5b30;color: #fff;}
.page404 .btn a:not(:last-child){margin-right: 0.16rem;}

@media(max-width:640px){
	.page404{padding: 2.05rem 0 0.83rem;}
	.page404 .img img{height: auto;}
	.page404 .btn a{font-size: 0.24rem;}
}




.service-Scene .list{margin-top: .3rem;}
.service-Scene .list ul li{width:calc((100% - .9rem) / 4);margin-right: .3rem;cursor:pointer}
.service-Scene .list ul li:last-child{margin-right: 0;}
.service-Scene .list ul li .img{overflow: hidden;}
.service-Scene .list ul li .img img{width: 100%;transition: 0.8s ease;}
.service-Scene .list ul li:hover .img img{transform: scale(1.1)}
.service-Scene .list ul li .name{margin-top: .3rem;text-align: center;color: #3e3c3c;}
.service-Scene .list .slick-list{padding-right: 10%;}
.service-Popular .name{margin-top: .2rem;text-align: center;color: #3e3c3c;}
.service-Popular .list{margin-top: .15rem;}
.service-Popular .list ul{margin: -2.5% -1%;}
.service-Popular .list ul li{width: 23%;margin: 2.5% 1%;cursor:pointer}
.service-Popular .list ul li .img{overflow: hidden;box-shadow: 0 0 .1rem rgba(4, 0, 0, .15)}
.service-Popular .list ul li .img img{width: 100%;transition: 0.8s ease;}
.service-Popular .list ul li .title{margin-top: .3rem;color: #3e3c3c;text-align: center;}
.service-Popular .list ul li:hover .img img{transform: scale(1.1)}

.service-Quality .list{margin-top: .3rem;}
.service-Quality .list ul li{width: calc((100% - .9rem) / 4);margin-right: .3rem;cursor:pointer}
.service-Quality .list ul li:last-child{margin-right: 0;}
.service-Quality .list ul li .img{overflow: hidden;}
.service-Quality .list ul li .img img{width: 100%;transition: 0.8s ease;}
.service-Quality .list ul li:hover .img img{transform: scale(1.1)}
.service-Quality .list ul li .title{margin-top: .3rem;text-align: center;color: #3e3c3c;}
body.ovh{width: 100%;height: 100%;overflow: hidden;}
.Pop{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .35);z-index: 3333;}
.Pop .Pop-box{position: absolute;padding: .4rem;max-width: 9rem;width: 100%;left: 50%;top: 50%;background-color: #fff;transform: translate(-50%, -50%);z-index: 333;box-sizing: border-box;max-height: 90vh;overflow-x: hidden;border-radius: .1rem}
.Pop .Pop-box .imags{}
.Pop .Pop-box .imags .right-box{width: 23.6%;margin-left: 2.1%;}
.Pop .Pop-box .imags .left-box{width: 74.3%;box-shadow: 0 0 .1rem rgba(4, 0, 0, .15);display: flex;align-items: center;justify-content: center}
.Pop .Pop-box .imags .left-box li{display: none;}
.Pop .Pop-box .imags .left-box li .img{}
.Pop .Pop-box .imags .left-box li img{width: 100%}
.Pop .Pop-box .imags .right-box li{cursor:pointer}
.Pop .Pop-box .imags .right-box li.on{box-shadow: 0 0 .1rem rgba(4, 0, 0, .15)}
.Pop .Pop-box .imags .right-box li{margin-bottom: .2rem;}
.Pop .Pop-box .imags .right-box li:last-child{margin-bottom: 0;}
.Pop .Pop-box .imags .left-box li.on{display: block;}
.Pop .Pop-box .imags .right-box li img{height: .5rem;object-fit: cover;}
.Pop .Pop-box .imags .img{text-align: center;padding: .1rem;box-sizing: border-box;}
.Pop .Pop-box .text{margin-top: .3rem;}
.Pop .Pop-box .close{position: absolute;right: .2rem;top: .2rem;width: .4rem;height: .4rem;border-radius: .4rem;z-index: 3;box-sizing: border-box;cursor:pointer}
.Pop .Pop-box .close:before{position: absolute;left: 0;top: 0;right: 0;margin: 0 auto;content: '';width: 2px;height: 100%;background-color: #666;z-index: 3;transform: rotate(-45deg)}
.Pop .Pop-box .close:after{position: absolute;left: 0;top: 0;right: 0;margin: 0 auto;content: '';width: 2px;height: 100%;background-color: #666;z-index: 3;transform: rotate(45deg)}
@media(max-width:640px){
	.service-Scene.SubPage{padding-bottom: 0;}
	.service-Scene .list ul li{margin-right: 0;margin: 0 .15rem;}
	.service-Scene .list ul li .name{margin-top: .2rem;}
	.service-Scene .slick-arrow{top: 35%;display: none !important;}
	.service-Popular .slick-arrow{display: none !important;}
	.service-Quality{background-color: #f7f6f6;}
	.service-Quality .list ul li{position: relative;width: 48%;margin: 1%;}
	.service-Quality .list ul li:last-child{margin-bottom: 0;}
	.service-Quality .list ul li .title{position: absolute;left: 0;bottom: 0;width: 100%;z-index: 2;text-align: center;padding: 0.32rem 0.1rem 0.17rem;background: url(../images/pointbg.svg) no-repeat 0 top/cover;font-weight: bold;line-height: 1.5;}
	.service-Popular .list ul{margin: 0;}
	.service-Popular .list ul .item{margin: 0 1%;display: flex;flex-wrap: wrap}
	.service-Popular .list ul .item li{width: calc((100% - .3rem) / 2);margin: 0;margin-right: .3rem;margin-top: 3%;margin-bottom: 3%;}
	.service-Popular .list ul .item li:nth-of-type(2n){margin-right: 0;}
	.service-Popular .list ul li .title{margin-top: .2rem;}
	.service-Scene .list .slick-list{padding-right: 20%;}
}





