@charset "utf-8";
/* =====================内页样式======================== */
/* 分页 */
.paging{width: 100%;text-align: center;user-select: none;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.paging-menu, .paging-skip, .paging-hint{display: flex;flex-wrap: wrap;}
.paging-menu a{width: max(34px,0.6rem);height: max(34px,0.6rem);border: 1px solid #e5e5e5;margin: 5px;font-size: max(12px,0.16rem);font-family: 'SB2'; transition: all .4s ease;display: flex;align-items: center;justify-content: center;}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{border-color: #00a0e9;background-color: #00a0e9;color: #fff;}
.paging-menu a i{font-size: max(10px,0.13rem);}
.paging-menu a.next{transform: rotate(180deg);}
.paging-skip{margin-left: 8px;align-items: center;}
.paging-hint{font-size: 14px;color: #999;font-weight: 300;margin: 0 8px;}
.paging-hint:first-of-type{margin: 0;}
.paging-skip input{width: 54px;text-align: center;height: 38px;border: 1px solid #e1e1e1;font-size: 14px;color: #666;border-radius: 3px;transition: all .4s ease;}
.paging-skip input:focus{border-color: #00a0e9;}
.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: #00a0e9;color: #fff;border-color: #00a0e9;}
.paging-hint span{color: #00a0e9;}
@media all and (max-width:1000px){.paging-menu a{margin: 4px 2px;}.paging-skip{width: 100%;margin-left: 0;justify-content: center;}}
/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #00a0e9;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #00a0e9;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: #00a0e9 !important;}
.search-link:hover h2{color: #00a0e9;}
/* 隐私协议 */
.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: 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: #00a0e9;}
.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: #00a0e9;}
.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%;}
.pagesBan-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.pagesBan-con .contain{height: 100%;flex-direction: column;justify-content: center;}
.pagesBan-con .title{animation: banText 1s ease both;}
.pagesBan-con .text{animation: banText 1s ease both .1s;}
.pagesBan.hasAfter .pagesBan-bg::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .3);}

@keyframes banText {0%{opacity: 0;transform: translateY(0.4rem);}100%{opacity: 1;transform: translateY(0);}}
.pagesNav{border-bottom: 1px solid #ededed;}
.pagesNav .item{height: max(48px,0.8rem);margin-left: 0.9rem;}
.pagesNav .item:first-child{margin-left: 0;}
.pagesNav .item::after{content: "";position: absolute;left: 0;bottom: -1px;width: 100%;height: 2px;background: #00a0e9;opacity: 0;transition: all .4s ease;}
.pagesNav .item:hover,.pagesNav .item.active{color: #00a0e9;}
.pagesNav .item.active::after{opacity: 1;}
.pagesBread-list .item{margin-left: 30px;}
.pagesBread-list .item::after{content: "\e80b";font-family: 'icon';position: absolute;left: -22px;top: 50%;transform: translateY(-50%) rotate(180deg);font-size: 12px;color: #666;}
.pagesBread-list .item:first-child{margin-left: 0;}
.pagesBread-list .item:first-child::after{display: none;}
.pagesBread-list .item:hover{color: #00a0e9;}
.banBlack-body.Lucency .Header-logo img.s{opacity: 0;}
.banBlack-body.Lucency .Header-logo img.h{opacity: 1;}
.banBlack-body.Lucency .Header-menu{color: #222;}
.banBlack-body.Lucency .Header-phone-btn .desc{color: #222;}
.banBlack-body.Lucency .Header-phone-btn .btn{color: #222;border-color: #222;}
.banBlack-body .pagesBan-con .title,.banBlack-body .pagesBan-con .text{color: #222;}
/* 新闻中心 */
.newsItem{height: 100%;background: #f8f8f8;}
.newsItem-img img{width: 100%;height: 3rem;}
.newsItem-con{padding: 0.22rem 0.2rem 0.25rem;}
.news-view .newsItem:hover .newsItem-img img{transform: scale(1.1);}
.news-view .newsItem:hover .newsItem-con .title{color: #00a0e9;}
.videoItem-btn{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: max(40px,0.7rem);height: max(40px,0.7rem);border-radius: 50%;border: 2px solid #fff;}
.videoItem-btn:hover{background: #fff;color: #00a0e9;}
.videoItem-btn:active{transform: translate(-50%,calc(-50% + 5px)) scale(.95);}
/* 新闻-详情 */
.newsDet-head{border-bottom: 1px solid #ddd;}
.newsDet-view .contain{width: 860px;max-width: 92%;}
.newsDet-share{align-items: center;}
.newsDet-edit p{font-size: inherit !important;}
#toShare{display: flex;}
#toShare a{display: flex;color: #999;font-size: max(16px,0.22rem);margin-left: max(15px,0.3rem);align-items: center;justify-content: center;transition: all .4s ease;}
#toShare a>img{max-width: 22px;}
#toShare a:hover{color: #00a0e9;}
#toShare .icon-wechat{position: relative;}
#toShare .icon-wechat .wechat-qrcode{display: none;border: 1px solid #eee;position:absolute;z-index:9;top:-205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px rgba(0, 0, 0, .1);transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms; }
#toShare .icon-wechat .wechat-qrcode.bottom {top:40px;left:-84px;}
#toShare .icon-wechat .wechat-qrcode.bottom:after {display:none;}
#toShare .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px; background-color:#f3f3f3; margin:0;padding:0;color: #777; }
#toShare .icon-wechat .wechat-qrcode .qrcode{width:105px; margin:10px auto;}
#toShare .icon-wechat .wechat-qrcode .qrcode table{margin:0!important;}
#toShare .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0;}
#toShare .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}
#toShare .icon-wechat:hover .wechat-qrcode{display: block;}
.newsDet-menu{border-top: 1px solid #ddd;align-items: center;justify-content: space-between;}
.newsDet-page{align-items: center;}
.newsDet-page i{font-size: 12px;margin-right: 8px;}
.newsDet-page.next{flex-direction: row-reverse;}
.newsDet-page.next i{transform: rotate(180deg);margin-right: 0;margin-left: 8px;}
.newsDet-page:hover,.newsDet-back:hover{color: #00a0e9;}
/* 联系我们 */
.ctaHead{justify-content: space-between;align-items: center;}
.ctaTitle .text{letter-spacing: 4px;}
.ctaPhone{align-items: center;}
.ctaPhone .ico{border: 2px solid #00a0e9;border-radius: 50%;width: max(40px,0.64rem);height: max(40px,0.64rem);margin-right: max(12px,0.26rem);}
.ctaList{justify-content: space-between;}
.ctaItem{width: 48%;}
.ctaItem-img img{width: 100%;height: 3.8rem;}
.ctaItem-con{background: #f6f6f6;padding: 0.5rem;}
.ctaItem-con .text i{display: block;font-size: max(14px,0.2rem);margin: -3px 10px 0 0;}
.ctaItem-con .text span{flex: 1;}
.ctaItem-con .more{width: max(110px,1.9rem);height: max(38px,0.48rem);border: 1px solid #00a0e9;user-select: none;cursor: pointer;}
.ctaItem-con .more i{display: block;margin-right: max(6px,0.1rem);}
.ctaItem-con .more.active{color: #fff;background: #00a0e9;}
.ctaMap{height: 6.8rem;}
.ctaMap-link{padding: 0 0.18rem;}
.ctaMap-link i{display: block;margin-right: 8px;font-size: max(14px,0.2rem);}
.amap-info-close{display: none !important;}
.amap-logo,.amap-copyright{display: none !important;}
/* 帮助中心 */
.helpVip-edit h1,.helpVip-edit h2,.helpVip-edit h3,.helpVip-edit h4,.helpVip-edit h5,.helpVip-edit h6{font-size: max(16px,0.24rem);color: #222;}
.helpWash-video{width: 10rem;margin: max(13px,0.5rem) auto 0;background: #000;}
.helpWash-video video{max-height: 6rem;}
.helpWash-list{margin-left: -0.16rem;}
.helpWash-item{margin: 0.16rem 0 0 0.16rem;width: calc(100% / 3 - 0.16rem);}
.helpWash-item-img img{width: 100%;height: 2.5rem;}
.helpWash-item-img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to bottom,transparent 30%,rgba(0,0,0,.7) 100%);background: -webkit-linear-gradient(top,transparent 30%,rgba(0,0,0,.7) 100%);}
.helpWash-item-con{padding: 0.25rem 0.3rem; position: absolute;z-index: 2;display: flex; left: 0;top: 0;width: 100%;height: 100%;flex-direction: column;justify-content: flex-end;}
.helpWash-item-con .page{opacity: 0.5;}
.helpWash-item:nth-child(7){width: calc(100% - 0.16rem);}
.helpWash-item:nth-child(7) .helpWash-item-img::after{background: linear-gradient(to left,transparent 70%,rgba(0,0,0,.6) 100%);background: -webkit-linear-gradient(right,transparent 70%,rgba(0,0,0,.6) 100%);}
.helpWash-item:nth-child(7) .helpWash-item-con{justify-content: center;width: 36%;}
/* 社会贡献 */
.socTop{background: linear-gradient(to bottom,transparent 20%,#f6f6f6 100%);background: -webkit-linear-gradient(top,transparent 20%,#f6f6f6 100%);}
.socTop .contain{width: 12rem;max-width: 92%;}
.socIntro .img img{width: 100%;}
.socIntro .title span{position: relative;}
.socIntro .title span::before{content: "“";position: absolute;right: calc(100% + 0.05rem);top: 0;font-size: 0.6rem;color: #00a0e9;line-height: 0.2rem;}
.socIntro .title span::after{content: "”";position: absolute;left: 100%;top: 120%;font-size: 0.6rem;color: #00a0e9;line-height: 0.2rem;}
.socIntro .text2{width: 65%;margin: max(10px,0.52rem) auto 0;}
.socTech-item{position: relative;}
.socTech-img img{width: 100%;height: 5.4rem;} 
.socTech-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;align-items: center;}
.socTech-con .box{width: max(350px,5rem);height: 78%;background: rgba(255, 255, 255, .8);display: flex;flex-direction: column;justify-content: center;padding: 0 0.6rem;}
.socTech-con .ico{width: max(34px,0.6rem);}
.socGY-item .img img{width: 100%;height: 3.2rem;}
.socGY .pagesTitle .text{width: 56%;margin: max(10px,0.4rem) auto 0;}
/* 关于我们 */
.abIntro .pagesTitle{padding: 0 1.45rem;}
.abIntro-img img{width: 100%;}
.abIntro-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.abWH-img img{width: 100%;height: 2.6rem;}
.abWH-img::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;position: absolute;background: linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.7) 100%);}
.abWH-con{position: absolute;z-index: 2;left: 0;bottom: 0;width: 100%;padding: 0.32rem 0.5rem;}
.aboufz-cont{width: 100%;position: relative;}
.aboufz-cont .cont-l{width: 50%;position: relative;}
.aboufz-cont .cont-r{width: 50%;padding: 4.45rem 0px;}
.aboufz-dw{position: sticky;top: 2.45rem;margin: 2.45rem 0px;}
.aboufz-years-vertical{position: relative;}
.aboufz-years-vertical__years{position: absolute;width: 100%;top: 50%;transform: translateY(-50%);display: flex;align-items: stretch;z-index: 4;}
.aboufz-years-vertical__years__left{color: #00a0e9;font-size: 1.8rem;font-family: "B";line-height: 1;position: relative;z-index: 4;}
.aboufz-years-vertical__years__right{line-height: 1;}
.aboufz-years-vertical__years__right__list{position: absolute;transition: all .4s ease;}
.aboufz-years-vertical__years__right__item {color: #f5f8f9;transition-duration: .4s;font-size: 1.8rem;font-family: "B";transition: all .4s ease;line-height: 1;}
.aboufz-years-vertical__years__right__item.is-active{color: #00a0e9;}
.circular-chart {display: block;width: 4rem;height: 4rem;margin-left: 1.1rem;}
.circle-bg {fill: none;stroke: #cfdadf;stroke-width: .1;}
.circle {fill: none;stroke-width: .1;stroke-linecap: round;animation: progress 1s ease-out forwards;}
@keyframes progress {0% {stroke-dasharray: 0 100;}}
.circular-chart .circle {stroke: #00a0e9;}
.aboufz-events__item{border-bottom: 1px solid #d2dce1;padding: 0.64rem 0px;}
.aboufz-events__item .title p{margin-top: 0.15rem;}
.aboufz2{display: none;}
.aboury-lun .img img{max-height: 100%;}
.aboury-svp .pages{opacity: 0;}
.aboufz2 .thumbs-year{display: flex;justify-content: center;color: #000;font-size: 26px;font-weight: 900;font-family: 'B';}
.aboufz2 .thumbs-year.active{color: #00a0e9;}
.aboufz2 .gallery-more ul{margin-bottom: -10px;}
.aboufz2 .gallery-more li{margin-bottom: 10px;width: 100%;border-top: 1px solid #00a0e9;padding-top: 20px;}
.aboufz2 .gallery-more li .data{font-size: 16px;color: #000;font-weight: 900;font-family: "B";}
.aboufz2 .gallery-more li .title{font-size: 14px;color: #666;line-height: 1.4;}
.aboufz2 .gallery-more li .title p{margin-top: 10px;}
.aboufz {background-size: cover;background-position: center;background-attachment: fixed;}
.abHonor{background: url('../images/pages/abHonor-bg.jpg') no-repeat center/cover;}
.abHonor-list{border-top: 1px solid #ccc;}
.abHonor-list .item{width: 50%;padding: 0 0.2rem;height: 0.6rem;user-select: none;cursor: pointer;transition: all .3s ease;}
.abHonor-list .item::after{content: "";position: absolute;left: 0;top: 0.08rem;width: 0.08rem;height: 0.08rem;border-radius: 50%;background: #666;transition: all .3s ease;}
.abHonor-list .item:hover{color: #00a0e9;font-size: max(15px,0.24rem);font-weight: 500;}
.abHonor-list .item:hover::after{background: #00a0e9;transform: translateY(50%);}
.abHonor-img{width: calc(100% + 0.92rem);margin-left: -0.46rem;text-align: center;}
.abFC-swp .img img{width: 100%;height: 4.2rem;}
.abFC-btn{z-index: 2; position: absolute;left: -0.75rem;top: 50%;transform: translateY(-50%); user-select: none;cursor: pointer;width: max(34px,0.45rem);height: max(34px,0.45rem);border-radius: 50%;background: #f6f6f6;}
.abFC-btn.next{left: auto;right: -0.75rem;transform: translateY(-50%) rotate(180deg);}
.abFC-btn:hover{background: #00a0e9;color: #fff;}
/* 服务支持 */
.serIntro-top{justify-content: space-between;align-items: center;}
.serIntro-swp-box{width: 48.5%;background: #f6f6f6;}
.serIntro-swp{transform: translate(0.3rem,0.3rem);}
.serIntro-swp img{width: 100%;height: 4rem;}
.serIntro-top .text{width: 39%;padding-top: 0.3rem;}
.serIntro-swp .pages-pagination{position: absolute;left: 0;bottom: 0.2rem;width: 100%;z-index: 2;}
.serIntro-swp .pages-pagination .swiper-pagination-bullet{background: rgba(255, 255, 255, .3);}
.serIntro-swp .pages-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fff;}
.serIntro-center li{padding: 0.4rem 0 0.35rem; background: #f8f8f8;transition: all .4s ease;display: flex;flex-direction: column;align-items: center;}
.serIntro-center .ico{height: max(30px,0.5rem);}
.serIntro-center .ico img{max-height: 100%;transition: all .4s ease;}
.serIntro-center .ico .h{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;}
.serIntro-center li:hover{background: #00a0e9;}
.serIntro-center li:hover .ico .s{opacity: 0;}
.serIntro-center li:hover .ico .h{opacity: 1;}
.serIntro-center li:hover .title{color: #fff;}
.serIntro-btm .list img{width: 100%;height: 3.2rem;}
.serAfter-list{display: flex;margin-left: -0.1rem;}
.serAfter-item{margin-left: 0.1rem;width: 2.4rem;overflow: hidden;}
.serAfter-img img{width: auto;max-width: unset;height: 4.6rem;object-fit: fill;}
.serAfter-img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .3);}
.serAfter-show{z-index: 2;position: absolute;left: 0;bottom: 0;width: 100%;padding: 0.35rem 0;transition: all .4s ease .2s;}
.serAfter-hide{z-index: 3;position: absolute;left: 0;bottom: 0;width: 100%;padding: 0.35rem;transition: all .6s ease;transform: translateY(0.4rem);opacity: 0;}
.serAfter-item.active{width: calc(100% - 0.1rem *4 - 2.4rem * 3);}
.serAfter-item.active .serAfter-show{transition: all .2s ease;opacity: 0;transform: translateY(0.4rem);}
.serAfter-item.active .serAfter-hide{transition-delay: .3s;opacity: 1;transform: translateY(0);}
/* 企业合作 */
.enterprise-view .pagesTitle{padding: 0 1.4rem;}
.entIntro-swp .img img{width: 100%;height: 7.2rem;}
.entZL-img img{width: 100%;height: 4.5rem;}
.entZL-img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to bottom,transparent 70%,rgba(0,0,0,.7) 100%);}
.entZL-con{z-index: 2;position: absolute;left: 0;bottom: 0;width: 100%;padding: 0.35rem 0.1rem;}
/* 加盟合作 */
.joinBan-bg img{width: 100%;}
.joinBan-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.joinBan-con .contain{height: 100%;flex-direction: column;}
.joinData-item{height: 100%;background: #fff;padding: 0.6rem 0.4rem 0.55rem;}
.joinData-item .ico{height: max(20px,0.4rem);position: relative;}
.joinData-item .ico img{transition: all .4s ease;max-height: 100%;}
.joinData-item .ico .h{position: absolute;left: 0;top: 0;opacity: 0;}
.joinData-item .text span{color: #00a0e9;transition: all .4s ease;}
.joinData-item:hover{background: #00a0e9;}
.joinData-item:hover .ico .s{opacity: 0;}
.joinData-item:hover .ico .h{opacity: 1;}
.joinData-item:hover .title,.joinData-item:hover .text,.joinData-item:hover .text span{color: #fff;}
.joinWhy{background: url('../images/pages/joinWhy-bg.jpg') no-repeat center/cover;}
.joinWhy-flex{background: #fff;padding: 0.2rem;justify-content: space-between;}
.joinWhy-list{width: 50%;padding: 0 0.6rem 0 0.6rem;}
.joinWhy-list li{border-top: 1px solid #e5e5e5;}
.joinWhy-list li:first-child{border-top: unset;}
.joinWhy-list .title{user-select: none;cursor: pointer;}
.joinWhy-list .title:hover,.joinWhy-list .title.active{color: #00a0e9;}
.joinWhy-list .text{display: none;}
.joinWhy-list li:first-child .text{display: block;}
.joinWhy-img{width: 50%;}
.joinWhy-img img{width: 100%;height: 5.7rem;display: none;}
.joinWhy-img img.active{display: block;}
.joinCJ-img img{width: 100%;height: 3.4rem;}
.joinCJ-img::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;background: linear-gradient(to bottom,transparent 70%,rgba(0,0,0,.7) 100%);}
.joinCJ-con{z-index: 2;position: absolute;left: 0;bottom: 0;width: 100%;padding: 0.35rem 0;}
.joinShare-item{height: 100%;background: #fff;padding: 0.3rem;justify-content: space-between;align-items: flex-start;}
.joinShare-img{width: 19%;}
.joinShare-img img{width: 100%;height: 1.4rem;}
.joinShare-con{width: 76%;}
.joinShare-con .top{justify-content: space-between;}
.joinShare-con .more:hover{text-decoration: underline;}
.joinCase-swp{padding: 0 max(60px,0.95rem);}
.joinCase-swp .swiper-container{overflow: visible;}
.joinCase-swp .img img{width: 100%;height: 4rem;}
.joinCase-btn{user-select: none;cursor: pointer;z-index: 2;position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: max(32px,0.44rem);height: max(32px,0.44rem);border-radius: 50%;background: rgba(0, 0, 0, .5);}
.joinCase-btn.next{left: auto;right: 0;transform: translateY(-50%) rotate(180deg);}
.joinCase-btn:hover{background: #00a0e9;}
.joinFA-title span{position: relative;padding-bottom: max(8px,0.18rem);}
.joinFA-title span::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 2px;background: #ffa843;}
.joinFA-item{padding: 0.6rem 0.2rem 0.54rem; background: url('../images/pages/joinFA-item-bg.jpg') no-repeat center/cover;flex-direction: column;justify-content: flex-start;}
.joinFA-item .ico{width: max(50px,1rem);}
.joinMsg{background: url('../images/pages/joinMsg-bg.jpg') no-repeat center/cover;}
.joinMsg-list{margin-left: -0.8rem;}
.joinMsg-list li{margin-left: 0.8rem;width: calc(20% - 0.8rem);position: relative;}
.joinMsg-list .page{width: max(30px,0.52rem);height: max(30px,0.52rem);border-radius: 50%;border: 1px solid #fff;}
.joinMsg-list .text{position: relative;}
.joinMsg-list .text::after{content: "";position: absolute;right: -0.52rem;top: 0;width: 0.2rem;height: 0.25rem;background: url('../images/pages/joinMsg-icon.png') no-repeat center/100% auto;}
.joinMsg-list li:last-child .text::after{display: none;}
.joinMsg-con{background: #fff;padding: 0.35rem 1rem 0.4rem;}
.indMsg-form-item .isLinked .customSelect-name,.joinMsg-con .indMsg-form-item input,.joinMsg-con .indMsg-form-item textarea,.joinMsg-con .indMsg-menu{border: 1px solid #c8c8c8;}
/* 数字化平台 */
.numBlock-nav{border-bottom: 1px solid #ddd;padding: 0 0.6rem;justify-content: space-between;}
.numBlock-nav .item{padding: 0 0.2rem 0.26rem;user-select: none;cursor: pointer;}
.numBlock-nav .item::after{content: "";position: absolute;;left: 50%;bottom: -1px;width: 0;height: 2px;background: #00a0e9;transition: all .4s ease;transform: translateX(-50%);}
.numBlock-nav .item:hover,.numBlock-nav .item.active{color: #00a0e9;}
.numBlock-nav .item.active::after{width: 100%;}
.numBlock-swp{width: calc(100% + 0.6rem);margin-left: -0.3rem;}
.numBlock-swp .swiper-slide{padding: 0.3rem;}
.numBlock-img{width: 50%;}
.numBlock-img img{width: 100%;height: max(300px,4rem);}
.numBlock-con{box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.05);width: 50%;flex-direction: column;justify-content: center;padding: 0 0.8rem;}
.numBlock-con .list li{padding: 0 10px 0 15px;width: 50%;}
.numBlock-con .list li::after{content: "";position: absolute;left: 0;top: 0.08rem;width: 6px;height: 6px;border-radius: 50%;background: #00a0e9;}
.numApp{background: url('../images/pages/numApp-bg.jpg') no-repeat center/cover;}
.numApp-con{box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.05);width: 45%;background: #fff;padding: 0.5rem 0.1rem 0 0.6rem;}
.numApp-con .text p{position: relative;margin-top: 0.26rem;padding-left: 0.4rem;}
.numApp-con .text p::after{content: "";position: absolute;left: 0;top: 0;width: 0.24rem;height: 0.24rem;background: url('../images/pages/numApp-icon.png') no-repeat center/cover;}
.numApp-img{width: 55%;}
.numApp-img img{width: 100%;height: max(280px,4.1rem);}
/* 智慧停车 */
.parkIntro-text{width: max(800px,10.7rem);margin: 0 auto;max-width: 100%;}
.parkIntro-list li{width: 20%;flex-direction: column;justify-content: flex-start;}
.parkIntro-list .ico{height: max(30px,0.47rem);}
.parkIntro-list .ico img{max-height: 100%;}
.parkIntro-list li:nth-child(-n+5){border-bottom: 1px solid #999;}
.parkMb-ban-bg img{width: 100%;}  
.parkMb-ban-bg::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to bottom,transparent 80%,rgba(0,0,0,.7));}
.parkMb-ban-con{position: absolute;left: 0;bottom: 0;width: 100%;padding: 0.35rem 0.6rem;z-index: 2;}
.parkMb-flex{justify-content: space-between;}
.parkMb-left .text p,.parkUp-intro-con .list p{position: relative;padding-left: max(18px,0.2rem);margin-top: max(10px,0.16rem);}
.parkMb-left .text p::before,.parkUp-intro-con .list p::before{content: "◎";color: #00a0e9;position: absolute;left: 0;top: 0;}
.parkMb-left .text p:first-child,.parkUp-intro-con .list p:first-child{margin-top: 0;}
.parkMb-right{width: 48.8%;}
.parkUp-intro{justify-content: space-between;align-items: center;}
.parkUp-intro-img{width: 52%;}
.parkUp-intro-img img{width: 100%;}
.parkUp-intro-con{width: 43.5%;}
.parkUp-cj{padding: 0.54rem 0.8rem 0.6rem; box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1);}
.parkRotate .joinWhy-flex{background: transparent;padding: 0;}
.parkRotate .joinWhy-list{padding: 0;width: 42%;}
.parkRotate .joinWhy-img{width: 53%;}
.parkRotate .joinWhy-img img{height: 5rem;}
.parkCase-swp{width: calc(100% + 0.4rem);margin-left: -0.2rem;} 
.parkCase-swp .swiper-slide{padding: 0.2rem;}
.parkCase-con{width: 50%;padding: 0.55rem 0.6rem;box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1);}
.parkCase-con .page{color: #ccc;font-style: italic;}
.parkCase-img{width: 50%;}
.parkCase-img img{width: 100%;height: 4rem;}
.parkCase-btn{position: absolute;z-index: 2;left: 0.6rem;bottom: 0.6rem;}
.parkCase-btn .btn{user-select: none;cursor: pointer;width: max(32px,0.44rem);height: max(32px,0.44rem);border-radius: 50%;background: #f6f6f6;}
.parkCase-btn .btn.next{margin-left: 14px;transform: rotate(180deg);}
.parkCase-btn .btn:hover{background: #00a0e9;color: #fff;}
/* 一体化水循环处理机 */
.waterIntro .text{padding: 0 1.2rem;}
.waterIntro .img img{width: 100%;}
.waterIntro .img video{width: 100%;}
.waterIntro .img.video-box img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;}
.waterIntro .img .btn{z-index: 5; position: absolute;padding-left: 0.08rem; left: 50%;top: 50%;transform: translate(-50%,-50%);width: max(50px,1rem);height: max(50px,1rem);border-radius: 50%;border: 2px solid #fff;user-select: none;cursor: pointer;}
.waterIntro .img .btn:hover{background: #fff;color: #00a0e9;}
.waterIntro .img .btn:active{transform: translate(-50%,calc(-50% + 5px)) scale(.98);}
.waterHJ-bg img,.waterTech-bg img{width: 100%;}
.waterHJ-con,.waterTech-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.waterHJ-con .contain,.waterTech-con .contain{height: 100%;align-items: center;}
.waterHJ-con .box,.waterTech-con .box{width: 46%;}
.waterGN .pagesTitle{padding: 0 1.7rem;}
.waterTech-con .contain{align-items: flex-start;}
.waterTech-con .text p{position: relative;padding-left: 18px;margin-top: 0.16rem;}
.waterTech-con .text p::after{content: "";top: 0.15rem;left: 0; width: 6px;height: 6px;border-radius: 50%;position: absolute;background: #fff;}
.waterParams-list ul{display: flex;flex-wrap: wrap;}
.waterParams-list li{margin-top: 0.5rem;width: 28%;}
.waterParams-list li:nth-child(4n){width: 10%;}
.waterParams-list li:nth-child(4n+1){width: 32%;}
.waterParams-list .text{font-weight: 500;}
.waterParams-img{width: calc(100% + 1.12rem);margin-left: -0.56rem;}
.waterTZ-swp .swiper-slide{height: auto;}
.waterTZ-slide{height: 100%;background: #fff;flex-direction: column;justify-content: flex-start;padding: 0.8rem 0.3rem 0.3rem;min-height: 4rem;}
.waterTZ-slide .ico{height: max(40px,0.6rem);}
.waterTZ-slide .ico img{max-height: 100%;}
.waterTZ-btn{user-select: none;cursor: pointer;z-index: 2;position: absolute;left: -0.75rem;top: 50%;transform: translateY(-50%);width: max(34px,0.44rem);height: max(34px,0.44rem);border-radius: 50%;background: #fff;}
.waterTZ-btn.next{left: auto;right: -0.75rem;transform: translateY(-50%) rotate(180deg);}
.waterTZ-btn:hover{background: #00a0e9;color: #fff;}
/* 产品2 */
.pro2Start-flex{justify-content: space-between;}
.pro2Start-con{width: 47%;flex-direction: column;justify-content: space-between;}
.pro2Start-list{width: 86%;justify-content: space-between;}
.pro2Start-list li{width: 45%;display: flex;flex-direction: column;align-items: center;text-align: center;}
.pro2Start-img{width: 47%;margin-right: -0.6rem;}
.pro2Net-flex{justify-content: space-between;align-items: center;}
.pro2Net-img{width: 47%;}
.pro2Net-con{width: 47%;}
.pro2XS-flex{justify-content: space-between;align-items: center;}
.pro2XS-con{width: 47%;}
.pro2XS-img{width: 50%;}
.pro2XS-img img{width: 100%;}
.pro2-view .waterParams-list li{width: calc(44% / 2);}
.pro2-view .waterParams-list li:nth-child(4n){width: 28%;}
.pro2-view .waterParams-list li:nth-child(4n+3){width: 28%;}
/* 产品1 */
.pro1Intro-img img{width: 100%;height: 4rem;}
.pro1Intro-img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to bottom,transparent 70%,rgba(0,0,0,.7) 100%);}
.pro1Intro-con{position: absolute;z-index: 2;left: 0;bottom: 0;width: 100%;padding: 0.34rem 0.4rem;}
.pro1Foam-bg img{width: 100%;}
.pro1Foam-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;align-items: center;}
.pro1Foam-con .box{width: 47%;}
.pro1Foam-num li{margin-left: 1.35rem;}
.pro1Foam-num li:first-child{margin-left: 0;}
.pro1Foam-num .num{align-items: center;}
.pro1Foam-num .num span{display: inline-block;margin-left: 0.1rem;}
.pro1Foam-num .num i{display: inline-block;width: 0.42rem;margin-left: 0.16rem;}
.pro1Module-bg img{width: 100%;}
.pro1Module-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.pro1Module-con .pagesTitle{padding: 0 2.1rem;}
.pro1Params-flex{justify-content: space-between;align-items: center;}
.pro1Params-img{width: 48.5%;}
.pro1Params-con{width: 44%;}
.pro1Params-con li{border-bottom: 1px solid #ddd;}
.pro1Params-con .title{width: 42%;}
.pro1Params-con .text{width: 58%;}
.pro1TZ-item{min-height: max(200px,2.85rem); height: 100%;background: #fff;overflow: hidden;border: 1px solid #fff;flex-direction: column;justify-content: flex-start;padding: 0.6rem 0 0;}
.pro1TZ-item .ico{height: max(38px,0.58rem);}
.pro1TZ-item .ico img{max-height: 100%;}
.pro1TZ-item .desc{flex-direction: column;justify-content: flex-start;width: 100%;}
.pro1TZ-item .line{background: #ddd;width: max(20px,0.6rem);height: max(1px,0.03rem);}
.pro1TZ-item .text{position: absolute;left: 0;top: 100%;width: 100%;padding: 0.2rem;transform: translateY(0.2rem);opacity: 0;}
.pro1TZ-item:hover{border-color: #00a0e9;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);}
.pro1TZ-item:hover .ico{transform: translateY(-1.4rem);opacity: 0;}
.pro1TZ-item:hover .desc{transform: translateY(-0.9rem);}
.pro1TZ-item:hover .line{background: #00a0e9;}
.pro1TZ-item:hover .text{transition-delay: .2s;opacity: 1;transform: translateY(0);}

/* 历代产品 */
.proFZ-item{margin-top: 20px;background: #f7f8fb;padding: 0.6rem 0.85rem 0.6rem 1.6rem;align-items: center;justify-content: space-between;}
.proFZ-item:first-child{margin-top: 0;}
.proFZ-con{width: 52%;}
.proFZ-img{width: 43%;height: 5.2rem;}
.proFZ-img img{max-height: 100%;}

/* 新增 */
.proXDJ-table-bg,.proXDJ-cj-bg,.proXDJ-proj-bg,.proYC-gn-bg,.proYC-app-bg{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.proXDJ-table-bg img,.proXDJ-cj-bg img,.proXDJ-proj-bg img,.proYC-gn-bg img,.proYC-app-bg img{width: 100%;height: 100%;}
.proXDJ-table-con,.proXDJ-cj-con,.proXDJ-proj-con,.proYC-gn-con,.proYC-app-con{position: relative;z-index: 2;}
.proXDJ-table-con .contain{justify-content: space-between;align-items: center;}
.proXDJ-table-con .desc{width: 45%;}
.proXDJ-table-con .text p{position: relative;margin-top: max(10px,0.24rem);padding-left: max(12px,0.2rem);}
.proXDJ-table-con .text p:first-child{margin-top: 0;}
.proXDJ-table-con .text p::after{content: "";position: absolute;left: 0;top: max(7px,0.09rem);width: max(4px,0.08rem);height: max(4px,0.08rem);border-radius: 50%;background: #fff;}
.proXDJ-table-con .text.c2 p::after{background: #00a0e9;}
.proXDJ-table-con .img{width: 54%;}
.proXDJ-cj-desc{padding: 0 2rem; }
.proXDJ-cj-item .img img{width: 100%;height: 2rem;}
.proXDJ-cj-item .img::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;background: linear-gradient(to bottom,transparent 40%,rgba(0,0,0,.5) 100%);}
.proXDJ-cj-item .title{z-index: 2;position: absolute;left: 0;bottom: 0;width: 100%;padding: 0 0.1rem 0.16rem;}
.proXDJ-proj-list{margin-left: -0.5rem;}
.proXDJ-proj-list li{margin-left: 0.5rem;width: calc(20% - 0.5rem);display: flex;flex-direction: column;align-items: center;}
.proXDJ-proj-list .top::after{content: "";position: absolute;left: calc(100% + 0.27rem);top: 50%;transform: translateY(-50%);width: 0.23rem;height: 0.21rem;background: url('../images/pages/proXDJ-proj-ico.png') no-repeat center/100% auto;}
.proXDJ-proj-list .page{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 2;}
.proXDJ-proj-list .img{width: 2.2rem;height: 2.2rem;border-radius: 50%;overflow: hidden;}
.proXDJ-proj-list .img img{width: 100%;height: 100%;}
.proYC-intro .contain{padding: 0 1.5rem;}
.proYC-gn-img{position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;}
.proYC-gn-img img{width: 100%;height: 100%;}
.proYC-gn-img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to bottom,transparent 40%,rgba(0,0,0,.5) 100%);}
.proYC-gn-item{height: 100%;}
.proYC-gn-desc{position: relative;z-index: 2;padding: 3.5rem 0.3rem 0.2rem;height: 100%;}
.proYC-ys-list{align-items: flex-start;}
.proYC-ys-item:nth-child(1){color: #222; width: 37%;background: #f6f6f6;text-align: right;padding: 0.55rem 0.55rem 0.55rem 0.1rem;margin-top: 0.3rem;}
.proYC-ys-item:nth-child(2){position: relative;z-index: 2; width: 34%;background: #00a0e9;padding: 0.55rem 0.05rem 0.55rem 0.55rem;margin-top: 0.3rem;}
.proYC-ys-item:nth-child(3){position: relative; width: 29%;background: #ffa843;padding: 0.84rem 0.05rem 0.84rem 0.4rem;}
.proYC-ys-item:nth-child(3)::before,.proYC-ys-item:nth-child(3)::after{content: "";background: #d57200;position: absolute;right: 100%;top: 0;width: 0.24rem;height: 0.3rem;clip-path: polygon(100% 0, 0% 100%, 100% 100%);}
.proYC-ys-item:nth-child(3)::after{top: auto;bottom: 0;clip-path: polygon(100% 0, 0 0, 100% 100%);}
.proYC-ys-item .text p{position: relative;margin-top: max(10px,0.22rem);padding-left: 0.4rem;}
.proYC-ys-item .text p:first-child{margin-top: 0;}
.proYC-ys-item .text p::after{content: "";position: absolute;left: 0;top: 0;width: 0.25rem;height: 0.2rem;background: url('../images/pages/proYC-ys-yes.png') no-repeat center/100% auto;}
.proYC-ys-item .text p:last-child:after{display: none;}
.proYC-ys-item .text span{font-weight: 500;}
.proYC-ys-item:nth-child(1) .text p{padding: 0 0.4rem 0 0;}
.proYC-ys-item:nth-child(1) .text p::after{left: auto;right: 0;background-image: url('../images/pages/proYC-ys-no.png');width: 0.2rem;height: 0.2rem;}
.proYC-ys-item:nth-child(3) .text p{padding-left: 0;}
.proYC-ys-item:nth-child(3) .text p::after{display: none;}
.proYC-cb .pro1Foam-con .box{width: 49%;}
.proYC-cb-num li{margin-left: 1.3rem;}
.proYC-cb-num li:first-child{margin-left: 0;}
.proYC-cb-num .num{align-items: flex-end;}
.proYC-cb-num .num span{line-height: .8;}
.proYC-cb-num .num span.mr{margin-right: 5px;}
.proYC-data-item{height: 100%;}
.proYC-data-img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.proYC-data-img img{width: 100%;height: 100%;}
.proYC-data-desc{position: relative;z-index: 2;height: 100%;padding: 0.5rem 0.1rem 0.6rem 0.6rem;}
.proYC-data-desc .text p{position: relative;margin-top: max(10px,0.26rem);padding-left: 0.4rem;}  
.proYC-data-desc .text p::after{content: "";position: absolute;left: 0;top: -1px;width: 0.24rem;height: 0.24rem;background: url('../images/pages/proYC-data-ico.png') no-repeat center/100% auto;}
.proYC-app-item{height: 100%;background: #fff;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);}
.proYC-app-con .pagesTitle{padding: 0 2rem;}
.proYC-app-desc{width: 45%;padding: 0.35rem 0.05rem 0 0.55rem;}
.proYC-app-desc .text p{position: relative;margin-top: max(10px,0.26rem);padding-left: 0.4rem;}
.proYC-app-desc .text p:first-child{margin-top: 0;}
.proYC-app-desc .text p::after{content: "";position: absolute;left: 0;top: -1px;width: 0.24rem;height: 0.24rem;background: url('../images/pages/proYC-app-ico.png') no-repeat center/100% auto;}
.proYC-app-img{width: 55%;}
.proYC-app-img img{width: 100%;height: 4.4rem;}




/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px){
    /* 1600 × (900) */
}
@media all and (max-width:1590px){
    /* 1440 × (700)  */
    .proYC-ys-item:nth-child(2){width: 32%;padding-left: 0.45rem;}
    .proYC-ys-item:nth-child(3){width: 31%;padding-left: 0.3rem;}
    .proYC-ys-item .text{font-size: 13px;}
}
@media all and (max-width:1430px){
    /* 1360 */
}
@media all and (max-width:1350px){
    /* 1280 */
}
@media all and (max-width:1270px){
    /* 1152 × (700) */
    .proYC-ys-item:nth-child(3){padding-bottom: 1.1rem;}
    .proYC-app-desc{padding-left: 0.3rem;}
}
/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px){
    /* 1024 横屏 */
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px){
    /* 移动终端 360 适配 */
    .pagesTitle br,.pro1Intro-text br{display: none;}
    .pagesBan-bg img{height: 200px;}
    .newsList .uli.ml28{margin: -15px 0 0;}
    .newsList .uli.ml28.uli3 li{margin: 15px 0 0;width: 100%;}
    .newsItem-img img{height: 230px;}
    .newsItem-con{padding: 20px 15px 30px;}
    .videoItem-btn{width: 50px;height: 50px;}
    .newsDet-view{padding-top: 40px;}
    .newsDet-head{padding-bottom: 15px;}
    .newsDet-page i{font-size: 10px;margin-right: 6px;}
    .newsDet-page.next i{margin-left: 6px;}
    .newsDet-menu{padding-top: 16px;}
    .ctaTitle .text{letter-spacing: 2px;}
    .ctaPhone{width: 100%;margin-top: 20px;}
    .ctaPhone .title{font-size: 12px;}
    .ctaPhone .text{font-size: 22px;}
    .ctaItem{width: 100%;}
    .ctaItem:nth-child(2){margin-top: 20px;}
    .ctaItem-img img{height: 195px;}
    .ctaItem-con{padding: 20px 15px 30px;}
    .ctaItem-con .text i{margin: 0 6px 0 0;}
    .helpWash-list{margin-left: 0;}
    .helpWash-item{width: 100% !important;margin: 15px 0 0;}
    .helpWash-item-img img{height: 190px;}
    .helpWash-item-con{padding: 20px 15px;}
    .helpWash-item-con .page{font-size: 24px;}
    .helpWash-item:nth-child(7) .helpWash-item-con{width: 100%;justify-content: flex-end;}
    .helpWash-item:nth-child(7) .helpWash-item-img::after{background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, .7) 100%);background: -webkit-linear-gradient(top, transparent 30%, rgba(0, 0, 0, .7) 100%);}
    .socIntro .title span::after{top: 100%;}
    .socIntro .text2{width: 100%;}
    .socTech-con{position: relative;height: auto;}
    .socTech-con .box{width: 100%;padding: 20px 15px 30px;background: #f1f1f1;}
    .socGY .pagesTitle .text{width: 100%;}
    .socGY-list .uli.ml40{margin: -25px 0 0;}
    .socGY-list .uli.ml40.uli3 li{margin: 25px 0 0;width: 100%;}
    .socGY-item .img img{height: 250px;}
    .abIntro .pagesTitle{padding: 0;}
    .abIntro-con{position: relative;height: auto;padding: 12px 0 25px;}
    .abIntro-con .title{color: #222;}
    .abIntro-con .text{color: #666;}
    .abIntro-con .text br{display: none;}
    .abWH-list .uli.ml10{margin: -15px 0 0;}
    .abWH-list .uli.ml10.uli2 li{margin: 15px 0 0;width: 100%;}
    .abWH-img img{height: 130px;}
    .aboufz{display: none;}
    .aboufz2{display: block;}
    .abHonor-list .item{width: 100%;height: auto;margin-top: 15px;padding: 0 12px;}
    .abHonor-list .item:first-child{margin-top: 0;}
    .abHonor-list .item::after{top: 6px;width: 4px;height: 4px;}
    .abHonor-img{width: 100%;margin-left: 0;margin-top: 30px;}
    .abFC-btn{display: none;}
    .abFC-swp .img img{height: 210px;}
    .serIntro-swp-box{width: 100%;}
    .serIntro-swp{transform: none;}
    .serIntro-swp img{height: 200px;}
    .serIntro-top .text{width: 100%;margin-top: 15px;padding-top: 0;}
    .serIntro-center .uli.ml10.uli5 li{width: calc(100%/2 - max(6px,0.1rem));padding: 25px 0;}
    .serIntro-center .title{margin-top: 20px;}
    .serAfter-list{flex-wrap: wrap;margin: 0;}
    .serAfter-item{width: 100%;margin: 15px 0 0;}
    .serAfter-img img{width: 100%;object-fit: cover;max-width: 100%;height: 200px;}
    .serAfter-show{display: none;}
    .serAfter-hide{opacity: 1;transform: translateY(0);padding: 15px;}
    .serAfter-hide .title{font-size: 17px;}
    .enterprise-view .pagesTitle{padding: 0;}
    .entIntro-swp .img img{height: 180px;}
    .entZL-list .uli.ml20{margin: -15px 0 0;}
    .entZL-list .uli.ml20.uli2 li{margin: 15px 0 0;width: 100%;}
    .entZL-img img{height: 220px;}
    .entZL-con{padding: 20px 10px;}
    .joinBan-bg img{height: 300px;}
    .joinBan-con .title{font-size: 26px;}
    .joinData-list .uli.ml16{margin: -15px 0 0;}
    .joinData-list .uli.ml16.uli4 li{margin: 15px 0 0;width: 100%;}
    .joinData-item{padding: 30px 15px;}
    .joinData-item .ico{height: 26px;}
    .joinData-item .title{margin-top: 24px;}
    .joinWhy-flex{padding: 15px;}
    .joinWhy-list{padding: 0;width: 100%;}
    .joinWhy-list li{padding-bottom: 15px;}
    .joinWhy-list .title{padding-top: 15px;}
    .joinWhy-img{width: 100%;margin-top: 10px;}
    .joinWhy-img img{height: 260px;}
    .joinCJ-list .uli.ml20{margin: -10px 0 0 -10px;}
    .joinCJ-list .uli.ml20.uli4 li{margin: 10px 0 0 10px;width: calc(50% - 10px);}
    .joinCJ-img img{height: 170px;}
    .joinCJ-con{padding: 15px 0;}
    .joinCJ-con .title{font-size: 14px;}
    .joinShare-list .uli.ml30{margin: -15px 0 0;}
    .joinShare-list .uli.ml30.uli2 li{margin: 15px 0 0;width: 100%;}
    .joinShare-item{padding: 20px 15px;}
    .joinShare-img{width: 25%;}
    .joinShare-img img{height: auto;}
    .joinShare-con{width: 70%; margin-top: 0;}
    .joinShare-con .address,.joinShare-con .more{font-size: 13px;}
    .joinShare-con .text{font-size: 13px;line-height: 19px;}
    .joinCase-swp{padding: 0 15px;}
    .joinCase-btn{display: none;}
    .joinCase-swp .img img{height: 210px;}
    .joinFA-title span{padding-bottom: 10px;}
    .joinFA-title span::after{height: 1px;}
    .joinFA-list .uli.ml20{margin: -15px 0 0;}
    .joinFA-list .uli.ml20.uli2 li{margin: 15px 0 0;width: 100%;}
    .joinFA-item{padding: 20px 15px;}
    .joinMsg-list{margin: 10px 0 0;}
    .joinMsg-list li{margin: 20px 0 0;width: 100%;display: flex;}
    .joinMsg-list .page{font-size: 12px;width: 24px;height: 24px;margin-right: 12px;}
    .joinMsg-list .text{margin-top: 0;flex: 1;}
    .joinMsg-list .text::after{left: 3px;top: calc(100% + 10px);transform: rotate(90deg);width: 10px;height: 14px;display: none;}
    .joinMsg-con{padding: 20px 15px 30px;}
    .numBlock-nav{padding: 0;overflow-x: auto;flex-wrap: nowrap;white-space: nowrap;}
    .numBlock-nav .item{padding: 0 10px 10px;margin-left: 20px;}
    .numBlock-nav .item:first-child{margin-left: 0;}
    .numBlock-nav .item::after{bottom: 0;}
    .numBlock-img{width: 100%;}
    .numBlock-con{width: 100%;padding: 20px 15px 30px;}
    .numBlock-img img{height: 200px;}
    .numBlock-con .list li{font-size: 13px;padding-left: 12px;margin-top: 15px;}
    .numBlock-con .list li::after{top: 4px;width: 5px;height: 5px;}
    /* .numApp-list .uli.ml20{margin: -15px 0 0;}
    .numApp-list .uli.ml20.uli2 li{margin: 15px 0 0;width: 100%;} */
    .numApp-item{flex-direction: column-reverse;}
    .numApp-img{width: 100%;}
    .numApp-img img{height: 180px;}
    .numApp-con{width: 100%;padding: 15px 10px 25px;}
    .numApp-con .text{font-size: 13px;}
    .numApp-con .text p{margin-top: 15px;padding-left: 20px;}
    .numApp-con .text p::after{width: 12px;height: 12px;top: 1px;}
    .parkIntro-list .ico{height: 20px;}
    .parkIntro-list .title{font-size: 12px;}
    .parkMb-ban-bg img{height: 210px;}
    .parkMb-ban-bg::after{display: none; background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.7));}
    .parkMb-ban-con{position: relative;padding: 10px 0 0;}
    .parkMb-ban-con .text{color: #666;}
    .parkMb-right{width: 100%;margin-top: 30px;}
    .parkMb-right .title{text-align: left;}
    .parkUp-intro-img{width: 100%;}
    .parkUp-intro-con{width: 100%;margin-top: 15px;}
    .parkUp-cj{padding: 20px 10px;}
    .parkRotate .joinWhy-list{width: 100%;}
    .parkRotate .joinWhy-img{width: 100%;}
    .parkRotate .joinWhy-img img{height: 230px;}
    .parkCase-slide{flex-direction: column-reverse;}
    .parkCase-img{width: 100%;}
    .parkCase-img img{height: 200px;}
    .parkCase-con{width: 100%;padding: 20px 15px;}
    .parkCase-con .page{font-size: 20px;}
    .parkCase-con .text{min-height: 110px;}
    .parkCase-btn{display: none;}
    .waterIntro .text{padding: 0;}
    .waterHJ,.waterTech{display: flex;flex-direction: column-reverse;}
    /* .waterHJ-con, .waterTech-con{position: relative;height: auto;margin-bottom: 15px;} */
    /* .waterTech-con .contain{padding-top: 0;} */
    /* .waterHJ-con .title, .waterTech-con .title{color: #222;}
    .waterHJ-con .text, .waterTech-con .text{color: #666;} */
    .waterHJ-bg img, .waterTech-bg img{min-height: 400px;}
    .waterHJ-con .box, .waterTech-con .box{width: 100%;}
    .waterTech-con .text p::after{background: #666;}
    .waterGN .pagesTitle{padding: 0;}
    .waterGN-img{margin-top: 15px;}
    .waterTech-con .text p{padding-left: 12px;}
    .waterTech-con .text p::after{width: 4px;height: 4px;top: 10px;}
    .waterParams-list li{width: 50% !important;margin-top: 25px;}
    .waterTZ-btn{display: none;}
    .waterTZ-slide{padding: 30px 20px;min-height: 250px;}
    .waterTZ-slide .title{margin-top: 20px;}
    .pro2Start-con{width: 100%;}
    .pro2Start-list{width: 100%;margin-top: 20px;}
    .pro2Start-img{width: 80%;margin: 0 auto;}
    .pro2Net-img{width: 100%;}
    .pro2Net-con{width: 100%;margin-top: 20px;}
    .pro2XS-flex{flex-direction: column-reverse;}
    .pro2XS-img{width: 100%;}
    .pro2XS-con{width: 100%;margin-top: 15px;}
    .pro1Intro-list .uli.ml20{margin: -15px 0 0;}
    .pro1Intro-list .uli.ml20.uli2 li{margin: 15px 0 0;width: 100%;}
    .pro1Intro-img img{height: 200px;}
    .pro1Intro-img::after{background: linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.7) 100%);}
    .pro1Intro-con{padding: 15px;}
    .pro1Foam-bg img,.pro1Module-bg img{min-height: 500px;}
    .pro1Foam-con .box{width: 100%;}
    .pro1Module-con .pagesTitle{padding: 0;}
    .pro1Params-img{width: 100%;}
    .pro1Params-con{width: 100%;margin-top: 15px;}
    .pro1Params-con li{padding: 15px 0;}
    .pro1Params-con .title{width: 30%;}
    .pro1Params-con .text{width: 70%;}
    .pro1TZ-list .uli.ml20{margin: -10px 0 0 -10px;}
    .pro1TZ-list .uli.ml20.uli5 li{margin: 10px 0 0 10px;width: calc(50% - 10px);}
    .pro1TZ-item .ico{height: 24px;}
    .pro1TZ-item{min-height: 130px;}
    .pro1TZ-item:hover .ico{transform: translateY(-60px);opacity: 0;}
    .pro1TZ-item:hover .desc{transform: translateY(-40px);}
    .pro1TZ-item .text{font-size: 12px;line-height: 22px;}
    .proFZ-item{padding: 35px 15px;flex-direction: column-reverse;}
    .proFZ-img{width: 100%;height: auto;}
    .proFZ-img img{max-width: 80%;max-height: 220px;}
    .proFZ-con{width: 100%;margin-top: 30px;}

    .proXDJ-table-con .desc{width: 100%;}
    .proXDJ-table-con .img{width: 100%;margin-top: 20px;}
    .proXDJ-cj-desc{padding: 0;}
    .proXDJ-cj-list .uli.ml10{margin: -10px 0 0 -10px;}
    .proXDJ-cj-list .uli.ml10.uli5 li{margin: 10px 0 0 10px;width: calc(50% - 10px);}
    .proXDJ-cj-item .img img{height: 120px;}
    .proXDJ-cj-item .title{padding: 0 5px 12px;}
    .proXDJ-proj-list{margin: 0;}
    .proXDJ-proj-list li{margin: 35px 0 0;width: 100%;padding: 0 35px;}
    .proXDJ-proj-list .top::after{display: none;}
    .proXDJ-proj-list .img{width: 120px;height: 120px;}
    .proXDJ-proj-list .page{font-size: 24px;}

    .proYC-intro .contain{padding: 0;}
    .proYC-gn-list .uli.ml20{margin: -15px 0 0;}
    .proYC-gn-list .uli.ml20.uli4 li{margin: 15px 0 0;width: 100%;}
    .proYC-gn-con .pagesTitle br{display: block;}
    .proYC-gn-desc{padding: 180px 15px 15px;}
    .proYC-gn-desc .title{font-size: 17px;}
    .proYC-ys-item{width: 100% !important;margin: 15px 0 0 !important;padding: 25px 15px !important;text-align: left !important;}
    .proYC-ys-item:nth-child(3)::before,.proYC-ys-item:nth-child(3)::after{display: none;}
    .proYC-ys-item .title{font-size: 17px;}
    .proYC-ys-item .text p{padding-left: 16px !important;}
    .proYC-ys-item .text p::after{width: 10px !important;height: 10px !important;top: 3px;right: auto !important;left: 0 !important;}
    .proYC-ys-item:nth-child(3) .text p{padding-left: 0 !important;}
    .proYC-cb .pro1Foam-con .box{width: 100%;}
    .proYC-data-list .uli.ml20{margin: -15px 0 0;}
    .proYC-data-list .uli.ml20.uli2 li{margin: 15px 0 0;width: 100%;}
    .proYC-data-desc{padding: 25px 15px;}
    .proYC-data-desc .text p,.proYC-app-desc .text p{padding-left: 16px;}
    .proYC-data-desc .text p::after,.proYC-app-desc .text p::after{width: 10px;height: 10px;top: 4px;}
    .proYC-app-con .pagesTitle{padding: 0;}
    .proYC-app-list .uli.ml20{margin: -15px 0 0;}
    .proYC-app-list .uli.ml20.uli2 li{margin: 15px 0 0;width: 100%;}
    .proYC-app-desc{width: 55%;padding: 20px 10px;}
    .proYC-app-img{width: 45%;}
    .proYC-app-img img{height: 100%;}
    .pro1Foam-con{align-items: flex-start;padding-top: 30px;text-align: center;}
    .pro1Foam-con .pagesTitle .text{font-size: 13px;}
    .pro1Foam-num{justify-content: center;margin-top: 20px;}
    .pro1Foam-num .text{font-size: 13px;}
    .waterHJ-con .contain{padding-top: 20px;align-items: flex-start;text-align: center;}
    .waterHJ-con .text{font-size: 13px;line-height: 24px;}
    .waterTech-con .contain{padding-top: 30px;text-align: center;}
    .waterTech-con .text{font-size: 13px;display: flex;flex-direction: column;align-items: center;line-height: 24px;}
}
/* --------------------图片-iPad-调整---------------------- */
@media all and (min-width: 720px) and (max-width: 1000px){}