@charset "utf-8";
/* =====================内页样式======================== */
/* 分页 */
.paging{width: 100%;font-size: 0;text-align: center;user-select: none;}
.paging-menu, .paging-menu a, .paging-skip, .paging-hint, .paging-skip input, .paging-skip button{display: inline-block;vertical-align: middle;}
.paging-menu a{width: 44px;height: 44px;line-height: 44px;border: 1px solid #e1e1e1;margin: 0px 3px;font-size: 16px;color: #344055;transition: all .4s ease;border-radius: 100%;background-color: #fff;}
.paging-menu a:first-child, .paging-menu a:last-child{width: 100px;border-radius: 20px;margin: 0px 6px;}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{border-color: #429138;background-color: #429138;color: #fff;}
.paging-skip{margin-left: 8px;}
.paging-hint{font-size: 14px;color: #999;font-weight: 300;margin: 0 8px;}
.paging-hint:first-of-type{margin: 0;}
.paging-skip input{width: 54px;text-align: center;height: 38px;border: 1px solid #e1e1e1;font-size: 14px;color: #666;border-radius: 3px;transition: all .4s ease;}
.paging-skip input:focus{border-color: #429138;}
.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: #429138;color: #fff;border-color: #429138;}
.paging-hint span{color: #429138;}
@media all and (max-width:1000px) {}

/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #429138;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #429138;font-weight: 700;flex: 1;}
.search-list{width: 100%;}
.search-link{display: block;width: 100%;border: 1px solid #eee;background: #f6f8f9;padding: 40px 24px;}
.search-link:not(:first-child){margin-top: 16px;}
.search-link h2{color: #333;line-height: 1.1;font-weight: 700;transition: all .4s ease;}
.search-link p{width: 100%;color: #666;}
.search-link .highlightRow span{color: #429138 !important;}
.search-link:hover h2{color: #429138;}
@media all and (max-width:1000px) {.search-link{padding: 20px 15px;}.search-link:not(:first-child) {margin-top: 12px;}}

/* 隐私协议 */
.privacy{width: 100%;}
.privacy-title{width: 100%;color: #333;line-height: 1.1;}
.privacy-content{width: 100%;color: #666;}

/* 网站地图 */
.webmap{width: 100%;}
.webmap-title{width: 100%;color: #333;line-height: 1;position: relative;padding-bottom: 24px;}
.webmap-title::after{content: "";position: absolute;width: 60px;left: 0;right: 0;margin: 0 auto;bottom: 0;height: 4px;background: #429138;}
.webmap-list{width: 100%;}
.webmap-list>ul{margin: -40px 0 0 -40px;display: flex;flex-wrap: wrap;}
.webmap-list>ul>li{width: calc(20% - 40px);margin: 40px 0 0 40px;color: #333;}
.webmap-list>ul>li ul, .webmap-list>ul>li li{width: 100%;}
.webmap-list>ul>li a{display: block;transition: color .4s ease;position: relative;}
.webmap-list>ul>li a:hover{color: #429138;}
.webmap-list>ul>li>.menu{font-weight: 700;border-bottom: 1px solid #e1e1e1;font-size: 20px;width: 100%;padding-bottom: 20px;margin-bottom: 16px;line-height: 1;}
.webmap-list>ul>li>.drop a{line-height: 1.28;padding: 6px 0;font-size: 18px;}
.webmap-list>ul>li>.drop .drop a{padding-left: 18px;font-size: 16px;}
.webmap-list>ul>li>.drop .drop a::before{content: "";position: absolute;width: 4px;height: 4px;border-radius: 50%;background: #afafaf;left: 0;top: 14px;}
@media all and (max-width:1270px) {
    .webmap-list>ul{margin: -24px 0 0 -24px;}
    .webmap-list>ul>li{width: calc(20% - 24px);margin: 24px 0 0 24px;}
}
@media all and (max-width: 640px) {
    .webmap-title {padding-bottom: 16px;}
    .webmap-title::after {width: 44px;height: 3px;}
    .webmap-list>ul{margin: -20px 0 0;}
    .webmap-list>ul>li{width: 100%;margin: 20px 0 0;}
    .webmap-list>ul>li>.menu {font-size: 18px;padding-bottom: 14px;margin-bottom: 10px;}
    .webmap-list>ul>li>.drop a{padding: 4px 0;font-size: 16px;}
    .webmap-list>ul>li>.drop .drop a{padding-left: 12px;font-size: 14px;}
    .webmap-list>ul>li>.drop .drop a::before{top: 11px;}
}

/*  */
.CommonBanner>img{width: 100%;}
.CommonBanner .content{position: absolute;top: 0px;left: 0px;width: 100%;display: flex;align-items: center;height: 100%;}
.CommonNav {background-color: #fff;box-shadow: 0px 10px 26px 0px rgba(5, 5, 5, 0.05);}
.CommonNav-cont a{height: 68px;display: flex;align-items: center;margin-right: 80px;position: relative;transition: all .4s ease;}
.CommonNav-cont a:last-child{margin-right: 0px;}
.CommonNav-cont a.active,.CommonNav-cont a:hover{color: #429138;}
.CommonNav-cont a::before{background-color: #429138;height: 2px;width: 0%;position: absolute;left: 50%;bottom: 0px;content: "";transition: all .4s ease;transform: translateX(-50%);}
.CommonNav-cont a.active::before,.CommonNav-cont a:hover::before{width: 100%;}

/*  */
.propt{background-color: #f5f7fa;}
.propt-cont{width: 100%;}
.propt-cont .cont-l{width: 52%;}
.propt-cont .cont-r{width: 48%;overflow: hidden;padding-left: 50px;}

.propt-cont .cont-r .line{color: #429138;position: relative;background-color: #f5f7fa;z-index: 2;}
.propt-cont .cont-r .line::before{position: absolute;top: 50%;right: -90px;width: 100%;height: 1px;background-color: #e6e6e6;content: "";z-index: 1;}
.propt-list{margin-right: -30px;}
.propt-list .list-muen{margin-right: 30px;width: calc(100%/6 - 30px);display: flex;align-items: center;flex-direction: column;}
.propt-list .list-muen>div{text-align: center;}
.propt-list .list-muen .img{width: 64px;height: 64px;border-radius: 100px;}
.propt-btn{padding: 36px 0px;border-top: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;margin-right: -24px;}
.propt-btn a{width: calc(100%/3 - 24px);margin-right: 24px;display: flex;justify-content: center;align-items: center;height: 60px;border-radius: 5px;transition: all .4s ease;}
.propt-btn a:nth-child(1){background-color: #429138;color: #fff;border: 1px solid #429138;}
.propt-btn a:nth-child(2){background-color: #f8b62c;color: #fff;border: 1px solid #f8b62c;}
.propt-btn a:nth-child(3){background-color: rgba(5, 5, 5, 0);color: #429138;border: 1px solid #429138;}
.propt-btn a:hover{transform: translateY(-5px);}
.propt .gallery{height: 400px;}
.propt .thumbs{padding: 0px 40px;height: 85px;position: relative;}
.propt .thumbs .thumbs-year{width: 100%;height: 100%;border: 1px solid #dddddd;display: flex;}
.propt .thumbs .thumbs-year img{width: 100%;height: 100%;}
.propt .thumbs .thumbs-year.active{border: 1px solid #429138;}
.propt .thumbs-prev{position: absolute;left: 0px;top: 50%;transform: translateY(-50%);}
.propt .thumbs-next{position: absolute;right: 0px;top: 50%;transform: translateY(-50%);}
.propt .thumbs-prev a,.propt .thumbs-next a{width: 30px;height: 30px;border-radius: 100%;background-color: #abacaf;color: #fff;display: flex;justify-content: center;align-items: center;transition: all .4s ease;}
.propt .thumbs-prev i,.propt .thumbs-next i{font-size: 12px;}
.propt .thumbs-prev a:hover,.propt .thumbs-next a:hover{background-color: #429138;}

.ProTitle{width: 100%;}
.ProTitle .text{width: 100%;color: #429138;text-align: center;}
.ProTitle .title{text-align: center;}
.projj-list{margin-right: -30px;margin-bottom: -30px;}
.projj-list .list-muen{margin-right: 30px;width: calc(100%/2 - 30px);margin-bottom: 30px;background-color: #f8f9fb;border-radius: 5px;padding: 40px 25px;}
.projj-list .list-muen .img{width: 23%;}
.projj-list .list-muen .img img{width: 100%;height: 100%;object-fit: contain}
.projj-list .list-muen .content{width: 77%;padding-left: 20px;}
.projj-list .list-muen .content li{padding-left: 25px;position: relative;margin-bottom: 7px;}
.projj-list .list-muen .content li::before{content: "";position: absolute;left: 0px;top: 2px;background: url(../images/pages/projj-gou.png)center no-repeat;background-size: cover;width: 16px;height: 16px;}
.projj-list .list-muen .content li:last-child{margin-bottom: 0px;}

.progn{background-color: #f5f7fa;}
.progn-list{margin-right: -20px;}
.progn-list .list-muen{background-color: #fff;border-radius: 5px;border: 1px solid #efefef;width: calc(100%/4 - 20px);margin-right: 20px;}
.progn-list .list-muen{display: flex;justify-content: center;align-items:center;flex-direction: column;padding: 50px 0px;}
.progn-list .list-muen .line{width: 25px;height: 2px;background-color: #429138;}
.progn-list .list-muen .img{height: 60px;}
.progn-list .list-muen .img img{height: 100%;}

.prozz{background: url(../images/pages/prozz-bg.jpg)center no-repeat;background-size:cover;}
.prozz-list{display: flex;justify-content: space-between;} 
.prozz-list .list-muen{width: calc(100%/6);display: flex;flex-direction: column;align-items: center;}
.prozz-list .list-muen .text{text-align: center;}
.prozz-list .list-muen .number{color: #429138;}

.proys-list .list-muen{width: calc(100%/4 - 20px);margin-right: 20px;border-radius: 5px;overflow: hidden;height: 340px;position: relative;}
.proys-list .list-muen .show{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .5);z-index: 1;}
.proys-list .list-muen .show{display: flex;justify-content: center;align-items: center;flex-direction: column;}
.proys-list .list-muen>img{height: 100%;width: 100%;}

.projj_ct .content img{width: 100%;}

.progn_ct{background-color: #f5f7fa;}
.progn_ct-cont{width: 100%;}
.progn_ct-cont .cont-l{width: 56%;display: flex;justify-content: center;}
.progn_ct-cont .cont-r{width: 44%;padding-left: 50px;display: flex;align-items: center;}
.progn_ct-cont .cont-r li{margin-bottom: 50px;}
.progn_ct-cont .cont-r li:last-child{margin-bottom: 0px;}
.progn_ct-cont .cont-r li .title{position: relative;padding-left: 14px;}
.progn_ct-cont .cont-r li .title::before{position: absolute;content: "";left: 0px;top: 6px;width: 4px;height: 20px;background-color: #429138;border-radius: 5px;}

.projj-list.ct .list-muen .content li{padding-left: 0px;}
.projj-list.ct .list-muen .content li::before{display: none;}

.propt .gallery .gallery-more{height: 100%;}
.propt .gallery .gallery-more img{width: 100%;height: 100%;}
.propt .gallery .swiper-container{height: 100%;}
.propt .thumbs .swiper-container{height: 100%;}

.caserm{background-color: #f5f7fa;}
.caserm-lun{width: 100%;background-color: #fff;}
.caserm-lun .cont-l{width: 69%;}
.caserm-lun .cont-r{width: 31%; padding: 130px 50px;position: relative;}
.caserm-lun .cont-l img{width: 100%;height: 100%;}
.caserm-lun .cont-r .btn{display: flex;justify-content: center;align-items: center;width: 170px;height: 48px;border: 1px solid #429138;border-radius: 5px;color: #429138;transition: all .4s ease;position: absolute;bottom: 135px;left: 50px;}
.caserm-lun .cont-r .btn:hover{background-color: #429138;color: #fff;}
.caserm-svp{position: relative;}
.caserm-svp .swiper-btn{position: absolute;top: 70px;right: 50px;z-index: 1;}
.caserm-svp .swiper-btn.prev{right: 120px;}
.caserm-svp .swiper-btn i{font-size: 30px;transition: all .4s ease;}
.caserm-svp .swiper-btn:hover i{color: #429138;}

.caselb{background-color: #f5f7fa;}
.caselb-list{margin-right: -25px;margin-bottom: -25px;}
.caselb-list .list-muen{margin-right: 25px;margin-bottom: 25px;width: calc(100%/3 - 25px);background-color: #fff;border-radius: 5px;overflow: hidden;transition: all .4s ease;}
.caselb-list .list-muen .img{height: 240px;overflow: hidden;}
.caselb-list .list-muen .img img{width: 100%;height: 100%;transition: all .4s ease;}
.caselb-list .list-muen .cont{padding: 40px 25px;}
.caselb-list .list-muen .cont>div{transition: all .4s ease;}
.caselb-list .list-muen .line{width: 35px;height: 4px;background-color: #429138;transition: all .4s ease;}
.caselb-list .list-muen:hover .cont>div{color: #fff;}
.caselb-list .list-muen:hover .line{background-color: #fff;}
.caselb-list .list-muen:hover{background-color: #429138;}
.caselb-list .list-muen:hover .img img{transform: scale(1.04);}

.casemb-list li{height: 100px;display: flex;align-items: center;margin-right: 5px;}
.casemb-list li i{font-size: 12px;padding-top: 3px;}
.casemb-list li:last-child{margin-right: 0px;}
.casemb-list li a{transition: all .4s ease;}
.casemb-list li a:hover{color: #429138;}
.casexq-cont{width: 100%;}
.casexq-cont .cont-l{width: 72%;}
.casexq-cont .cont-r{width: 28%;padding-left: 80px;}
.casexq-cont .cont-l .title{display: flex;align-items: center;}
.casexq-cont .cont-l .title .img{margin-right: 30px;}
.casexq-list{border-top: 1px solid #efefef;border-bottom: 1px solid #efefef;padding: 47px 0px;justify-content: space-between;}
.casexq-list li{display: flex;justify-content: center;align-items: center;flex-direction: column;}
.casexq-list.lt2{border-top: 1px solid #efefef;border-bottom: 1px solid #efefef;padding: 47px 0px;justify-content: center;}
.casexq-list.lt2 li{display: flex;justify-content: center;align-items: center;flex-direction: column;margin: 0px 130px;}
.casexq-list li .number{color: #429138;}
.casexq-content>li {padding: 40px 0px;border-bottom:1px solid #efefef;}
.casexq-content>li .title{padding-left: 23px;position: relative;}
.casexq-content>li .title::before{position: absolute;left: 0px;top: 7px;width: 3px;height: 24px;background-color: #429138;border-radius: 5px;content: "";}
.casexq-content>li .img{margin-right: -20px;margin-bottom: -20px;}
.casexq-content>li .img img{width: calc(100%/2 - 20px);margin-right: 20px;margin-bottom: 20px;}
.casexq-content>li .img2{width: 100%;}
.casexq-content>li .img2 ul{margin-right: -20px;margin-bottom: -20px;}
.casexq-content>li .img2 li{width: calc(100%/2 - 20px);margin-right: 20px;margin-bottom: 20px;}
.casexq-content>li .img2 li img{border-radius: 5px;}
.casexq-cont .cont-l .btn{display: flex;justify-content: center;align-items: center;width: 180px;height: 55px;border: 1px solid #429138;border-radius: 5px;}
.casexq-cont .cont-l .btn>div{color: #429138;}
.casexq-cont .cont-l .btn .img{margin-right: 10px;transition: all .4s ease;}
.casexq-cont .cont-l .btn:hover .img{transform: rotate(180deg);}
.casexq-cont .cont-r .line{width: 100%;height: 1px;position: relative;background-color: #cbcbcd;}
.casexq-cont .cont-r .line::before{content: "";position: absolute;left: 0px;top: 0px;width: 80px;height: 1px;background-color: #429138;}
.casexq-cont .cont-r li{padding: 15px 12px;transition: all .4s ease;}
.casexq-cont .cont-r li .img{width: 34%;}
.casexq-cont .cont-r li .content{width: 66%;display: flex;justify-content: center;flex-direction: column;padding-left: 15px;}
.casexq-cont .cont-r li:hover{background-color: #f6f7f9;}
.casexq-cont .cont-r li .img img{width: 100%;height: 100%;}
.showvido{display: flex;justify-content: center;}
.showvido{position: relative;}
.showvido .showvido-btn{position: absolute;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;top: 0px;left: 0px;opacity: 0;transition: all .4s ease;}
.showvido:hover .showvido-btn{opacity: 1;}

.aboutCommTitle{display: flex;justify-content: center;}
.aboutCommTitle .line{background-color: #429138;width: 80px;height: 2px;margin: 0px 30px;margin-top: 25px;}
.aboutCommTitle {margin: 0px -30px;}

.abojj{background: url(../images/pages/abojj-bg.jpg)center no-repeat;background-size: cover;}
.abojj-cont{width: 100%;}
.abojj-cont .cont-l{width: 43%;}
.abojj-cont .cont-r{width: 57%;padding-left: 90px;}
.abojj-cont .cont-l .img{border-radius: 10px;overflow: hidden;position: relative;width: 100%;}
.abojj-cont .cont-l .btn{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.abojj-cont .cont-l .img>img{transition: all .4s ease;width: 100%;}
.abojj-cont .cont-l .img:hover img{transform: scale(1.04);}

.abomb-list{margin-right: -2px;}
.abomb-list .list-muen{width: calc(100%/3 - 2px);margin-right: 2px;border-radius: 5px;overflow: hidden;height: 480px;position: relative;}
.abomb-list .list-muen img{height: 100%;width: 100%;}
.abomb-list .list-muen .show{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;padding: 70px 40px;}
.abomb-list .list-muen .show .line{background-color: #429138;width: 80px;height: 2px;}

.abolc{background: url(../images/pages/abolc-bg.jpg)center no-repeat;background-size: cover;}

.abory{background: url(../images/pages/abory-bg.jpg)no-repeat center;background-size: cover;}
.abory-cont{width: 100%;}
.abory-cont .cont-l{width: 41%;box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);background-color: #fff;padding: 0 30px;border-radius: 5px;}
.abory-cont .cont-r{width: 59%;}
.abory-cont .cont-l li{padding: 40px 18px;color: #429138;position: relative;border-bottom: 1px solid #eeeeee;}
.abory-cont .cont-l li::before{content: "";background-color: #429138;width: 6px;height: 6px;border-radius: 100%;position: absolute;top: 52px;left: 0px;}
.abory-cont .cont-r {padding-left: 30px;}
.abory-cont .cont-r .content{background-color: #fff;border-radius: 5px;width: 100%;height: 100%;box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);padding: 40px;}
.abory-cont .cont-r .content li{position: relative;padding-left: 18px;margin-bottom: 12px;} 
.abory-cont .cont-r .content li::before{content: "";background-color: #429138;width: 6px;height: 6px;border-radius: 100%;position: absolute;top: 10px;left: 0px;}
.abory-cont .cont-r .content li:last-child{margin-bottom: 0px;}
.abory-content{width: 100%;}
.abory-content img{display: block;margin: 0 auto;}
.abory-cont .cont-l li:last-child{border-bottom: 0px;}

.abogh-list .list-muen{width: 100%;margin-bottom: 40px;}
.abogh-list .list-muen:last-child{margin-bottom: 0px;}
.abogh-list .list-muen .content{width: 50%;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);}
.abogh-list .list-muen .img{width: 35%;overflow: hidden;}
.abogh-list .list-muen .not{width: 15%;}
.abogh-list .list-muen .content{padding: 60px 60px 60px 340px;position: relative;}
.abogh-list .list-muen .content .abogh-number{position: absolute;top: 60px;right: 60px;}
.abogh-list .list-muen .content .abogh-number .text{position: absolute;color: #429138;top: 50%;transform: translateY(-50%);left: 30px;}
.abogh-list .list-muen .content .abogh-icon{margin-top: 40px;}
.abogh-list .list-muen .content .abogh-icon img{max-height: 60px;}
.abogh-list .list-muen:nth-child(even){flex-direction: row-reverse;}
.abogh-list .list-muen:nth-child(even) .content{padding: 60px 340px 60px 60px;}
.abogh-list .list-muen:nth-child(even) .content .abogh-number{right: 290px;}
.abogh-list .list-muen .img img{width: 100%;height: 100%;transition: all .4s ease;}
.abogh-list .list-muen .img:hover img{transform: scale(1.04);}

.aboutCommTitle .title{text-align: center;}

.abocq-cont{width: 880px;margin: 0px auto;}
.abocq-list{width: 100%;}
.abocq-list .list-meun{width: calc(100%/3);display: flex;justify-content: center;align-items: center;flex-direction: column;}
.abocq-list .list-meun .number{color: #429138;}
.abocq-list .list-meun .number span{margin-right: 5px;}
.abocq-list .list-meun .number .text{display: flex;justify-content: center;}
.abocq-content img{display: block;margin: 0px auto;}

.abozx{background-color: #f5f7fa;}
.indzx-list{margin-right: -35px;}
.indzx-list .list-muen{width: calc(100%/3 - 35px);margin-right: 35px;border-radius: 5px;overflow: hidden;background-color: #fff;}
.indzx-list .list-muen .img{height: 260px;}
.indzx-list .list-muen .cont{padding: 24px 30px 30px;position: relative;}
.indzx-btn{position: absolute;bottom: 30px;right: 30px;color: #429138;}
.indzx-btn span i{font-size: 12px;color: #429138;}
.indzx-btn::before{width: 0%;height: 1px;background-color: #429138;content: "";position: absolute;bottom: 0px;left: 0px;transition: all .4s ease;}
.indzx-btn:hover::before{width: 100%;}
.indzx-list .list-muen .cont .title{transition: all .4s ease;}
.indzx-list .list-muen .cont .title:hover{color: #429138;}
.indzx-list .list-muen .img img{width: 100%;height: 100%;}
.indzx-list .list-muen .img img{transition: all .4s ease;}
.indzx-list .list-muen .img{overflow: hidden;}
.indzx-list .list-muen:hover .img img{transform: scale(1.04);}

.casexq.abo .casexq-cont .cont-l .title{display: block;}
.aboxq-content{padding: 30px 0px;border-top: 1px solid #efefef;border-bottom: 1px solid #efefef;}
.aboxq-content .img{display: flex;flex-direction: column;align-items: center;}
.aboxq-btn{}
.aboxq-btn ul{margin-right: -60px;}
.aboxq-btn li{width: calc(100%/2 - 60px);margin-right: 60px;border: 1px solid #efefef;}
.aboxq-btn li a{display: flex;width: 100%;height: 100%;padding: 30px 20px;flex-direction: column;transition: all .4s ease;}
.aboxq-btn li .text{color: #999;}
.aboxq-btn li .text i{margin-right: 16px;}
.aboxq-btn li a:hover{box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);}
.aboxq-btn li:nth-child(2) .text i{margin-right: 0px;margin-left: 16px;}
.aboxq-btn li:nth-child(2) a{align-items: flex-end;}

.abotd{background-color: #f5f7fa;}
.abotd-list{margin-right: -28px;margin-bottom: -28px;}
.abotd-list .list-muen{width: calc(100%/4 - 28px);margin-right: 28px;margin-bottom: 28px;background-color: #fff;border-radius: 5px;overflow: hidden;transition: all .4s ease;}
.abotd-list .list-muen .img{height: 320px;}
.abotd-list .list-muen .img img{height: 100%;width: 100%;}
.abotd-list .list-muen .cont{padding: 20px 30px;}
.abotd-list .list-muen .cont .line{background-color: #429138;width: 50px;height: 2px;}
.abotd-list .list-muen:hover{transform: translateY(-10px);}

.abotdxq{background-color: #f5f7fa;}
.abotdxq-cont{width: 100%;}
.abotdxq-cont .cont-l{width: 50%;padding-right: 100px;position: relative;}
.abotdxq-cont .cont-r{width: 50%;}
.abotdxq-cont .cont-l .line{width: 50px;height: 2px;background-color: #429138;}
.abotdxq-cont .cont-l .btn{display: flex;position: absolute;bottom: 0px;left: 0px;width: 180px;height: 55px;border: 1px solid #429138;border-radius: 5px;justify-content: center;align-items: center;color: #429138;}
.abotdxq-cont .cont-l .btn .img{margin-right: 10px;transition: all .4s ease;}
.abotdxq-cont .cont-l .btn:hover .img{transform: rotate(180deg);}
.abotdxq-cont .cont-r img{width: 100%;height: 100%;}

.abolx-cont{width: 100%;}
.abolx-cont .cont-l{width: 27%;background: url(../images/pages/abolx-cont.jpg)no-repeat center;background-size: cover;padding: 70px 50px;}
.abolx-cont .cont-r{width: 73%;height: 520px;}
.abolx-cont .cont-l .line{background-color: #429138;width: 60px;height: 2px;}
.abolx-cont .cont-l li{margin-bottom: 10px;}

.relmap{width: 100%;height: 100%;overflow: hidden;}
#map{width: 100%;height: 100%;}
#map .amap-info-close{right: 6px !important;top: 6px;}
.relmap-info{width: 100%;overflow: hidden;}
.relmap-info h6{font-size: 16px;color: #fff;line-height: 30px;}
.relmap-info p{font-size: 14px;color: #000;margin-top: 8px;}
.relmap-info a{font-size: 14px;display: block;margin: 10px auto 0;color: #d4a95b;width: 180px;height: 32px;line-height: 32px;border: 1px solid #d4a95b;text-align: center;transition: all .3s ease;}
.relmap-info a:hover{background: #d4a95b;color: #fff;}
#map .amap-logo,#map .amap-copyright{display: none !important;}
#map .amap-info-close{display: none !important;}
.amap-info-content {position: relative;background: rgba(0, 0, 0, .5);padding: 20px 30px;line-height: 1.4;overflow: auto;border-radius: 5px;width: 400px;}
.bottom-center .amap-info-sharp {bottom: 0;left: 50%;margin-left: -8px;border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 8px solid rgba(0, 0, 0, .5);}

.abolx-list{justify-content: space-between;}
.abolx-list .list-muen .line{background-color: #429138;width: 40px;height: 1px;}
.abolx-list .list-muen .img{height: 110px;}
.abolx-list .list-muen .img img{max-height: 100%;}
.abolx-list .list-muen li{margin-bottom: 12px;}

.coopjd{background-color: #f5f7fa;}
.coopjd-list{margin-bottom: -25px;}
.coopjd-list .list-muen{width: calc(100%/5);position: relative;display: flex;justify-content: center;margin-bottom: 25px;height: 100px;align-items: center;}
.coopjd-list .list-muen img:nth-child(1){position: absolute;left: 0px;right: 0px;margin: 0 auto;opacity: 1;transition: all .4s ease;}
.coopjd-list .list-muen img:nth-child(2){opacity: 0;transition: all .4s ease;}
.coopjd-list .list-muen:hover img:nth-child(2){opacity: 1;}
.coopjd-list .list-muen:hover img:nth-child(1){opacity: 0;}
.coopjd-list .list-muen img{height: 80px !important;object-fit: contain}

.cooppp-title .lt{margin: 0px 10px;}
.cooppp-title .lt span{color: #429138;margin: 0px 5px;}
.cooppp-title{display: flex;align-items: center;justify-content: center;}
.cooppp-svp{padding: 0px 50px;}
.cooppp-svp .cooppp-lun{box-shadow: 0px 10px 20px 0px rgba(41, 67, 109, 0.05);width: 100%;height: 100px;display: flex;justify-content: center;align-items: center;}
.cooppp-svp .cooppp-lun img{max-height: 80px;}
.cooppp-svp .swiper-container{padding: 20px;}
.cooppp-svp .swiper-wrapper{transition-timing-function: linear;margin: 0 auto;}

.coopst{background-color: #f5f7fa;}
.coopst-list{margin-right: -25px;margin-bottom: -25px;}
.coopst-list .list-muen{width: calc(100%/5 - 25px);margin-right: 25px;margin-bottom: 25px;border-radius: 5px;background-color: #fff;box-shadow: 0px 10px 20px 0px rgba(41, 67, 109, 0.05);display: flex;justify-content: center;align-items: center;height: 100px;}
.coopst-list .list-muen img{max-height: 80px;}
.coopst-list.lt2{padding: 0px 140px;margin-top: 25px;}
.coopst-list.lt2 .list-muen{width: calc(100%/4 - 25px);}

.recrgk-title{display: flex;justify-content: center;flex-direction: column;align-items: center;}
.recrgk-title .lt{margin: 0px 70px;}
.recrgk-list .list-muen{width: 100%;margin-bottom: 60px;}
.recrgk-list .list-muen .cont-l{width: 34%;display: flex;flex-direction: column;justify-content: center;border-top: 1px solid #eeeeee;position: relative;}
.recrgk-list .list-muen .cont-r{width: 66%;}
.recrgk-list .list-muen:last-child{margin-bottom: 0px;}
.recrgk-list .list-muen:nth-child(odd) .cont-r{padding-left: 100px;}
.recrgk-list .list-muen:nth-child(even) .cont-r{padding-right: 100px;}
.recrgk-list .list-muen:nth-child(even){flex-direction: row-reverse;}
.recrgk-list .list-muen .cont-l::before{content: "";width: 50%;height: 4px;position: absolute;left: 0px;bottom: 0px;background: url(../images/pages/recrgk-list-dian.jpg)center no-repeat;background-size: cover;}
.recrgk-list .list-muen .cont-r img{height: 100%;width: 100%;border-radius: 10px;}

.recrzw{background-color: #f5f7fa;}
.recrzw-title{display: flex;justify-content: center;flex-direction: column;align-items: center;}
.recrzw-title .text span{color: #429138;}
.recrzw-nav .list{display: flex;align-items: center;}
.recrzw-nav .list a{display: flex;align-items: center;justify-content: center;height: 32px;padding: 10px;margin-right: 10px;transition: all .4s ease;}
.recrzw-nav .list a.active,.recrzw-nav .list a:hover{background-color: #fff;color: #429138;}
.recrzw-list .list-muen{background-color: #fff;border-bottom: 1px solid #eeeeee;margin-bottom: 10px;}
.recrzw-list .list-muen a{display: flex;width: 100%;height: 100px;align-items: center;padding: 0px 40px;flex-wrap: wrap;}
.recrzw-list .hide{background-color: #fff;padding: 40px;border-top: 1px solid #eee;display: none;}
.recrzw-list .hide h3{font-size: 16px;font-weight: 700px;color: #666;}
.recrzw-list .list-muen:last-child{margin-bottom: 10px;}
.recrzw-list .list-muen .title{width: 23%;transition: all .4s ease;}
.recrzw-list .list-muen .cont{width: 68%;}
.recrzw-list .list-muen .btn{width: 9%;display: flex;justify-content: flex-end;}
.recrzw-list .list-muen .cont p{margin-right: 100px;font-size: 18px;color: #666;}
.recrzw-list .list-muen .btn div{width: 40px;height: 40px;background-color: #429138;display: flex;justify-content: center;align-items: center;border-radius: 100px;transition: all .4s ease;}
.recrzw-list .list-muen .btn i{color: #fff;font-size: 16px;}
.recrzw-list .list-muen.active .btn div{transform: rotate(-180deg);}
.recrzw-list .list-muen:hover .title{color: #429138;}

.abolc-lun{display: flex;justify-content: center;}
.abolc::before{content: "";background-color: rgba(255, 255, 255, .2);position: absolute;bottom: 275px;left: 0px;width: 100%;height: 1px;z-index: 1;}
.abolc-svp{padding: 0px 40px;position: relative;}
.abolc-lun .data{display: flex;align-items: center;flex-direction: column;}
.abolc-lun .dian{height: 50px;width: 20px;position: relative;}
.abolc-lun .dian::after{background-color: #429138;width: 20px;height: 20px;position: absolute;border-radius: 100px;z-index: 1;content: "";top: calc(50% - 10px);left: calc(50% - 10px);}
.abolc-lun .dian::before{width: 8px;height: 8px;background-color: #fff;content: "";position: absolute;z-index: 2;left: calc(50% - 4px);top: calc(50% - 4px);border-radius: 100px;}
.abolc-lun .bg{background: url(../images/pages/abolc-svp-shuidi.png)center no-repeat;background-size: contain;width: 80px;height: 100px;display: flex;justify-content: center;align-items: center;}
.abolc-lun .dian-ny{width: 8px;height: 50px;position: relative;}
.abolc-lun .dian-ny::before{width: 8px;height: 8px;background-color: #fff;content: "";position: absolute;z-index: 2;left: calc(50% - 4px);top: calc(50% - 4px);border-radius: 100px;}
.abolc-list .list-muen{width: 160px;display: flex;align-items: center;flex-direction: column;}
.abolc-list .list-muen .data-ny{width: 110px;height: 40px;border: 1px solid #fff;border-radius: 20px;display: flex;justify-content: center;background-color: rgba(0, 0, 0, 0);align-items: center;}
.aboulc-ny{height: 150px;}
.aboulc-nr{height: 200px;display: flex;align-items: center;flex-direction: column;}
.abolc-list .list-muen.odd{flex-direction: column-reverse;}
.abolc-list .list-muen.odd .aboulc-nr{flex-direction: column-reverse;}
.abolc-list .list-muen.odd .text{margin-bottom: 22px;}
.abolc-list .list-muen.even .text{margin-top: 22px;}
.abolc-svp .swiper-btn{position: absolute;bottom: 155px;}
.abolc-svp .swiper-btn a{width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;border-radius: 100px;background-color: rgba(255, 255, 255, .3);transition: all .4s ease;}
.abolc-svp .swiper-btn a i{color: #fff;font-size: 12px;}
.abolc-svp .swiper-btn.prev{left: 0px;}
.abolc-svp .swiper-btn.next{right: 0px;}
.abolc-svp .swiper-btn a:hover{background-color: #429138;}

.applt-cont{width: 100%;background-color: #fff;}
.applt-cont .cont-l{width: 58%;}
.applt-cont .cont-l img{height: 100%;width: 100%;}
.applt-cont .cont-r{width: 42%;padding: 50px 100px;display: flex;justify-content: center;flex-direction: column;}
.applt-input{width: 100%;margin-bottom: 20px;}
.applt-input input{width: 100%;height: 45px;border: 1px solid #c3c3c3;background-color: rgba(0, 0, 0, 0);padding: 0px 20px;}
.applt{background-color: #f5f7fa;}
.applt-cont .cont-r .title{color: #429138;}
.applt-cont .cont-r .btn{display: flex;justify-content: center;align-items: center;height: 45px;width: 100%;background-color: #429138;}
.applt-cont .cont-r .ys a{color: #429138;}
/* 下拉 */
.customSelect{display: block;width: 100%;position: relative;user-select: none;}
.customSelect-name{display: flex;align-items: center;height: 45px;position: relative;border: 1px solid #c3c3c3;padding: 0 20px;font-size: 16px;color: #999;cursor: pointer;}
.customSelect-name::after{content: "";position: absolute;width: 16px;height: 16px;right: 14px;top: 50%;margin-top: -8px;background: url('https://js.szmynet.net/file/arrD.svg') no-repeat;}
.customSelect-drop{display: none;position: absolute;z-index: 10;width: 100%;top: 45px;max-height: 200px;border: 1px solid #c3c3c3;border-top: none;overflow-x: hidden;overflow-y: auto;left: 0;background: #f2f2f2;cursor: pointer;}
.customSelect-drop li{padding: 0 14px;height: 40px;position: relative;display: flex;align-items: center;width: 100%;font-size: 14px;color: #000;transition: all .4s ease;}
.customSelect-drop li::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #fff;}
.customSelect-drop li:last-child::after{display: none;}
.customSelect-drop li:hover, .customSelect-drop li.active{background: #dadfe5;color: #000;}
.customSelect-drop::-webkit-scrollbar {width: 2px;height: 4px;}
.customSelect-drop::-webkit-scrollbar-thumb {background: #7a8896;}
.customSelect-drop::-webkit-scrollbar-track {background: #fff;}
.customSelect-name.noRadius{border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;}
.customSelect-name.noRadius::after{transform: rotate(180deg);}

.casexq-content>li .img2 ul{width: 100%;}
.showvido a{width: 100%;display: block;}
.showvido a>img{width: 100%;padding: 0px 20px;}
.indzx-list{margin-bottom: 35px;}
.indzx-list .list-muen{margin-bottom: 35px;}

.abory-cont .cont-r .content{height:410px;overflow: auto;}
.abory-cont .cont-r .content::-webkit-scrollbar {width:3px;}
.abory-cont .cont-r .content::-webkit-scrollbar-thumb {background: #429138;}
.abory-cont .cont-r .content::-webkit-scrollbar-track {background: #f1f1f1;}

.propt .gallery .gallery-more{position: relative;}
.propt .gallery .gallery-more .show{position: absolute;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;top: 0px;left: 0px;background-color: rgba(0, 0, 0, .2);opacity: 0;transition: all .4s ease;}
.propt .gallery .gallery-more .show>div{width: 100px;height: 100px;border-radius: 100px;border: 2px solid #fff;display: flex;justify-content: center;align-items: center;}
.propt .gallery .gallery-more .show i{color: #fff;font-size: 34px;}
.propt .gallery .gallery-more .show:hover{opacity: 1;}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .abolc::before {bottom: 264px;}
}

@media all and (max-width:1590px) {
    /* 1440 × (700)  */
    .propt .gallery {height: 500px;}
    .propt-list{margin-bottom: -15px;}
    .propt-list .list-muen {margin-right: 30px;width: calc(100%/4 - 30px);margin-bottom: 15px;}
    .caserm-lun .cont-r {padding: 75px 50px;}
    .caserm-lun .cont-r .btn {bottom: 35px;left: 50px;}
    .caserm-svp .swiper-btn {top: 15px;right: 35px;}
    .caselb-list .list-muen .cont {padding: 35px 25px;}
    .casexq-cont .cont-r {padding-left: 25px;}
    .abojj-cont .cont-r {padding-left: 60px;}
    .abomb-list .list-muen {height: 365px;}
    .aboutCommTitle .line {margin-top: 21px;}
    .abogh-list .list-muen .content {padding: 60px 60px 60px 240px;}
    .abogh-list .list-muen:nth-child(even) .content {padding: 60px 240px 60px 60px;}
    .abogh-list .list-muen:nth-child(even) .content .abogh-number {right: 220px;}
    .indzx-list .list-muen .img {height: 220px;}
    .abotd-list .list-muen {width: calc(100%/4 - 20px);margin-right: 20px;margin-bottom: 20px;}
    .abotd-list {margin-bottom: -20px;margin-right: -20px;}
    .abotdxq-cont .cont-l {width: 50%;padding-right: 50px;}
    .abolc::before {bottom: 249px;}

    .applt-cont .cont-r {padding: 15px 50px;}

    .casexq-list.lt2 li{margin: 0px 100px;}
}

@media all and (max-width:1430px) {
    /* 1360 */
}

@media all and (max-width:1350px) {
    /* 1280 */
}

@media all and (max-width:1270px) {
    /* 1152 × (700) */
    .propt-cont .cont-r {width: 100%;padding-left: 0px;}
    .propt-cont .cont-l {width: 100%;}
    .propt-cont{flex-direction: column-reverse;}
    .propt .thumbs {height: 130px;}
    .projj-list .list-muen {padding: 25px;}
    .caserm-lun .cont-l {width: 100%;}
    .caserm-lun .cont-r {width: 100%;}
    .caserm-lun .cont-r {padding: 25px 15px 85px;}
    .caserm-lun .cont-r .btn {bottom: 35px;left: 15px;}
    .caserm-svp .swiper-btn {top: auto;bottom: 20px;right: 35px;}
    .caselb-list .list-muen {width: calc(100%/2 - 25px);}
    .casexq-cont .cont-l {width: 100%;margin-bottom: 15px;}
    .casexq-cont .cont-r {width: 100%;padding-left: 0px;}
    .casexq-list {padding: 35px 0px;}
    .abojj-cont .cont-l{width: 100%;margin-bottom: 15px;}
    .abojj-cont .cont-r {padding-left: 0px;width: 100%;}
    .abomb-list .list-muen .show {padding: 40px 25px;}
    .abomb-list .list-muen .show .line{margin-top: 170px;}
    .abory-cont .cont-l {padding: 0 15px;width: 100%;margin-bottom: 15px;}
    .abory-cont .cont-r {padding-left: 0px;width: 100%;}
    .abory-cont .cont-l li {padding: 15px 18px;color: #429138;}
    .abory-cont .cont-l li::before {top: 25px;}
    .abory-cont .cont-r .content {padding: 15px;}
    .abogh-list .list-muen .not{display: none;}
    .abogh-list .list-muen .img {width: 50%;}
    .abogh-list .list-muen .content {padding: 60px 15px 15px 35px;}
    .abogh-list .list-muen:nth-child(even) .content {padding: 60px 15px 15px 35px;}
    .abogh-list .list-muen:nth-child(even) .content .abogh-number {right: 35px;}
    .indzx-list {margin-bottom: -15px;margin-right: -15px;}
    .indzx-list .list-muen {width: calc(100%/3 - 15px);margin-right: 15px;margin-bottom: 15px;}
    .aboxq-content {padding: 25px 0px;}
    .abotd-list .list-muen {width: calc(100%/3 - 20px);}
    .abolx-list .list-muen {width: calc(100%/3);}
    .abolx-cont .cont-l {width: 100%;padding: 20px 20px;}
    .abolx-cont .cont-r {width: 100%;height: 370px;}
    .coopjd-list .list-muen img {height: 55px !important;}
    .recrgk-title .lt-l{display: none;}
    .recrgk-title .lt-r{display: none;}
    .recrgk-list .list-muen:nth-child(odd) .cont-r {padding-left: 50px;}
    .recrgk-list .list-muen:nth-child(even) .cont-r {padding-right: 50px;}
    .recrzw-list .hide {padding: 15px;}
    .recrzw-list .list-muen a {height: 80px;padding: 0px 20px;}
    .recrzw-list .list-muen .btn div {width: 35px;height: 35px;}
    .abolc::before {bottom: 233px;}
    
    .applt-cont .cont-l{width: 100%;}
    .applt-cont .cont-r{width: 100%;padding: 40px 50px;}
}

@media all and (max-width:1140px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .CommonBanner>img{height: 500px;}
    .projj-list {margin-right: 0px;margin-bottom: -15px;}
    .projj-list .list-muen {margin-right: 0px;width: 100%;margin-bottom: 15px;}
    .progn-list{margin-bottom: -15px;margin-right: -15px;}
    .progn-list .list-muen {width: calc(100%/2 - 15px);margin-bottom: 15px;margin-right: 15px;}
    .proys-list {margin-bottom: -15px;margin-right: -15px;}
    .proys-list .list-muen {width: calc(100%/2 - 15px);margin-right: 15px;margin-bottom: 15px;}
    .CommonNav-cont a {height: 60px;}
    .caselb-list .list-muen .cont {padding: 15px;}
    .caselb-list .list-muen .img {height: 180px;}
    .casexq-cont .cont-l .title .img {margin-right: 15px;}
    .casexq-list {padding: 15px 0px;}
    .casexq-content>li {padding: 15px 0px;}
    .casexq-cont .cont-l .btn {width: 165px;height: 45px;}
    .casexq-content>li .title::before {top: 0px;}
    .abogh-list .list-muen .content .abogh-number .show img{max-width: 60%;}
    .abogh-list .list-muen .content {width: 100%;}
    .abogh-list .list-muen .img {width: 100%;}
    .abogh-list .list-muen{margin-bottom: 15px;flex-direction: column-reverse;}
    .abogh-list .list-muen:nth-child(even){flex-direction: column-reverse;}
    .abogh-list .list-muen .content {padding: 15px 15px 15px 35px;}
    .abogh-list .list-muen .content .abogh-number {top: 15px;right: 15px;}
    .abogh-list .list-muen:nth-child(even) .content {padding: 15px 15px 15px 35px;}
    .abogh-list .list-muen:nth-child(even) .content .abogh-number {top: 15px;right: 0px;}
    .abocq-cont {width: 100%;}
    .CommonNav .contain{overflow-x: auto;}
    .CommonNav .contain>div{display: flex;flex-wrap: nowrap;width: 600px;}
    .CommonNav .CommonNav-cont a{width: 20%;margin-right: 0px;display: flex;justify-content: center;}
    .indzx-list .list-muen .cont {padding: 15px;}
    .indzx-list{margin-right: 0px;margin-bottom: -15px;}
    .indzx-list .list-muen {width: 100%;margin-right: 0px;margin-bottom: 15px;}
    .indzx-btn {bottom: 15px;right: 15px;}
    .aboxq-btn ul{margin-right: -30px;}
    .aboxq-btn li {width: calc(100%/2 - 30px);margin-right: 30px;}
    .abotd-list .list-muen .img {height: 250px;}
    .abotdxq-cont .cont-l .btn {position: static;margin-top: 15px; }
    .abolx-list {margin-bottom: -15px;}
    .abolx-list .list-muen {width: calc(100%/2);margin-bottom: 15px;}
    .coopst-list.lt2 {padding: 0px;margin-top: 15px;margin-bottom: -15px;margin-right: -15px;}
    .coopst-list.lt2 .list-muen {width: calc(100%/3 - 15px);margin-right: 15px;margin-bottom: 15px;}
    .coopst-list .list-muen {width: calc(100%/3 - 15px);margin-right: 15px;margin-bottom: 15px;}
    .coopst-list {margin-bottom: -15px;margin-right: -15px;}
    .cooppp-title .lt-l img,.cooppp-title .lt-r img{height: 20px;}
    .coopjd-list .list-muen {height: 85px;}
    .recrgk-title .lt {margin: 0px 15px;}
    .recrzw-list .list-muen .cont p {margin-right: 30px;}
    .recrzw-nav .list a{margin-bottom: 10px;}
    .recrzw-nav .list{margin-bottom: -10px;}

}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .propt-list{margin-right: -20px;}
    .propt-list .list-muen {margin-right: 20px;width: calc(100%/3 - 20px);margin-bottom: 15px;}
    .propt-btn{margin-right: -15px;}
    .propt-btn a {width: calc(100%/3 - 15px);margin-right: 15px;height: 45px;}
    .propt .gallery {height: 300px;}
    .projj-list .list-muen .img {width: 100%;margin-bottom: 15px;}
    .projj-list .list-muen .content {width: 100%;padding-left: 0px;}
    .projj-list .list-muen {padding: 15px;}
    .progn-list .list-muen {padding: 25px 0px;}
    .prozz-list .list-muen {width: calc(100%/3);}
    .proys-list{margin-right: 0px;}
    .proys-list .list-muen {width: 100%;margin-right: 0px;}
    .progn_ct-cont .cont-r {width: 100%;padding-left: 0px;}
    .progn_ct-cont .cont-l {width:100%;margin-bottom: 15px;}
    .progn_ct-cont .cont-r li {margin-bottom: 15px;}
    .caserm-lun .cont-r .btn {bottom: 15px;left: 15px;}
    .caserm-svp .swiper-btn {bottom: 15px;right: 15px;}
    .caserm-svp .swiper-btn.prev {right: 75px;}
    .caselb-list {margin-right: 0px;margin-bottom: -15px;}
    .caselb-list .list-muen {margin-right: 0px;margin-bottom: 15px;width: 100%;}
    .paging-menu a:first-child, .paging-menu a:last-child {width: 75px;border-radius: 15px;margin: 0px 3px;}
    .CommonNav-cont a {margin-right: 30px;}
    .casexq-content>li .title {padding-left: 15px;}
    .casexq-content>li .img img {width: 100%;margin-right: 0px;margin-bottom: 15px;}
    .casexq-content>li .img {margin-right: 0px;margin-bottom: -15px;}
    .casexq-content>li .img2 li {width: 100%;margin-right: 0px;margin-bottom: 15px;}
    .casexq-content>li .img2 ul{margin-right: 0px;margin-bottom: -15px;}
    .casemb-list li {height: 60px;}
    .casexq-list{margin-bottom: -15px;}
    .casexq-list li{width: calc(100%/2);margin-bottom: 15px;}
    .aboutCommTitle .line {margin-top: 15px;}
    .abomb-list{margin-bottom: -15px;margin-right: 0px;}
    .abomb-list .list-muen {width: 100%;margin-bottom: 15px;}
    .abomb-list .list-muen .show .line {margin-top: 190px;}
    .abory-cont .cont-r .content li::before {top: 7px;}
    .abory-cont .cont-r .content li {margin-bottom: 10px;}
    .abogh-list .list-muen .content .abogh-number .show{width: 140px;}
    .abogh-list .list-muen .content .abogh-number{right: -15px;}
    .abogh-list .list-muen:nth-child(even) .content .abogh-number{right: -15px;}
    .abogh-list .list-muen .content .abogh-icon {margin-top: 0px;}
    .abocq-list{margin-bottom: -15px;}
    .abocq-list .list-meun {width: calc(100%/2);margin-bottom: 15px;}
    .aboxq-content {padding: 15px 0px;}
    .aboxq-btn li {width: 100%;margin-right: 0px;margin-bottom: 15px;}
    .aboxq-btn ul{margin-right: 0px;margin-bottom: -15px;}
    .abotd-list{margin-right: 0px;margin-bottom: -15px;}
    .abotd-list .list-muen {width: 100%;margin-right: 0px;margin-bottom: 15px;}
    .abotd-list .list-muen .cont {padding: 15px;}
    .abotd-list .list-muen .img {height: 300px;}
    .abotdxq-cont .cont-l {width: 100%;padding-right: 0%;margin-bottom: 15px;}
    .abotdxq-cont .cont-r {width: 100%;padding-right: 0%}
    .amap-info-content {width: 280px;}
    .abolx-cont .cont-r {height: 300px;}
    .abolx-list .list-muen {width: calc(100%/1);margin-bottom: 15px;display:flex;align-items: center;flex-direction: column;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08)}
    .coopjd-list .list-muen {width: calc(100%/2 - 15px);margin-right: 15px;margin-bottom: 15px;background-color: #fff;}
    .coopjd-list{margin-right: -15px;margin-bottom: -15px;}
    .coopst-list .list-muen {width: calc(100%/2 - 15px);margin-right: 15px;margin-bottom: 15px;}
    .coopst-list.lt2 .list-muen {width: calc(100%/2 - 15px);margin-right: 15px;margin-bottom: 15px;}
    .recrgk-title .lt {margin: 0px;}
    .recrgk-list .list-muen .cont-l {width: 100%;padding: 15px 0px;}
    .recrgk-list .list-muen:nth-child(odd) .cont-r {padding-left: 0px;width: 100%;margin-bottom: 15px;}
    .recrgk-list .list-muen:nth-child(even) .cont-r {padding-right: 0px;width: 100%;margin-bottom: 15px;}
    .recrgk-list .list-muen{flex-direction: column-reverse;}
    .recrgk-list .list-muen:nth-child(even){flex-direction: column-reverse;}
    .recrgk-list .list-muen .cont-r img {border-radius: 5px;}
    .recrgk-list .list-muen {margin-bottom: 15px;}
    .recrzw-list .list-muen{position: relative;}
    .recrzw-list .list-muen .title {width: 100%;}
    .recrzw-list .list-muen .cont {width: 100%;}
    .recrzw-list .list-muen .btn {position: absolute;right: 15px;width: 100%;}
    .cooppp-svp {padding: 0px 15px;}
    .abolx-list .list-muen {padding: 15px 0px;}
    .abolc-svp {padding: 0px 0px;}
    .abolc::before {bottom: 250px;}
    .abolc-svp .swiper-btn {bottom: -40px;}
    .abolc{padding-bottom: 76px;}

    .applt-cont .cont-r {padding: 15px;}
    .casexq-list{justify-content: space-between;}
    .casexq-list li{margin: 0px;margin-bottom: 15px;}
    .casexq-list.lt2{justify-content: space-between;}
    .casexq-list.lt2 li {margin: 0px;}
}
