@charset "utf-8";
/* =====================内页样式======================== */
/* 视频弹窗 */
.popVideo{display: none;opacity: 0;align-items: center;justify-content: center;position: fixed;z-index: 999999;width: 100%;height: 100%;background: rgba(0,0,0,.5);top: 0;left: 0;}
.popVideo-items{width: 1000px;position: relative;display: none;padding: 34px 34px 0;}
.popVideo-video{width: 100%;}
.popVideo-video video{width: 100%;}
.popVideo-video iframe{width: 100%;height: 500px;}
.popVideo-close{width: 30px;height: 30px;position: absolute;right: 0;top: 0;z-index: 3;background: url('../images/common/closeW.svg') no-repeat center/24px auto;cursor: pointer;opacity: .7;transition: all .6s ease;}
.popVideo-close:hover{opacity: 1;}
@media all and (max-width:1100px) {.popVideo-items{width: 92%;padding: 34px 0 0;}.popVideo-close{right: 0;}.popVideo-video iframe{height: 400px;}}
@media all and (max-width:640px) {.popVideo-video iframe{height: 200px;}}

/* 分页 */
.paging{width: 100%;user-select: none;}
.paging-menu{width: 100%;display: flex;align-items: center;flex-wrap: wrap;justify-content: center;}
.paging-menu a{width: 44px;height: 44px;display: flex;align-items: center;white-space: nowrap;justify-content: center;border: 1px solid #f3f3f3;margin: 3px;font-size: 16px;color: #344055;transition: all .4s ease;border-radius: 50%;background-color: #fff;box-shadow: 0 0 8px 2px rgba(2,99,224,.08);}
.paging-menu a:first-child, .paging-menu a:last-child{width: 102px;border-radius: 22px;}
.paging-menu a:first-child{margin-right: 10px;}
.paging-menu a:last-child{margin-left: 10px;}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{border-color: #125e32;background-color: #125e32;color: #fff;}
@media all and (max-width:1000px) {.paging-menu a{margin: 3px 2px;border-radius: 3px;box-shadow: 0 0 4px 2px rgba(2,99,224,.04);font-size: 14px;width: 38px;height: 38px;}.paging-menu a:first-child, .paging-menu a:last-child{width: 54px;border-radius: 3px;}.paging-menu a:first-child {margin-right: 3px;}.paging-menu a:last-child {margin-left: 3px;}}

.sonBan{width: 100%;position: relative;}
.sonBan .image{width: 100%;height: 400px;object-fit: cover;}
.sonBan-cont{position: absolute;z-index: 2;width: 100%;height: 100%;top: 0;left: 0;display: flex;align-items: center;justify-content: center;color: #fff;}
.sonBan-cont .title{font-weight: 700;line-height: 1.1;}
.sonBan-cont .text{width: 100%;margin-top: 14px;max-width: 550px;}
.sonBan-cont .link{margin-top: 22px;}
a.sonMore{width: 104px;height: 40px;display: flex;line-height: 1;border: 2px solid #125e32;align-items: center;justify-content: center;border-radius: 21px;font-size: 15px;font-weight: 700;color: #fff;background: #125e32;transition: all .4s ease;}
a.sonMore:hover{background: #fff;border: 2px solid #fff;color: #125e32;}
.sonBan-cont.color{color: #596677;}
.sonBan-cont.color .title{color: #0e305e;}

.sonMenu{width: 100%;background: #f6f8fe;}
.sonMenu-scroll{width: 100%;display: flex;justify-content: center;}
body.PAD .sonMenu-scroll, body.PC .sonMenu-scroll{width: 100% !important;}
.sonMenu a{display: flex;align-items: center;font-size: 16px;color: #435369;height: 60px;padding: 0 4px;position: relative;margin-left: 82px;transition: all .4s ease;}
.sonMenu a:first-child{margin-left: 0;}
.sonMenu a::after{content: "";position: absolute;width: 100%;height: 2px;background: #125e32;left: 0;bottom: 0;opacity: 0;}
.sonMenu a:hover, .sonMenu a.active{color: #125e32;}
.sonMenu a.active::after{opacity: 1;}
.sonMenu a.active{font-weight: 700;}

.sonTitle{width: 100%;text-align: center;}
.sonTitle .title{font-weight: 700;line-height: 1.1;color: #0e305e;}
.sonTitle .text{color: #24374e;}
.sonTitle.white .title, .sonTitle.white .text{color: #fff;}


/* 产品规格公共表格样式 */
.spec-table {width: 100%;max-width: 800px;margin: 0 auto;border-collapse: collapse;font-family: Arial, sans-serif;}
.spec-header {background-color: #4f6128;color: white;padding: 12px;font-size: 18px;text-align: center;border: 1px solid #4f6128;}
.spec-label {padding: 10px;text-align: left;border: 1px solid #4f6128;width: 30%;vertical-align: middle;font-weight: 500;color: #222;}
.spec-value {padding: 10px;text-align: left;border: 1px solid #4f6128;vertical-align: middle;}
.config-item {padding: 10px 20px; text-align: left; border: 1px solid #4f6128;}


/* 关于-新闻 */
.news{width: 100%;overflow: hidden;position: relative;}
.news-bar{width: 100%;background: #f6f8fe;align-items: center;transition: all .4s ease;border-radius: 6px;overflow: hidden;}
.news-bar-img{display: block;width: 823px;overflow: hidden;}
.news-bar-img img{width: 100%;object-fit: cover;transition: all .6s ease;}
.news-bar-img:hover img{transform: scale(1.04);}
.news-bar-cont{width: calc(100% - 823px);padding: 20px 50px;}
.news-bar-cont .time{width: 100%;color: #ccc;font-family:'NEUEHAASDISPLAY';align-items: flex-start;}
.news-bar-cont .time h6, .news-bar-cont .time p{line-height: 1;position: relative;}
.news-bar-cont .time p{margin: 12px 0 0 8px;display: flex;flex-direction: column;justify-content: space-between;height: 34px;}
.news-bar-cont .time p span{display: block;}
.news-bar-cont .time h6{padding: 0 8px 14px;}
.news-bar-cont .time h6::after{content: "";position: absolute;width: 100%;height: 3px;background: #125e32;left: 0;bottom: 0;}
.news-bar-cont .title{width: 100%;color: #333;font-weight: 700;margin-top: 20px;}
.news-bar-cont .title a{display: block;transition: all .4s ease;}
.news-bar-cont .title a:hover{color: #125e32;}
.news-bar-cont .text{color: #737373;margin-top: 18px;}
.news-bar-cont .link{width: 100%;margin-top: 28px;}
.news-bar-cont .link a{display: flex;align-items: center;justify-content: center;width: 110px;height: 42px;border: 2px solid #125e32;border-radius: 21px;color: #125e32;transition: all .4s ease;}
.news-bar-cont .link a:hover{background: #125e32;color: #fff;}
.news-bar:hover{box-shadow: 0 8px 16px 4px rgba(173, 173, 173, 0.17);}
.news-list{width: 100%;}
.news-ul{margin: -48px 0 0 -40px;}
.news-items{display: block;width: calc(33.3333% - 40px);margin: 48px 0 0 40px;transition: box-shadow .4s ease,transform .1s linear;border-radius: 5px;overflow: hidden;position: relative;}
.news-items .image{width: 100%;height: 220px; overflow: hidden;}
.news-items .image img{width: 100%;height: 100%; object-fit: cover;transition: all .6s ease;}
.news-items .cont{width: 100%;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border: 2px solid #eaebee;border-top: none;padding: 32px;}
.news-items .time{color: #344055;line-height: 1.1;}
.news-items .title{color: #125e32;margin: 14px 0 10px;}
.news-items .text{color: #344055;}
.news-items:hover{transform: translateY(-6px);box-shadow: 0 8px 12px 4px rgba(173, 173, 173, 0.17);}
.news-items:hover .image img{transform: scale(1.04);}

/* 关于-新闻-详情 */
.newsxq{width: 100%;overflow: hidden;position: relative;}
.newsxq-top{width: 100%;background: #f3f6f7;}
.newsxq-top-title{font-weight: 700;color: #0e305e;line-height: 1.32;}
.newsxq-top-tags{width: 100%;line-height: 16px;color: #5d6574;margin-top: 16px;}
.newsxq-top-tags p{line-height: inherit;margin-left: 30px;}
.newsxq-top-tags p:first-child{margin-left: 0;}
.newsxq-top-tags p.time{padding-left: 24px;background: url('../images/pages/newsxqic1.webp') no-repeat left center;}
.newsxq-top-tags p.look{padding-left: 30px;background: url('../images/pages/newsxqic2.webp') no-repeat left center;}
.newsxq-mix{width: 100%;}
.newsxq-cont{width: 100%;padding-right: 0px;color: #5d6574;font-size: 15px;line-height: 26px;}
.newsxq-cont>*{line-height: inherit;}
.newsxq-cont video, .newsxq-cont img{max-width: 100%;margin: 0 auto;height: auto !important;display: block;}
.newsxq-about{width: 294px;}
.newsxq-about-title{width: 100%;line-height: 1.1;color: #0e305e;font-weight: 700;padding-bottom: 26px;border-bottom: 1px solid #f1f1f1;}
.newsxq-about-list{width: 100%;}
.newsxq-about-link{width: 100%;display: block;padding: 22px 0;border-bottom: 1px dashed #e6e6e6;}
.newsxq-about-link .time{color: #344055;line-height: 1.1;}
.newsxq-about-link .title{color: #5d6574;font-weight: 700;margin-top: 12px;transition: all .4s ease;}
.newsxq-about-link:hover .title{color: #125e32;}
.newsxq-about-link:last-child{border-bottom: none;padding-bottom: 0;}
.newsxq-btn{width: 100%;background: #f7f8fa;border-top: 1px solid #e5e5e5;padding: 32px 0;}
.newsxq-btn .contain{justify-content: space-between;}
.newsxq-btn a{width: calc(50% - 30px);align-items: center;line-height: 22px;color: #5d6574;}
.newsxq-btn a p{line-height: inherit;transition: all .4s ease;max-width: calc(100% - 66px);}
.newsxq-btn a:hover p{color: #125e32;}

/* 产品-立即申请 */
.apply{width: 100%;background: #f5f7f9 url('../images/pages/apply.webp') no-repeat center/100% auto;}
.apply-box{width: 100%;background: #fff;border-radius: 5px;padding: 80px 58px;}
.apply-head{width: 100%;justify-content: space-between;align-items: center;}
.apply-head .title{color: #0e305e;font-weight: 700;line-height: 1.1;}
.apply-head .search{position: relative;}
.apply-head .search input{font-size: 14px;color: #606d7d;border: 1px solid #e9eef4;width: 318px;height: 40px;border-radius: 5px;padding: 0 50px 0 14px;transition: border .4s ease;}
.apply-head .search input::-webkit-input-placeholder{font-size: 14px;color: #c2c5c9;}
.apply-head .search input:-moz-placeholder{font-size: 14px;color: #c2c5c9;}
.apply-head .search input::-moz-placeholder{font-size: 14px;color: #c2c5c9;}
.apply-head .search input:-ms-input-placeholder{font-size: 14px;color: #c2c5c9;}
.apply-head .search input:focus{border: 1px solid #606d7d;}
.apply-head .search button{width: 44px;height: 100%;position: absolute;right: 0;top: 0;z-index: 4;cursor: pointer;background: url('../images/common/search.svg') no-repeat center/22px auto;transition: all .4s ease;}
.apply-head .search button:hover{background-image: url('../images/common/searchH.svg');}
.apply-hint{width: 100%;line-height: 1.1;font-size: 14px;color: #999;display: none;}
.apply-table{width: 100%;}
.apply-table table{width: 100%;border: 1px solid #fff;border-width:1px 0px 0px 1px;font-size: 15px;color: #596677;}
.apply-table th, .apply-table td{height: 60px;border: solid #fff;border-width:0px 1px 1px 0px;padding: 0 10px;text-align: center;}
.apply-table th{background: #e9eef4;}
.apply-table tbody tr:nth-child(2n){background: #f5f7f9;}

/* 关于-联系我们 */
.relwm{width: 100%;overflow: hidden;position: relative;}
.relwm-mix{width: 100%;align-items: center;}
.relwm-list{width: calc(100% - 659px);padding-right: 50px;}
.relwm-items{width: 100%;margin-top: 40px;}
.relwm-items:first-child{margin-top: 0;}
.relwm-items-name{color: #5e6670;font-weight: 700;}
.relwm-items-name span{color: #0e305e;margin-right: 10px;}
.relwm-items-info{width: 100%;margin-top: 10px;justify-content: space-between;}
.relwm-items-info li{margin-top: 20px;}
.relwm-items-info li:nth-child(2n+1){width: calc(55% - 20px);}
.relwm-items-info li:nth-child(2n){width: calc(44% - 20px);}
.relwm-items-info li .icon{display: flex;align-items: center;justify-content: center;width: 40px;height: 40px;border-radius: 50%;border: 2px solid #5e6670;}
.relwm-items-info li .icon img{max-width: 90%;max-height: 90%;}
.relwm-items-info li .cont{width: calc(100% - 40px);padding-left: 20px;}
.relwm-items-info li .cont .name{font-weight: 700;color: #0e305e;}
.relwm-items-info li .cont .text{color: #5e6670;}
.relwm-map{width: 659px;position: relative;}
.relwm-map img{width: 100%;object-fit: cover;}
.relwm-map-info{position: absolute;z-index: 4;width: 100%;height: 100%;top: 0;left: 0;}
.relwm-map-info .place{position: absolute;text-align: center;}
.relwm-map-info .place span{display: block;font-size: 17px;color: #000;font-weight: 700;line-height: 1.1;}
.relwm-map-info .place i{width: 5px;height: 5px;border-radius: 50%;background: #125e32;margin: 12px auto 0;display: block;position: relative;}
.relwm-map-info .place i::before,.relwm-map-info .place i::after {content: "";display: block;width: 8px;height: 8px;background: rgba(2, 99, 224, .4);border-radius: 50%;position: absolute;top: 50%;left: 50%;margin: -4px 0 0 -4px;animation: relwmRun 1.5s linear infinite;opacity: 0;}
.relwm-map-info .place i::before {animation-delay: .6s;}
.relwm-map-info .place i::after {animation-delay: 0s;}
@keyframes relwmRun{0%{opacity:0;transform:scale(.1)}5%{opacity:1}to{opacity:0;transform:scale(4)}}
.relwm-map-info .place.place-shanghai{right: 11%;top: 50%;}
.relwm-map-info .place.place-shenzhen{right: 22%;top: 75%;}
.relwm-map-info .place.place-xianggang{right: 16%;top: 81%;display: flex;align-items: center;flex-direction: row-reverse;}
.relwm-map-info .place.place-xianggang i{margin: 0 12px 0 0;}

.rellxdt{width: 100%;background: #f7f8f9;padding: 40px 0;margin-bottom:40px}
.rellxdt-cont{width: 100%;padding: 28px 16px 28px 30px;background: #fff;box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.08);float: right;}
.rellxdt-cont .scrollBar{height:auto;}
.rellxdt-items{width: 100%;padding: 26px 0;border-bottom: 1px solid #ececec;}
.rellxdt-items:first-child{padding-top: 0;}
.rellxdt-items:last-child{border-bottom: none;padding-bottom: 0;}
.rellxdt-items h4{line-height: 1;font-size: 24px;color: #333;font-weight: 700;}
.rellxdt-items h6{line-height: 1;font-size: 14px;color: #c6c6c6;font-weight: 700;margin: 8px 0 14px;}
.rellxdt-items p{font-size: 13px;color: #666;line-height: 25px;}

.relly{width: 100%;overflow: hidden;position: relative;}
.relly-form{width: 100%;background: #f9fafb;border-radius: 6px;padding: 64px 64px 100px;}
.relly-form ul{margin-top: -34px;justify-content: space-between;}
.relly-form li{width: calc(50% - 20px);margin-top: 34px;}
.relly-form li p{display: block;line-height: 1.1;font-size: 16px;color: #24374e;}
.relly-form li p span{color: #e71212;}
.relly-form li input, .relly-form li textarea{background: #f1f4f6;width: 100%;height: 52px;margin-top: 12px;font-size: 16px;color: #24374e;padding: 0 20px;border-radius: 3px;}
.relly-form li.text{width: 100%;}
.relly-form li textarea{border: none;padding: 16px 20px;height: 168px;}
.relly-form li textarea::-webkit-input-placeholder{font-size: 16px;color: #c2c5c9;}
.relly-form li textarea:-moz-placeholder{font-size: 16px;color: #c2c5c9;}
.relly-form li textarea::-moz-placeholder{font-size: 16px;color: #c2c5c9;}
.relly-form li textarea:-ms-input-placeholder{font-size: 16px;color: #c2c5c9;}
.relly-form li.code{width: 100%;}
.relly-form li.code .relly-more{width: 100%;justify-content: space-between;align-items: center;margin-top: 12px;}
.relly-form li.code .relly-more .info{width: 730px;align-items: center;}
.relly-form li.code .relly-more .info input{width: calc(100% - 230px);margin-top: 0;}
.relly-form li.code .relly-more .info span{display: flex;width: 210px;margin-left: 20px;height: 52px;align-items: center;cursor: pointer;}
.relly-form li.code .relly-more .info span img, .relly-form li.code .relly-more .info span canvas{max-width: 100%;max-height: 100%;}
.relly-form li.code .relly-more button{width: 154px;height: 52px;border-radius: 3px;background: #125e32;font-size: 16px;color: #fff;cursor: pointer;transition: all .4s ease;font-weight: 700;}
.relly-form li.code .relly-more button:hover{box-shadow: 0 2px 20px 0 rgba(2, 99, 224, .4);}


/* 关于-公司简介 */
.abojj{width: 100%;position: relative;overflow: hidden;}
.abojj-head-info{width: 100%;padding: 0 90px;}
.abojj-head-info .items{width: 100%;display: none;text-align: center;}
.abojj-head-info .items.active{display: block;}
.abojj-head-info .title{font-weight: 700;color: #0e305e;line-height: 1.1;}
.abojj-head-info .text{color: #344055;}
.abojj-head-info .text p:not(:first-child){margin-top: 12px;}
.abojj-head-btn{width: 100%;justify-content: center;}
.abojj-head-btn a{width: 214px;height: 42px;border-radius: 21px;margin-left: 20px;display: flex;align-items: center;justify-content: center;border: 1px solid #125e32;font-size: 16px;color: #125e32;transition: all .4s ease;}
.abojj-head-btn a:first-child{margin-left: 0;}
.abojj-head-btn a:hover, .abojj-head-btn a.active{background: #125e32;color: #fff;}
.abojj-number{width: 100%;border-radius: 5px;border: 1px solid #e2e7ef;}
.abojj-number li{width: 25%;justify-content: center;height: 170px;padding-left: 50px;flex-direction: column;}
.abojj-number li:nth-child(2),.abojj-number li:nth-child(4),.abojj-number li:nth-child(5),.abojj-number li:nth-child(7){background: #f3f6fa;}
.abojj-number li .num{color: #125e32;font-weight: 700;line-height: 1;display: flex;align-items: baseline;}
.abojj-number li .num span{font-family:'NEUEHAASDISPLAY';margin-right: 10px;}
.abojj-number li .text{color: #435369;margin-top: 4px;}
.abolc{width: 100%;position: relative;overflow: hidden;}
.abolc-head{width: 100%;background: url('../images/pages/abofzBg.webp');display: flex;align-items: center;justify-content: center;}
.abolc-head-menu{width: 100%;justify-content: center;}
.abolc-head-num{width: auto;display: flex;align-items: flex-start;position: relative;}
.abolc-head-num a{width: 50px;color: #fff;margin-left: 60px;position: relative;z-index: 4;text-align: center;}
.abolc-head-num a:first-child{margin-left: 0;}
.abolc-head-num a span{font-weight: 700;font-family:'NEUEHAASDISPLAY';line-height: 1.1;}
.abolc-head-num a i{position: relative;display: block;margin: 12px auto 0;width: 24px;height: 24px;border-radius: 50%;background: rgba(255,255,255,.6);transition: all .4s ease;}
.abolc-head-num a i::before{content: "";position: absolute;width: calc(100% - 4px);height:calc(100% - 4px);top: 2px;left: 2px;background: #fff;border-radius: 50%;transform: scale(0);transition: all .4s ease;}
.abolc-head-num a i::after{content: "";position: absolute;width: 88px;height: 2px;background: rgba(255,255,255,.3);left: 24px;top: 50%;margin-top: -1px;}
.abolc-head-num a:last-child i::after{display: none;}
.abolc-head-num a:hover i::before, .abolc-head-num a.active i::before{transform: scale(1);}
.abolc-loop{width: 100%;background: #f7f9ff;}
.abolc-loop-info{width: 100%;}
.abolc-loop-info .year{width: 100%;line-height: 1.1;color: #2e486d;font-weight: 700;font-family:'NEUEHAASDISPLAY';padding-bottom: 18px;border-bottom: 1px solid #e9e9e9;}
.abolc-loop-info .items{width: 100%;margin-top: 22px;}
.abolc-loop-info .items h2{font-size:14px; color: #2e486d;font-weight: 700;}
.abolc-loop-info .items li{width: 100%;color: #435369;margin-top: 8px;}
.abolc-loop-info .items li h3{color: #000;font-weight: 500;}
.abolc-loop-info .items li:first-child{margin-top: 0;}
.abolc-loop-info .items li span{margin-right: 8px;}
.abowh{width: 100%;position: relative;overflow: hidden;}
.abowh-menu{width: 100%;justify-content: center;}
.abowh-menu a{display: block;text-align: center;margin-left: 70px;}
.abowh-menu a:first-child{margin-left: 0;}
.abowh-menu a .icon{width: 62px;height: 62px;margin: 0 auto;border-radius: 50%;display: flex;align-items: center;justify-content: center;box-shadow: 6px 6px 11px 6px rgba(22, 54, 108, .09);position: relative;transition: all .6s ease;}
.abowh-menu a .icon img{position: absolute;max-width: 88%;max-height: 88%;transition: all .4s ease;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
.abowh-menu a .icon img.s{opacity: 1;}
.abowh-menu a .icon img.h{opacity: 0;}
.abowh-menu a .name{padding: 10px 0 6px;color: #103668;line-height: 1.1;font-weight: 700;position: relative;}
.abowh-menu a .name::after{content: "";position: absolute;width: 0;height: 2px;background: #103668;bottom: 0;left: 0;right: 0;margin: 0 auto;transition: all .4s ease;}
.abowh-menu a.active .icon, .abowh-menu a:hover .icon{background: #125e32;}
.abowh-menu a.active .icon img.s, .abowh-menu a:hover .icon img.s{opacity: 0;}
.abowh-menu a.active .icon img.h, .abowh-menu a:hover .icon img.h{opacity: 1;}
.abowh-menu a.active .name::after{width: 100%;}
.abowh-loop-box{width: 100%;overflow: hidden;border-radius: 5px;position: relative;}
.abowh-loop-box img{width: 100%;object-fit: cover;}
.abowh-loop-info{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 4;display: flex;align-items: center;padding: 0 94px;}
.abowh-loop-info .cont{width: 590px;background: rgba(249,250,251,.9);border-radius: 5px;padding: 94px 60px;}
.abowh-loop-info .title{font-weight: 700;color: #103668;}
.abowh-loop-info .text{color: #435369;margin-top: 14px;hyphens: auto;-ms-hyphens: auto;-moz-hyphens: auto;text-align: justify;text-justify: inter-word;}
.abozz{width: 100%;position: relative;overflow: hidden;background: url('../images/pages/abozzBg.webp') no-repeat center/cover;}
.abozz .contain{width: 1300px;}
.abozz-loop{width: 100%;position: relative;}
.abozz-loop .swiper-container{padding: 44px 10px 60px;}
.abozz-link{display: block;width: 100%;background: #fff;border-radius: 6px;padding: 30px;border: 1px solid #e5efff;box-shadow: 0 2px 10px 0 rgba(8,117,240,.08);transition: box-shadow .4s ease,margin .2s ease;}
.abozz-link .image{width: 100%;height: 300px;display: flex;align-items: center;justify-content: center;}
.abozz-link .image img{max-width: 100%;max-height: 100%;}
.abozz-link .text{width: 100%;color: #435369;transition: all .4s ease;margin-top: 30px;text-align: center;min-height: 48px;}
.abozz-btn{position: absolute;width: 30px;height: 60px;top: 50%;margin-top: -30px;cursor: pointer;z-index: 4;background: url('../images/common/arrL.svg') no-repeat center/32px auto;transition: all .4s ease;}
.abozz-btn.prev{left: -54px;}
.abozz-btn.next{right: -54px;transform: rotate(180deg);}
.abozz-btn:hover{background-image: url('../images/common/arrLH.svg');}
.abozz-link:hover{margin-top: -6px;box-shadow: 0 2px 10px 0 rgba(8,117,240,.2);}
.abozz-link:hover .text{color: #125e32;}
/* -- */
.swiperPaging.swiper-pagination{bottom: 0;}
.swiperPaging .swiper-pagination-bullet {width: 10px;height: 10px;background: #e5f2ff;opacity: 1;margin: 0 10px !important;}
.swiperPaging .swiper-pagination-bullet-active {opacity: 1;background: #07549c;}
/* -- */

/* 方案 */
.plan{width: 100%;position: relative;}
.plantd{width: 100%;position: relative;overflow: hidden;}
.plantd-list{width: 100%;}
.plantd-list ul{margin: -28px 0 0 -28px;}
.plantd-list li{width: calc(33.3333% - 28px);align-items: flex-start;padding: 64px 32px;margin: 28px 0 0 28px;background: #fff;box-shadow: 2px 2px 21px 0 rgba(108,108,108,.08);border: 1px solid #f0f3f8;border-radius: 5px;transition: all .4s ease;}
.plantd-list li .icon{width: 64px;height: 64px;display: flex;align-items: center;justify-content: center;padding: 10px;border-radius: 7px;background: linear-gradient(to bottom,#4f97f4,#125e32);}
.plantd-list li .icon img{max-width: 100%;max-height: 100%;}
.plantd-list li .cont{width: calc(100% - 64px);padding-left: 30px;}
.plantd-list li .cont .title{line-height: 1.1;color: #24374e;font-weight: 700;margin-bottom: 12px;}
.plantd-list li .cont .text{color: #344055;line-height: 26px;}
.plantd-list li .cont .text p{position: relative;margin-top: 3px;padding-left: 18px;}
.plantd-list li .cont .text p:first-child{margin-top: 0;}
.plantd-list li .cont .text p::before{content: "";position: absolute;width: 5px;height: 5px;border-radius: 50%;background: #687992;left: 0;top: 50%;margin-top: -2px;}
.plantd-list li:hover{box-shadow: 2px 2px 21px 0 rgba(108,108,108,.3);}
.planys{width: 100%;position: relative;overflow: hidden;background: #f6f9ff;}
.planys-menu{width: 100%;justify-content: center;}
.planys-menu-link{position: relative;border-bottom: 2px solid #eef1f7;}
.planys-menu-link a{display: block;height: 40px;color: #687992;margin-left: 30px;position: relative;transition: color .4s ease;z-index: 2;}
.planys-menu-link a:first-child{margin-left: 0;}
.planys-menu-link a:hover, .planys-menu-link a.active{color: #125e32;}
.planys-menu-link a::after{content: "";position: absolute;width: 0%;height: 2px;background: #125e32;left: 0;right: 0;margin: 0 auto;bottom: -2px;transition: all .4s ease;}
.planys-menu-link a.active{font-weight: 700;}
.planys-menu-link a.active::after{width: 100%;}
.planys-loop{width: 100%;}
.planys-box{width: 100%;flex-direction: row-reverse;}
.planys-box-info{width: 580px;}
.planys-box-info .items{width: 100%;}
.planys-box-info .items .title{font-weight: 700;color: #24374e;line-height: 1.1;}
.planys-box-info .items .text{color: #687992;margin-top: 10px;}
.planys-box-info .link{width: 100%;}
.planys-box-info .link a:hover{background: #fff;border: 2px solid #125e32;color: #125e32;}
.planys-box-img{width: calc(100% - 580px);padding-left: 40px;text-align: right;}
.planys-box-img img{max-width: 100%;}



/* 方案-合作案例 */
.planGJhz{width: 100%;position: relative;overflow: hidden;}
.planGJhz .contain{width: 1310px;}
.planGJhz-loop{margin: 0% 0 0 -2%;display: flex;flex-wrap: wrap;}
.planGJhz-link{display: block;width: 31.3333%;margin: 2% 0 0 2%;background: #fff;float: left;position: relative;overflow: hidden;}
.planGJhz-link img{width: 100%;height: 100%; object-fit: cover;transition: all .6s ease;}
.planGJhz-link-cont{position: absolute;width: 100%;height: 100%;display: flex;align-items: flex-end;padding: 0 28px 24px;top: 0;left: 0;z-index: 2;background: url('../images/pages/appSd.webp') repeat-x left bottom/auto 50%;}
.planGJhz-link-cont h2{color: #fff;font-size: 18px;line-height: 1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.planGJhz-link:hover img{transform: scale(1.04);}


.planGJhz-loop-outer{width: 100%;padding: 30px 15px;}
.planGJhz-loop-more{width: 100%;display: block;backface-visibility: hidden;perspective: 1000;position: relative;transition: all .2s ease;border-radius: 5px;overflow: hidden;}
.planGJhz-loop-img{width: 100%;height: 220px; border-top-left-radius: 5px;border-top-right-radius: 5px;overflow: hidden;}
.planGJhz-loop-img img{width: 100%;height: 100%; object-fit: cover;transition: all .4s ease;}
.planGJhz-loop-cont{width: 100%;padding: 40px 32px;border: 2px solid #eaebee;border-top: none;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.planGJhz-loop-cont .title{color: #125e32;font-weight: 700;line-height: 1.1;}
.planGJhz-loop-cont .text{color: #344055;}
.planGJhz-loop-more:hover{margin-top: -6px;box-shadow: 0 8px 12px 4px rgba(173, 173, 173, 0.17);}
.planGJhz-loop .swiper-container{padding-bottom: 30px;}

/* 方案-案例列表 -工程 */
.planGCkc{width: 100%;position: relative;overflow: hidden;}
/* .planGCkc .contain{width: 1310px;} */
.planGCkc-loop{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.planGCkc-loop-li{width: 33.333%;} 
.planGCkc-loop-outer{width: 100%;padding: 20px 15px;}
.planGCkc-loop-more{width: 100%;display: block;backface-visibility: hidden;perspective: 1000;position: relative;transition: all .2s ease;border-radius: 5px;overflow: hidden;}
.planGCkc-loop-img{width: 100%;border-top-left-radius: 5px;border-top-right-radius: 5px;overflow: hidden;}
.planGCkc-loop-img img{width: 100%;object-fit: cover;transition: all .4s ease;}
.planGCkc-loop-cont{width: 100%;padding: 40px 32px;border: 2px solid #eaebee;border-top: none;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.planGCkc-loop-cont .title{color: #125e32;font-weight: 700;line-height: 1.1;}
.planGCkc-loop-cont .text{color: #344055;}
.planGCkc-loop-more:hover{margin-top: -6px;box-shadow: 0 8px 12px 4px rgba(173, 173, 173, 0.17);}



/* 应用领域-详情 */
.appxqfa{width: 100%;background: #f7f7f8;padding:80px 0 60px;}
.appxqfa .contain{position: relative;z-index: 2;padding:40px;background: #fff;}
.appxqfa-title{overflow: hidden;width: 100%;border-bottom: 2px solid #f1f1f1;padding-bottom: 30px;display: flex;align-items: flex-end;justify-content: space-between;}
.appxqfa-title h2{font-size: 35px;color: #333;font-weight: 700;float: left;width: calc(100% - 120px);}
.appxqfa-title a{display: block;float: right;font-size: 16px;color: #999;padding-right: 26px;background: url('../images/pages/serxqArr.webp') no-repeat right center;transition: all .4s ease;}
.appxqfa-title a:hover{color: #125e32;background-image: url('../images/pages/serxqArrH.webp');}
.appxqfa-mix{width: 100%;padding-top: 50px;}
.appxqfa-cont{width: 44%;float: left;overflow: hidden;}
.appxqfa-cont h2{font-size: 25px;color: #333;line-height: 1;font-weight: 700;margin-bottom: 20px;}
.appxqfa-cont p{font-size: 15px;color: #666;line-height: 34px;text-align: justify;text-justify: distribute;}
.appxqfa-img{width: 56%;float: right;text-align: center;padding-left: 48px;align-items: flex-end;}
.appxqfa-img img{width: 100%;object-fit: cover;max-height: 100%;}
.appxqfa-cont .scrollBar, .appxqfa-img{height: 390px;}
.scrollBar{width: 100%;}
.mCSB_scrollTools .mCSB_draggerRail{background: #f2f2f2;width: 6px;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background: #125e32;width: 6px;}
.mCSB_container{margin-right: 40px;}
.appxqtw{width: 100%;padding: 60px 0;}
.appxqtw.bg, .appxqcp.bg{background: #f7f7f8;}
.appxqtw-title{width: 100%;}
.appxqtw-title h2{font-size: 24px;color: #333;line-height: 1;font-weight: 700;}
.appxqtw-title p{font-size: 15px;color: #666;line-height: 33px;margin-top: 16px;}
.appxqtw-img{width: 100%;margin-top: 24px;}
.appxqtw-img img{max-width: 100%;}
.appxqcp{width: 100%;padding: 40px 0 60px;}
.appxqcp-title{font-size: 30px;color: #333;font-weight: 700;padding-left: 22px;line-height: 1;border-left: 6px solid #125e32;}

/* 隐私政策 */
.privacy{width: 100%;position: relative;overflow: hidden;}
.privacy-info{width: 100%;border-radius: 5px;background: #fff;box-shadow: 0 0 20px 0 rgba(173, 173, 173, 0.3);padding: 40px;color: #344055;text-align: left;}
.privacy-info *{line-height: inherit;}
.privacy-info img, .privacy-info video{max-width: 100%;height: auto !important;}
.privacy-info h6{color: #125e32;font-weight: 700;}

/* 产品与服务 */
.proban{width: 100%;position: relative;overflow: hidden;background: linear-gradient(to bottom,#f2f4f9,#fff);}
.proban .contain{align-items: center;flex-direction: row-reverse;}
.proban-img{width: 766px;min-height: 480px; display: flex;align-items: center;justify-content: end;}
.proban-img img{max-width: 100%;} 
.proban .sonBan-cont{width: calc(100% - 766px);height: auto;position: relative;display: block;}
.proban .sonBan-cont .text{max-width: 100%;}
.proban .sonBan-cont .link a.sonMore:hover{border: 2px solid #125e32;}
.procj{width: 100%;position: relative;overflow: hidden;background: #f5f7f9;}
.procj-menu{width: 100%;justify-content: center;}
.procj-menu a{display: inline-block;vertical-align: top;width: auto;padding: 0 20px; height: 54px;line-height: 54px;text-align: center;font-size: 17px;color: #333;border-radius: 10px;background: #fff;margin: 10px 10px 0 0;transition: all .4s ease;}
.procj-menu a:first-child{margin-left: 0;}
.procj-menu a:hover, .procj-menu a.active{background: #125e32;color: #fff;}
.procj-menu a::after{content: "";position: absolute;width: 0;height: 2px;background: #125e32;left: 0;right: 0;margin: 0 auto;bottom: 0;transition: all .4s ease;}
.procj-menu a.active::after{width: 100%;}
.procj-loop{width: 100%;}
.pro-ul{display: flex;justify-content: space-between; flex-wrap: wrap;}
.pro-link{display: block;width: 31.3333%;background: #fff;float: left;transition: all .4s ease;padding: 54px 20px 20px;margin-top: 24px;}
.pro-link-title{width: 100%;text-align: center;}
.pro-link-title h2{font-size: 24px;color: #333;font-weight: 700;line-height: 1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.pro-link-title h2 a{transition: all .4s ease;}
.pro-link-title h2 a:hover{color: #125e32;}
.pro-link-title p{font-size: 20px;color: #333;font-weight: 700;line-height: 1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin: 22px 0 36px;}
.pro-link-more{display: flex;align-items: center;justify-content: center;width: 130px;height: 44px;border-radius: 22px;font-size: 14px;color: #444;border: 1px solid #333;margin: 0 auto;transition: all .4s ease;}
.pro-link-more:hover{border: 1px solid #125e32;background: #125e32;color: #fff;}
.pro-link-img{display: flex;width: 100%;height: 250px;align-items: center;justify-content: center;margin-top: 28px;}
.pro-link-img img{max-width: 100%;max-height: 100%;}
.pro-link:hover{box-shadow: 0 4px 20px 6px rgba(0, 0, 0, 0.1);transform: translateY(-4px);}


.procj-loop-mix{width: 100%;align-items: center;justify-content: space-between;}
.procj-loop-image{width: 500px;min-height: 620px; display: flex;align-items: center;justify-content: end;}
.procj-loop-image img{max-width: 100%;}
.procj-loop-info{width: 480px;margin-top: -100px;}
.procj-loop-info .items{width: 100%;margin-top: 28px;}
.procj-loop-info .items:first-child{margin-top: 0;}
.procj-loop-info .items .title{font-weight: 700;color: #0e305e;line-height: 1.1;}
.procj-loop-info .items .text{color: #596677;margin-top: 12px;}
.procj-loop-info .items .tags{width: 100%;margin-top: 10px;}
.procj-loop-info .items .tags span{display: flex;margin: 8px 8px 0 0;align-items: center;justify-content: center;min-width: 104px;height: 42px;border: 1px solid #e7eaee;border-radius: 21px;color: #707681;padding: 0 20px;}
.projg{width: 100%;position: relative;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.projg-bg{width: 100%;height: 200px;object-fit: cover;}
.projg .contain{position: absolute;z-index: 4;left: 0;right: 0;top: 0;bottom: 0;margin: auto;justify-content: space-between;align-items: center;}
.projg .sonTitle{width: auto;text-align: left;}
.projg a.apply{background: transparent;border: 2px solid #fff;width: 124px;height: 42px;}
.projg a.apply:hover{background: #125e32;border: 2px solid #125e32;color: #fff;}


/* == 咨询表单*/
.proPutIn{display: none;position: fixed;z-index: 999999;width: 100%;height: 100%;align-items: center;justify-content: center;top: 0;left: 0;background: rgba(0, 0, 0, 0.8);}
.proPutIn-contain{width: 760px;background: #fff;border-radius: 5px;padding: 50px 44px;position: relative;}
.proPutIn-close{position: absolute;z-index: 4;width: 40px;cursor: pointer;height: 40px;right: 10px;top: 10px;background: url('../images/common/close.svg') no-repeat center/24px auto;transition: all .4s ease;}
.proPutIn-close:hover{transform: rotate(90deg);}
.proPutIn-title{font-weight: 700;line-height: 1.1;color: #0e305e;text-align: center;}
.proPutIn-form{width: 100%;margin-top: 18px;}
.proPutIn-form>ul{justify-content: space-between;}
.proPutIn-form>ul>li{width: calc(50% - 10px);margin-top: 16px;}
.proPutIn-form>ul>li p{font-size: 16px;color: #24374e;}
.proPutIn-form>ul>li p span{color: #e71212;margin-left: 6px;}
.proPutIn-form>ul>li input, .proPutIn-form>ul>li textarea{display: block;width: 100%;border-radius: 3px;background: #f1f4f6;height: 48px;font-size: 16px;color: #24374e;padding: 0 16px;margin-top: 6px;}
.proPutIn-form>ul>li.select{width: 100%;}
.proPutIn-form li.select .customSelect{display: block;width: 100%;position: relative;user-select: none;margin-top: 6px;}
.proPutIn-form li.select .customSelect-name{display: flex;align-items: center;height: 48px;position: relative;border-radius: 3px;padding: 0 16px;font-size: 16px;color: #24374e;cursor: pointer;background: #f1f4f6;}
.proPutIn-form li.select .customSelect-name::after{content: "";position: absolute;width: 16px;height: 12px;right: 20px;top: 50%;margin-top: -6px;background: url('../images/common/arrD.svg') no-repeat center/100% auto;}
.proPutIn-form li.select .customSelect-drop{display: none;position: absolute;z-index: 10;width: 100%;top: 48px;max-height: 220px;overflow-x: hidden;overflow-y: auto;left: 0;background: #f1f4f6;border: 1px solid #dadfe5;cursor: pointer;border-radius: 3px;box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.06);}
.proPutIn-form li.select .customSelect-drop li{padding: 0 16px;height: 44px;position: relative;display: flex;align-items: center;width: 100%;font-size: 16px;color: #24374e;transition: all .4s ease;}
.proPutIn-form li.select .customSelect-drop li::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #f4f8fa;}
.proPutIn-form li.select .customSelect-drop li:last-child::after{display: none;}
.proPutIn-form li.select .customSelect-drop li:hover, .proPutIn-form li.select  .customSelect-drop li.active{background: #dadfe5;color: #125e32;}
.proPutIn-form li.select .customSelect-drop::-webkit-scrollbar {width: 2px;height: 4px;}
.proPutIn-form li.select .customSelect-drop::-webkit-scrollbar-thumb {background: #7a8896;}
.proPutIn-form li.select .customSelect-drop::-webkit-scrollbar-track {background: #fff;}
.proPutIn-form li.select .customSelect-name.noRadius::after{transform: rotate(180deg);}
.proPutIn-form>ul>li.text{width: 100%;}
.proPutIn-form>ul>li textarea{border: none;padding: 8px 16px;min-height: 112px;}
.proPutIn-form>ul>li.more{width: 100%;justify-content: space-between;align-items: flex-end;}
.proPutIn-form>ul>li.more .proPutIn-code{width: 312px;}
.proPutIn-form>ul>li.more .proPutIn-code .code{width: 100%;align-items: center;margin-top: 6px;}
.proPutIn-form>ul>li.more .proPutIn-code .code input{flex: 1;margin: 0;}
.proPutIn-form>ul>li.more .proPutIn-code .code span{display: flex;align-items: center;height: 48px;margin-left: 10px;max-width: 136px;cursor: pointer;user-select: none;}
.proPutIn-form>ul>li.more .proPutIn-code .code span img, .proPutIn-form>ul>li.more .proPutIn-code .code span canvas{max-width: 100%;max-height: 100%;}
.proPutIn-form>ul>li button{width: 148px;height: 48px;border-radius: 3px;background: #125e32;font-size: 16px;color: #fff;cursor: pointer;font-weight: 700;transition: all .4s ease;}
.proPutIn-form>ul>li button:hover{box-shadow: 0 2px 20px 0 rgba(2, 99, 224, .4);}


/* 产品中心-详情 */
.proxqxt.bg, .proxqtf.bg, .proxqgn.bg, .proxqzb.bg, .proxqal.bg{background: #f7f7f8;}
.proxq-title{width: 100%;}
.proxq-title h2{font-size: 32px;color: #222;font-weight: 700;}
.proxqxt{width: 100%;padding: 88px 0;}
.proxqxt-mix{width: 49.6%;float: left;padding-right: 38px;}
.proxqxt-mix .scrollBar{height: 424px;}
.proxqxt-cont{width: 100%;margin-top: 24px;overflow-y: auto;height: 380px;padding-right: 20px;}
.proxqxt-cont p{font-size: 17px;color: #222;line-height: 33px;}
.proxqxt-cont p b{font-weight: 700;color: #125e32;}
.proxqxt-cont p br{content: "";display: block;height: 30px;}
.proxqxt-mix .mCSB_scrollTools .mCSB_draggerRail {background: #f2f2f2;}
.proxqxt-loop{width: 50.4%;float: right;}
.proxqxt-loop img{width: 100%;object-fit: cover;}
.proxqxt-loop .swiper-pagination{bottom: 18px;}
.proxqxt-loop .swiper-pagination-bullet {width: 44px;border-radius: 4px;background: #fff;opacity: .3;}
.proxqxt-loop .swiper-pagination-bullet-active {opacity: 1;background: #fff;}
.proxqtf{width: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;padding: 60px 0 68px;}
.proxqtf .proxq-title h2{color: #fff;text-align: center;}
.proxqtd{width: 100%;}
.proxqtd-cont{width: 100%;margin-top: 36px;border-radius: 20px;background: rgba(255, 255, 255, 0.7);padding: 40px 24px 40px 40px;}
.proxqtd-cont .scrollBar{height: 230px;overflow-y: auto;padding-right: 20px;}
.proxqtd-cont .mCSB_scrollTools .mCSB_draggerRail {background: #fff;}
.proxqtd-cont-li{width: 100%;margin-top: 10px;position: relative;padding-left: 50px;}
.proxqtd-cont-li:first-child{margin-top: 0;}
.proxqtd-cont-li span{position: absolute;width: 30px;height: 30px;text-align: center;line-height: 30px;border-radius: 50%;background: #125e32;color: #fff;font-size: 16px;font-weight: 700;left: 0;top: 0;opacity: 0.5;}
.proxqtd-cont-li p{font-size: 18px;color: #222;line-height: 30px;}
.proxqfx{width: 100%;margin-top: 60px;}
.proxqfx-loop{width: 100%;margin-top: 36px;border-radius: 20px;background: rgba(255, 255, 255, 0.7);padding: 60px 55px;position: relative;}
.proxqfx-cont{width: calc(100% - 2px);padding: 36px 16px 24px;border: 2px solid #125e32;min-height: 194px;margin: 0 auto;transition: all .4s ease;text-align:center}
.proxqfx-cont h2{font-size: 17px;color: #222;font-weight: 700;transition: all .4s ease;}
.proxqfx-cont p{font-size: 15px;margin-top: 12px;color: #aaa;line-height: 25px;text-transform: uppercase;font-family:'BERNHC';transition: all .4s ease;}
.proxqfx-prev, .proxqfx-next{position: absolute;width: 55px;height: 54px;background: url('../images/common/arrL.svg') no-repeat center;top: 50%;margin-top: -27px;cursor: pointer;transition: all .4s ease;}
.proxqfx-prev{left: 0;}
.proxqfx-next{right: 0;transform: rotate(180deg);}
.proxqfx-prev:hover, .proxqfx-next:hover{background-image: url('../images/common/arrLH.svg');}
.proxqfx-cont:hover{background: #fff;}
.proxqfx-cont:hover h2, .proxqfx-cont:hover p{color: #125e32;}
.proxqgn{width: 100%;padding: 50px 0 60px;}
.proxqgn .proxq-title h2{text-align: center;}
.proxqgn-cont{width: 100%;background: #fff;margin-top: 32px;border-radius: 20px;padding: 38px 32px;}
.proxqgn-cont p{font-size: 16px;color: #333;line-height: 30px;}
.proxqzb{width: 100%;padding: 70px 0 80px;}
.proxqzb .proxq-title h2{text-align: center;}
.proxqzb-table{width: 100%;margin-top: 32px;}
.proxqzb-table img{max-width: 100%;margin: 0 auto;}
.proxqzb-table img.p{display: block;}
.proxqzb-table img.m{display: none;}
.proxqal{width: 100%;padding: 40px 0 60px;}
.proxqal .ser-list{margin-top: 36px;}
.proxqal .ser-link{width: 31.3333%;}
.proxqal .ser-link-cont {padding: 26px 22px 24px;}
.ser-list{width: 100%;}
.ser-ul{margin: -2% 0 0 -2%;display: flex;flex-wrap: wrap;}
.ser-link{display: block;width: 48%;margin: 2% 0 0 2%;background: #fff;float: left;}
.ser-link-img{width: 100%;overflow: hidden;}
.ser-link-img img{width: 100%;object-fit: cover;transition: all .6s ease;}
.ser-link-cont{width: 100%;padding: 36px 40px 24px;}
.ser-link-cont h2{font-size: 22px;color: #222;transition: all .4s ease;font-weight: 700;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.ser-link-cont p{font-size: 15px;margin: 16px 0 12px;color: #555;line-height: 30px;height: 90px;overflow: hidden;-webkit-line-clamp: 3;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.ser-link-see{display: flex;align-items: center;justify-content: center;width: 84px;height: 42px;border-radius: 21px;transition: background .4s ease;transition: width .4s ease;}
.ser-link-see span{font-size: 15px;color: #125e32;transition: all .4s ease;}
.ser-link:hover .ser-link-img img{transform: scale(1.04);}
.ser-link:hover .ser-link-cont h2{color: #125e32;}
.ser-link:hover .ser-link-see{width: 120px;background: #125e32;}
.ser-link:hover .ser-link-see span{color: #fff;}


.proxqtj{width: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;padding: 70px 0 60px;}
.proxqtj-header{display: flex;justify-content: space-between;align-items: center;margin-bottom: 32px;}
.proxqtj-header .appxqcp-title {color: #fff;border-color: #fff;}
.proxqtj-btn{font-size: 0;text-align: center;}
.proxqtj-btn a{display: inline-block;vertical-align: middle;width: 268px;height: 48px;line-height: 48px;border-radius: 32px;background: #fff;margin: 0 20px;transition: background .4s ease;}
.proxqtj-btn a:first-child{margin-left: 0;}
.proxqtj-btn a:last-child{margin-right: 0;}
.proxqtj-btn a span{display: inline-block;font-size: 18px;color: #125e32;background-repeat: no-repeat;background-position: left center;transition: all .4s ease;}
.proxqtj-btn a:hover{background: #125e32;}
.proxqtj-btn a:hover span{color: #fff;}



/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .sonBan .image {height: 360px;}
    .sonMenu a {margin-left: 60px;}
    .news-bar-img {width: 680px;}
    .news-bar-cont {width: calc(100% - 680px);padding: 20px 36px;}
    .news-bar-cont .time p {margin: 10px 0 0 8px;height: 32px;}
    .news-bar-cont .time h6 {padding: 0 6px 10px;}
    .news-bar-cont .title {margin-top: 14px;}
    .news-bar-cont .text {margin-top: 12px;}
    .news-bar-cont .link {margin-top: 20px;}
    .news-bar-cont .link a {height: 38px;border-radius: 19px;}
    .news-ul {margin: -38px 0 0 -30px;}
    .news-items {width: calc(33.3333% - 30px);margin: 38px 0 0 30px;}
    .news-items .cont {padding: 28px 24px;}
    .newsxq-cont {padding-right: 0px;}
    .apply-box {padding: 50px 36px;}
    .relwm-map {width: 530px;}
    .relwm-list {width: calc(100% - 530px);padding-right: 30px;}
    .relwm-items-info li .cont {padding-left: 16px;}
    .relwm-items-info li {margin-top: 16px;}
    .relwm-map-info .place.place-shanghai{right: 11%;top: 48%;}
    .relwm-map-info .place.place-shenzhen{right: 21%;top: 73%;}
    .relwm-map-info .place.place-xianggang{right: 14%;top: 81%;}
    .relly-form {padding: 40px 40px 60px;}
    .relly-form ul {margin-top: -24px;}
    .relly-form li {margin-top: 24px;}
    .relly-form li.code .relly-more .info {width: 690px;}
    .relwm-items {margin-top: 32px;}
    
    .abojj-head-btn a{width: 170px;}
    .abojj-number li {height: 150px;padding-left: 40px;}
    .abolc-head-num a {margin-left: 40px;}
    .abowh-loop-info {padding: 0 66px;}
    .abowh-loop-info .cont {width: 540px;padding: 60px 42px;}
    .abozz .contain {width: 1100px;}
    .abozz-link {padding: 24px;}
    .abozz-link .image {height: 284px;}
    .abozz-link .text {margin-top: 20px;}
    .abozz-loop .swiper-container {padding: 36px 10px 48px;}
    .abozz-btn.prev{left: -44px;}
    .abozz-btn.next{right: -44px;}
    .abojj-head-info {padding: 0 50px;}
    .abowh-menu a {margin-left: 60px;}
    .plantd-list ul {margin: -20px 0 0 -20px;}
    .plantd-list li {width: calc(33.3333% - 20px);padding: 36px 18px;margin: 20px 0 0 20px;}
    .plantd-list li .icon {width: 54px;height: 54px;padding: 10px;border-radius: 6px;}
    .plantd-list li .cont {width: calc(100% - 54px);padding-left: 16px;}
    .plantd-list li .cont .text p {padding-left: 12px;}

    .planGJhz .contain {width: 1110px;}
    .planGJhz-loop-cont {padding: 32px 24px;}
   
    .proban-img {width: 620px;}
    .proban .sonBan-cont {width: calc(100% - 620px);}
    .procj-menu a {margin-left: 60px;}
    .proPutIn-contain {width: 720px;padding: 40px;}
    .proPutIn-form>ul>li {margin-top: 12px;}
    .proPutIn-form>ul>li input, .proPutIn-form>ul>li textarea {height: 44px;padding: 0 12px;}
    .proPutIn-form li.select .customSelect-name {height: 44px;padding: 0 12px;}
    .proPutIn-form li.select .customSelect-name::after{right: 12px;}
    .proPutIn-form li.select .customSelect-drop{top: 44px;max-height: 200px;}
    .proPutIn-form li.select .customSelect-drop li {padding: 0 12px;height: 40px;}
    .proPutIn-form>ul>li.more .proPutIn-code .code span {height: 44px;margin-left: 8px;max-width: 124px;}
    .proPutIn-form>ul>li button {width: 140px;height: 44px;}
    .proPutIn-close {right: 6px;top: 6px;background-size: 20px auto;}

    .projg-bg {height: 188px;}

    .appxqfa-title h2{font-size: 32px;}
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .sonBan .image {height: 320px;}
    .sonMenu a {margin-left: 20px;height: 50px;}
    .news-bar-img{width: 100%;}
    .news-bar-cont {width: 100%;padding: 28px 30px;}
    .news-items {width: calc(50% - 30px);}
    .news-bar-cont .time p {margin: 6px 0 0 6px;height: 30px;}
    .newsxq-about {width: 220px;}
    .newsxq-about-title {padding-bottom: 20px;}
    .newsxq-about-link {padding: 16px 0;}
    .newsxq-about-link .title {margin-top: 8px;}
    /* .newsxq-cont {width: calc(100% - 220px);padding-right: 40px;} */
    .newsxq-btn {padding: 26px 0;}
    .newsxq-top-tags p {margin-left: 24px;}
    .apply-box {padding: 32px 24px;}
    .relwm-list {width: 100%;padding-right: 0;}
    .relwm-map{margin: 36px auto 0;}
    .relly-form {padding: 28px 28px 40px;}
    .relly-form ul {margin-top: -18px;}
    .relly-form li {width: calc(50% - 12px);margin-top: 18px;}
    .relly-form li.code .relly-more .info {width: 560px;}
   
    .abojj-head-info {padding: 0;}
    .abojj-head-btn a {width: 144px;margin-left: 16px;}
    .abojj-number li {height: 130px;padding-left: 32px;}
    .abolc-loop-info .items {margin-top: 18px;}
    .abolc-loop-info .items li {margin-top: 14px;}
    .abolc-head-num a {margin-left: 20px;}
    .abolc-head-num a i::after{width: 55px;}
    .abowh-menu a {margin-left: 68px;}
    .abowh-loop-info {padding: 0 44px;}
    .abowh-loop-info .cont {width: 500px;padding: 38px 34px;}
    .abozz .contain{width: 900px;}
    .swiperPaging .swiper-pagination-bullet {margin: 0 7px !important;}
    .abozz-btn.prev{left: -32px;}
    .abozz-btn.next{right: -32px;}
    .plantd-list li{justify-content: center;}
    .plantd-list li .cont{width: 100%;margin-top: 20px;padding: 0;}
    .plantd-list li .cont .title{margin-bottom: 10px;}
    .planys-box-info {width: 480px;}
    .planys-box-img {width: calc(100% - 480px);}

    .planGJhz .contain {width: 910px;}
   
    .proban-img {width: 500px;}
    .proban .sonBan-cont {width: calc(100% - 500px);}
    .procj-menu a {margin-left: 44px;}
    .procj-loop-image {width: 400px;}
    .procj-loop-info {width: 410px;margin-top: -60px;}
    .procj-loop-info .items .tags span{height: 38px;}
    .projg-bg {height: 168px;}
    .appxqfa-title h2{font-size: 28px;}

}

@media all and (max-width:1151px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .sonBan .image {height: 280px;}
    .sonMenu a {margin-left: 12px;font-size: 13px;}
    .news-list{padding-top: 50px;}
    .news-ul {margin: -28px 0 0 -20px;}
    .news-items {width: calc(50% - 20px);margin: 28px 0 0 20px;}
    .newsxq-cont {width: 100%;padding-right: 0;}
    .newsxq-about{width: 100%;margin-top: 40px;}
    .apply-hint{display: block;margin-top: 24px;}
    .apply-table{margin-top: 8px;overflow-x: auto;}
    .apply-table table{width: 1000px;}
    .relly-form li.code .relly-more .info {width: 460px;}
    .relly-form li.code .relly-more .info span {margin-left: 16px;}
    
    .abojj-number li{width: 50%;}
    .abojj-number li:nth-child(4), .abojj-number li:nth-child(5){background: #fff;}
    .abojj-number li:nth-child(2), .abojj-number li:nth-child(3), .abojj-number li:nth-child(6), .abojj-number li:nth-child(7) {background: #f3f6fa;}
    .abolc-head-num a {margin-left: 12px;}
    .abolc-head-num a i::after {width: 40px;}
    .abowh-menu a {margin-left: 50px;}
    .abowh-loop-box img{min-height: 340px;}
    .abozz .contain {width: calc(92% + 20px);}
    .abozz-loop .swiper-container {padding: 32px 10px 40px;}
    .abozz-btn{display: none;}
    .plantd-list ul {margin: -20px 0 0;}
    .plantd-list li {width: 100%;padding: 30px 18px;margin: 20px 0 0;}
    .planys-menu-link a {height: 34px;margin-left: 24px;}
    .planys-box-info {width: 360px;}
    .planys-box-img {width: calc(100% - 360px);padding-left: 32px;}
    .planGJhz .contain {width: calc(92% + 30px);}
    .privacy-info{padding: 30px;}

    .procj-loop-info {width: 350px;margin-top: -40px;}
    .procj-loop-image{width: calc(100% - 350px);padding-right: 40px;}
    .procj-loop-info .items .tags span {margin: 6px 6px 0 0;min-width: 92px;height: 36px;padding: 0 16px;}
    .procj-loop-info .items {margin-top: 20px;}
    .procj-menu a {margin-left: 32px;}

    .appxqfa-title h2{font-size: 24px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .sonBan .image {height: 240px;}
    .sonMenu{overflow-x: auto;}
    .sonMenu-scroll{min-width: 100%;justify-content: flex-start;}
    .sonMenu a {margin: 0 13px !important;height: 42px;white-space: nowrap;padding: 0;}
    .news-bar-cont {padding: 24px 15px;}
    .news-bar-cont .title {margin-top: 10px;}
    .news-bar-cont .time p {margin: 4px 0 0 6px;height: 30px;}
    .news-bar-cont .text {margin-top: 8px;}
    .news-bar-cont .link {margin-top: 16px;}
    .news-bar-cont .link a {width: 100px;height: 34px;border-radius: 17px;}
    .news-list {padding-top: 32px;}
    .news-ul {margin: -20px 0 0;}
    .news-items {width: 100%;margin: 20px 0 0;}
    .news-items .title {margin: 10px 0 6px;}
    .news-items .cont {padding: 24px 15px;}
    .newsxq-top-tags p {margin-left: 16px;}
    .newsxq-top-tags {margin-top: 12px;}
    .newsxq-about {margin-top: 28px;}
    .newsxq-about-link .title {margin-top: 6px;line-height: 20px;max-height: 40px;font-size: 14px;}
    .newsxq-btn {padding: 18px 0;}
    .newsxq-btn a{width: 100%;margin-top: 4px;}
    .newsxq-btn a:first-child{margin-top: 0;}
    .newsxq-about-title {padding-bottom: 18px;}
    .apply-box {padding: 28px 15px;}
    .apply-head .title{width: 100%;}
    .apply-head .search{width: 100%;margin-top: 10px;}
    .apply-head .search input{width: 100%;padding: 0 46px 0 12px;}
    .apply-table th, .apply-table td{height: 48px;}
    .relwm-items-name span {margin-right: 6px;}
    .relwm-items-info li {width: 100% !important;margin-top: 8px;}
    .relwm-items {margin-top: 20px;}
    .relwm-map {width: 320px;margin-top: 24px;}
    .relwm-map-info .place span {font-size: 16px;}
    .relwm-map-info .place.place-shanghai{right: 9%;top: 44%;}
    .relwm-map-info .place.place-shenzhen{right: 12%;top: 69%;}
    .relwm-map-info .place.place-xianggang{right: 7%;top: 80%;}
    .relly-form {padding: 24px 15px 30px;}
    .relly-form ul {margin-top: -12px;}
    .relly-form li {width: 100%;margin-top: 12px;}
    .relly-form li input, .relly-form li textarea {height: 44px;margin-top: 8px;padding: 0 14px;}
    .relly-form li textarea {padding: 10px 14px;height: 120px;}
    .relly-form li.code .relly-more .info span {width: 100px;margin-left: 12px;height: 44px;}
    .relly-form li.code .relly-more .info input {width: calc(100% - 112px);}
    .relly-form li.code .relly-more button {width: 100%;height: 44px;margin-top: 14px;}
   
    .abojj-head-btn a {width: 116px;margin-left: 12px;height: 34px;border-radius: 18px;}
    .abojj-number li {height: 88px;padding-left: 0;align-items: center;}
    .abojj-number li .num span {margin-right: 6px;}
    .abojj-number li .text {margin-top: 2px;font-size: 14px;}
    .abolc-head-num {width: 100%;overflow-y: auto;}
    .abolc-head-num a i {width: 16px;height: 16px;margin-top: 6px;}
    .abolc-head-num a {margin-left: 10px;width: 44px;}
    .abolc-head-num a i::after {width: 38px;left: 16px;}
    .abolc-loop-info .year{padding-bottom: 8px;}
    .abolc-loop-info .items {margin-top: 10px;}
    .abolc-loop-info .items li {margin-top: 8px;}
    .abowh-menu a {margin-left: 0;width: 50%;margin-bottom: 12px;}
    .abowh-menu a .name {padding: 8px 0 4px;font-size: 12px;}
    .abowh-menu a .icon {width: 50px;height: 50px;}
    .abowh-menu a .icon img{max-width: 26px;max-height: 26px;}
    .abowh-loop-info {padding: 0 4%;}
    .abowh-loop-info .cont{width: 100%;padding: 20px 16px;}
    .abowh-loop-info .text{font-size: 12px;line-height: 20px;margin-top: 6px;}
    .abozz-link {padding: 18px;}
    .abozz-link .image {height: 240px;}
    .abozz-link .text {margin-top: 18px;}
    .abozz-loop .swiper-container {padding: 28px 10px 36px;}
    .swiperPaging .swiper-pagination-bullet {width: 8px;height: 8px;margin: 0 6px !important;}
    .abowh-loop{margin-top: 20px;}
    .plantd-list ul {margin: -14px 0 0;}
    .plantd-list li {padding: 24px 16px;margin: 14px 0 0;}
    .planys-menu-link a{width: 50%;margin: 0;text-align: center;height: 30px;}
    .planys-menu-link a::after{display: none;}
    .planys-box{flex-direction: row;}
    .planys-box-img{width: 100%;text-align: center;}
    .planys-box-img img{max-height: 200px;}
    .planys-box-info .items .text {margin-top: 6px;}
    a.sonMore {height: 36px;}

    .planys-box-info .items:first-child{margin-top: 20px;}
    .sonBan-cont .text {margin-top: 8px;max-width: 550px;font-size: 15px;line-height: 23px;}
    .sonBan-cont .link {margin-top: 16px;}
    .planGJhz-link{width: 100%;}
    .planGJhz .contain {width: 100%;}
    .planGJhz .indTitle{padding: 0 4%;}
    .planGJhz-loop{margin-top: 0;}
    .planGJhz-loop-more{margin-top: 0 !important;box-shadow: 0 8px 12px 4px rgba(173, 173, 173, 0.17);}
    .planGJhz-loop-outer {padding: 28px 4%;}
    .planGJhz-loop .swiper-container{padding-bottom: 8px;}
    .planGJhz-loop-cont {padding: 24px 15px;}
    .privacy-info{padding: 24px 15px;}
   
    .proban .contain{flex-direction: row;}
    .proban-img{width: 100%;min-height: 268px;justify-content: center;}
    .proban .sonBan-cont{width: 100%;margin-top: 20px;}
    .procj-menu{font-size: 14px;justify-content: unset;}
    .procj-menu a {margin-left: 12px;padding: 0 12px;font-size: 15px;}
    .procj-loop-image{width: 100%;padding: 0;}
    .procj-loop-image img{max-height: 240px;}
    .procj-loop{padding: 20px 0 36px;}
    .pro-link{width: 100%;}
    .procj-loop-info {width: 100%;margin-top: 0;}
    .procj-loop-info .items .text {margin-top: 8px;}
    .procj-loop-info .items {margin-top: 16px;}
    .procj-loop-info .items .tags {font-size: 14px;margin-top: 6px;}
    .procj-loop-info .items .tags span {margin: 6px 6px 0 0;min-width: 84px;height: 32px;padding: 0 14px;}
    .projg .sonTitle{width: 100%;text-align: center;}
    .projg a.apply {width: 108px;height: 36px;margin: 16px auto 0;}
    .projg .contain{flex-direction: column;justify-content: center;}
    .projg-bg {height: 200px;}
    .proxqxt-loop{width: 100%;float: unset;}
    .proxqxt-loop img{height: 180px;}
     .proxqxt-mix{width: 100%;float: unset;padding-right: 0;margin-top: 12px;}
     .proxqxt-mix .scrollBar{height: auto;}
     .proxqxt-cont{padding-right: 0;height: auto;margin-top: 6px;}
    .proxqxt{padding: 40px 0 40px;}
    .proxq-title h2{font-size: 16px;}
    .appxqcp-title{font-size: 18px;}
    .ser-ul{margin: 0;}
    .proxqal .ser-link{width: 100%;}
     .proxqtj-btn a{width: 168px;height: 38px;line-height: 38px;}
     .proxqtj-btn a span{font-size: 14px;}
     .appxqfa .contain{padding: 0 20px;}
      .appxqfa-title{padding: 20px 0;flex-direction: column-reverse;}
      .appxqfa-title h2{font-size: 18px;width: 100%;}
     .appxqfa-cont{width: 100%;float: unset;}
     .appxqfa-img{width: 100%;float: unset;padding-left: 0;}
     .pro-ul{margin: 0;}

    .proPutIn-contain {width: 92%;padding: 24px 15px;}
    .proPutIn-close {right: 0;top: 0;background-size: 18px auto;}
    .proPutIn-form>ul>li{width: 100%;margin-top: 8px;}
    .proPutIn-form>ul>li p {font-size: 12px;}
    .proPutIn-form>ul>li input, .proPutIn-form>ul>li textarea {height: 34px;font-size: 14px;margin-top: 2px;}
    .proPutIn-form li.select .customSelect-name {height: 34px;font-size: 14px;}
    .proPutIn-form li.select .customSelect {margin-top: 2px;}
    .proPutIn-form {margin-top: 8px;}
    .proPutIn-form li.select .customSelect-name::after{width: 12px;}
    .proPutIn-form li.select .customSelect-drop {top: 34px;max-height: 160px;}
    .proPutIn-form li.select .customSelect-drop li{height: 32px;font-size: 14px;}
    .proPutIn-form>ul>li textarea{min-height: 80px;}
    .proPutIn-form>ul>li.more .proPutIn-code .code span {height: 34px;margin-left: 8px;max-width: 100px;}
    .proPutIn-form>ul>li button{width: 100%;height: 36px;margin-top: 8px;font-size: 14px;}
}