@charset "utf-8";
/* =====================内页样式======================== */
/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #e0317a;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #e0317a;font-weight: 700;flex: 1;}
.search-list{width: 100%;}
.search-link{display: block;width: 100%;border: 1px solid #eee;background: #f6f8f9;padding: max(20px,0.4rem) max(15px,0.26rem);margin-top: max(12px,0.18rem);}
.search-link:first-child{margin-top: 0;}
.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: #e0317a !important;}
.search-link:hover h2{color: #e0317a;}
/* 隐私协议 */
.privacy{width: 100%;}
.privacy-title{width: 100%;color: #333;line-height: 1.1;}
.privacy-content{width: 100%;color: #666;}
.privacy-content h6{color: #333;line-height: inherit;}
/* 网站地图 */
.webmap{width: 100%;}
.webmap-title{width: 100%;color: #333;line-height: 1;position: relative;padding-bottom: max(14px,0.24rem);}
.webmap-title::after{content: "";position: absolute;width: max(36px,0.6rem);left: 0;right: 0;margin: 0 auto;bottom: 0;height: max(2px,0.04rem);background: #e0317a;}
.webmap-list{width: 100%;}
.webmap-list>ul{margin: -0.4rem 0 0 -0.4rem;display: flex;flex-wrap: wrap;}
.webmap-list>ul>li{width: calc(20% - 0.4rem);margin: 0.4rem 0 0 0.4rem;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: #e0317a;}
.webmap-list>ul>li>.menu{font-weight: 700;border-bottom: 1px solid #e1e1e1;font-size: max(16px,0.2rem);width: 100%;padding-bottom: max(12px,0.2rem);line-height: 1;}
.webmap-list>ul>li>.drop{margin-top: max(10px,0.2rem);}
.webmap-list>ul>li>.drop a{line-height: 1.28;padding: max(4px,0.06rem) 0;font-size: max(15px,0.18rem);}
.webmap-list>ul>li>.drop .drop a{padding-left: max(12px,0.18rem);font-size: max(14px,0.16rem);}
.webmap-list>ul>li>.drop .drop a::before{content: "";position: absolute;width: 4px;height: 4px;border-radius: 50%;background: #afafaf;left: 0;top: 0.14rem;}
@media all and (max-width: 1000px){
    .webmap-list>ul>li>.drop .drop a::before{top: 0.2rem;}
    .webmap-list>ul{margin: -14px 0 0;}.webmap-list>ul>li{width: 100%;margin: 14px 0 0;}.webmap-list>ul>li>.drop .drop a::before{top: 11px;}
}
/* 内页公共 */
.pagesBan-bg img,.pagesBan-bg video{width: 100%;max-height: 100vh;}
.pagesBan-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .2) url('../images/pages/pagesBan-mask.png') no-repeat center top/100% auto;}
.pagesBan-con .contain{height: 100%;flex-direction: column;}
.pagesBan-con .contain>div:nth-child(1){animation: banText 1s ease both;}
.pagesBan-con .contain>div:nth-child(2){animation: banText 1s ease both .1s;}
.pagesBan-con .contain>div:nth-child(3){animation: banText 1s ease both .2s;}
.pagesBan-con .text2{color: rgba(255, 255, 255, .85);}
.ctaBan-bg{position: relative;}
.ctaBan-bg::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to bottom,transparent 50%,#f2f4f5 90%);}
.ctaBan-bg img{width: 100%;}
.ctaBan-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url('../images/pages/pagesBan-mask.png') no-repeat center top/100% auto;}
.ctaBan-con .contain{height: 100%;flex-direction: column;justify-content: flex-end;}
.ctaBan-con .text{width: 60%;}
.ctaBan-con .contain>div:nth-child(1){animation: banText 1s ease both;}
.ctaBan-con .contain>div:nth-child(2){animation: banText 1s ease both .1s;}
@keyframes banText {0%{opacity: 0;transform: translateY(0.4rem);}100%{opacity: 1;transform: translateY(0);}}
.pagesBread .contain{width: 18rem;}
.pagesBread-list .item{color: #c0c1c1;margin-left: 42px;}
.pagesBread-list .item::after{content: "\e80b";font-family: 'icon';font-weight: 700;color: #c0c1c1;position: absolute;left: -26px;top: 50%;transform: translateY(-50%) rotate(180deg);font-size: 10px;}
.pagesBread-list .item:first-child{margin-left: 0;}
.pagesBread-list .item:first-child::after{display: none;}
.pagesBread-list .item:hover,.pagesBread-list .item:last-child{color: #232526;}
.pagesBan .pagesBread{position: absolute;left: 0;top: max(70px,1rem);width: 100%;z-index: 5;}
.pagesBan .pagesBread-list .item,.pagesBan .pagesBread-list .item::after{color: rgba(255, 255, 255, .36);}
.pagesBan .pagesBread-list .item:hover,.pagesBan .pagesBread-list .item:last-child{color: #fff;}
.ctaBan .pagesBread{position: absolute;left: 0;top: max(70px,1rem);width: 100%;z-index: 5;}
.ctaBan .pagesBread-list .item,.ctaBan .pagesBread-list .item::after{color: rgba(255, 255, 255, .36);}
.ctaBan .pagesBread-list .item:hover,.ctaBan .pagesBread-list .item:last-child{color: #fff;}
.Container.bgW{background: #fff;}
.Container.bgW .ctaBan-bg::after{background: linear-gradient(to bottom,transparent 50%,#fff 90%);}
.Container.bgW .comNext-btn{background: #f5f5f5;}
/* 加盟樱花 */
.joinIntro .contain{position: relative;z-index: 2;}
.joinIntro-bg{position: absolute;left: -3.4rem;top: 60%;width: 8.4rem;}
.joinIntro-flex{justify-content: space-between;}
.joinIntro-con{width: 50%;position: relative;z-index: 2;}
.joinIntro-item{background: #fff;flex-direction: column;align-items: center;text-align: center;padding: 0.75rem 0.1rem 0.5rem;}
.joinIntro-item .ico{height: max(40px,0.82rem);}
.joinIntro-item .ico img{max-height: 100%;}
.joinIntro-img{width: 50%;}
.joinMsg{position: relative;z-index: 2;}
.joinMsg-con{background: #fff;padding: 0.9rem 1.8rem 0.8rem;}
.joinMsg-list{justify-content: space-between;}
.joinMsg-item{width: 49%;margin-top: 14px;}
.joinMsg-item.w100{width: 100%;}
.joinMsg-item input{width: 100%;background: #f2f4f5;margin-top: 5px;height: max(40px,0.6rem);padding: 0 max(12px,0.2rem);}
.joinMsg-item input::-webkit-input-placeholder{color: #adaeaf;font-family: 'L';}
.joinMsg-item textarea{resize: vertical; width: 100%;background: #f2f4f5;margin-top: 5px;height: 135px;padding: max(12px,0.2rem);}
.joinMsg-item textarea::-webkit-input-placeholder{color: #adaeaf;font-family: 'L';}
.joinMsg-code img{position: absolute;right: max(10px,0.14rem);top: 50%;transform: translateY(-50%);user-select: none;cursor: pointer;width: auto;height: 60%;} 
.joinMsg-code-box{margin-top: 5px;justify-content: space-between;}
.joinMsg-code-box .joinMsg-code{width: calc(100% - max(90px,1.3rem));}
.joinMsg-code-box .joinMsg-code input{margin-top: 0;}
.joinMsg-code-box .comMore2{width: max(80px,1.2rem);padding: 0;border-radius: max(5px,0.08rem);}
.joinMsg-item .customSelect{margin-top: 5px;}
.joinMsg-item .customSelect-name{border-color: transparent; background: #f2f4f5;margin-top: 5px;height: max(40px,0.6rem);padding: 0 max(12px,0.2rem);border-radius: max(5px,0.08rem);font-size: max(14px,0.16rem);font-family: 'B';color: #232526;}
.joinMsg-item .customSelect-name::after{right: max(10px,0.2rem);content: "";width: 10px;height: 5px;border: 5px solid transparent;border-top-color: #232526;top: 50%;transform: translateY(-50%);}
.joinMsg-item .customSelect-name.noRadius::after{transform: translateY(-50%) rotate(180deg);}
.joinMsg-item .customSelect-drop .select{height: 46px;}
.joinMsg-item .customSelect-drop .scroll{max-height: 176px;}
/* 联系方式 */
.ctaIntro .contain{position: relative;z-index: 2;}
.ctaIntro-flex{justify-content: space-between;}
.ctaIntro-way{width: 49%;background: rgba(255, 255, 255, .8);backdrop-filter: blur(20px);padding: 0.65rem 0.6rem 0.8rem;}
.ctaIntro-way-data{border-top: 1px dashed #8f9091;border-bottom: 1px dashed #8f9091;}
.ctaIntro-way-data .ico{margin-right: max(12px,0.22rem);}
.ctaIntro-way-data .text{flex: 1;}
.ctaIntro-way .Footer-code{padding: 0 0 0 max(27px,0.4rem);width: 100%;margin-top: max(24px,0.64rem);}
.ctaIntro-way .Footer-code .title{color: #232526;}
.ctaIntro-way .Footer-code a{border: 1px solid #e9e9eb;background: #fff;transition: all .4s ease;}
.ctaIntro-way .Footer-code a span{font-size: inherit;}
.ctaIntro-way .Footer-code a:hover{border-color: #e0317a;}
.ctaIntro-msg{width: 49%; background: #fff;padding: 0.65rem 0.6rem 0.8rem;box-shadow: 0px max(9px,0.18rem) max(25px,0.5rem) 0px rgba(0, 0, 0, 0.12);}
.ctaCompany-swp .swiper-container{overflow: visible;}
.ctaCompany-img .img img{width: 100%;height: 3rem;}
.ctaCompany-img .img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url('../images/pages/ctaCompany-mask.png') no-repeat left bottom/80% auto;opacity: 0;transition: all .4s ease;}
.ctaCompany-img .comMore2-box{position: absolute;left: 50%;top: 50%;transform: translate(-50%,calc(-50% + 0.2rem));opacity: 0;}
.ctaCompany-con{background: #fff;padding: 0.3rem 0.4rem;}
.ctaCompany-slide:hover .ctaCompany-img .img::after{opacity: 1;}
.ctaCompany-slide:hover .ctaCompany-img .comMore2-box{opacity: 1;transform: translate(-50%,-50%);transition-delay: .2s;}
/* 案例 */
.caseNav .item{padding: max(8px,0.12rem) max(15px,0.25rem);border-radius: 40px;margin-left: 12px;overflow: hidden;user-select: none;cursor: pointer;}
.caseNav .item:first-child{margin-left: 0;}
.caseNav .item span{position: relative;z-index: 2;}
.caseNav .item::before{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 40px;border: 1px solid #d2d4d6;transition: all .4s ease;}
.caseNav .item::after{content: "";position: absolute;left: 0;top: 0;width: 100%;transform: translateX(-100%); height: 100%;border-radius: 40px;background: #e0317a;transition: all .4s ease;}
.caseNav .item:hover,.caseNav .item.active{color: #fff;}
.caseNav .item:hover::after,.caseNav .item.active::after{transform: translateX(0);}
.caseItem{user-select: none;cursor: pointer;}
.caseItem-con{padding: 0.22rem 0.15rem 0;}
.caseItem:hover .ctaCompany-img .img::after{opacity: 1;}
.caseItem:hover .ctaCompany-img .comMore2-box{opacity: 1;transform: translate(-50%,-50%);transition-delay: .2s;}
.casePop-box{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 999999;display: none;background: rgba(0, 0, 0, .8);}
.casePop{display: none;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 10.5rem;max-width: 92%;}
.casePop-close{user-select: none;cursor: pointer;position: absolute;left: calc(100% + 15px);top: 5px;}
.casePop-close:hover{transform: rotate(180deg);}
.casePop-img img{width: 100%;height: 5.8rem;}
.casePop-img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to bottom,transparent 55%,rgba(0,0,0,1) 100%);}
.casePop-btm{z-index: 2;position: absolute;left: 0;bottom: 0;width: 100%;padding: 0.35rem 0.5rem;justify-content: space-between;align-items: flex-end;}
.casePop-desc{flex: 1;padding-right: max(10px,0.2rem);}
.casePop-desc .text{width: 80%;color: rgba(255, 255, 255, .5);}
.casePop-page{z-index: 5;align-items: flex-end;color: rgba(255, 255, 255, .25);}
.casePop-page .start{line-height: 1;}
.casePop-page .line{margin: 0 max(4px,0.08rem);}
/* 新闻-列表 */
.newsNav .item{padding: max(10px,0.16rem) max(20px,0.56rem);border-radius: 40px;margin-left: max(10px,0.2rem);overflow: hidden;}
.newsNav .item:first-child{margin-left: 0;}
.newsNav .item span{position: relative;z-index: 2;}
.newsNav .item::before{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 40px;border: 1px solid #d2d4d6;transition: all .4s ease;}
.newsNav .item::after{content: "";position: absolute;left: 0;top: 0;width: 100%;transform: translateX(-100%); height: 100%;border-radius: 40px;background: #e0317a;transition: all .4s ease;}
.newsNav .item:hover,.newsNav .item.active{color: #fff;}
.newsNav .item:hover::after,.newsNav .item.active::after{transform: translateX(0);}
.newsItem-con{padding: 0.3rem 0.4rem 0.2rem;background: #f5f5f5;}
.newsItem-con .more-box{justify-content: flex-end;}
.newsItem-con .more{border-radius: 40px;background: #dfdfdf;padding: max(10px,0.13rem) max(15px,0.25rem);}
.newsItem-con .more::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 40px;background: #e0317a;transform: translateX(-100%);transition: all .4s ease;}
.newsItem-con .more span,.newsItem-con .more i{position: relative;z-index: 2;}
.newsItem-con .more i{display: block;transform: rotate(45deg);margin-left: max(8px,0.12rem);transition: transform .4s ease;font-size: max(12px,0.16rem);}
.newsItem-con .more:hover{color: #fff;}
.newsItem-con .more:hover::after{transform: translateX(0);}
.newsItem-con .more:hover i{transform: rotate(90deg);}
.newsItem-img img{width: 100%;height: 3rem;}
.newsItem:hover{box-shadow: 0 .7rem .8rem -5px rgba(35,38,38,.3);}
.newsItem:hover .newsItem-img img{transform: scale(1.1);}
/* 新闻-详情 */
.newsDet-flex{background: #fff;padding: 0 3.3rem 1.2rem 0.6rem;align-items: flex-start;}
.newsDet-left{width: 24.5%;display: flex;flex-direction: column;align-items: flex-start;}
.newsDet-tag .title{align-items: flex-start;}
.newsDet-tag .title i{display: block;width: max(7px,0.11rem);margin-right: 6px;}
.newsDet-tag .list{display: flex;flex-direction: column;align-items: flex-start;}
.newsDet-tag .item{background: #f5f5f5;border-radius: 40px;padding: max(8px,0.11rem) max(15px,0.2rem);}
.newsDet-back{flex-direction: column;}
.newsDet-back .btn{width: max(44px,0.8rem);height: max(44px,0.8rem);border-radius: 50%;background: #f5f5f5;}
.newsDet-back:hover .btn{background: #e0317a;color: #fff;}
.newsDet-right{width: 75.5%;}
.newsDet-date{align-items: center;}
.newsDet-date .line{flex: 1;margin-left: max(10px,0.2rem);border-top: 1px dashed #232526;}
.newsDet-page{justify-content: space-between;}
.newsDet-page-item{width: 49%;align-items: center;padding: 0.25rem 0.4rem 0.25rem 0.2rem;background: #f5f5f5;justify-content: space-between;}
.newsDet-page-item .btn{border-radius: 50%;width: max(38px,0.48rem);height: max(38px,0.48rem);margin-right: max(10px,0.2rem);}
.newsDet-page-item .desc{flex: 1;padding-right: 0.6rem;}
.newsDet-page-item .text{color: #a9a9aa;}
.newsDet-page-item.next{flex-direction: row-reverse;padding: 0.25rem 0.2rem 0.25rem 0.4rem;}
.newsDet-page-item.next .btn{margin: 0 0 0 max(10px,0.2rem);transform: rotate(180deg);}
.newsDet-page-item:hover{background: #fff;box-shadow: 0px max(9px,0.18rem) max(25px,0.5rem) 0px rgba(0, 0, 0, 0.12);}
.newsDet-page-item:hover .btn{background: #e0317a;color: #fff;}
/* 关于我们 */
.abIntro-bg{position: absolute;left: -3.5rem;top: 50%;pointer-events: none;width: 8.4rem;}
.abIntro .contain{position: relative;z-index: 2;}
.abIntro-top{justify-content: space-between;align-items: flex-start;}
.abIntro-desc{width: 48.5%;}
.abIntro-img{width: 51.5%;}
.abIntro-btm{justify-content: space-between;}
.abIntro-list{width: 48.5%;}
.abIntro-item{height: 100%;flex-direction: column;background: #fff;padding: 0.45rem 0.2rem;}
.abIntro-item .dot{position: absolute;left: 15px;top: 15px;width: 6px;height: 6px;border-radius: 50%;background: #dcdcdc;}
.abIntro-item .ico{height: max(34px,0.44rem);}
.abIntro-item .ico img{max-height: 100%;}
.abIntro-item .num{justify-content: center;align-items: flex-end;}
.abIntro-item .num span{line-height: .6;}
.abIntro-item .num p{margin-left: max(5px,0.1rem);}
.abIntro-video{width: 48.5%;}
.abIntro-video .img{height: 100%;}
.abIntro-video .img img{width: 100%;height: 100%;}
.abIntro-video .btn{padding-left: max(3px,0.06rem); user-select: none;cursor: pointer;width: max(50px,1rem);height: max(50px,1rem);border-radius: 50%;background: rgba(0, 0, 0, .15);backdrop-filter: blur(20px);position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.abIntro-video .btn:hover{background: #e0317a;transform: translate(-50%,-50%) scale(.95);}
.abIntro-video .btn:active{transform: translate(-50%,calc(-50% + 5px)) scale(.95);}
.abNet-ban-bg img{width: 100%;}
.abNet-ban-con{position: relative;height: 9.2rem;}
.abNet-ban-con .contain{height: 100%;align-items: center;justify-content: flex-end;}
.abNet-ban-con .box{width: 49%;padding-right: 1rem;}
.abNet-ban-con .title{line-height: 1.2;}
.abNet-info{padding: 0.65rem 0.8rem 0.6rem; position: relative;z-index: 5;background: #fff;margin-top: -1.2rem;}
.abNet-map{width: 92%;margin: 25px auto 0;}
.abNet-map-bg img{width: 100%;}
.abNet-map-list{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.abNet-map-list li{position: absolute;user-select: none;cursor: pointer;}
.abNet-map-list .dot-box{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.abNet-map-list .dot-show{position: relative;pointer-events: none;}
.abNet-map-list .dot-show i{transition: all .4s ease; display: block;width: 0.25rem;height: 0.25rem;border-radius: 50%;background: #fff;position: relative;z-index: 2;}
.abNet-map-list .dot-show::before,.abNet-map-list .dot-show::after{transition: all .4s ease; animation: dotAni 2s linear infinite; content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;background: rgba(224, 49, 122, .1);}
.abNet-map-list .dot-show::after{animation-delay: -1s;}
.abNet-map-list .dot-hide{pointer-events: none; transition: all .4s ease; z-index: 10; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 0.08rem;height: 0.08rem;border-radius: 50%;background: #e0317a;}
.abNet-map-list .dot-hide i{transition: all .6s ease; display: block;position: absolute;bottom: 50%;left: 50%;transform: translateX(-50%) scale(.2);opacity: 0;transform-origin:  center bottom; width: 0.46rem;height: 0.5rem;background: url('../images/pages/abGlo-dot.png') no-repeat center/100% auto;}
.abNet-map-list .title{z-index: 10;pointer-events: none; filter: drop-shadow(0 0.1rem 0.3rem rgba(0,0,0,.1)); position: absolute;left: 0.45rem;top: 50%;transform: translate(20px,-50%);opacity: 0;visibility: hidden;transition: all .6s ease; padding: 0.22rem 0.35rem;border-radius: 0.18rem;background: #fff;white-space: nowrap;}
.abNet-map-list .title::after{content: "";;position: absolute;right: 100%;top: 50%;transform: translateY(-50%);border: 0.1rem solid transparent;border-right-color: #fff;}
.abNet-map-list li:hover{z-index: 20;}
.abNet-map-list li:hover .dot-show i{width: 0.4rem;height: 0.4rem;background: transparent;}
.abNet-map-list li:hover .dot-show::before,.abNet-map-list li:hover .dot-show::after{background: rgba(224, 49, 122, .3);}
.abNet-map-list li:hover .dot-hide{background: transparent;}
.abNet-map-list li:hover .dot-hide i{opacity: 1;transform: translateX(-50%) scale(1);transition-delay: .1s;}
.abNet-map-list li:hover .title{transform: translate(0,-50%);opacity: 1;visibility: visible;transition-delay: .1s;}
.abNet-map-list li.eluosi{left: 74%;top: 23%;}
.abNet-map-list li.maiami{left: 24%;top: 47%;}
.abNet-map-list li.moxige{left: 19%;top: 51%;}
.abNet-map-list li.banama{left: 23%;top: 59%;}
.abNet-map-list li.glby{left: 27%;top: 62%;}
.abNet-map-list li.eegd{left: 25%;top: 66%;}
.abNet-map-list li.agenting{left: 29%;top: 79%;}
.abNet-map-list li.zhili{left: 27%;top: 87%;}
.abNet-map-list li.nrly{left: 49%;top: 59%;}
.abNet-map-list li.anman{left: 55%;top: 48%;}
.abNet-map-list li.alb{left: 62%;top: 52%;}
.abNet-map-list li.kenniya{left: 57%;top: 63%;}
.abNet-map-list li.tsny{left: 57%;top: 69%;}
.abNet-map-list li.nanfei{left: 55%;top: 80%;}
.abNet-map-list li.keweite{left: 59%;top: 46%;}
.abNet-map-list li.yilang{left: 62%;top: 45%;}
.abNet-map-list li.bjst{left: 67%;top: 46%;}
.abNet-map-list li.yindu{left: 68%;top: 53%;}
.abNet-map-list li.sllk{left: 69%;top: 60%;}
.abNet-map-list li.mengjiala{left: 72%;top: 50%;}
.abNet-map-list li.miandian{left: 73%;top: 53%;}
.abNet-map-list li.guangzhou{left: 77.5%;top: 50.5%;}
.abNet-map-list li.taiguo{left: 75%;top: 55%;}
.abNet-map-list li.jianpuzhai{left: 77%;top: 58%;}
.abNet-map-list li.mlxy{left: 74%;top: 61%;}
.abNet-map-list li.xinjiapo{left: 75%;top: 65%;}
.abNet-map-list li.riben{left: 85%;top: 43%;}
.abNet-map-list li.feilvbin{left: 81%;top: 60%;}
.abNet-map-list li.ydnxy{left: 79%;top: 65%;}
.abNet-map-list li.xianggang{left: 77%;top: 53%;}
.abNet-map-list li.taiwan{left: 81%;top: 51%;}
@keyframes dotAni {0%{opacity: 0;transform: scale(1);}50%{opacity: 1;transform: scale(2);}100%{opacity: 0;transform: scale(3);}}
.abFac .contain{border-top: 1px solid #d2d4d6;}
.abFac-head{justify-content: space-between;align-items: center;}
.abFac-swp{display: none;}
.abFac-swp:first-child{display: block;}
.abFac-img .img img{width: 100%;height: 3rem;}
.abFac-img .img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url('../images/pages/abFac-mask.png') no-repeat left bottom/80% auto;opacity: 0;transition: all .5s ease;}
.abFac-img .btn{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(0);opacity: 0;transition: all .4s ease;}
.abFac-title{padding: 0.22rem 0.15rem 0;}
.abFac-slide:hover .abFac-img .img::after{opacity: 1;}
.abFac-slide:hover .abFac-img .btn{opacity: 1;transform: translate(-50%,-50%);transition-delay: .1s;}
.abFac-menu{align-items: center;}
.abFac-pagination{position: relative;background: #d2d4d6;height: max(2px,0.03rem);flex: 1;margin-left: max(10px,0.2rem);}
.abFac-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: linear-gradient(to right,#f5afaf,#a59bc8,#aacd00,#ffc81e);}
/* 资质证书 */
.honorItem{background: #fff;padding: 0.55rem 0.2rem;height: 100%;}
.honorItem .title{height: max(38px,0.53rem);}
.honorItem .img{height: 3.2rem;}
.honorItem .img img{max-height: 100%;max-width: 90%;}
.honorItem .btn{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(0);opacity: 0;transition: all .4s ease;}
.honorItem:hover .btn{transform: translate(-50%,-50%);opacity: 1;}
/* 产品-列表 */
.proBan-bg img{width: 100%;}
.proBan-con{position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;background: url('../images/pages/pagesBan-mask.png') no-repeat center top/100% auto;}
.proBan-con .contain{height: 100%;flex-direction: column;}
.proBan-con .text{color: rgba(255, 255, 255, .85);}
.proBan-nav{position: absolute;left: 0;bottom: 0.7rem;width: 100%;z-index: 3;}
.proBan-nav-list{margin-left: -0.3rem;}
.proBan-nav-item{margin-left: 0.3rem;flex: 1;height: max(60px,0.8rem);background: rgba(0, 0, 0, .3);backdrop-filter: blur(20px);}
.proBan-nav-item .ico{height: max(20px,0.3rem);margin-right: max(8px,0.14rem);display: flex;align-items: center;justify-content: center;}
.proBan-nav-item .ico img{max-height: 100%;transition: all .4s ease;}
.proBan-nav-item .ico .h{position: absolute;left: 0;top: 0;opacity: 0;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.proBan-nav-item.active{background: #fff;}
.proBan-nav-item.active .ico .s{opacity: 0;}
.proBan-nav-item.active .ico .h{opacity: 1;}
.proBan-nav-item.active .title{color: #232526;}
.proInfo .indTitle{justify-content: space-between;align-items: flex-start;}
.proInfo .indTitle .text{width: 50%;}
.proInfo-item:hover{box-shadow: 0 0.2rem 0.5rem rgba(0,0,0,.15);}
.proInfo-img{width: 50%;}
.proInfo-img img{width: 100%;height: 5.6rem;}
.proInfo-item:hover .proInfo-img img{transform: scale(1.1);}
.proInfo-con{width: 50%;flex-direction: column;justify-content: center;padding: 0 0.7rem;background: #fff;}
.proInfo-con .title:hover{color: #e0317a;}
.proInfo-con .more{background: #f2f4f5;border-radius: 40px;padding: max(10px,0.19rem) max(20px,0.42rem);}
.proInfo-con .more::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 40px;background: #e0317a;transition: all .4s ease;transform: translateX(-100%);}
.proInfo-con .more i,.proInfo-con .more span{position: relative;z-index: 2;}
.proInfo-con .more i{transform: rotate(45deg);font-size: max(12px,0.16rem);margin-left: max(10px,0.22rem);}
.proInfo-con .more:hover::after{transform: translateX(0);}
.proInfo-con .more:hover span{color: #fff;}
.proInfo-con .more:hover i{color: #fff;transform: rotate(90deg);}
.proFAQ .contain{border-top: 1px dashed #232526;}
.proFAQ-item{user-select: none;cursor: pointer;background: #fff;padding: 0.26rem 0.3rem;}
.proFAQ-menu{align-items: center;}
.proFAQ-menu .title{flex: 1;padding-right: 10px;}
.proFAQ-menu .btn{width: max(12px,0.18rem);height: max(12px,0.18rem);}
.proFAQ-menu .btn::before,.proFAQ-menu .btn::after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #e0317a;transition: all .4s ease;width: 100%;height: 2px;}
.proFAQ-menu .btn::after{width: 2px;height: 100%;}
.proFAQ-drop{width: 70%;display: none;}
.proFAQ-item.active{box-shadow: 0px max(9px,0.18rem) max(25px,0.5rem) 0px rgba(6, 15, 20, 0.08);}
.proFAQ-item.active .proFAQ-menu .btn{transform: rotate(180deg);}
.proFAQ-item.active .proFAQ-menu .btn::after{opacity: 0;}
/* 产品-详情 */
.proDet-show{background: #fff url('../images/pages/proDet-show-bg.jpg') no-repeat center top/100% auto;}
.proDet-show-swp{padding: 0 5.5rem;position: absolute;left: 0;top: 0;width: 100%;opacity: 0;pointer-events: none;transition: all .6s linear;}
.proDet-show-swp:first-child{position: relative;}
.proDet-show-swp.active{opacity: 1;pointer-events: all;z-index: 5;}
.proDet-show-swp .swiper-container{overflow: visible;}
.proDet-show-slide{height: 5.5rem;opacity: 0;transform: scale(.78);user-select: none;cursor: pointer;}
.proDet-show-slide img{max-height: 100%;}
.swiper-slide-prev .proDet-show-slide,.swiper-slide-next .proDet-show-slide{opacity: .1;}
.swiper-slide-active .proDet-show-slide{transform: scale(1);opacity: 1;}
.proDet-show-nav{margin-left: -0.3rem;align-items: flex-end;height: max(60px,1.1rem);}
.proDet-show-nav .item{margin-left: 0.3rem;flex: 1;background: #f2f4f5;height: max(46px,0.9rem);user-select: none;cursor: pointer;}
.proDet-show-nav .item.active{height: max(60px,1.1rem);color: #fff;background: #e0317a;}
.proDet-show .comNext-btn{background: #f2f4f5;}
.proDet-custom-flex{justify-content: space-between;align-items: flex-start;}
.proDet-custom-list{width: 50%;}
.proDet-custom-item{height: 100%;background: #fff;padding: 0.5rem 0.1rem;flex-direction: column;justify-content: flex-start;}
.proDet-custom-item .ico{width: max(40px,0.8rem);height: max(40px,0.8rem);}
.proDet-custom-item .ico img{max-height: 100%;}
.proDet-custom-img{width: 50%;}
.proDet-tech .contain{border-top: 1px dashed #232526;}
.proDet-tech .indTitle{justify-content: space-between;align-items: flex-start;}
.proDet-tech .indTitle .text{width: calc(50% - 0.3rem);}
.proDet-tech-swp-box{width: calc(100% + var(--widDb));padding-right: var(--widDb);}
.proDet-tech-swp-box::after{content: "";position: absolute;right: 0;top: 0;width: var(--widDb);z-index: 2;pointer-events: none;height: 100%;background: linear-gradient(to right,transparent 10%,#f2f4f5 90%);}
.proDet-tech-swp .swiper-container{overflow: visible;}
.proDet-tech-img{height: 4.2rem;background: url('../images/pages/proDet-tech-bg.jpg') no-repeat center/100% 100%;}
.proDet-tech-img img{max-width: 55%;max-height: 60%;}
.proDet-tech-con{padding: 20px 12px 0;}
.proDet-tech .comNext-btn{top: 2.1rem;}
.proDet-safe-bg img{width: 100%;}
.proDet-safe-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.proDet-safe-con .contain{height: 100%;align-items: center;}
.proDet-safe-con .box{width: 60%;}
.proDet-safe-list .text{color: rgba(255, 255, 255, .5);}
.proDet-wisdom{background: url('../images/pages/proDet-wit-bg.jpg') no-repeat center/cover;}
.proDet-wisdom-item{height: 100%;align-items: flex-start;padding: 0.4rem 0.45rem;background: #fff;}
.proDet-wisdom-item .ico{width: max(36px,0.62rem);margin: 0.22rem 0.44rem 0 0;}
.proDet-wisdom-item .desc{flex: 1;}
.proDet-hot-head{justify-content: space-between;align-items: center;}
.proDet-hot-swp .swiper-container{overflow: visible;}
.proDet-hot-swp::after,.proDet-hot-swp::before{background: linear-gradient(to right,#f2f4f5 10%,transparent 90%); content: "";position: absolute;left: calc(var(--widDb) * (-1));top: 0;width: var(--widDb);height: 100%;z-index: 2;pointer-events: none;}
.proDet-hot-swp::after{left: auto;right: calc(var(--widDb) * (-1));transform: rotate(180deg);}
.proDet-hot-slide{background: #fff;padding: 0.55rem 0.2rem;flex-direction: column;justify-content: flex-start;}
.proDet-hot-slide .img{width: 100%;height: 2.8rem;}
.proDet-hot-slide .img img{max-width: 70%;max-height: 100%;}
.proDet-hot-slide .btn{background: #f0f1f2;border-radius: 50%;width: max(40px,0.6rem);height: max(40px,0.6rem);transform: rotate(45deg);}
.proDet-hot-slide .btn i{width: 100%;height: 100%;}
.proDet-hot-slide .btn i:nth-child(2){position: absolute;left: 0;top: 100%;}
.proDet-hot-slide:hover{box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, .1);}
.proDet-hot-slide:hover .img img{transform: scale(1.1);}
.proDet-hot-slide:hover .btn{background: #e0317a;color: #fff;}
.proDet-hot-slide:hover .btn i{transform: translateY(-100%);}
.proDet-cta-bg img{width: 100%;}
.proDet-cta-link{align-items: center;position: absolute;right: 11%;top: 55%;}
.proDet-cta-link .btn{margin-left: max(12px,0.18rem); background: #f0f1f2;border-radius: 50%;width: max(36px,0.5rem);height: max(36px,0.5rem);transform: rotate(45deg);}
.proDet-cta-link .btn i{width: 100%;height: 100%;}
.proDet-cta-link .btn i:nth-child(2){position: absolute;left: 0;top: 100%;}
.proDet-cta-link:hover .btn{background: #e0317a;color: #fff;}
.proDet-cta-link:hover .btn i{transform: translateY(-100%);}
/* 加装电梯 */
.serIntro-img{width: 50%;}
.serIntro-img img{width: 100%;height: 6.2rem;}
.serIntro-img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to right,transparent 50%,#fff 97%);}
.serIntro-con{width: 50%;flex-direction: column;justify-content: center;padding: 0 1.7rem 0 0.7rem;background: #fff;}
.serIntro-con .ico{height: max(38px,0.72rem);}
.serIntro-con .ico img{max-height: 100%;}
.serIntro .comNext-btn{background: rgba(202, 202, 204, .75);color: #fff;}
.serDZ-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.serDZ-bg img{width: 100%;height: 100%;}
.serDZ-con{position: relative;z-index: 2;}
.serDZ-list li{background: #141414;align-items: flex-start;padding: 0.38rem 0.48rem;width: 7rem;}
.serDZ-list .ico{width: max(38px,0.66rem);margin-right: max(15px,0.35rem);}
.serDZ-list .desc{flex: 1;}
.serDZ-list .text{color: rgba(255, 255, 255, .5);}
.serApp-item{height: 100%;background: #fff;}
.serApp-img img{width: 100%;height: 4.2rem;}
.serApp-con{padding: 0.4rem;}
/* 旧换新 */
.oldIntro-flex{justify-content: space-between;align-items: flex-start;}
.oldIntro-con{width: 50%;}
.oldIntro-list li{background: #fff;align-items: flex-start;padding: 0.4rem;}
.oldIntro-list .ico{width: max(35px,0.72rem);margin-right: max(15px,0.35rem);}
.oldIntro-list .desc{flex: 1;}
.oldIntro-img{width: 50%;margin-top: 0.2rem;}
.oldTech{background: #666;}
.oldTech .indTitle{position: absolute;left: var(--widDb);top: 1.2rem;z-index: 2;}
.oldTech-bg img{width: 100%;height: 48vw;transform: scale(1.1);transition: all 2s linear .8s;}
.swiper-slide-active .oldTech-bg img{transform: scale(1);transition-delay: 0s;}
.oldTech-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 1.2rem 1rem 0 0;}
.oldTech-con .contain{justify-content: flex-end;}
.oldTech-list{width: 47%;}
.oldTech-list li{padding-left: max(12px,0.16rem);}
.oldTech-list li::after{content: "";position: absolute;left: 0;top: max(7px,0.1rem);width: max(5px,0.07rem);height: max(5px,0.07rem);border-radius: 50%;background: #e0317a;}
.oldTech-list li:first-child{margin-top: 0;}
.oldTech-list .text{color: rgba(255, 255, 255, .6);}
.oldTech-nav{position: absolute;left: 0;bottom: 0.8rem;width: 100%;z-index: 3;}
.oldTech-nav-list{margin-left: -0.24rem;align-items: flex-end;}
.oldTech-nav-item{flex: 1;margin-left: 0.24rem;background: #141414;height: max(70px,1.4rem);user-select: none;cursor: pointer;}
.oldTech-nav-item .ico{height: max(36px,0.72rem);margin-right: max(12px,0.3rem);position: relative;}
.oldTech-nav-item .ico img{max-height: 100%;transition: all .4s ease;}
.oldTech-nav-item .ico .h{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;}
.oldTech-nav-item.active{background: #fff;height: max(84px,1.8rem);}
.oldTech-nav-item.active .ico .s{opacity: 0;}
.oldTech-nav-item.active .ico .h{opacity: 1;}
.oldTech-nav-item.active .title{color: #232526;}
/* 保养维修 */
.afterIntro-item{background: #fff;height: 100%;padding: 0.4rem 0.45rem;align-items: flex-start;}
.afterIntro-item .ico{width: max(30px,0.6rem);margin-right: max(15px,0.3rem);}
.afterIntro-item .desc{flex: 1;}
/* 特殊配套 */
.sysIntro-flex{padding-left: var(--widDb);}
.sysIntro-title{width: 30%;}
.sysIntro-swp{width: 70%;}
.sysIntro-swp::after{content: "";position: absolute;right: 0;top: 0;width: 30%;height: 100%;background: linear-gradient(to right,transparent 0%,#f2f4f5 60%);z-index: 2;}
.sysIntro-swp .swiper-wrapper{transition-timing-function: linear;}
.sysIntro-img img{width: 100%;height: 5.2rem;}
.sysIntro-con{padding: max(15px,0.24rem) max(8px,0.12rem) 0;}
/* 土建工程 */
.projLift-nav{margin-left: -20px;}
.projLift-nav .item{margin-left: 20px;flex: 1;background: #e6e9eb;height: 1.8rem;user-select: none;cursor: pointer;}
.projLift-nav .item span{position: relative;z-index: 2;}
.projLift-nav .item::before{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: max(6px,0.18rem);background: linear-gradient(to right, #ef7094 0%, #e0317a 100%);opacity: 0;transition: all .4s ease;}
.projLift-nav .item::after{opacity: 0;transition: all .4s ease; content: "";position: absolute;left: 50%;top: 100%;transform: translateX(-50%);border: max(5px,0.1rem) solid transparent;border-top-color: #e9588a;}
.projLift-nav .item.active{color: #fff;font-family: 'B';box-shadow: 0px max(12px,0.24rem) max(25px,0.52rem) 0px rgba(224, 49, 122, 0.2);}
.projLift-nav .item.active::before,.projLift-nav .item.active::after{opacity: 1;}
.projLift-edit{display: none;background: #fff;padding: 0.6rem 0.5rem 1rem;}
.projLift-edit:first-child{display: block;}
.projLift-edit h1,.projLift-edit h2,.projLift-edit h3,.projLift-edit h4,.projLift-edit h5,.projLift-edit h6{font-size: max(16px,0.32rem);color: #232526;font-family: 'B';margin-bottom: max(4px,0.06rem);}
.projWater-bg img{width: 100%;}
.projWater-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.projWater-con .contain{height: 100%;}
.projWater-con .btm{position: absolute;right: 0;bottom: 0;width: 46.5%;}
.projWater-con .ico{height: max(36px,0.72rem);}
.projWater-con .ico img{max-height: 100%;}
.projPower-img{width: 46.5%;}
.projPower-img img{position: relative;z-index: 2;}
.projPower-con{width: 53.5%;flex-direction: column;justify-content: center;padding: 0 1.3rem 0 1.1rem;position: relative;}
.projPower-con::after{content: "";position: absolute;left: -2px;top: 0;width: 100%;height: 100%;background: linear-gradient(to right,#eaeaea 0%,#fff 20%);}
.projPower-con>div{position: relative;z-index: 2;}
.projLine .contain{border-top: 1px solid #d2d4d6;}
.projLine .comNext-btn{color: #fff;background: rgba(202, 202, 204, .75);top: 1.5rem;}
.projLine-slide .img img{width: 100%;height: 3rem;}
.projLine-slide .title{padding: max(15px,0.2rem) max(8px,0.12rem) 0;}
/* 影音专区 */
.videoItem .img img{width: 100%;height: 4.6rem;}
.videoItem .btn{user-select: none;cursor: pointer;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: max(56px,1rem);height: max(56px,1rem);border-radius: 50%;background: rgba(0, 0, 0, .25);backdrop-filter: blur(10px);padding-left: max(3px,0.05rem);}
.videoItem .btn:hover{background: #e0317a;transform: translate(-50%,-50%) scale(.95);}
.videoItem .btn:active{transform: translate(-50%,calc(-50% + 5px)) scale(.95);}
.videoItem .title{padding: max(15px,0.32rem) max(8px,0.12rem) 0;}
/* 防伪查询 */
.query-view{background: url('../images/pages/query-bg.jpg') no-repeat center bottom/100% auto;}
.queNav{align-items: flex-end;}
.queNav .item{background: #e3e5e6;width: max(150px,2.84rem);height: max(44px,0.54rem);}
.queNav .item:nth-child(1){border-top-left-radius: max(8px,0.18rem);}
.queNav .item:nth-child(2){border-top-right-radius: max(8px,0.18rem);}
.queNav .item p{position: relative;}
.queNav .item p span{position: relative;z-index: 2;}
.queNav .item p::after{opacity: 0; animation: titleAni 1s ease infinite alternate;content: "";position: absolute;left: 0;top: 50%;transform: translate(-55%,-50%);width: max(14px,0.2rem);height: max(14px,0.2rem);border-radius: 50%;background: #e0317a;}
.queNav .item.active{height: max(52px,0.7rem);background: #fff;border-radius: max(8px,0.18rem) max(8px,0.18rem) 0 0;}
.queNav .item.active p::after{opacity: 1;}
.queFlex{background: #fff;border-top-left-radius: 0;padding: 0.7rem;}
.queLeft{width: 50%;padding-right: 1rem;border-right: 1px dashed #999;}
.queRight{width: 50%;padding-left: 0.7rem;}
.queImg img{max-width: 70%;}
.quePop-box{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .8);z-index: 99999;display: none;}
.quePop{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 10.5rem;}
.quePop-close{user-select: none;cursor: pointer;position: absolute;left: calc(100% + 15px);top: 6px;}
.quePop-close:hover{transform: rotate(180deg);opacity: .8;}
.quePop-yes{display: none;background: #fff;height: max(250px,5rem);padding: 0 0.6rem;}
.quePop-yes .ico img,.quePop-no .ico img{max-height: max(56px,1.31rem);}
.quePop-yes .box,.quePop-no .box{height: 100%;flex-direction: column;}
.quePop-no{background: #fff;padding: 0.7rem 1.8rem;}
.quePop-no .joinMsg-item{text-align: left;}
.quePop-btn .comMore1{margin-left: max(10px,0.2rem);}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px){
    /* 1600 × (900) */
}
@media all and (max-width:1590px){
    /* 1440 × (700)  */
}
@media all and (max-width:1430px){
    /* 1360 */
}
@media all and (max-width:1350px){
    /* 1280 */
}
@media all and (max-width:1270px){
    /* 1152 × (700) */
}
/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px){
    /* 1024 横屏 */
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px){
    /* 移动终端 360 适配 */
    .pagesBan-bg video{display: none;}
    .mbUl ul{margin: -20px 0 0 !important;}
    .mbUl li{margin: 20px 0 0 !important;width: 100% !important;}
    .pagesBan-bg img{height: 250px;}
    .ctaBan-bg img{height: 250px;}
    .ctaBan-con .title{font-size: 25px;}
    .ctaBan-con .text{width: 100%;}
    .joinIntro{padding-top: 40px;}
    .joinIntro-con{width: 100%;}
    .joinIntro-item .title{font-size: 12px;}
    .joinIntro-img{display: none;}
    .joinMsg-con{padding: 30px 15px;}
    .joinMsg-item{width: 100%;}
    .ctaIntro-way{width: 100%;padding: 25px 15px;}
    .ctaIntro-way-data .ico{margin-top: 2px;}
    .ctaIntro-msg{width: 100%;margin-top: 30px;padding: 25px 15px;}
    .ctaCompany-img .img img{height: 215px;}
    .ctaCompany-con{padding: 20px 15px 30px;}
    .caseNav{flex-wrap: nowrap;white-space: nowrap;overflow-x: auto;}
    .caseNav .item{min-width: 80px;}
    .casePop-close{left: auto;top: auto;right: 0;bottom: calc(100% + 10px);}
    .casePop-btm{padding: 20px 15px;}
    .casePop-page .start{font-size: 24px;}
    .newsItem-con{padding: 20px 15px 15px;}
    .newsItem-img img{height: 215px;}
    .newsDet-flex{padding: 0 15px 40px;}
    .newsDet-left{width: 100%;flex-direction: row;justify-content: space-between;align-items: flex-start;}
    .newsDet-right{width: 100%;margin-top: 30px;}
    .newsDet-back{margin-top: 15px;}
    .newsDet-page-item{width: 100%;padding: 25px 15px !important;flex-direction: row-reverse !important;}
    .newsDet-page-item .btn{transform: rotate(180deg);}
    .newsDet-page-item:nth-child(2){margin-top: 20px;}
    .abIntro-desc{width: 100%;}
    .abIntro-img{display: none;}
    .abIntro-list{width: 100%;margin-top: 25px;}
    .abIntro-video{width: 100%;margin-top: 25px;}
    .abIntro-item{padding: 25px 10px;}
    .abIntro-item .ico{height: 30px;}
    .abIntro-item .num{margin-top: 20px;}
    .abIntro-item .num span{line-height: .8;}
    .abNet-ban-bg img{height: 400px;}
    .abNet-ban-con .box{width: 100%;padding-right: 0;}
    .abFac-img .img img{height: 215px;}
    .abFac-title{padding: 15px 10px 0;}
    .abFac-pagination{margin-left: 0;}
    .honorList .uli.ml30.uli4 li{width: calc(100%/2 - max(12px,0.3rem));}
    .honorItem .title{height: 30px;font-size: 13px;}
    .honorItem .img{height: 150px;}
    .proBan-bg img{height: 400px;}
    .proBan-nav .contain{overflow-x: auto;}
    .proBan-nav-list{flex-wrap: nowrap;white-space: nowrap;}
    .proBan-nav-item{height: 46px;flex: unset;padding: 0 30px;}
    .proInfo .indTitle .text{width: 100%;margin-top: 10px;}
    .proInfo-img{width: 100%;}
    .proInfo-img img{height: 250px;}
    .proInfo-con{padding: 20px 15px 30px;width: 100%;}
    .proFAQ-item{padding: 15px;margin-top: 12px;}
    .proFAQ-drop{width: 100%;}
    .pagesBan-con .title.fs96{font-size: 32px;}
    .proDet-show-swp{padding: 0 110px;}
    .proDet-show-slide{height: 180px;}
    .proDet-show-nav{flex-wrap: nowrap;white-space: nowrap;overflow-x: auto;}
    .proDet-show-nav .item{overflow: visible;padding: 0 20px;flex: unset;}
    .proDet-custom-list{width: 100%;}
    .proDet-custom-img{width: 100%;margin-top: 30px;display: none;}
    .proDet-custom-item{padding: 25px 15px;}
    .proDet-tech .indTitle .text{width: 100%;margin-top: 10px;}
    .proDet-tech-img{height: 200px;}
    .proDet-tech-con{padding: 15px 8px 0;}
    .proDet-safe-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
    .proDet-safe-bg img{height: 100%;}
    .proDet-safe-con{position: relative;z-index: 2;padding: 40px 0;}
    .proDet-safe-con .box{width: 100%;}
    .proDet-wisdom-item{padding: 20px 15px;}
    .proDet-wisdom-item .ico{margin: 15px 12px 0 0;}
    .proDet-hot-slide{padding: 30px 15px;}
    .proDet-hot-slide .img{height: 250px;}
    .proDet-hot-slide .btn{margin-top: 30px;}
    .proDet-cta-bg img{transform: scale(1.3);}
    .proDet-cta-link{right: 0;}
    .proDet-cta-link .title{font-size: 13px;}
    .proDet-cta-link .btn{font-size: 12px;width: 28px;height: 28px;margin-left: 10px;}
    .serIntro-img{width: 100%;}
    .serIntro-img::after{background: linear-gradient(to bottom,transparent 50%,#fff 97%);}
    .serIntro-con{width: 100%;padding: 20px 15px 40px;}
    .serDZ-list li{width: 100%;padding: 20px 15px;}
    .serApp-img img{height: 200px;}
    .oldIntro-con{width: 100%;}
    .oldIntro-list li{margin-top: 12px;padding: 20px 15px;}
    .oldIntro-img{display: none;}
    .oldTech-bg img{height: 500px;}
    .oldTech-list{width: 100%;}
    .oldTech-con{padding: 90px 0 0;}
    .oldTech-nav-list{overflow-x: auto;flex-wrap: nowrap;white-space: nowrap;}
    .oldTech-nav-item{flex: unset;flex-wrap: nowrap;overflow: visible;padding: 0 30px;}
    .oldTech-nav-item .ico{width: 36px;}
    .afterIntro-item{padding: 20px 15px;}
    .sysIntro-flex{padding: 0 4%;}
    .sysIntro{padding-top: 40px;}
    .sysIntro-title{width: 100%;padding-top: 0;}
    .sysIntro-swp{width: 100%;margin-top: 20px;}
    .sysIntro-img img{height: 330px;}
    .sysIntro-swp::after{display: none;}
    .projLift-nav{margin-left: -12px;font-size: 14px;}
    .projLift-nav .item{margin-left: 12px;}
    .projWater-bg img{height: 300px;}
    .projWater-con .top{font-size: 30px;}
    .projWater-con .btm{position: relative;right: auto;bottom: auto;width: 100%;margin-top: 40px;}
    .projPower-img{width: 100%;}
    .projPower-con{width: 100%;padding: 20px 15px 35px;}
    .projPower-con::after{background: linear-gradient(to bottom,#eaeaea 0%,#fff 20%);}
    .projLine-slide .img img{height: 215px;}
    .videoItem .img img{height: 220px;}
    .queFlex{padding: 25px 15px;}
    .queLeft{width: 100%;padding: 0 0 25px;border-right: unset;border-bottom: 1px solid #999;}
    .queRight{width: 100%;padding: 25px 0 0;}
    .quePop{width: 92%;}
    .quePop-yes{padding: 0 15px;}
    .quePop-close{left: auto;top: auto;right: 0;bottom: calc(100% + 10px);}
    .quePop-no{padding: 30px 15px;}
    .abNet-ban-con{height: 350px;}
    .abNet-info{padding: 20px 15px;}
    .abNet-map{width: 100%;}
}
/* --------------------图片-iPad-调整---------------------- */
@media all and (min-width: 720px) and (max-width: 1000px){}