@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{display: flex;flex-wrap: wrap;}
.paging-menu a{width: max(36px,0.4rem);height: max(36px,0.4rem);margin: 0 max(3px,0.05rem);font-size: max(14px,0.15rem);color: rgba(31,34,33,0.75);transition: all .4s ease;border-radius: 50%;background-color: #fff;display: flex;align-items: center;justify-content: center;line-height: 1;font-family: "fmm";}
.paging-menu a.next{transform: rotateY(180deg);}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{border-color: #75b033;background-color: #75b033;color: #fff;}
/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #75b033;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #75b033;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: #75b033 !important;}
.search-link:hover h2{color: #75b033;}
/* 隐私协议 */
.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: #75b033;}
.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: #75b033;}
.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;}
}
.sonBan{width: 100%;position: relative;z-index: 99;transform: translate3d(0,0,20px);}
.sonBan .img{width: 100%;overflow: hidden;}
.sonBan .img img{width: 100%;min-height: 260px;transform: matrix(1.1, 0, 0, 1.1, 0, 0);animation: sonBanImgRun 3s ease both .2s;}
.sonBan-cont{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 4;transform: translate3d(0,0,0px);display: flex;align-items: center;}
.sonBan-cont .title{opacity: 0;line-height: 1.24;animation: sonBanDown 1.4s ease both .4s;}
.sonBan-cont .text{opacity: 0;animation: sonBanDown 1.4s ease both .6s;}
@keyframes sonBanDown{0%{opacity: 0;transform: translateY(max(30px,1rem));filter: blur(6px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}
@keyframes sonBanImgRun{0%{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}100%{transform: matrix(1, 0, 0, 1, 0, 0);}}
@media (max-width: 1000px) {.sonBan-cont{text-align: center;}.sonBan-cont .title{font-size: 20px;}}
.sonMenu{position: relative;width: 100%;background: #fff;z-index: 99;transform: translate3d(0,0,99px);}
.sonMenu::after{content: "";position: absolute;width: 100%;height: 1px;background: #d5dbdf;bottom: 0;left: 0;}
.sonMenu-scroll{display: flex;width: 100%;white-space: nowrap;justify-content: center;min-width: 100%;}
.sonMenu a{height: max(36px,0.6rem);margin-right: max(20px,0.6rem);font-size: max(13px,0.15rem);color: rgba(31,34,33,0.5);display: flex;align-items: center;line-height: 1;position: relative;z-index: 2;transition: color .4s ease;}
.sonMenu a:last-child{margin-right: 0;}
.sonMenu a::after{content: "";position: absolute;width: 100%;height: 2px;background: #75b033;bottom: 0;left: 0;transform: scaleX(0);transform-origin: bottom center;transition: transform .4s ease;}
@media all and (min-width:720px) {
    .sonMenu a:hover{color: #1f2221;}
    .sonMenu a:hover::after{transform: scaleX(1);}
}
.sonMenu a.active{color: #1f2221;}
.sonMenu a.active::after{transform: scaleX(1);}
@media all and (max-width:720px) {
    .sonMenu .contain{width: 100%;overflow-x: auto;}
    .sonMenu a{margin: 0;padding: 0 16px;}
    .sonMenu a::after{width: calc(100% - 28px);right: 0;margin: 0 auto;}
    .sonMenu a::before{content: "";position: absolute;width: 1px;height: 40%;top: 30%;right: 0;background: rgba(255,255,255,0.2);}
    .sonMenu a:last-child::before{display: none;}
}
.sonPlace{background: #f7f9fa;}
.sonPlace a{transition: color .4s ease;color: rgba(31,34,33,0.5);}
.sonPlace a::before{content: "/";margin: 0 max(4px,0.08rem);color: rgba(31,34,33,0.5);}
.sonPlace a:first-child::before{display: none;}
.sonPlace a:last-child{color: #1f2221;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width: 6rem;}
.sonPlace a:hover{color: #75b033;}
@media all and (max-width:720px){.sonPlace{display: none;}}
/* 案例-列表 */
.case{background: #fff;}
.caseMa{align-items: center;justify-content: space-between;}
.caseMa-seacrh{display: block;position: relative;width: max(260px,3.2rem);}
.caseMa-seacrh input{width: 100%;height: max(36px,0.46rem);padding: 0 max(40px,0.6rem) 0 max(12px,0.16rem);border: 1px solid #d5dbdf;font-size: max(14px,0.15rem);color: #1f2221;transition: border .4s ease;}
.caseMa-seacrh input:focus{border-color: #75b033;}
.caseMa-seacrh button{position: absolute;width: max(40px,0.6rem);height: max(36px,0.46rem);font-size: max(16px,0.18rem);right: 0;top: 0;cursor: pointer;z-index: 4;transition: color .4s ease;}
.caseMa-seacrh button:hover{color: #75b033;}
.caseLb{width: 100%;}
.caseLb-link{width: 100%;display: block;height: 100%;background: #f7f9fa;}
.caseLb-link .img{width: 100%;overflow: hidden;}
.caseLb-link .img img{width: 100%;height: 3.65rem;}
.caseLb-link .cont .title i{transform: rotate(45deg) translateY(max(0px,0.02rem));color: #75b033;font-style: normal;margin-left: max(8px,0.12rem);display: inline-block;}
.caseLb-link .cont .title i::after{content: "\e6bd";font-family: "icon";}
.caseLb-link .cont .text p{position: relative;padding-left: max(18px,0.22rem);}
.caseLb-link .cont .text p i{position: absolute;left: 0;top: 0;}
.caseLb-link:hover .img img{transform: scale(1.08);}
.caseLb-link:hover .cont .title{color: #75b033;}
/* 案例-详情 */
.casexq{width: 100%;overflow: hidden;}
.casexqMa{background: #fff;}
.casexqMa-title{line-height: 1.4;}
.casexqMa-loop{width: 100%;}
.casexqMa-loop .gallery{width: calc(100% - 2.2rem);padding-right: max(20px,0.4rem);}
.casexqMa-loop .gallery .gallery-img{width: 100%;overflow: hidden;}
.casexqMa-loop .gallery .gallery-img img{width: 100%;height: 5.3rem;}
.casexqMa-loop .thumbs{width: 2.2rem;position: relative;}
.casexqMa-loop .thumbs .thumbs-btn{width: 100%;height: max(18px,0.26rem);font-size: max(14px,0.2rem);line-height: 1;cursor: pointer;color: #c7c8c7;transition: color .4s ease;background: #fff;display: flex;justify-content: center;position: relative;z-index: 4;}
.casexqMa-loop .thumbs .thumbs-btn:hover{color: #75b033;}
.casexqMa-loop .thumbs .thumbs-btn.next{transform: rotateX(180deg);}
.casexqMa-loop .thumbs .swiper-container{height: calc(5.3rem - max(36px,0.52rem));}
.casexqMa-loop .thumbs .swiper-wrapper{height: 100%;}
.casexqMa-loop .thumbs .thumbs-click{cursor: pointer;width: 100%;height: 100%;position: relative;overflow: hidden;opacity: 0.25;transition: opacity .4s ease;}
.casexqMa-loop .thumbs .thumbs-click::before{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;border: 2px solid #75b033;opacity: 0;transition: opacity .4s ease;}
.casexqMa-loop .thumbs .thumbs-click img{width: 100%;height: 100%;}
.casexqMa-loop .thumbs .thumbs-click:hover{opacity: 1;}
.casexqMa-loop .thumbs .thumbs-click.active{opacity: 1;}
.casexqMa-loop .thumbs .thumbs-click.active::before{opacity: 1;}
.casexqMa-loop .thumbs-shade{position: absolute;width: 100%;height: max(50px,1rem);z-index: 2;pointer-events: none;background: linear-gradient(to bottom,transparent,#fff 60%);left: 0;bottom: 0;transition: opacity .4s ease;}
.casexqMa-loop .thumbs-shade.no{opacity: 0;}
.casexqJs{background: #f7f9fa;}
.casexqJs-cont{width: 100%;}
.casexqJs-cont h6{font-size: 1.2em;color: #75b033;font-weight: 700;line-height: 1.4;}
.casexqJs-cont img{height: auto !important;}
.casexqJs-list{width: 100%;}
.casexqJs-list li{background: #fff;position: relative;overflow: hidden;}
.casexqJs-list li .bg{position: absolute;right: min(-12px,-0.24rem);bottom: min(-12px,-0.24rem);width: 1.6rem;height: 1.6rem;display: flex;align-items: flex-end;justify-content: flex-end;}
.casexqJs-list li .bg img{max-height: 100%;}
.casexqJs-list li .ico{width: max(40px,0.76rem);height: max(36px,0.72rem);display: flex;align-items: center;}
.casexqJs-list li .ico img{max-height: 100%;}
.casexqJs-list li:hover{box-shadow: 0 0 max(10px,0.2rem) rgba(31,34,33,0.1);}
.casexqJs-list li .cont{position: relative;z-index: 4;}
.casexqTj{background: #fff;}
.casexqTj-head{width: 100%;align-items: center;justify-content: space-between;}
.casexqTj-btn>div{width: max(32px,0.4rem);height: max(32px,0.4rem);border-radius: 50%;border: 1px solid #e6eaec;overflow: hidden;cursor: pointer;position: relative;display: flex;align-items: center;justify-content: center;font-size: max(14px,0.16rem);color: rgba(31,34,33,0.5);line-height: 1;transition: background .4s ease, color .4s ease, border .4s ease;}
.casexqTj-btn>div.next{transform: rotateY(180deg);margin-left: max(8px,0.12rem);}
.casexqTj-btn>div:hover{background: #75b033;color: #fff;border-color: #75b033;}
.casexqTj-loop{width: 100%;}
.casexqTj-loop .swiper-slide{height: auto;}
.casexqTj-loop .caseLb-link .img img{height: 2.36rem;}
/* 联系我们 */
.rel{width: 100%;}
.relMa{background: #fff;}
.relMa-wrap{width: 100%;justify-content: space-between;}
.relMa-cont{width: 48%;}
.relMa-list{width: 100%;}
.relMa-list .li{align-items: center;}
.relMa-list .li:first-child{margin-top: 0;}
.relMa-list .li .ico{width: max(42px,0.66rem);height: max(40px,0.64rem);}
.relMa-list .li .ico img{max-height: 100%;}
.relMa-list .li .cont{width: calc(100% - max(42px,0.66rem));padding-left: max(14px,0.24rem);}
.relMa-list .li .cont .text p{margin-right: max(14px,0.24rem);}
.relMa-list .li .cont .text p:last-child{margin-right: 0;}
.relMa-right{width: 44%;background: #f7f9fa;}
.relMa-form-item .hint{color: #717272;}
.relMa-form-item input, .relMa-form-item textarea{width: 100%;background: #fff;border: 1px solid #fff;height: max(36px,0.46rem);padding: 0 max(12px,0.18rem);transition: border .4s ease;}
.relMa-form-item textarea{height: max(90px,1.2rem);padding: max(12px,0.18rem);}
.relMa-form-item input:focus, .relMa-form-item textarea:focus{border-color: #75b033;}
.relMa-form-item .customSelect-name{height: max(40px,0.48rem);background: #fff;padding: 0 max(12px,0.18rem);}
.relMa-form-item .customSelect-name::after{font-size: max(10px,0.12rem);right: max(12px,0.18rem);}
.relMa-btn{width: 100%;height: max(38px,0.48rem);background: #75b033;color: #fff;font-size: max(14px,0.16rem);cursor: pointer;user-select: none;transition: box-shadow .4s ease;}
.relMa-btn i{margin-right: max(8px,0.12rem);transition: transform .4s ease;}
.relMa-btn span{transition: transform .4s ease;}
.relMa-btn:hover{box-shadow: 0 0 max(10px,0.2rem) rgba(117,176,57,0.3);}
.relMa-btn:hover i{transform: scale(1.1);}
.relMa-btn:hover span{transform: translateX(max(4px,0.06rem));}
.relDt{height: 6rem;}
.relDt #map{width: 100%;height: 100%;}
.relDt #map .amap-logo,.relDt #map .amap-copyright{display: none !important;}
/* .relDt #map .amap-info-close{display: none !important;} */
.relDt #map .amap-marker .amap-icon img.h{opacity: 0;}
.relDt #map .amap-marker.active .amap-icon img{opacity: 0;}
.relDt #map .amap-marker.active .amap-icon img.h{opacity: 1;}
/* 新闻-公司新闻 */
.newsShow1-img img{width: 100%;height: 4.2rem;}
.newsShow1-img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to bottom,transparent 60%,rgba(0,0,0,.8) 100%);}
.newsShow1-con{z-index: 2;position: absolute;left: 0;bottom: 0;width: 100%;padding: 0.26rem 0.3rem;}
.newsShow1-con .date{color: rgba(255, 255, 255, .5);}
.newsShow1-slide:hover .newsShow1-img img{transform: scale(1.2);}
.newsItem{border-bottom: 1px solid #eaedef;align-items: center;justify-content: space-between;transition: all .4s ease;}
.newsItem .desc{width: max(400px,6rem);}
.newsItem .comBtn i{background: transparent;color: #999;border: 1px solid #ebedef;}
.newsItem .comBtn span{color: #999;}
.newsItem:hover{border-color: #75b033;}
.newsItem:hover .comBtn span{color: #1f2221;}
/* 新闻-媒体报道 */
.newsShow2-img{width: 50%;}
.newsShow2-img img{width: 100%;height: 4.2rem;transition: all 2s linear;}
.newsShow2-img video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;opacity: 0;transition: all .4s ease;}
.newsShow2-img .btn{z-index: 3;transition: all .4s ease;}
.newsShow2-img.play video{opacity: 1;}
.newsShow2-img.play .btn{opacity: 0;pointer-events: none;}
.newsShow2-con{width: 50%;background: #fff;display: flex;flex-direction: column;justify-content: center;padding: 0 0.6rem;}
.newsShow2-con .title:hover{color: #75b033;}
/* 新闻-详情 */
.newsDet-date i{display: block;margin-right: 6px;}
.newsDet-share{align-items: center;}
.newsDet-share .line{flex: 1;height: 1px;background: #eaedef;}
#toShare{margin: 0 0.45rem;display: flex;}
#toShare a{display: flex;color: #fff;font-size: max(16px,0.2rem); width: max(34px,0.42rem);height: max(34px,0.42rem);margin-left: max(15px,0.3rem); border-radius: 50%;align-items: center;justify-content: center;transition: all .4s ease;background: #e1e4e6;}
#toShare a>img{max-width: 22px;}
#toShare a:first-child{margin: 0;}
#toShare a:hover{background: #75b033;border-color: #75b033;color: #fff;}
#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-edit h1,.newsDet-edit h2,.newsDet-edit h3,.newsDet-edit h4,.newsDet-edit h5,.newsDet-edit h6{font-size: max(15px,0.18rem);font-weight: 700;}
.newsDet-menu{justify-content: space-between;align-items: center;border-top: 1px solid #eaedef;}
.newsDet-page{align-items: center;}
.newsDet-page i{display: block;margin-right: 12px;}
.newsDet-page p{width: max(200px,4rem);}
.newsDet-page.next{flex-direction: row-reverse;}
.newsDet-page.next i{margin: 0 0 0 12px;transform: rotate(180deg);}
.newsDet-page:hover,.newsDet-back:hover{color: #75b033;}
.newsShow-head{justify-content: space-between;align-items: center;}
.newsShow-btn .btn{user-select: none;cursor: pointer;width: max(34px,0.4rem);height: max(34px,0.4rem);border-radius: 50%;border: 1px solid #d8dde1;}
.newsShow-btn .btn.next{margin-left: 12px;transform: rotate(180deg);}
.newsShow-btn .btn:hover{background: #75b033;color: #fff;border-color: #75b033;}
/* 关于我们 */
.abIntro{background: url('../images/pages/abIntro-bg.png') no-repeat center bottom/100% auto;}
.abIntro-flex{justify-content: space-between;align-items: flex-start;}
.abIntro-con{width: 45%;}
.abIntro-con .text p{display: none;}
.abIntro-con .text p:nth-child(-n+3){display: block;}
.abIntro-con .text.active p{display: block;}
.abIntro-con .comBtn i{transform: rotate(270deg);}
.abIntro-con .comBtn.all i{transform: rotate(90deg);}
.abIntro-video{width: 47%;}
.abIntro-video .img img{width: 100%;}
.abIntro-video .btn,.proSchool-flex .btn,.newsShow2-img .btn{padding-left: max(2px,0.04rem); position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); user-select: none;cursor: pointer;border-radius: 50%;border: 2px solid #fff;background: rgba(255, 255, 255, .25);backdrop-filter: blur(10px);width: max(40px,0.8rem);height: max(40px,0.8rem);border-radius: 50%;}
.proSchool-flex .btn{width: max(44px,0.6rem);height: max(44px,0.6rem);font-size: max(14px,0.22rem);}
.abIntro-video .btn:hover,.proSchool-flex .btn:hover,.newsShow2-img .btn:hover{background: #fff;backdrop-filter: blur(0);color: #75b033;}
.abIntro-video .btn:active,.proSchool-flex .btn:active,.newsShow2-img .btn:active{transform: translate(-50%,calc(-50% + 5px)) scale(.95);}
.abIntro-list li{width: calc(100% / 3);flex-direction: column;justify-content: flex-start;}
.abIntro-list .ico{height: max(40px,0.72rem);transition: all .4s ease;}
.abIntro-list .ico img{max-height: 100%;}
.abIntro-list li:hover .ico{transform: translateY(-10px);}
.abYS{background: url('../images/pages/abYS-bg.jpg') no-repeat center/cover;}
.abYS-con{padding: 0.45rem 0.7rem 0.9rem;width: 25%;}
.abYS-num .num{align-items: flex-start;}
.abYS-num .num span{line-height: .8;}
.abYS-num .num p{margin-left: 7px;}
.abYS-ico{width: 75%;}
.abYS-ico li{height: 100%; width: calc(100% / 3);border-left: 1px solid rgba(255, 255, 255, .25);flex-direction: column;justify-content: flex-start;padding: 2.7rem 1rem 0;}
.abYS-ico .ico{height: max(46px,0.96rem);}
.abYS-ico .ico img{max-height: 100%;}

.aboufz-cont{width: 100%;position: relative;}
.aboufz-cont .cont-l{width: 38%;position: relative;}
.aboufz-cont .cont-r{width: 62%;padding: 1.5rem 0px 0;}
.aboufz-dw{position: sticky;top: max(110px,1.5rem);margin: 1rem 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: #75b033;font-size: 1.2rem;font-family: "fms";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.2rem;font-family: "fms";transition: all .4s ease;line-height: 1;user-select: none;cursor: pointer;}
.aboufz-years-vertical__years__right__item.is-active{color: #75b033;}
.circular-chart {display: block;width: 2.9rem;height: 2.9rem;margin-left: 0.8rem;}
.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: #75b033;}
.aboufz-events__item .title p{margin-top: 0.15rem;}
.aboury-lun .img img{max-height: 100%;}
.aboury-svp .pages{opacity: 0;}
.aboufz-cont .data{padding-top: max(20px,0.6rem);}
.aboufz-cont .item{border-bottom: 1px solid #d5dbdf;}
.aboufz-cont .month{position: absolute;left: min(-30px,-0.4rem);top: 0.37rem;}
.aboufz-cont .img{width: 4.7rem;}
.aboufz-cont .img img{width: 100%;height: 2.5rem;}
/* 生产能力 */
.makeBase-con{width: 50%;background: url('../images/pages/makeBase-con.jpg') no-repeat center/cover;align-items: center;padding: 0 0.7rem;}
.makeBase-list li{padding: 0 0 6px max(10px,0.14rem);border-left: 2px solid #d5dbdf;transition: all .4s ease;}
.makeBase-menu{user-select: none;cursor: pointer;}
.makeBase-drop{display: none;}
.makeBase-list li.active{border-color: #75b033;}
.makeBase-img{width: 50%;}
.makeBase-img .item{width: 100%;position: absolute;left: 0;top: 0;opacity: 0;transition: all .8s linear;}
.makeBase-img .item img{width: 100%;transform: scale(1.1);transition: all 2s linear .8s;height: 5rem;}
.makeBase-img .item:first-child{position: relative;}
.makeBase-img .item.active{opacity: 1;z-index: 2;}
.makeBase-img .item.active img{transform: scale(1);transition-delay: 0s;}
.makeLine-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.makeLine-bg .item{position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;transition: all .8s linear;}
.makeLine-bg .item img{width: 100%;height: 100%;transform: scale(1.1);transition: all 2s linear .8s;}
.makeLine-bg .item:first-child{position: relative;}
.makeLine-bg .item.active{opacity: 1;}
.makeLine-bg .item.active img{transform: scale(1);transition-delay: 0s;}
.makeLine-list{position: relative;z-index: 2;background: rgba(0, 0, 0, .1);}
.makeLine-item{user-select: none;cursor: pointer; flex: 1;height: 8rem;flex-direction: column;justify-content: flex-start;padding: 3rem 0.3rem 0;border-left: 1px solid rgba(255, 255, 255, .25);}
.makeLine-item::before{content: "";position: absolute;z-index: 2; left: 0;bottom: 0;width: 100%;height: max(3px,0.06rem);background: #75b033;opacity: 0;transition: all .4s ease;}
.makeLine-item::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 0;background: linear-gradient(to bottom,transparent 30%,rgba(32,62,106,.75) 100%);transition: all .6s ease;}
.makeLine-item:first-child{border: unset;}
.makeLine-item>div{position: relative;z-index: 2;}
.makeLine-item .ico{height: max(36px,0.74rem);}
.makeLine-item .ico img{max-height: 100%;}
.makeLine-item.active::before{opacity: 1;}
.makeLine-item.active::after{height: 100%;}
.makeSB-swp .img img{width: 100%;height: 2.75rem;}
/* 核心技术 */
.stickTech{background: url('../images/pages/stickTech-bg2.jpg') no-repeat center/cover;}
.stickTech-con{width: 6.2rem;margin: max(50px,0.8rem) auto 0;}
.stickTech-center{border-radius: 50%;height: 6.2rem;border: 1px dashed #e4e9ed;background: #fff;}
.stickTech-center .circle1{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 50%;width: 85%;height: 85%;border: 0.36rem solid #e4edf2;}
.stickTech-center .circle2{box-shadow: inset 0px 0px 0.32rem 0px rgba(0, 52, 97, 0.3);z-index: 2; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 50%;width: 60%;height: 60%;background: #fff;}
.stickTech-center .img{position: absolute;left: 50%;top: 50%;transform: translate(-42%,-50%);width: 30.5%;z-index: 10;}
.stickTech-center .bg{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 153%;z-index: -1;}
.stickTech-list{position: absolute;z-index: 2;left: 0;top: 0;width: 100%;height: 100%;}
.stickTech-list li{position: absolute;user-select: none;cursor: pointer;}
.stickTech-dot{width: 0.12rem;height: 0.12rem;border-radius: 50%;background: #8d9599;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.stickTech-dot i{position: absolute;display: block;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 0.04rem;height: 0.04rem;border-radius: 50%;background: #fff;}
.stickTech-desc{position: absolute;right: 0.24rem;top: -0.7rem;flex-wrap: nowrap;text-align: right;align-items: center;}
.stickTech-desc .title{margin-right: 0.2rem;white-space: nowrap;}
.stickTech-desc .ico{width: max(30px,0.6rem);height: max(30px,0.6rem);border-radius: 50%;background: #a5b0b5;}
.stickTech-desc .ico img{max-width: 55%;max-height: 55%;}
.stickTech-info{opacity: 0;transform: translateX(-0.4rem);transition: all .6s ease;filter: drop-shadow(0px 3px 30px rgba(14, 23, 30, 0.12)); position: absolute;z-index: 2;pointer-events: none;right: 1.1rem;top: -1rem;background: #fff;width: max(300px,4.2rem);padding: 0.3rem;}
.stickTech-info::after{content: "";position: absolute;left: 100%;top: 0.5rem;border: max(5px,0.07rem) solid transparent;border-left-color: #fff;}
.stickTech-info::before{content: "";position: absolute;left: 100%;top:0;width: 1.1rem;height: 100%;}
.stickTech-list{position: absolute;z-index: 2;left: 0;top: 0;width: 100%;height: 100%;}
.stickTech-list li:hover .stickTech-dot{background: #75b033;}
.stickTech-list li:hover .stickTech-desc .ico{background: #75b033;}
.stickTech-list li:hover .stickTech-desc .title{opacity: 0;transition: all .2s ease;}
.stickTech-list li:hover .stickTech-info{opacity: 1;transform: none !important;pointer-events: auto;}
.stickTech-list li:nth-child(1){left: 22%;top: 22%;}
.stickTech-list li:nth-child(2){right: 22%;top: 22%;}
.stickTech-list li:nth-child(3){left: 22%;top: 78%;}
.stickTech-list li:nth-child(4){right: 22%;top: 78%;}

.stickTech-list li:nth-child(5){left: 11%;top: 50%;}
.stickTech-list li:nth-child(6){right: 11%;top: 50%;}
.stickTech-list li:nth-child(7){left: 50%;top: 11%;}
.stickTech-list li:nth-child(8){left: 50%;top: 89%;}



.stickTech-list li:nth-child(2n) .stickTech-desc{flex-direction: row-reverse;right: auto;left: 0.24rem;text-align: left;}
.stickTech-list li:nth-child(2n) .stickTech-desc .title{margin-right: 0;margin-left: 0.2rem;}
.stickTech-list li:nth-child(2n) .stickTech-info{right: auto;left: 1.1rem;transform: translateX(0.4rem);}
.stickTech-list li:nth-child(2n) .stickTech-info::after{left: auto;right: 100%;border-left-color: transparent;border-right-color: #fff;}
.stickTech-list li:nth-child(2n) .stickTech-info::before{left: auto;right: 100%;}
.stickTech-list li:nth-child(3) .stickTech-desc,.stickTech-list li:nth-child(4) .stickTech-desc{top: auto;bottom: -0.7rem;}
.stickTech-list li:nth-child(3) .stickTech-info,.stickTech-list li:nth-child(4) .stickTech-info{top: auto;bottom: -1.1rem;}
.stickTech-list li:nth-child(3) .stickTech-info::after,.stickTech-list li:nth-child(4) .stickTech-info::after{top: auto;bottom: 0.5rem;}
.stickTech-list li:nth-child(5) .stickTech-desc,.stickTech-list li:nth-child(6) .stickTech-desc{top: -0.3rem;}
.stickTech-list li:nth-child(5) .stickTech-info,.stickTech-list li:nth-child(6) .stickTech-info{top: -0.8rem;}
.stickTech-list li:nth-child(5) .stickTech-info::after,.stickTech-list li:nth-child(6) .stickTech-info::after{top: 0.7rem;}
.stickTech-list li:nth-child(7) .stickTech-desc{flex-direction: column;right: 50%;transform: translateX(50%);top: auto;bottom: 0.2rem;}
.stickTech-list li:nth-child(7) .stickTech-desc .title{margin: 0 0 0.2rem;}
.stickTech-list li:nth-child(7) .stickTech-info{right: 50%;transform: translate(50%,-0.4rem);top: auto;bottom: 1.1rem;}
.stickTech-list li:nth-child(7):hover .stickTech-info{transform: translate(50%,0) !important;}
.stickTech-list li:nth-child(7):hover .stickTech-info::after{left: 50%;top: 100%;transform: translateX(-50%);border-color: transparent;border-top-color: #fff;}
.stickTech-list li:nth-child(8) .stickTech-desc{flex-direction: column-reverse;right: 50%;transform: translateX(50%);top: 0.2rem;left: auto;}
.stickTech-list li:nth-child(8) .stickTech-desc .title{margin: 0.2rem 0 0;}
.stickTech-list li:nth-child(8) .stickTech-info{right: 50%;transform: translate(50%,0.4rem);top: 1.1rem;}
.stickTech-list li:nth-child(8):hover .stickTech-info{transform: translate(50%,0) !important;}
.stickTech-list li:nth-child(8):hover .stickTech-info::after{left: 50%;bottom: 100%;transform: translateX(-50%);border-color: transparent;border-bottom-color: #fff;}



.techHonor-flex{justify-content: space-between;}
.techHonor-left{width: 33.5%;}
.techHonor-left .img{position: absolute;right: -0.4rem;top: 1.1rem;width: 62%;}
.techHonor-right{width: 52%;}
.techHonor-ul{justify-content: space-between;}
.techHonor-desc li:first-child{margin-top: 0;}
.techHonor-desc li{position: relative;padding-left: max(14px,0.28rem);}
.techHonor-desc li::after{content: "";position: absolute;left: 0;top: max(6px,0.07rem);width: max(4px,0.1rem);height: max(4px,0.1rem);border-radius: 50%;background: #75b033;}
.techHonor-num li:first-child{margin-top: 0;}
.techHonor-num li{align-items: flex-end;}
.techHonor-num .num{align-items: flex-start;margin-right: max(8px,0.14rem);line-height: .8;}
.techHonor-num .num p{margin-left: max(4px,0.06rem);}
.techPop-box{display: none; position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 999999;background: rgba(0, 0, 0, .5);overflow: hidden;}
.techPop{padding: 0.24rem 0.24rem 0.3rem 0.24rem; width: 13.2rem;max-width: 92%; display: none;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);background: #fff;}
.techPop::after{content: "";position: absolute;left: 0;top: 0;width: 90%;height: max(2px,0.04rem);background: #75b033;}
.techPop-close{justify-content: flex-end;}
.techPop-close .btn{user-select: none;cursor: pointer;color: #cdd9db;}
.techPop-close .btn:hover{color: #75b033;transform: rotate(180deg);}
.techPop .title{padding-left: 0.5rem;}
.techPop .edit{height: 55vh;overflow-y: auto;padding: 0 1.4rem;}
.techPop .edit h1,.techPop .edit h2,.techPop .edit h3,.techPop .edit h4,.techPop .edit h5,.techPop .edit h6{font-size: max(16px,0.24rem);}
/* 荣誉资质 */
.honorCB{background: url('../images/pages/honorCB-bg.jpg') no-repeat center/cover;}
.honorCB-con{width: 50%;background: #fff;flex-direction: column;justify-content: center;padding: 0 0.5rem;}
.honorCB-list li:first-child{margin-top: 0;}
.honorCB-list .title,.honorCB-list .text{padding-left: max(14px,0.2rem);}
.honorCB-list .title::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: max(6px,0.08rem);height: max(6px,0.08rem);border-radius: 50%;background: #75b033;}
.honorCB-img{width: 50%;}
.honorCB-img img{width: 100%;height: max(500px,6rem);}
.honorRY-swp .swiper-container{overflow: visible;}
.honorRY-swp .swiper-wrapper{transition-timing-function: linear;}
.honorRY-slide .img{display: flex;align-items: center;justify-content: center;height: 4rem;}
.honorRY-slide .img img{max-height: 90%;max-width: 80%;}
.honorRY-slide .title{padding: 0 0.2rem;}
.abHonor-menu .item{user-select: none;cursor: pointer; padding: max(8px,0.12rem) max(10px,0.16rem);border-bottom: 2px solid #dde2e6;transition: all .4s ease;margin-left: max(10px,0.2rem);}
.abHonor-menu .item:first-child{margin-left: 0;}
.abHonor-menu .item:hover,.abHonor-menu .item.active{color: #1f2221;}
.abHonor-menu .item.active{border-color: #75b033;}
.abHonor-drop-item{display: none;}
.abHonor-drop-item:first-child{display: block;}
.abHonor-flex{position: relative; overflow: hidden;padding: 0.5rem 0.7rem;justify-content: space-between;align-items: flex-start; background: #fff;}
.abHonor-con{width: 50%;position: relative;z-index: 5;}
.abHonor-list li{position: relative;padding-left: max(15px,0.22rem);user-select: none;cursor: pointer;}
.abHonor-list li::after{content: "";transition: all .4s ease;position: absolute;left: 0;top: max(8px,0.1rem);width: max(4px,0.06rem);height: max(4px,0.06rem);background: #1f2221;border-radius: 50%;}
.abHonor-list li.active::after{background: #75b033;}
.abHonor-list li.active .title{color: #75b033;}
.abHonor-img{width: 33%;z-index: 5;}
.abHonor-img .img{position: absolute;left: 0;top: 0;width: 100%;opacity: 0;transition: all .8s linear;height: 3.9rem;align-items: flex-end;}
.abHonor-img .img:first-child{position: relative;}
.abHonor-img .img img{max-height: 100%;}
.abHonor-img .img.active{opacity: 1;z-index: 2;}
/* 产品-全域智能 */
.proFlex{justify-content: space-between;}
.proLeft{width: max(250px,2.9rem);}
.proNav{position: sticky;top: max(80px,1rem);}
.proNav-menu{padding: max(10px,0.2rem) max(15px,0.3rem);border-radius: 40px;align-items: center;position: relative;}
.proNav-menu p{width: 100%;}
.proNav-menu i{display: block;font-size: max(10px,0.12rem);transform: translateY(-50%) rotate(180deg);transition: transform .4s ease;position: absolute;right: 0;top: 50%;}
.proNav-menu:hover,.proNav-menu.active{color: #1f2221;}
.proNav-menu.active{background: #dcddde;}
.proNav-menu.on i{transform: rotate(0);}
.proNav-drop{display: none;}
.proNav-drop .item{padding: max(10px,0.2rem) max(20px,0.4rem);border-radius: 40px;}
.proNav-drop .item:hover,.proNav-drop .item.active{color: #1f2221;}
.proNav-drop .item.active{background: #dcddde;}
.proRight{width: calc(100% - max(240px,3.7rem));}
.proStore{background: #fff;padding: 0.6rem;}
.proStore-intro .title{border-bottom: 1px solid #e6eaec;}
.proStore-zngm-list .title{padding-left: max(12px,0.15rem);}
.proStore-zngm-list .title::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: max(2px,0.03rem);height: 90%;background: #75b033;}
.proStore-zngm-list .text strong,.proStore-zngm-list .text b{color: #1f2221;}
.proStore-again-list .img{width: 21%;}
.proStore-again-list .img img{width: 100%;height: max(130px,1.5rem);}
.proStore-again-list .desc{width: 79%;display: flex;flex-direction: column;justify-content: center;padding: 0 0.35rem;border: 1px solid #e6eaec;border-left: unset;}
.proStore-again-list .text p{position: relative;padding-left: max(15px,0.25rem);margin-top: max(6px,0.12rem);}
.proStore-again-list .text p::after{content: "";position: absolute;left: 0;top: max(6px,0.08rem);width: max(12px,0.17rem);height: max(8px,0.11rem);background: url('../images/pages/proStore-again-icon.png') no-repeat center/100% auto;}
.proTP-module:first-child{margin-top: 0;}
.proTP-img{padding-left: 2rem;}
.proTP-img li{flex: 1;}
.proTP-img .img{height: 1.92rem;}
.proTP-img .img img{max-width: 80%;max-height: 100%;}
.proTP-img .name{text-align: center;}
.proTP-table{background: #fff;}
.proTP-table table{width: 100%;text-align: center;}
.proTP-table td{border: 1px solid #e6eaec;padding: max(10px,0.2rem) 0.1rem;font-family: 'fmr';}
.proTP-table td.one{width: 2rem;text-align: left;padding-left: max(12px,0.24rem);background: #f7f9fa;border-left: unset;font-family: inherit;}
.proTP-table.line tr:first-child td{border-top: 2px solid #75b033;}
.proTP-table.wAuto td.one{width: auto;}
.proTP-table td:last-child{border-right: unset;}
.proTP-hot table{width: 100%;}
.proTP-hot td{padding: max(10px,0.2rem);border: 1px solid #e6eaec;}
.proTP-hot td.one{border-left: unset;}
.proTP-hot td:last-child{border-right: unset;}
.proTP-hot tr:first-child td{background: #f7f9fa;border-bottom: 2px solid #75b033;}
.proBox{background: #fff;padding: 0.6rem 0.5rem;}
.proPower-app-slide .img img{width: 100%;height: 1.7rem;}
.proPower-app-slide .img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to bottom,transparent 60%,rgba(0,0,0,.8) 100%);}
.proPower-app-slide .title{z-index: 2;position: absolute;left: 0;bottom: 0;width: 100%;padding: 0.2rem 0.24rem;}
/* .proSchool-module .proTP-module{margin-top: 0;padding-top: max(22px,0.6rem);background: #fff;} */
.proSchool-flex{justify-content: space-between;align-items: center;}
.proSchool-flex .text{width: 50%;}
.proSchool-flex .img{width: 50%;height: 2.3rem;}
.proSchool-flex .img img{max-width: 80%;max-height: 100%;}
/* -------------------------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 适配 */
    .caseMa-seacrh{width: 100%;margin-top: 12px;}
    .caseLb ul{margin: -14px 0 0 !important;}
    .caseLb li{width: 100% !important;margin: 14px 0 0 !important;}
    .caseLb-link .img img{height: 193px;}
    .casexqMa-loop .gallery{width: 100%;padding: 0;}
    .casexqMa-loop .gallery .gallery-img img{height: 172px;}
    .casexqMa-loop .thumbs{width: 100%;margin-top: 14px;display: flex;}
    .casexqMa-loop .thumbs .thumbs-btn{width: 30px;height: 100%;justify-content: flex-start;align-items: center;}
    .casexqMa-loop .thumbs .thumbs-btn.next{transform: rotateY(180deg);}
    .casexqMa-loop .thumbs .thumbs-btn i{transform: rotate(-90deg);}
    .casexqMa-loop .thumbs .swiper-container{height: 50px;width: 100%;}
    .casexqMa-loop .thumbs-shade{display: none;}
    .casexqJs-list ul{margin: -12px 0 0 !important;}
    .casexqJs-list li{margin: 12px 0 0 !important;width: 100% !important;}
    .casexqJs-list li .bg{width: 34%;height: 88%;}
    .casexqJs-cont h6 {font-size: 1.16em;}
    .casexqTj-loop .caseLb-link .img img{height: 193px;}
    .relMa-cont{width: 100%;}
    .relDt{height: 300px;}
    .relMa-right{width: 100%;margin-top: 30px;}
    .newsShow1-img img{height: 230px;}
    .newsShow1-con{padding: 15px;}
    .newsItem{padding: 25px 0;}
    .newsItem .desc{width: 100%;}
    .newsItem .comBtn-box{margin-top: 20px;}
    .newsShow2-img{width: 100%;}
    .newsShow2-img img{height: 230px;}
    .newsShow2-con{width: 100%;padding: 20px 15px 30px;}
    .newsShow-btn{display: none;}
    .abIntro-flex{flex-direction: column-reverse;}
    .abIntro-video{width: 100%;}
    .abIntro-video .btn{width: 56px;height: 56px;font-size: 20px;}
    .abIntro-con{width: 100%;padding-top: 20px;}
    .abIntro-list .text{font-size: 12px;padding: 0 5px;}
    .abYS{padding: 20px 4% 40px;}
    .abYS-con{width: 100%;padding: 0;}
    .abYS-num li{margin-top: 24px;}
    .abYS-num .num span{font-size: 30px;}
    .abYS-date{margin-top: 20px;}
    .abYS-ico{width: 100%;margin-top: 40px;}
    .abYS-ico li{padding: 70px 30px; width: 100%;border-left: unset;border-top: 1px solid rgba(255, 255, 255, .25);height: auto;}
    .abYS-ico .ico{height: 50px;}
    
    .aboufz-cont .cont-l{display: none;}
    .aboufz-cont .cont-r{width: 100%;padding: 20px 0 0;}
    .aboufz-cont .month{position: relative;left: auto;top: auto;margin-bottom: 10px;}
    .aboufz-cont .item{padding: 15px 0 25px;}
    .aboufz-cont .img{width: 100%;}
    .aboufz-cont .img img{height: 180px;}
    .aboufz-events__item .data{font-size: 20px;}
    .makeBase-flex{flex-direction: column-reverse;}
    .makeBase-img{width: 100%;}
    .makeBase-img .item img{height: 240px;}
    .makeBase-con{width: 100%;padding: 20px 15px 30px;}
    .makeBase-list li{margin-top: 14px;}
    .makeLine-item{flex: unset;width: 100%;border-left: unset;padding: 0 30px;border-top: 1px solid rgba(255, 255, 255, .25);justify-content: center;}
    .makeSB-swp .img img{height: 230px;}
    .stickTech-center{display: none;}
    .stickTech-list{position: relative;height: auto;}
    .stickTech-list li{position: static;margin-top: 20px;}
    .stickTech-dot{display: none;}
    .stickTech-desc{position: relative;top: auto !important;right: auto !important;left: auto !important;bottom: auto !important;transform: none !important;}
    .stickTech-desc .ico{position: absolute;left: 15px;top: 20px;z-index: 10;width: 40px;height: 40px;}
    .stickTech-desc .title{display: none;}
    .stickTech-info{padding: 80px 15px 25px; position: relative;opacity: 1;right: auto !important;left: auto !important;top: auto !important;transform: none !important;pointer-events: all;width: 100%;bottom: auto !important;}
    .stickTech-con{width: 100%;margin: 0;}
    .techHonor-left{display: none;}
    .techHonor-right{width: 100%;}
    .techHonor-num{width: 100%;margin-top: 20px;}
    .techPop{padding: 12px;}
    .techPop .title{padding-left: 0;}
    .techPop .edit{padding: 0;}
    .honorCB-flex{flex-direction: column-reverse;}
    .honorCB-img{width: 100%;}
    .honorCB-con{width: 100%;padding: 20px 15px 30px;}
    .honorRY-slide .img{height: 220px;}
    .abHonor-flex{width: 100%;padding: 25px 15px;}
    .abHonor-con{width: 100%;}
    .abHonor-img{width: 100%;margin-top: 40px;}
    .abHonor-img .img{height: 250px;}
    .abHonor-list li{margin-top: 15px;}
    .proLeft{width: 100%;}
    .proNav{position: relative;top: auto;}
    .proRight{width: 100%;margin-top: 30px;}
    .proStore{padding: 20px 15px;}
    .proStore-again-list .img{width: 100%;}
    .proStore-again-list .desc{width: 100%;padding: 20px 15px 30px;border: 1px solid #e6eaec;border-top: unset;}
    .proBox{padding: 20px 15px;}
    .proTP-con{overflow-x: auto;}
    .proTP-img,.proTP-table{width: 200%;}
    .proTP-table td.one{width: 150px;}
    .proTP-img{padding-left: 150px;}
    .proTP-img .img{height: 100px;}
    .proTP-hot{width: 200%;}
    .proPower-app-slide .img img{height: 200px;}
    .proPower-app-slide .title{font-size: 15px;padding: 15px;}
    .proSchool-flex{flex-direction: column-reverse;}
    .proSchool-flex .img{width: 100%;height: 180px;}
    .proSchool-flex .text{width: 100%;margin-top: 20px;}
    .honorCB-img img{height: 270px;}
}
/* --------------------图片-iPad-调整---------------------- */
@media all and (min-width: 720px) and (max-width: 1000px){
    .caseLb ul{margin: -14px 0 0 -14px !important;}
    .caseLb li{width: calc(50% - 14px) !important;margin: 14px 0 0 14px !important;}
    .casexqMa-loop .gallery .gallery-img img{height: 368px;}
    .casexqMa-loop .thumbs .swiper-container{height: 108px;}
}