
/* =====================内页样式======================== */
/* 视频弹窗 */
.popVideo{display: none;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;padding: 34px 34px 0;opacity: 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('../image/closeW.svg') no-repeat center/24px auto;cursor: pointer;opacity: .7;transition: all .6s ease;}
.popVideo-close:hover{opacity: 1;}
.popVideo.active{display: flex;}
.popVideo.active .popVideo-items{animation: popVideRun 1s ease both .4s;}
@keyframes popVideRun {0%{opacity: 0;transform: translateY(-200px);}100%{opacity: 1;transform: translateY(0);}}
@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%;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: 38px;height: 38px;line-height: 36px;border: 1px solid #e1e1e1;margin: 4px;font-size: 14px;color: #555;transition: all .4s ease;border-radius: 3px;background-color: #fff;}
.paging-menu a:first-child, .paging-menu a:last-child{width: 68px;}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{border-color: #f59002;background-color: #f59002;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: #f59002;}
.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: #f59002;color: #fff;border-color: #f59002;}
.paging-hint span{color: #f59002;}
@media all and (max-width:1000px) {.paging-menu a{margin: 4px 2px;}.paging-skip{width: 100%;margin-left: 0;}.paging-menu a:first-child, .paging-menu a:last-child{width: 54px;}}
/* 搜索页面 */
.search{width: 100%;}
.search-info{width: 100%;line-height: 1.1;color: #333;font-weight: 700;}
.search-info span{color: #4484ce;}
.search-list{width: 100%;}
.search-link{display: block;width: 100%;border-bottom: 1px solid #f0f0f2;}
.search-link h2{color: #333;line-height: 1.1;transition: all .4s ease;}
.search-link p{width: 100%;color: #666;}
.search-link .highlightRow span{color: #4484ce !important;}
.search-link:hover h2{color: #4484ce;}
@media all and (max-width:1000px) {.search-link{padding: 22px 0;}.search-list{margin-top: 10px;}}
/* 公共样式 👇*/
/* banner */
.pagesBan{position: relative;overflow: hidden;}
.pagesBan-img{position: relative;}
.pagesBan-img img{min-height: 320px;}
.pagesBan-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;}
.pagesBan .contain{color: #fff;height: 100%;flex-direction: column; justify-content: center;font-weight: 700;position: relative;}
.pagesBan .title-en{font-family: "Arial"; text-transform: uppercase;position: absolute;width: auto;opacity: .3; display: flex;left: 0;top: 35%;background:-webkit-linear-gradient(top,#fff 0%,rgba(255,255,255,.3) 60%,transparent 100%);-webkit-background-clip:text; -webkit-text-fill-color:transparent; }
.greyBg{background: #f3f3f3;}
/* 二级导航 */
.pagesNav{border-bottom: 1px solid #e3e3e3;}
.pagesNav .contain{justify-content: space-between;}
.pagesNav-items a{transition: all .4s ease; display: block;height: 60px;width: auto;margin-left: 55px;line-height: 60px;color: #333;position: relative;}
.pagesNav-items a:first-child{margin-left: 0;}
.pagesNav-items a::after{opacity: 0;transition: all .4s ease; content: "";position: absolute;bottom: -1px;left: 0;width: 100%;height: 3px;background: #4484ce;}
.pagesNav-items a.active{color: #4484ce;}
.pagesNav-items a.active::after{opacity: 1;}
.pagesNav-items a:hover{color: #4484ce;}
.pagesNav-bread a{line-height: 60px;color: #777;transition: all .4s ease;}
.pagesNav-bread a::before{content: "";display: inline-block;width: 6px;height: 8px;background: url('../image/pagesNav-bread.png') no-repeat center/100% auto;margin: 0 15px;}
.pagesNav-bread a:first-child::before{content: "";display: none;}
.pagesNav-bread a:hover{color: #4484ce;}
/* 标题 */
.pages-title{text-align: center;font-weight: 700; position: relative;}
.pages-title::after{content: "";position: absolute;bottom: -12px;left: 50%;transform: translateX(-50%);width: 32px;height: 3px;background: #f59002;}
.pages-title .title{color: #333;position: absolute;left: 50%;transform: translateX(-50%);top: 20px;}
.pages-title .title-en{text-transform: uppercase;opacity: .3; background:-webkit-linear-gradient(top,rgba(0,0,0,.5) 0%,rgba(0,0,0,.2) 40%,transparent 100%);-webkit-background-clip:text; -webkit-text-fill-color:transparent; }
/* 关于天溯 */
.ab-num-text{text-align: center;}
.ab-num-text h6{color: #333;font-weight: 700;}
.ab-num-text p{line-height: initial;}
.ab-num-list ul{justify-content: center;}
.ab-num-list li{color: #333; width: 240px;align-items: center;flex-direction: column; border-right: 1px solid #e9e9e9}
.ab-num-list li:first-child{border-left: 1px solid #e9e9e9;}
.ab-num-list img{height: 50px;}
.ab-num-list .num{align-items: baseline;position: relative;}
.ab-num-list .num::after{content: "+";width: 9px;font-size: 18px; height: 9px;position: absolute;top: 13px;right: 4px;}
.ab-num-list .num span{font-weight: 700;margin-right: 5px;}
.ab-honor{background-color: #f5f5f5;}
.abHonor-tab{justify-content: center;}
.abHonor-tab .tab{cursor: pointer; width: 135px;height: 55px;text-align: center;line-height: 55px;border: 1px solid #404f54;margin-left: 20px;transition: all .4s ease;}
.abHonor-tab .tab:first-child{margin-left: 0;}
.abHonor-tab .tab.active{background: #f59002;color: #fff;border-color: #f59002;}
.abHonor-tab .tab:hover{border-color: #f59002;color: #f59002;}
.abHonor-swp{padding: 0 0 80px 310px;background: url('../image/abHonor-mouse-bg.png') no-repeat left bottom/100% auto;}
.abHonor-swp .slide-item{cursor: pointer; padding: 5px; border: 5px solid transparent;border-image: linear-gradient(to right,#73666d,#2a1e23) 30 30; position: relative;}
.abHonor-swp .slide-item img{width: 100%;}
.abHonor-swp .slide-item::after{content: "";width: 50px;height: 50px;background: #f59002 url('../image/slideAdd.png') no-repeat center/20px;position: absolute;left: 0;top:0;right: 0;
bottom: 0;border-radius: 100%;margin: auto;transform: scale(0);opacity: 0;transition: all .4s ease;}
.abHonor-swp .slide-item:hover::after{opacity: 1;transform: scale(1);}
.abHonor-swp a{display: block;width: 100%;position: relative;}
.abHonor-mouse{width: 100%;height: 60px;}
.abHonor-mouse .contain{align-items: center;}
.abHonor-mouse i {background: url('../image/mouse.png') no-repeat center/100%;width: 18px;height: 26px;margin-right: 10px;}
.abPdf-con .contain{justify-content: space-between;}
.abPdf-item{width: 48%;position: relative;}
.abPdf-item:hover .abPdf-item-img img{transform: scale(1.1);}
.abPdf-item-img{width: 60%;overflow: hidden;}
.abPdf-item-img img{transition: all .4s ease;}
.abPdf-item-text{transition: all .4s ease; display: flex;flex-direction: column;justify-content: center; color: #fff;position: absolute;right: 0;top: 50%;transform: translateY(-50%); width: 67%;background: #4484ce;padding: 50px;overflow: hidden;}
.abPdf-item-text::after{content: "";width: 90px;height: 110px;position: absolute;top: 50%;right: 0;transform: translate(35%,-50%);background: url('../image/ab-pdf-bg.png') no-repeat left top/100% auto;}
.abPdf-item-text img{width: 50px;}
.abPdf-item-down{transition: all .4s ease; display: flex; width: 100px;height: 30px;border: 2px solid #fff;align-items: center;justify-content: center;}
.abPdf-item-down i{transition: all .4s ease; display: inline-block;height: 15px; width: 14px;background: url('../image/ab-pdf-down.png') no-repeat center/100%;margin-right: 5px;}
.abPdf-item-down:hover{color: #4484ce;background-color: #fff;}
.abPdf-item-down:hover i{background-image: url('../image/about-btnH.png');}
.abBz{background: #f5f5f5;}
.abBz-con-img,.abBz-con-list{width: 50%;}
.abBz-con-img img{width: 100%;height: 100%;}
.abBz-con-list{padding: 60px 50px;background: #fff;display: flex;align-items: center;justify-content: center;}
.abBz-con-list ul{justify-content: space-between;}
.abBz-con-list li{cursor: pointer;transition: all .4s ease; font-size: 15px;background: #f5f5f5;width: 48%;padding: 20px;position: relative;margin-top: 30px;}
.abBz-con-list li:nth-child(-n+2){margin-top: 0;}
.abBz-con-list li::after{content: "";transition: all .4s ease; position: absolute;top: 50%;left: 15px;transform: translateY(-50%);width: 4px;height: 4px;background: #f59002;}
.abBz-con-list li:hover{background: #f59002;color: #fff;}
.abBz-con-list li:hover::after{background: #fff;}
/* 大客户案例 */
.customer,.case{background: #f8f8f8;}
.cus-list ul{margin: -30px 0 0 -2%;}
.cus-list a{width: 23%;margin:30px 0 0 2%;}
.cus-list-img{overflow: hidden;}
.cus-list-img img{width: 100%;transition: all .4s ease;}
.cus-list-con{padding: 40px 50px 50px 35px;background: #fff;box-shadow: 2.487px -1.678px 15px 0px rgba(170, 170, 170, 0.1);}
.cus-list-con .title{color: #333;}
.cus-list-con .text{color: #999;transition: all .4s ease;}
.cus-list a:hover .cus-list-con .text{color: #4484ce;}
.cus-list a:hover .cus-list-img img{transform: scale(1.08);}
/* 合作客户 */
.case-swp{position: relative;}
/* .case-swp ul{justify-content: space-between;} */
.case-swp li{width: 20%;height: 150px; background: #fff;border: 1px solid rgba(228, 228, 228, .65);align-items: center;justify-content: center;transition: all .4s ease;}
.case-swp li img{max-width: 70%;}
.case-swp li:hover{border-color: #fff; box-shadow: 5.248px 2.909px 21px 0px rgba(67, 67, 67, 0.15);z-index: 10;}
.case-pagination{position: absolute;left: 50%;bottom: -40px;transform: translateX(-50%);}
.case-pagination .swiper-pagination-bullet{width: 40px;height: 2px;background: #e0e0e0;margin-left: 20px;opacity: 1;position: relative;}
.case-pagination .swiper-pagination-bullet::after{content: "";position: absolute;left: 0;top: 0;width: 0;height: 100%;opacity: 1;background: #4484ce;}
.case-pagination .swiper-pagination-bullet:first-child{margin-left: 0;}
.case-pagination .swiper-pagination-bullet.active::after{opacity: 1; width: 100%;transition: width 3s linear ,opacity .2s linear;}
/* 大客户案例详情、新闻详情 */
.public-det .contain,.news .contain{justify-content: space-between;align-items: flex-start;}
.publicDet-file{width: 69%;background: #fff;padding: 60px 60px 100px;}
.publicDet-list{width: 26%;}
.publicDet-file-title{color: #333;font-weight: 700;align-items: center;}
.publicDet-file-date .date{position: relative;color: #999;padding-left: 25px;}
.publicDet-file-date .date::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-60%);width: 13px;height: 13px;background: url('../image/publicDet-date.png') no-repeat center/100% auto;}
.publicDet-file-date .browse{margin-left: 20px; position: relative;color: #999;padding-left: 20px;}
.publicDet-file-date .browse::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-60%);width: 17px;height: 11px;background: url('../image/publicDet-browse.png') no-repeat center/100% auto;}
.publicDet-file-edit{border-top: 1px solid rgba(153, 153, 153, .3);}
.publicDet-file-edit p{line-height: inherit;}
.publicDet-file-i{background: #efeeee;padding: 15px 40px;position: relative;}
.publicDet-file-i::after{content: "";position: absolute;left: 10px;top: 50%;transform: translateY(-50%);width: 20px;height: 20px;background: url('../image/publicDet-file-i.png') no-repeat center/100% auto;}
.publicDet-file-i a{margin-left: 18px;transition: all .4s ease;} 
.publicDet-file-i a:nth-child(2){margin-left: 0;} 
.publicDet-file-i a:hover{color: #4484ce;}
.publicDet-file-return{justify-content: space-between;align-items: center;}
.publicDet-file-page{width: 60%;}
.publicDet-file-page a{transition: all .4s ease;position: relative;border-bottom: 1px solid transparent;}
.publicDet-file-page a:hover{color: #4484ce;border-color: #4484ce;}
.publicDet-file-btn{ width: 100px;height: 36px;background: #4484ce;color: #fff;align-items: center;justify-content: center;border-radius: 20px;transition: all .4s ease;}
.publicDet-file-btn:hover{background: #2266b6;}
.publicDet-item{background: #fff;padding: 40px;margin-top: 20px;}
.publicDet-item:first-child{margin-top: 0;}
.publicDet-item-title{color: #333;font-weight: 700;padding-left: 35px;position: relative;}
.publicDet-item-title::after{content: "";position: absolute;left: 5px;top: 50%;transform: translateY(-50%);width: 16px;height: 18px;background: url('../image/publicDet-list-title.png') no-repeat center/100% auto;}
.publicDet-item-list{border-top: 2px solid rgba(0, 0, 0, .1);}
.publicDet-item-list a{align-items: center;border-top: 1px solid rgba(0, 0, 0, .1);transition: all .4s ease;}
.publicDet-item-list a:first-child{border: unset;}
.publicDet-item-img{width: 75px;overflow: hidden;margin-right: 14px;}
.publicDet-item-img img{width: 100%;transition: all .4s ease;}
.publicDet-item-text .name{transition: all .4s ease; color: #333;}
.publicDet-item-text .date{color: #888;margin-top: 5px;}
.publicDet-item-list a:hover .publicDet-item-img img{transform: scale(1.05);}
.publicDet-item-list a:hover .name{color: #4484ce;}
/* 新闻中心 */
.news-con{width: 70%;}
.newsCon-main{display: flex;border-bottom: 1px solid rgba(0, 0, 0, .1);margin-right: 30px;}
.newsCon-main-img{width: 45%;overflow: hidden;}
.newsCon-main-img img{width: 100%;transition: all .4s ease;}
.newsCon-main-text{flex: 1;padding-left: 40px;}
.news-con .title{color: #333;transition: all .4s ease;}
.newsCon-main-data{justify-content: space-between;align-items: flex-end;}
.newsCon-date{font-family: "Arial";padding: 7px 12px;text-align: center; background: #f3f4f4;transition: all .4s ease;}
.newsCon-date .day{font-weight: 700;}
.newsCon-browse{position: relative;padding-left: 20px;}
.newsCon-browse::after{content: "";position: absolute;width: 17px;height: 11px;left: 0;top: 50%;transform: translateY(-50%);background: url('../image/publicDet-browse.png') no-repeat center/100% auto;}
.newsCon-second-list{margin-left: -30px;}
.newsCon-second-list a{padding: 30px;justify-content: space-between;flex-wrap: unset;align-items: flex-start;transition: all .4s ease;}
.newsCon-second-img{width: 19%;overflow: hidden;}
.newsCon-second-img img{transition: all .4s ease;}
.newsCon-second-text{padding:0 100px 0 30px;flex: 1;}
.newsCon-second-list a:hover{box-shadow: 1.5px 2.598px 13px 0px rgba(134, 134, 134, 0.26);}
.newsCon-second-list a:hover .newsCon-second-img img,.newsCon-main:hover .newsCon-main-img img{transform: scale(1.1);}
.newsCon-main:hover .title,.newsCon-second-list a:hover .title{color: #4484ce;}
.newsCon-main:hover .newsCon-date,.newsCon-second-list a:hover .newsCon-date{color: #4484ce;background: rgba(68, 132, 206, .1);}
.publicDet-item.recommend,.publicDet-item.hot{box-shadow: 1.5px 2.598px 13px 0px rgba(134, 134, 134, 0.26);}
.publicDet-item.recommend .publicDet-item-title::after{background-image: url('../image/news-list-title.png');}
.publicDet-item.recommend a{padding: 15px 0;}
.publicDet-item.recommend a:hover{color: #4484ce;}
.publicDet-item.hot .publicDet-item-title::after{background-image: url('../image/news-list-title2.png');width: 20px;height: 20px;}
/* .publicDet-item.hot a{padding: 6px 17px;border-radius: 18px;border: 1px solid #d8d8d8;font-size: 12px;margin: 15px 10px 0 0;font-family: "Microsoft Yahei";} */
.publicDet-item.hot a{padding: 6px 17px;border-radius: 18px;border: 1px solid #d8d8d8;font-size: 12px;margin: 15px 10px 0 0;}
/* .publicDet-item.hot a:nth-child(2n){margin-right: 0;} */
.publicDet-item.hot a:hover{color: #fff;background: #4484ce;border-color: #4484ce;}
/* 新闻详情 */
.publicDet-file.newsDet .publicDet-file-edit{border: unset;}
.publicDet-file.newsDet .publicDet-file-title{border-bottom: 1px solid rgba(153, 153, 153, .3);}
.publicDet-file-edit.newsDet img,.publicDet-file-edit.newsDet video{max-width: 100%;height:auto;margin: 0 auto;display: block;}
.publicDet-list.newsDet .publicDet-item{box-shadow: unset;}
/* 联系我们 */
.pagesBan-img.after::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .3);}
.con-mode-img,.con-mode-text{width: 50%;}
.con-mode-img img{width: 100%;height: 100%;}
.con-mode-text{box-shadow: -2.575px 4.286px 25px 0px rgba(170, 170, 170, 0.2);padding: 80px 60px 100px;}
.con-mode-text .title{color: #333;border-bottom: 1px solid #e7e7e7;font-weight: 500;}
.con-mode-text li{align-items: center;margin-top: 15px;flex-wrap: unset;}
.con-mode-icon{align-items: center;justify-content: center;border-radius: 50%; width: 30px;height: 30px;border:  1px solid rgba(0, 0, 0, .3);}
.con-mode-icon img{max-width: 60%;}
.con-mode-text .text{display: block;margin-left: 15px;flex: 1;}
.con-mode-text span{font-weight: 700;color: #f59002;}
.con-mode-more{display: inline-block;cursor: pointer;transition: all .4s ease; padding: 7px 20px;border-radius: 20px;background: #f59002;color: #fff;}
.con-mode-more:hover{background: #da8104;}
.con-message{background: #f4f4f4;}
.con-mes-tab{color: #777;justify-content: space-between;}
.con-select{width: 32%;position: relative;background: #fff;border: 1px solid #e7e7e7;}
.con-select-name{width: 100%;display: flex;}
.con-select-name .name{flex: 1;border-right: 1px solid #e7e7e7; padding-left: 20px;height: 50px;line-height: 50px;}
.con-select-btn{cursor: pointer; transition: all .4s ease; width: 60px;position: relative;}
.con-select-btn::after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 12px;height: 7px;background: url('../image/con-select.png') no-repeat center/100% auto;}
.con-select-btn:hover{background: #f7f7f7;}
.con-select ul{display: none; z-index: 10; position: absolute;left: 0;top: 50px;width: 100%;max-height: 250px;overflow-x: hidden;overflow-y: auto;background: #f7f7f7;}
.con-select li{transition: all .4s ease;cursor: pointer; padding-left: 20px;height: 50px;line-height: 50px;border-top: 1px solid #fff;}
.con-select li:first-child{border: unset;}
.con-select li:hover,.con-select li.active{background: #eae8e8;}
.con-mes-tab textarea{width: 100%;height: 240px;background: #fff; padding: 20px;border: 1px solid #e7e7e7;}
.con-mes-tab input{height: 50px;line-height: 50px;padding-left: 20px;width: 32%;border: 1px solid #e7e7e7;}
.companyName,.con-select.province{width: 48% !important;}
/* 去除type=number的上下箭头 */
input::-webkit-inner-spin-button {-webkit-appearance: none;}
input[type="number"]{-moz-appearance: textfield;}
.con-mes-btn{margin: 30px auto 0;border-radius: 20px; display: block;width: 180px;height: 45px;line-height: 32px;text-align: center;background: #f59002;color: #fff;transition: all .4s ease;cursor: pointer;}
.con-mes-btn:hover{background: #da8104;}
.con-mes-tab input::-webkit-input-placeholder,.con-mes-tab textarea::-webkit-input-placeholder{color: #777;font-size: 14px;}
/* 服务网络 */
.branch .contain{position: relative;}
.branch-title{position: relative;color: #333;font-weight: 700;display: block;padding-right: 25px;line-height: 1.4;}
.branch-phone{display: block;}
.branch-title::after{content: "";position: absolute;right: 0;top: 2px;width: 18px;height: 23px;background: url('../image/branch-icon.png') no-repeat center/100%;}
.branch-big li,.branch-small li{padding-left: 40px;width: calc(100% / 3)}
.branch-big li:first-child,.branch-small li:first-child{padding-left: 0;}
.branch-big .branch-phone{color: #333;}
.branch-big li:first-child .branch-phone{display: none;}
.branch-big li:first-child .branch-site{margin-top: 20px;}
.branch-small li:nth-child(3n+1){padding-left: 0;}
.branch-small li{border-top: 1px solid #d8dadd;}
.branch-site{width: 80%;}



@keyframes positionScale{0%{transform:translate(-50%,50%) scale(.8);}50%{transform:translate(-50%,50%) scale(1.2);}100%{transform:translate(-50%,50%) scale(.8);}}
.vr-video{background: #f7f7f7;}
.vr-video-con{position: relative;}
.vr-video-bg{position: relative;overflow: hidden;}
.vr-video-bg::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .25);}
.vr-video-bg img{width: 100%;transition: all .6s ease;}
.vr-video-btn{transition: all .4s ease; width: 55px; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);cursor: pointer;}
.vr-video-con.active .vr-video-bg img{transform: scale(1.05);}
.vr-video-con.active .vr-video-btn{transform: translate(-50%,-50%) scale(.95);}
/* 咨询报价 */
.consulting{background: url('../image/consulting-bg.png') no-repeat top center/100% 100%;}
.cons-table{width: 31%;margin: 60px auto 0;cursor: pointer;color: #777;}
.cons-table,.cons-table input::-webkit-input-placeholder,.cons-table textarea::-webkit-input-placeholder{color: #777;font-size: 14px;}
.cons-select,.cons-select li,.cons-table>input{height: 40px;line-height: 40px;}
.cons-select,.cons-table>input,.cons-table textarea,.cons-table-contact{margin-top: 10px; padding-left: 25px;border-radius: 5px;background: #fff;width: 100%;position: relative;}
.cons-select-name{position: relative;}
.cons-select-name::after{content: "";transition: all .6s ease; position: absolute;right: 22px;top: 40%;border: 5px solid transparent;border-top-color: #333;}
.cons-select-name:hover:after{transform:translateY(-5px) rotateZ(180deg);}
.cons-select ul{display: none; border-radius: 8px; background: #f7f7f7;position: absolute;top: 40px;left: 0;width: 100%;z-index: 10;max-height: 250px;overflow-x: hidden;overflow-y: auto;}
.cons-select li{padding-left: 25px;transition: all .4s ease;border-top: 1px solid #fff;border-radius: 5px;}
.cons-select li:first-child{border: unset;}
.cons-select li:hover,.cons-select li.active{background: #eae8e8;}
.cons-table textarea{padding-top: 10px;height: 90px;border: unset;margin-bottom: 0;}
.cons-table-contact{align-items: center;height: 40px;}
.cons-table-contact .text{padding-right: 20px;border-right: 1px solid #f59002;}
.cons-table-contact input{padding-left: 10px;flex: 1;display: none;}
.cons-table-tab{align-items: center; margin-right: 30px;border-radius: 20px;box-shadow: 3px 5.196px 38px 0px rgba(189, 189, 189, 0.26),inset 0px 2px 3px 0px rgba(0, 0, 0, 0.14);}
.cons-table-tab .tabItem{transition: all .4s ease; width: 50%;border-radius: 20px;color: #777;text-align: center;width: 60px;line-height: 24px; height: 24px;}
.cons-table-tab .tabItem:hover{color: #f59002;}
.cons-table-tab .tabItem.active{background: #f59002;color: #fff;}
.cons-table-text{background: transparent;color: #fff;padding-left: 25px;margin-top: 15px;}
.cons-table-submit{transition: all .4s ease; display: block; margin: 20px auto 0;width: 170px;height: 40px;line-height: 40px;border-radius: 20px;text-align: center;background: #f59002;color: #fff;}
.cons-table-submit:hover{background: #da8104;}
/* 注册 */
.register{position: relative;background: url('../image/register-ban.png') no-repeat center bottom/100% 100%;}
.register-center{width: 45%;margin: 0 auto;}
.register-img,.register-con{width: 50%;}
.register-img img{width: 100%;height: 100%;}
.register-con{padding: 50px;background: #fff;}
.register-title{font-weight: 700;color: #333;margin: 0 !important;}
.register-con input{border-radius: 30px;height: 45px;border: 1px solid #ebebeb;padding-left: 25px;line-height: 45px;}
.register-con>input{width: 100%;}
.register-con>input::-webkit-input-placeholder{font-family: "Microsoft Yahei";}
.register-con>*{margin-top: 15px;}
.register-imgCode{justify-content: space-between;}
.register-imgCode input{width: 56%;}
.register-imgCode-img{width: 33%;cursor: pointer;}
.register-imgCode-img img{width: 100%;}
.register-imgCode-img p{color: #333;margin-top: 10px;transition: all .4s ease;}
.register-messageCode{border: 1px solid #ebebeb;border-radius: 30px;transition: all .4s ease;overflow: hidden;}
.register-messageCode input{width: 70%;border: unset;}
.register-messageCode button{cursor: pointer;transition: all .4s ease; background: unset; width: 30%;line-height: 45px;text-align: center;border-left: 1px solid #ebebeb;color: #4484ce;}
.register-agree{align-items: center;cursor: pointer;}
.register-agree p{color: #999;margin-left: 7px;user-select: none;}
.register-agree-yes{display: flex;align-items: center;justify-content: center; width: 10px;height: 10px;border: 1px solid #999;border-radius: 3px;}
.register-agree-yes img{width: 85%;display: none;margin-bottom: 2px;}
.register-agree-yes.active{background: #666;}
.register-agree-yes.active img{display: block;}
.register-btn{margin-top: 25px;width: 100%;height: 45px;line-height: 45px;text-align: center;background: #f59002;color: #fff;border-radius: 30px;transition: all .4s ease;cursor: pointer;}
.register-imgCode-img:hover p{color: #4484ce;}
.register-messageCode button:hover{background: #4484ce;border-color: #4484ce;color: #fff;}
.register-btn:hover{background: #da8104;}
/* 计量标准详情 */
.serBan{background: url('../image/serviceBan.png') no-repeat center bottom/100% 100%;}
.serBan-text,.serBan-img{width: 50%;}
.serBan-img img{width: 100%;height: 100%;}
.serBan-text{background: #fff;padding: 20px 60px;box-shadow: 1.414px 1.414px 13px 0px rgba(0, 0, 0, 0.09);min-height: 310px;flex-direction: column;justify-content: center;}
.serBan-text .title{font-weight: 700; color: #333;border-bottom: 2px solid rgba(155, 155, 155, .2);position: relative;}
.serBan-text .title::after{content: "";position: absolute;left: 0;bottom: 0;width: 140px;height: 4px;background: #f59002;}
.serBan-text .text{color: #666;}
.prove .serBan-text .text{color: #666;}
.serBan-list{transform: translateY(60%); box-shadow: 3.694px 4.728px 13px 0px rgba(0, 0, 0, 0.09);}
.serBan-list a{display: flex;flex-wrap: wrap; height: 75px; transition: all .4s ease;cursor: pointer; align-items: center;justify-content: center; width: 20%;background: #fff;border-right: 1px solid rgba(51, 51, 51, .15);}
.serBan-list.nav4 a{width: 25%;}
.serBan-list.nav3 a{width: calc(100% / 3);}
.serBan-list.nav6 a{width: calc(100% / 6);}
.serBan-list a:last-child{border: unset;}
.serBan-list-icon{position: relative;width: 19px;height: 19px;display: flex;align-items: center;justify-content: center;}
.serBan-list-icon img{width: 100%;transition: all .4s ease;}
.serBan-list-icon .h{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); width: 100%;transition: all .4s ease;display: none;}
.serBan-list-text{color: #333;margin-left: 8px;transition: all .4s ease;}
.serBan-list a:hover,.serBan-list a.active{background: #f59002;}
.serBan-list a:hover .h,.serBan-list a.active .h{display: block;}
.serBan-list a:hover .s,.serBan-list a.active .s{display: none;}
.serBan-list a:hover .serBan-list-text,.serBan-list a.active .serBan-list-text{color: #fff;}
.serviceYS{margin-top: 60px;}
.serYS-list{width: 100%;margin-top: 40px;}
.serYS-list li{margin-top: 15px; padding: 25px 90px 25px 50px; background: rgba(255,255,255, .8);box-shadow: 4.405px 5.44px 15px 0px rgba(0, 0, 0, 0.2);}
.serYS-list.gray li{background: rgba(243, 243, 243, .8);box-shadow: unset;}
.serYS-list li:first-child{margin-top: 0;}
.serYS-list-title{font-weight: 700; color: #333;padding-left: 15px;position: relative;}
.serYS-list-title::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%); width: 3px;height: 50%;background: #f59002;}
.serYS-list-text{color: #666;}
.serYS-list-img{justify-content: space-between;}
.serYS-list-img img{width: 32%;height: 100%;}
.serYS-list-img::after{content: "";width: 32%;}
.serCycle{background: url('../image/ser-cycle-bg.png') no-repeat center/100% 100%;}
.pages-title.white .title{color: #fff;}
.pages-title.white .title-en{background: -webkit-linear-gradient(top,rgba(255,255,255,.5) 0%,rgba(255,255,255,.2) 40%,transparent 100%);text-transform: uppercase;opacity: .3;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.serCycle-list li{cursor: pointer; justify-content: space-between;padding: 40px;flex-wrap: unset;background: #fff;width: calc(100%/3);align-items: flex-start;transition: all .4s ease;}
.serCycle-list li:nth-child(-n+3){box-shadow: 1.414px 1.414px 13px 0px rgba(0, 0, 0, 0.09);}
.serCycle-list-text{flex: 1;padding-right: 50px;}
.serCycle-list-text .title{color: #333;font-weight: 700;transition: all .4s ease;}
.serCycle-list-text .text{color: #666;transition: all .4s ease;}
.serCycle-list-img{max-width: 70px;position: relative;}
.serCycle-list-img img{width: 100%;transition: all .4s ease;}
.serCycle-list-img .h{opacity: 0; position: absolute;left: 0;top: 0;width: 100%;transition: all .4s ease;}
.serCycle-list li:hover{background: #f59002;}
.serCycle-list li:hover .title,.serCycle-list li:hover .text{color: #fff;}
.serCycle-list li:hover .s{opacity: 0;}
.serCycle-list li:hover .h{opacity: 1;}
.serItems-table{width: 100%;max-height: 680px;overflow-y:auto;}
.serItems-table table{width:100%;font-size: 15px;color: #333;}
.serItems-table tbody{position: relative;}
.serItems-table td{border:1px solid rgba(223, 223, 223, .6);padding:0 10px 0 12px;}
.serItems-table td *{text-wrap: initial !important;}
/*.serItems-table td:nth-child(2){width: 120px;}*/
/*.serItems-table td:nth-child(3){width: 100px;}*/
/*.serItems-table td:nth-child(5){width: 250px;}*/
/*.serItems-table tr:first-child td:first-child{width: 60px;}*/
.serItems-table p{line-height: 24px;border-top: 1px solid rgba(223, 223, 223, .6);}
.serItems-table br{height: 0;}
.serItems-table tr:first-child p{text-align: center !important;}
/* .serItems-table td:first-child p{text-align: center !important;} */
/*.serItems-table td:last-child{width: 140px;}*/
.serItems-table p:first-child,.serItems-table tr:first-child p,.serItems-table td:last-child p{border: unset;}
.serItems-table tr:first-child{background: #404040;color: #fff;text-align: center;height: 65px;}
.serItems-table tr:first-child p{padding: 0;}
.serItems-table::-webkit-scrollbar,.chemistry-items .contain::-webkit-scrollbar{width: 5px;height: 5px;}
.serItems-table::-webkit-scrollbar-track,.chemistry-items .contain::-webkit-scrollbar-track {background: #f7f7f7;border-radius: 5px;}
.serItems-table::-webkit-scrollbar-thumb,.chemistry-items .contain::-webkit-scrollbar-thumb{background: #f59002;border-radius: 5px;}
.serProcess{background: url('../image/ser-process-bg.png') no-repeat center/100% 100%;}
.serProc-list{justify-content: space-between;position: relative;}
.serProc-list::after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,0%);width: 85%;height: 2px;background: #f59002;}
.serProc-list li{cursor: pointer; width: 14.5%;height: 260px;text-align: center; background: #fff;padding-top: 50px;flex-direction: column;align-items: center;}
.serProc-list-img{max-width: 70px;height: 60px;position: relative;}
.serProc-list-img img{max-height: 100%;}
.serProc-list-img img,.serProc-list-title,.serProc-list-text,.serProc-list li,.serProc-list-yes{transition: all .4s ease;}
.serProc-list-img .h{position: absolute;left: 0;top: 0;width: 100%;opacity: 0;}
.serProc-list-yes{background: #fff; position: relative;z-index: 2; width: 25px;height: 25px;border-radius: 50%;border: 2px solid #f59002;align-items: center;justify-content: center;}
.serProc-list-yes img{width: 70%;margin: 2px 2px 0 0;}
.serProc-list-title{color: #f59002;font-weight: 700;}
.serProc-list-text{color: #333;font-weight: 700;}
.serProc-list li:hover{background: #f59002;}
.serProc-list li:hover .serProc-list-yes{border-color: #fff;}
.serProc-list li:hover .serProc-list-text,.serProc-list li:hover .serProc-list-title{color: #fff;}
.serProc-list li:hover .h{opacity: 1;}
.serProc-list li:hover .s{opacity: 0;}
.serQua-swp{position: relative;padding: 55px 95px;background: url('../image/serQua-bg.png') no-repeat left bottom/100% 100%;}
.serQua-slide{justify-content: space-between;align-items: center;}
.serQua-slide-text{width: 35%;padding-top: 0;}
.serQua-slide-text .title{font-weight: 700;color: #333;}
.serQua-slide-text .text{color: #666;}
.serQua-slide-img{width: 60%;justify-content: space-between;align-items: center;}
.serQua-slide-imgItem{width: 48%;padding: 30px;background: #fff;}
.serQua-slide-imgItem img{width: 100%;}
.serQua-next,.serQua-prev{z-index: 10; cursor: pointer; position: absolute;right: 30px;top: 50%;transform: translateY(-50%);width: 30px;height: 30px;}
.serQua-prev{right: auto;left: 30px;transform: translateY(-50%)  rotate(180deg);}
.serQua-next::after,.serQua-prev::after{transition: all .4s ease; content: "";position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);background: url('../image/serQua-next.png') no-repeat center/100% auto;width: 14px;height: 24px;}
.serQua-next:hover::after,.serQua-prev:hover::after{transform: translate(-50%,-50%) scale(.8);}
.serQua-pagination{position: absolute;left: 50%;bottom: -20px;transform: translateX(-50%);display: none;}
.serQua-pagination .swiper-pagination-bullet{width: 20px;height: 2px;border-radius: 0;opacity: 1;margin-left: 10px;background: #e0e0e0;position: relative;}
.serQua-pagination .swiper-pagination-bullet:first-child{margin-left: 0;}
.serQua-pagination .swiper-pagination-bullet-active{background: #f59002;}
/* 认证详情 */
.proveBan-title{color: #333;font-weight: 700;text-align: center;}
.serBan-list.nav7 a{width: calc(100% / 7);}
.prove-summary{background: #f9f9f9;}
.proveSum-text *{font-family: "Source Han Sans CN", "noto sans" !important;}
.proveSum-text p,.proveSum-text h6{line-height: inherit;}
.proveSum-text h6{font-weight: 700;color: #333;}
.proveSum-list{margin-top: -20px}
.proveSum-list li{font-weight: 500; cursor: pointer; width: calc(92% / 5);margin: 20px 0 0 2%;position: relative;height: 50px;line-height: 50px;text-align: center;color: #333;box-shadow: 4.95px 4.95px 13px 0px rgba(0, 0, 0, 0.05);}
.proveSum-list li:first-child,.proveSum-list li:nth-child(6n){margin-left: 0;}
.proveSum-list li::after{content: "";position: absolute;left: 0;top: 0;width: 0;height: 2px;background: #f59002;transition: all .6s ease;}
.proveSum-list li:hover::after{width: 100%;}
.proveBen-con{position: relative;}
.proveBen-img,.proveBen-text{width: 52%;}
.proveBen-img img{width: 100%;}
.proveBen-text{box-shadow: 4.589px 6.553px 9px 0px rgba(0, 0, 0, 0.08); position: absolute;right: 0;top: 50%;transform: translateY(-50%);min-height: 80%;background: #fff;align-items: center;padding:20px 0 20px 60px;}
.proveBen-text ul{width: 70%;}
.proveBen-text li{font-weight: 500; color: #333;padding: 13px 0;border-bottom: 1px solid rgba(220, 220, 220, .8);}
.proveBen-text li:last-child{border: unset;}
.prove-process{position: relative;}
.prove-service{position: relative;}
.proveProc-bg{position: absolute;left: 0;top: 0;}
.proveProc-bg,.proveProc-bg img{width: 100%;height: 100%;}
.proveProc-bg::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .4);}
.prove-process .contain,.prove-service .contain{position: relative;z-index: 2;}
.proveProc-list{position: relative;}
.proveProc-list ul{margin-top: -100px;position: relative;z-index: 10;}
.proveProc-list li{cursor: pointer; position: relative; margin-top: 100px; width: calc(76% / 5);margin-left: 6%;height: 60px;justify-content: center;background: #fff;align-items: center;}
.proveProc-list li::after{z-index: 10; content: "";width: 18px;height: 18px;border-radius: 50%;position: absolute;top: 50%;right: -25%;transform: translateY(-50%);background: url('../image/arrLW.svg') no-repeat left 3px center/60% auto;background-color: #f59002;}
.proveProc-list li:last-child:after{display: none;}
.proveProc-list li:nth-child(-n+5)::after,.proveProc-list li:nth-child(11)::after,.proveProc-list li:nth-child(12)::after{transform:translateY(-50%) rotate(-180deg);}
.proveProc-list li:nth-child(5)::after{right: 1130px;top: 110px;}
.proveProc-list li:nth-child(5)::before{z-index: -1; content: "";position: absolute;left: 43%;bottom: 0;width: 2px;height: 75px;background: #f59002;transform: translateY(100%);}
.proveProc-list li:nth-child(6)::before{z-index: -1; content: "";position: absolute;left: 50%;top: 0;width: 2px;height: 100px;background: #f59002;transform: translateY(-100%);}
.proveProc-list li:nth-child(11)::before{z-index: -1; content: "";position: absolute;left: 50%;top: 0;width: 2px;height: 140px;background: #f59002;transform: translateY(-100%);}
.proveProc-list li:nth-child(9)::after{right: -17%;}
.proveProc-list li:nth-child(10)::after{right: 50%;top: -3px;transform: translate(50%,-100%) rotate(-90deg);}
.proveProc-num{letter-spacing: -1px; width: 24px;height: 24px;border-radius: 50%;border: 2px solid #f59002;font-weight: 700;color: #f59002;align-items: center;justify-content: center;line-height: 1;}
.proveProc-text{color: #333;font-weight: 500;margin-left: 5px;}
.proveProc-list li:first-child,.proveProc-list li:nth-child(6),.proveProc-list li:nth-child(11){margin-left: 0;}
.proveProc-list li.branch{width: auto;height: auto;padding: 22px;margin-top: 75px;}
.proveProc-list li.num7{margin-left: 4%;flex: 1;}
.proveProc-botted{margin-left: 27px; width: 36px;height: 36px;border: 1px dashed #707070;border-right: unset;position: relative;}
.proveProc-botted::after{content: "";position: absolute;left: 0;top: 50%;transform: translate(-100%,-50%);width: 25px;height: 2px;border-top: 1px dashed #707070;}
.proveProc-text-branch{flex-direction: column;margin-left: 5px;justify-content: space-between;color: #333;font-weight: 500;}
.proveProc-text-branch .text:last-child{margin-top: 15px;}
.proveProc-linear{position: absolute;left: 7.8%;top: 130px;width: 83.5%;height: 2px;background: #f59002;}
.proveProc-linear.lin2{top: 210px;}
.proveProc-linear.lin3{top: 290px;}
.proveProc-linear.lin4{top: 472px;width: 40%;}
.proveProc-unqualified{position: absolute;transform: translateY(-50%); left: 16%; top: 210px;width: 60px;height: 60px;line-height: 60px;font-size: 15px;color: #fff;text-align: center;}
.proveProc-unqualified::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #f59002;z-index: -1;transform: rotate(45deg);}
.proveProc-list li,.proveProc-num,.proveProc-text,.proveProc-text-branch .text,.proveProc-botted,.proveProc-botted::after{transition: all .4s ease;}
.proveProc-list li:hover{background: #f59002;}
.proveProc-list li:hover .proveProc-num{border-color: #fff;}
.proveProc-list li:hover .proveProc-text,.proveProc-list li:hover .proveProc-num,.proveProc-list li:hover .proveProc-text-branch{color: #fff;}
.proveProc-list li:hover .proveProc-botted,.proveProc-list li:hover .proveProc-botted::after{border-color: #fff;}
.proveBook-swp,.proveBook-img{width: 50%;}
.proveBook-img img{width: 100%;height: 100%;}
.proveBook-swp{background: #f3f3f3;align-items: center;justify-content: center;position: relative;}
.proveBook-swp .swiper-container{width: 55%;height: auto;max-height: 92%;}
.proveBook-swp .swiper-slide{padding: 25px;background: #fff;}
.proveBook-slide{border: 6px solid transparent; border-image: linear-gradient(to right,#73666d,#2a1e23) 30 30;}
.proveBook-slide img{width: 100%;}
.proveBook-pagination{display: none;}
.proveBook-prev,.proveBook-next{z-index: 10; cursor: pointer; position: absolute;right: 14%;top: 50%;transform: translateY(-50%);width: 30px;height: 30px;}
.proveBook-prev{left: 14%;transform: translateY(-50%) rotate(180deg);}
.proveBook-prev::after,.proveBook-next::after{transition: all .4s ease; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 15px;height: 24px;background: url('../image/prove-book-next.png') no-repeat center/100% auto;}
.proveBook-prev:hover::after,.proveBook-next:hover::after{background-image: url('../image/serQua-next.png');}
.prove-service ul{justify-content: space-between;}
.prove-service li{width: 32%;padding: 30px 30px 60px 40px;background: #fff;font-size: 16px;cursor: pointer;}
.proveSer-title{font-weight: 700;border-bottom: 3px solid rgba(218, 218, 218,.3);position: relative;margin-bottom: 25px;color: #333;}
.proveSer-title::after{content: "";position: absolute;left: 0;bottom: -2px;width: 32%;height: 3px;background: #f59002;}
.prove-service p{margin-top: 10px;}
.prove-service p:first-child{margin-top: 0;}
.prove-service li,.prove-service p,.proveSer-title,.prove-service a{transition: all .4s ease;}
.proveSer-title::after{transition: background-color .4s ease,width .6s ease;}
.prove-service li:nth-child(n+2):hover{background: #f59002;}
.prove-service li:nth-child(n+2):hover .proveSer-title,.prove-service li:nth-child(n+2):hover p{color: #fff;}
.prove-service li:nth-child(n+2):hover .proveSer-title::after{background: #fff;width: 100%;}
.prove-service li:first-child a:hover{color: #f59002;border-bottom: 1px solid #f59002;}
.prove-down ul{justify-content: space-between;}
.prove-down ul::after{width: 49%;content: "";}
.prove-down a{cursor: pointer; background: #f7f7f7;margin-top: 40px; padding: 20px 0;align-items: center;width: 49%;}
.prove-down a:nth-child(-n+2){margin-top: 0;}
.proveDown-icon{width: 14%;position: relative;}
.proveDown-icon::after{content: "";position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 33px;height: 33px;background: url('../image/prove-pdf.png') no-repeat center/100% auto;}
.proveDown-text{width: 77%;padding: 5px 30px;border-left: 1px solid rgba(0, 0, 0, .1);}
.proveDown-btn{width: 9%;position: relative;}
.proveDown-btn::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 24px;height: 24px;background: url('../image/prove-down.png') no-repeat center/100% auto;}
.prove-down a,.proveDown-icon::after,.proveDown-text,.proveDown-btn::after{transition: all .4s ease;}
.prove-down a:hover{background: #f59002;box-shadow: 4.95px 4.95px 13px 0px rgba(255, 195, 111, 0.52);}
.prove-down a:hover .proveDown-text{color: #fff;border-color: rgba(255, 2552, 255, .3);}
.prove-down a:hover .proveDown-icon::after{background-image: url('../image/prove-pdfH.png');}
.prove-down a:hover .proveDown-btn::after{background-image: url('../image/prove-downH.png');}
.prove-problem{background: #f7f7f7;}
.prove-problem li{margin-top: 20px; cursor: pointer; padding: 30px 30px 20px 50px;background: #fff;box-shadow: 4.95px 4.95px 13px 0px rgba(0, 0, 0, 0.05);}
.proveProb-title{font-weight: 700;color: #333;position: relative;padding-left: 45px;border-bottom: 1px solid transparent;}
.proveProb-title::before{content: "";position: absolute;left: 7px;top: 5px;width: 22px;height: 22px;background: url('../image/proveProb-icon1.png') no-repeat center/100% auto;}
.proveProb-title::after{transition: all .4s ease; content: "";position: absolute;right: 10px;top: 5px;width: 21px;height: 12px;background: url('../image/proveProb-open.png') no-repeat center/100% auto;}
.proveProb-title.active{border-color: rgba(226, 226, 226, .6);}
.proveProb-title.active::after{transform: rotate(180deg);}
.proveProb-drop{margin-top: 15px;display: none;padding-bottom: 20px;}
.proveProb-drop p{position: relative;padding-left: 45px;}
.proveProb-drop p::before{content: "";position: absolute;left: 7px;top: 0;width: 22px;height: 22px;background: url('../image/proveProb-icon2.png') no-repeat center/100% auto;}
/* 电力高压检测详情 */
.power-cycle{background: #f3f3f3;}
.powerCycle-con{position: relative;}
.powerCycle-img{width: 60%;}
.powerCycle-img img{width: 100%;}
.powerCycle-text{position: absolute;right: 0;top: 50%;transform: translateY(-50%); width: 50%;background: #fff;height: 70%;box-shadow: 1.414px 1.414px 13px 0px rgba(0, 0, 0, 0.09);flex-direction: column;justify-content: center;padding:0 50px 0 65px;}
.powerCycle-text::after{content: "";width: 105px;height: 112px;position: absolute;right: 0;bottom: 0;background: url('../image/powerCycle-bg.png') no-repeat center/100% auto;}
.powerCycle-text .title{color: #333;font-weight: 700;border-bottom: 1px solid #e8e8e8;}
.powerCycle-text .text{color: #999;position: relative;z-index: 5;}
.powerItems-table{width: 100%;overflow-x: auto;}
.powerItems-table table{width: 100%;}
.powerItems-table::-webkit-scrollbar{width: 5px;height: 6px;cursor: pointer;}
.powerItems-table::-webkit-scrollbar-track {background: #f7f7f7;border-radius: 5px;}
.powerItems-table::-webkit-scrollbar-thumb{background: #f59002;border-radius: 5px;}
.powerItems-table td{padding:15px 30px;height: auto;text-align:center;font-size: 15px;border: 1px solid rgba(223, 223, 223, .7);}
.powerItems-table td p{line-height: 1.5;}
.powerItems-table tr:first-child td{height: 64px;line-height: 64; text-align: center;background: #404040;color: #fff;}
.powerItems-table tr:first-child p{padding-left: 0;}
.powerItems-table tr:nth-child(2n+3) td{background: #f1f1f1;}

.chemistry-items .abTop{width: 100%;max-height: 680px;overflow-y: auto;overflow-x: hidden;}
.chemistry-items tbody{position: relative;}
.chemistry-items table{width: 100%;font-size: 15px;color: #333;}
.chemistry-items td{border:1px solid rgba(223, 223, 223, .6);padding:0 10px 0 12px;}
.chemistry-items td:nth-child(3){width: 100px;}
.chemistry-items td:nth-child(5){width: 250px;}
.chemistry-items tr:first-child td:first-child{width: 60px;}
.chemistry-items p{line-height: 24px;border-top: 1px solid rgba(223, 223, 223, .6);}
.chemistry-items tr:first-child p{text-align: center !important;}
.chemistry-items p:first-child,.serItems-table tr:first-child p,.serItems-table td:last-child p{border: unset;}
.chemistry-items tr:first-child{background: #404040;color: #fff;text-align: center;height: 65px;}
.chemistry-items tr:nth-child(2){background: #404040;color: #fff;text-align: center;height: 50px;}
.chemistry-items tr:first-child p{padding: 0;}
.chemistry-items::-webkit-scrollbar,.chemistryItems-table::-webkit-scrollbar{width: 5px;height: 5px;}
.chemistry-items::-webkit-scrollbar-track,.chemistryItems-table::-webkit-scrollbar-track {background: #f7f7f7;border-radius: 5px;}
.chemistry-items::-webkit-scrollbar-thumb,.chemistryItems-table::-webkit-scrollbar-thumb{background: #f59002;border-radius: 5px;}

.power-case{background: #f3f3f3;}
.powerCase-swp-title{width: 100%; background: #404040;color: #fff;text-align: center;height: 76px;line-height: 76px;}
.powerCase-swp{position: relative;}
.powerCase-swp table{width: 100%;background: #fff;}
.powerCase-swp td{padding: 25px 60px;border: 1px solid #e4e4e4;font-size: 16px;}
.powerCase-swp p{line-height: 32px;}
.powerCase-swp tr td:first-child{width: 26%;}
.powerCase-pagination{position: absolute;left: 50%;bottom: -45px;transform: translateX(-50%);}
.powerCase-pagination .swiper-pagination-bullet{width: 40px;height: 2px;border-radius: 0;opacity: 1;margin-left: 20px;background: #e0e0e0;position: relative;}
.powerCase-pagination .swiper-pagination-bullet:first-child{margin-left: 0;}
.powerCase-pagination .swiper-pagination-bullet::after{content: "";position: absolute;left: 0;top: 0;width: 0;height: 100%;background: #f59002;transition: all 2s ease;}
.powerCase-pagination .swiper-pagination-bullet.active::after{width: 100%;}
/* 化学检测详情 */
.chemistryItems-table{width: 100%;overflow-x: auto;}
.chemistryItems-table table{border-color: #dfdfdf;}
.chemistryItems-table td{height: 54px;text-align: center;font-size: 15px;}
.chemistryItems-table tr:first-child{height: 64px;background: #404040;color: #fff;}
.chemistryItems-table td:nth-child(n+3) p{width: 800px;}
.chemistryItems-table th{font-weight: 500;}
.chemistryItems-table th:first-child p{width: 320px;}
.chemistryItems-table tr:first-child th:nth-child(2) p{width: 170px;}
.chemistry-rule{background: #f3f3f3;}
.chemistryRule-list li{padding: 30px 50px 40px 50px;background: #fff; margin-top: 15px;box-shadow: 5.785px 6.894px 13px 0px rgba(0, 0, 0, 0.04);}
.chemistryRule-list li:first-child{margin-top: 0;}
.chemistryRule-list-title{color: #333;position: relative;font-weight: 700;padding-left: 13px;}
.chemistryRule-list-title::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 3px;height: 50%;background: #f59002;}
.chemistryRule-list-text p{line-height: inherit;color: #999;}
/* 实验室咨询 */
.houseBac-con{position: relative;}
.houseBac-img{width: 55%;}
.houseBac-text{width: 50%; display: flex;align-items: center;padding: 0 5%; position: absolute;right: 0;top: 50%;height: 80%;transform: translateY(-50%);background: #fff;box-shadow: 4.405px 5.44px 27px 0px rgba(0, 0, 0, 0.08);}
.houseYS{position: relative;}
.houseYS-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.houseYS-bg img{width: 100%;height: 100%;}
.houseYS-bg::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .2);}
.houseYS-item{position: relative;z-index: 10;}
.houseYS-con{box-shadow: 4.405px 5.44px 27px 0px rgba(0, 0, 0, 0.13);}
.houseYS-text,.houseYS-img{width: 50%;}
.houseYS-img img{height: 100%;}
.houseYS-text{background: #fff;padding:80px 170px 20px 55px ;}
.houseYS-text.debug{padding:65px 170px 20px 55px ;}
.houseYS-text .title{font-weight: 700;color: #333;}
.houseYS-text .text{color: #999;}
.house-config{position: relative;}
.houseConf-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.houseConf-bg img{width: 100%;height: 100%;}
.houseConf-bg::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .25);}
.houseConf-item{position: relative;}
.houseConf-text{color: #fff;text-align: center;}
.houseConf-list{justify-content: space-between;}
.houseConf-list::after{content: "";width: 18%;}
.houseConf-list li{width: 17%;background: #fff;flex-direction: column;padding-top: 40px;height: 240px;align-items: center;}
.houseConf-list-img{width: 70px;height: 70px;border-radius: 50%;background: #f59002;align-items: center;justify-content: center;box-shadow: 0.877px 1.798px 7px 0px rgba(245, 144, 2, 0.3);}
.houseConf-list-img img{max-width: 70%;}
.houseConf-list-text{width: 45%;text-align: center;font-weight: 500;}
.house-process{background: #f3f3f3;}
.houseProc-list{justify-content: space-between;align-items: center;position: relative;}
.houseProc-list::after{content: "";position: absolute;left: 50%;top: 50%;width: 90%;height: 2px;transform: translate(-50%,-50%);background: #f59002;}
.houseProc-list li{position: relative;z-index: 5; font-size: 16px; width: 9%;background: #fff;height: 70px;display: flex;align-items: center;justify-content: center;color: #333;font-weight: 500;box-shadow: 4.95px 4.95px 13px 0px rgba(0, 0, 0, 0.05);}
.houseProc-list li::after{content: "";position: absolute;right: -25%;top: 50%;transform: translateY(-50%);width: 17px;height: 17px;background: url('../image/houseProc-icon.png') no-repeat center/100% auto;}
.houseProc-list li:nth-child(3):after,.houseProc-list li:nth-child(5):after,.houseProc-list li:last-child:after{display: none;}
.houseProc-list li:nth-child(4):after,.houseProc-list li:nth-child(6):after{right: -17%;}
.houseProc-list .houseProc-items::before{content: "";position: absolute;left: -5%;top: 50%;width: 2px;height: 65%;transform: translateY(-50%);background: #f59002;}
.houseProc-item::before{z-index: -1; content: "";position: absolute;width: 50%;height: 2px;left: -48%;top: 50%;background: #f59002;transform: translateY(-50%);}
.houseProc-item::after{z-index: 10; content: "";position: absolute;left: -30%;top: 50%;transform: translateY(-50%);width: 17px;height: 17px;background: url('../image/houseProc-icon.png') no-repeat center/100% auto;}
.houseProc-list .houseProc-items{width: 12.5%;background: transparent;box-shadow: unset;height: 200px;flex-direction: column;justify-content: space-between;align-items: flex-end;}
.houseProc-item{position: relative; width: 115px;height: 70px;display: flex;background: #fff; align-items: center;justify-content: center;flex-wrap: wrap;box-shadow: 4.95px 4.95px 13px 0px rgba(0, 0, 0, 0.05);}
/* 新能源电池检测 */
.energyYS-tab{justify-content: center;}
.energyYS-tab li{color: #333;position: relative;cursor: pointer;transition: all .4s ease;margin-left: 110px;}
.energyYS-tab li:first-child{margin-left: 0;}
.energyYS-tab li::after{transition: all .4s ease; content: "";position: absolute;left: 0;bottom: -6px;width: 0;height: 2px;background: #f59002;}
.energyYS-tab li.active,.energyYS-tab li:hover{color: #f59002;}
.energyYS-tab li.active::after{width: 100%;}
.energyYS-con-list li{background: #f3f3f3;padding: 50px;display: none;}
.energyYS-con-title{padding-left: 18px;position: relative;}
.energyYS-con-title::after{content: "";position: absolute;left: 0;top: 50%;width: 3px;transform: translateY(-50%); height: 70%;background: #f59002;}
.energyYS-con-img{justify-content: space-between;}
.energyYS-con-img::after{width: 32%;content: "";}
.energyYS-con-img img{display: block;width: 32%;}
.energy-business{background: #f3f3f3;}
.energyBus-con-list li{display: none; background: #fff;box-shadow: 6.997px 3.878px 20px 0px rgba(0, 0, 0, 0.04);}
.energyBus-con-text,.energyBus-con-img{width: 50%;}
.energyBus-con-text{padding: 130px 120px 0 90px;border-right: 1px solid rgba(210, 210, 210, .5);background: url('../image/energyBus-bg.png') no-repeat left bottom/90% auto;}
.energyBus-con-text .title{color: #333; position: relative;font-weight: 700;}
.energyBus-con-text .title::after{content: "";position: absolute;left: 0;bottom: 0;width: 13%;height: 5px;background: #f59002;}
.energyBus-con-text .text{color: #999;}
.energyBus-con-img{padding: 35px 60px;display: block;}
.energyBus-con-img img{width: 100%;}
/* 铁路轨道详情 */
.railWayCon-list{justify-content: space-between;}
.railWayCon-list::after{content: "";width: 24.3%;}
.railWayCon-list li{cursor: pointer; position: relative; width: 24.3%;height: 240px;}
.railWayCon-list-img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.railWayCon-list-img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .55);}
.railWayCon-list-img img{width: 100%;height: 100%;}
.railWayCon-list-text{text-align: center; height: 100%;display: flex;flex-direction: column;justify-content: center;  position: relative;z-index: 2; background: #fff;box-shadow: 5.362px 4.5px 21px 0px rgba(0, 0, 0, 0.05);}
.railWayCon-list-text .title{text-align: center; font-weight: 700;color: #333;position: relative;}
.railWayCon-list-text .title::after{content: "";position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);width: 25px;height: 3px;background: #f59002;}
.railWayCon-list-text{padding: 0 10px;}
.railWayCon-list-text,.railWayCon-list-text .title,.railWayCon-list-text .text,.railWayCon-list-text .title::after{transition: all .6s ease;}
.railWayCon-list li:hover .railWayCon-list-text{background: transparent;}
.railWayCon-list li:hover .title,.railWayCon-list li:hover .text{color: #fff;}
.railWayCon-list li:hover .title::after{background: #fff;}
/* 法律声明 */
.com-tit {font-weight: 700;color: #333;padding-bottom: 12px;position: relative;text-align: center;}
.com-tit::after {content: '';width: 48px;height: 3px;background: #4484ce;position: absolute;left: 0;bottom: 0;}
.com-tit::after {left: 50%;transform: translateX(-50%);}
.privacy-intro p {line-height: inherit;}
/* 网站地图 */
.sonBan{width: 100%;position: relative;}
.sonBan img {width: 100%;object-fit: cover;min-height: 260px;}
.sonBan-cont {position: absolute;z-index: 4;width: 100%;left: 0;height: 100%;display: flex;align-items: center;top: 0;padding-top: 4%;}
.sonBan-cont .title {font-size: 40px;color: #fff;line-height: 1;font-weight: 700;}
.webmap-wrap{width: 100%;margin-top: 40px;box-shadow: 0 2px 16px 2px rgba(0,0,0,.1);padding: 30px 60px;}
.webmap-wrap li{width: 100%;padding: 20px 0;border-bottom: 1px solid #e3e7eb;}
.webmap-wrap li:last-child{border-bottom: none;}
.webmap-name{display: flex;width: 100%;font-size: 20px;color: #535c6d;font-weight: 500;}
.webmap-name a{transition: all .4s ease;}
.webmap-name a:hover{color: #4484ce;}
.webmap-menu{width: 100%;display: flex;flex-wrap: wrap;align-items: center;margin-top: 12px;}
.webmap-menu a{margin-right: 36px;font-size: 16px;color: #8d949a;line-height: 28px;padding-left: 12px;position: relative;transition: all .4s ease;}
.webmap-menu a:last-child{margin-right: 0;}
.webmap-menu a::before{content: "";position: absolute;width: 6px;height: 6px;border-radius: 50%;background: #8d949a;left: 0;top: 50%;margin-top: -3px;transition: all .4s ease;}
.webmap-menu a:hover{color: #4484ce;}
.webmap-menu a:hover::before{background: #4484ce;}
.newsxq-head,.webmap-name{color: #333;}
.newsxq-head .title{font-weight: 700;font-size: 28px;text-align: center;}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
}
@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .abHonor-swp{padding: 0 0 60px 140px;}
    .abBz-con-list {padding: 40px 40px;background: #fff;}
    .pages-title::after{bottom: -20px;}
    .publicDet-file{width: 66%;}
    .publicDet-list{width: 30%;}
    .publicDet-list.news{width: 26%;}
    .cons-table{width: 38%;}
    .register-center{width: 55%;}
    .register-agree-yes img{margin: 0;}
    .serProc-list li{height: 240px;}
    .serQua-next{right: 10px;}
    .serQua-prev{left: 10px;}
    .proveProc-list li.num7{padding: 22px 15px;}
    .proveProc-list li:nth-child(5)::after{right: 1000px;}
    .proveProc-linear{width: 83.6%;}
    .powerCycle-text::after{width: 90px;height: 100px;}
    .houseYS-text {padding: 50px 150px 20px 45px;}
    .houseYS-text.debug {padding: 50px 150px 20px 45px;}
    .houseProc-item::before{width: 42%;left: -31%;}
    .houseProc-item::after{left: -20%;}
    .abBz-con-list li{font-size: 13px;}
    .branchPopup-con {padding: 15px 20px 20px 25px;}
    .branchPopup-logo{width: 35%;}
    .serProc-list::after{top: 56%;}
    .serQua-swp{padding: 45px;}
    .serQua-slide-imgItem{padding: 20px;}
}
@media all and (max-width:1439px) {
    /* 1360 */
}
@media all and (max-width:1359px) {
    /* 1280 */
}
@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .pagesNav-items a{margin-left: 30px;}
    .abPdf-con{margin-top: 50px;}
    .abPdf-item-text{padding: 30px;}
    .ab-num-list li{width: 200px;}
    .cus-list{margin-top: 50px;}
    .cus-list-con{padding: 20px;}
    .case-swp li{height: 120px;}
    .publicDet-file{width: 64%;padding: 40px 40px 80px;}
    .publicDet-list{width: 32%;}
    .publicDet-item{padding: 25px;}
    .publicDet-file-i a{margin-left: 10px;}
    .con-mode-text{padding: 30px 40px;}
    .vr-video-btn{width: 50px;}
    .cons-table {width: 50%;}
    .register-center {width: 65%;}
    .register-con{padding: 40px;}
    .serItems-table p{padding-left: 10px;}
    .serCycle-list-text{padding-right: 20px;}
    .serCycle-list li{padding: 30px;}
    .serQua-slide-imgItem{padding: 20px;}
    .proveProc-list li.num7{margin-left: 3%;}
    .proveProc-list li{margin-left: 5%;}
    .proveBook-swp .swiper-slide{padding: 25px;}
    .serBan-text{padding: 20px 40px;}
    .powerCycle-text::after{width: 70px;height: 80px;}
    .energyYS-tab li{margin-left: 70px;}
    .houseConf-list li{width: 18%;padding-top: 30px;height: 220px;}
    .houseConf-list-text{width: 60%;}
    .houseYS-text.debug{padding-right: 60px;}
    .houseYS-text{padding-right: 60px;}
    .houseProc-list .houseProc-items::before{left: -13%;}
    .houseProc-item::before{left: -15%;}
    .abBz-con-list{padding: 20px;}
    .abBz-con-list li{padding: 10px;}
    .branch-popup{width: 60%;}
    .branch-big li, .branch-small li{padding-left: 25px;}
}
@media all and (max-width:1151px) {
    /* 1024 */
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .newsxq-head .title{font-size: 23px;}
    .webmap-wrap{margin-top: 20px;padding: 10px 30px;}
    .webmap-name{font-size: 16px;}
    .webmap-menu a{margin-right: 20px;font-size: 14px;}
    .abHonor-swp {padding: 0 0 50px 150px;}
    .abHonor-mouse{height: 80px;}
    .abPdf-item-text img{width: 30px;}
    .abBz-con-img, .abBz-con-list{width: 100%;}
    .cus-list a{width: 48%;}
    .publicDet-file,.publicDet-list{width: 100%;}
    .publicDet-list{margin-top: 20px;display: flex;justify-content: space-between;flex-wrap: wrap;}
    .publicDet-item{width: 48%;}
    .news-con,.publicDet-list.news{width: 100%;flex-wrap: wrap;}
    .publicDet-item:first-child{margin-top: 20px;}
    .con-select ul{max-height: 200px;}
    .con-mes-btn{width: 150px;height: 40px;line-height: 40px;margin-top: 30px;}
    .cons-table-contact{flex-wrap: unset;}
    .cons-table {width: 70%;}
    .register-img, .register-con {width: 100%;}
    .register-img{display: none;}
    .register-center{width: 50%;}
    .register-con {padding: 30px;}
    .serBan-text{padding: 30px;}
    .serBan-text .title{padding-bottom: 10px;}
    .serBan-text .text{margin-top: 10px;}
    .serBan-list a{height: 70px;flex-wrap: unset;}
    .serYS-list li{padding: 30px;}
    .serCycle-list-img{max-width: 35px;}
    .serCycle-list-text .text{margin-top: 10px;}
    /*.serItems-table td:last-child{width: 100px;}*/
    /*.serItems-table td:nth-child(2){width: 150px;}*/
    .serProc-list li{width: 32%;margin-top: 20px;}
    .serProc-list::after{width: 0;}
    .serQua-swp{padding: 30px;}
    .serQua-slide-text{padding-top: 20px;}
    .serQua-next{right: 0;}
    .serQua-prev{left: 0;}
    .serQua-pagination{display: block;}
    .prove-service li{padding: 20px 20px 40px 20px;}
    .proveBen-text{height: 100%;}
    .proveProc-list li{flex-wrap: unset;}
    .proveProc-botted{width: 25px;height: 25px;margin-left: 22px;}
    .proveProc-botted::after{width: 20px;}
    .proveProc-list li.num7{padding: 20px 5px;}
    .proveProc-text,.proveProc-text-branch .text{font-size: 14px;}
    .proveProc-linear {width: 79.5%;}
    .proveProc-linear.lin4{top: 460px;}
    .prove-service li{width: 49%;margin-top: 10px;}
    .serBan-text{min-height: 150px;}
    .serviceYS{margin-top: 50px;}
    .powerCycle-text::after{width: 50px;height: 55px;}
    .powerCase-swp td{padding: 15px 30px;}
    .powerCase-swp td:first-child{padding-right: 10px;padding-left: 20px;}
    .energyYS-con-list li{padding: 30px;}
    .energyBus-con-text{padding: 30px 30px 0;}
    .energyYS-tab li{margin-left: 20px;}
    .houseBac-text{height: 100%;line-height: 30px;}
    .houseConf-list li{width: 32%;margin-top: 10px;}
    .houseConf-list::after{width: 32%;}
    .houseProc-list li{font-size: 14px;}
    .houseProc-item{width: 64px;}
    .houseProc-list li,.houseProc-item{height: 50px;}
    .houseProc-item::before{left: -55%;width: 55%;}
    .houseProc-list .houseProc-items::before{height: 75%;}
    .houseProc-item::after,.houseProc-list li::after{width: 14px;height: 14px;}
    .houseProc-item::after{left: -35%;}
    .railWayCon-list li{height: 200px;}
    .abBz-con-list li{padding: 20px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .com-tit::after{width: 30px;bottom: 5px;}
    .sonBan-cont .title{font-size: 30px;}
    .pagesNav-bread{display: none;}
    .ab-num-text,.abHonor-tab,.abBz-con{margin-top: 40px;}
    .ab-num-list li{width: 50%;margin-top: 20px;}
    .ab-num-list ul{justify-content: unset;}
    .ab-num-list li:last-child{border-left: 1px solid #e9e9e9;}
    .ab-num-list img {height: 40px;}
    .abHonor-swp{padding: 0 0 35px 4%;}
    .abHonor-tab .tab{width: 90px;height: 35px;line-height: 35px;}
    .abHonor-mouse {height: 60px;}
    .abHonor-mouse .contain{font-size: 12px;}
    .abHonor-mouse i {width: 15px;height: 22px;margin-right: 5px;}
    .abPdf-item{margin-top: 10px;}
    .abPdf-item-img,.abPdf-item-text,.abPdf-item,.abBz-con-list li{width: 100%;}
    .abPdf-item-text{position: relative;right: unset;top: unset;transform: unset;}
    .abPdf-item-text {padding: 20px;}
    .abPdf-item-down{width: 90px;}
    .abBz-con-list{padding: 20px;}
    .abBz-con-list li{margin-top: 10px;}
    .abBz-con-list li:nth-child(2){margin-top: 10px;}
    .pagesNav .contain{overflow: auto hidden;display: block;}
    .pagesNav-items{display: block;}
    .pagesNav-items a{height: 40px;float: left; line-height: 40px;margin-left: 20px;font-size: 14px;}
    .paging-menu a{height: 32px;line-height: 32px;font-size: 13px;width: 30px;}
    .cus-list ul{margin-left: 0;}
    .cus-list a{width: 100%;margin-left: 0;}
    .case-swp{margin-top: 50px;}
    .case-swp li img{max-width: 60%;}
    .case-swp li{width: calc(100%  / 3);}
    .case-pagination{bottom: -25px;}
    .case-pagination .swiper-pagination-bullet{margin-left: 10px; width: 30px;}
    .publicDet-file{padding: 20px 20px 40px;}
    .publicDet-file-i{display: flex;flex-wrap: wrap; padding:10px 15px 10px 30px;}
    .publicDet-file-i a{margin-left: 0;margin-right: 10px;}
    .publicDet-file-i::after{top: 12px;transform: unset;width: 15px;height: 15px;}
    .publicDet-file-page{width: 100%;}
    .publicDet-file-btn{margin-top: 10px;font-size: 13px;width: 90px;height: 30px;border-radius: 15px;}
    .publicDet-item{width: 100% !important;}
    .newsCon-main,.newsCon-second-list a{flex-wrap: wrap;margin: 0;}
    .newsCon-second-list{margin: 0;}
    .newsCon-second-list a{justify-content: flex-end;padding: 0;margin-top: 20px;}
    .newsCon-main-img,.newsCon-main-text{width: 100%;}
    .newsCon-main-text{padding: 0;}
    .news-con .title{margin-top: 15px;}
    .newsCon-date{padding: 5px 7px;position: relative;right: 0;}
    .newsCon-second-img,.newsCon-second-text{width: 100%;}
    .newsCon-second-img img{width: 100%;}
    .newsCon-second-text{padding: 0;flex: none;}
    .publicDet-file-edit.newsDet img, .publicDet-file-edit.newsDet video{max-width: 80%;}
    .con-mode-img, .con-mode-text{width: 100%;}
    .con-mode-text{padding:20px 15px 30px;}
    .con-mode-text .text{margin-left: 10px;}
    .con-mode-more{padding: 5px 15px;font-size: 13px;}
    .con-mode-icon{width: 25px;height: 25px;}
    .con-select,.con-mes-tab input,.companyName, .con-select.province{width: 100% !important;margin-top: 8px;}
    .con-mes-tab textarea{height: 150px;padding: 10px;margin-top: 5px;}
    .con-select-name .name,.con-mes-tab input,.con-select li{height: 40px;line-height: 40px;padding-left: 10px;}
    .con-select-btn{width: 50px;}
    .con-select ul{top: 40px;}
    .con-mes-btn{width: 120px;height: 35px;line-height: 35px;}
    .vr-video-btn {width: 40px;}
    .cons-table{width: 100%;padding: 40px 4% 0;margin-top: 0;}
    .cons-table-contact .text{width: 40%;padding-right: 5px;}
    .cons-table-contact{height: auto;flex-wrap: wrap;padding: 10px 0 10px 15px;}
    .cons-select, .cons-table>input, .cons-table textarea, .cons-table-contact,.cons-table-text{padding-left: 15px;}
    .cons-table-submit{width: 130px;height: 35px;line-height: 35px;}
    .cons-table-tab{margin-top: 10px;}
    .register-center{width: 80%;}
    .register-con>*{margin-top: 10px;}
    .register-con {padding: 30px 20px;}
    .register-title{margin-bottom: 5px !important;}
    .register-con input,.register-btn,.register-messageCode button{height: 35px;line-height: 35px;}
    .register-con input::-webkit-input-placeholder,.register-imgCode-img p,.register-messageCode button{font-size: 12px;}
    .register-con input{padding-left: 15px;}
    .register-imgCode input{width: 60%;}
    .register-btn{margin-top: 20px;}
    .register-agree-yes img{margin-bottom: 2px;}
    .serBan-title{flex-direction: column-reverse;}
    .serBan-text, .serBan-img{width: 100%;}
    .serBan-text {padding: 20px;}
    .serBan-text .title::after{width: 80px;height: 3px;}
    .serBan-list{overflow-x:auto;overflow-y: visible;}
    .serBan-list a{width: auto !important;height: 50px;padding:0 15px;}
    .serviceYS{margin-top: 30px;}
    .serYS-list li {padding: 15px;}
    .serCycle-list li{width: 100%;margin-top: 10px;padding: 15px;}
    .serItems-table{overflow: auto;max-height: 500px;}
    .serItems-table table{width: 300%;}
    .serItems-table p{font-size: 14px;line-height: 30px;padding-left: 0;}
    .serCycle,.serProcess{background-size: auto 100%;}
    .serYS-list-text,.serCycle-list-text .tex{font-size: 14px;line-height: 20px;}
    .serYS-list-title{padding-left: 12px;}
    .serCycle-list-text .text{margin-top: 5px;}
    .serProc-list li {width: 48%;margin-top: 12px;padding-top: 30px;height: 210px;}
    .serQua-slide-text,.serQua-slide-img{width: 100%;}
    .serQua-slide-text{padding: 0;}
    .serQua-slide-img{margin-top: 20px;}
    .serQua-swp{padding: 20px;}
    .serQua-slide-text .text{margin-top: 5px;}
    .serQua-next,.serQua-prev{display: none;}
    .serQua-slide-imgItem {padding: 15px;}
    .proveSum-list{justify-content: space-between;}
    .proveSum-list li{margin: 10px  0 0;width: 48%;text-align: center;}
    .proveBen-text ul{width: 90%;}
    .proveBen-img, .proveBen-text{width: 100%;}
    .proveBen-text{position: relative;top: unset;right: unset;transform: unset;padding:10px 0 10px 20px;}
    .proveProc-text, .proveProc-text-branch .text,.proveProc-num{font-size: 12px;}
    .proveProc-list li{height: 70px;margin-left: 5px;margin-top: 30px; flex-wrap: wrap;width: calc((100% - 20px)/5);flex-direction: column;justify-content: flex-start;padding-top: 5px;}
    .proveProc-list li::after{display: none;}
    .proveProc-num{width: 17px;height: 17px;}
    .proveProc-text{width: 100%;text-align: center;margin:5px 0 0 0;}
    .proveProc-list li.num7{margin-top: 30px;margin-left: 5px;}
    .proveProc-list li.branch{margin-top: 30px;}
    .proveProc-list li.branch .proveProc-botted{margin: 11px 0 0 0;border-right: 1px dashed #707070;border-bottom: unset;}
    .proveProc-list li.num7 .proveProc-botted{border-right: 1px dashed #707070;border-bottom: unset;width: 13px;height: 13px;margin: 11px 0 0 0;}
    .proveProc-botted::after{left: 50%;top: 0;transform: translate(-50%,-100%);border-top: unset;border-left: 1px dashed #707070;height: 10px;width: 2px;}
    .proveProc-text-branch{flex-direction: row;flex-wrap: unset;}
    .proveProc-list li.branch .text:last-child{margin-left: 5px;margin-top: 0;}
    .proveProc-list li.num7 .text:last-child{margin-left: 0;}
    .proveProc-list li.branch{padding: 15px;}
    .proveProc-list li.num7{padding: 20px 5px;}
    .proveProc-list ul{margin-top: -20px;}
    .proveProc-linear{top: 65px;left: 10%;}
    .proveProc-linear.lin2{top: 115px;}
    .proveProc-linear.lin3 {top: 160px;}
    .proveProc-linear.lin4 {top: 310px;width: 40%;}
    .proveProc-unqualified {transform: unset;top: 105px;width: 40px;line-height: unset; height: auto;font-size: 12px;}
    .proveProc-unqualified::after{transform: unset;}
    .proveProc-list li:nth-child(10)::after{display: block;width: 13px;top: -7px; height: 13px;right: 55%;}
    .proveBook-con{flex-direction: column-reverse;}
    .proveBook-swp, .proveBook-img{width: 100%;}
    .proveBook-swp .swiper-container{width: 70%;}
    .proveBook-slide img{width: 100%;}
    .proveBook-swp{padding: 20px 0;}
    .proveBook-next{right: 10px;}
    .proveBook-prev{left: 10px;}
    .prove-service li,.prove-down a{width: 100%;}
    .prove-down a{margin-top: 10px !important;padding: 10px 0;}
    .proveDown-text{font-size: 16px;}
    .proveDown-icon::after{width: 25px;height: 25px;}
    .proveDown-btn::after{width: 15px;height: 15px;}
    .proveDown-text{padding: 5px 15px;}
    .prove-problem li{padding: 15px;}
    .proveProb-title,.proveProb-drop p{padding-left: 28px;}
    .proveProb-title::before{width: 15px;height: 15px;left: 4px;top: 7px;}
    .proveProb-title::after{width: 15px;height: 10px;right: 0;top: 10px;}
    .proveProb-drop p::before{width: 15px;height: 15px;left: 4px;}
    .powerCycle-img,.powerCycle-text{width: 100%;transform: unset;}
    .powerCycle-text{position: relative;top: unset;right: unset;padding: 20px 15px;height: auto;}
    .powerItems-table p{width: 160px;text-align: center;}
    .powerItems-table td{padding:10px; font-size: 14px;}
    .powerItems-table tr:first-child td{height: 54px;line-height: 54px;}
    .powerCase-swp-title{height: auto;line-height: unset;font-size: 16px;padding: 10px 10px;}
    .powerCase-swp p{font-size: 14px;line-height: 25px;}
    .powerCase-swp td{padding: 10px 15px;}
    .powerCase-swp td:first-child {padding-right: 5px;padding-left: 10px;}
    .powerCase-pagination{bottom: -25px;}
    .powerCase-pagination .swiper-pagination-bullet{width: 25px;margin-left: 10px;}
    .chemistryItems-table td{height: auto;font-size: 14px;padding:10px;}
    .chemistryItems-table th{padding:15px 10px;font-size: 14px;}
    .chemistryItems-table tr:first-child{height: auto;}
    .chemistryItems-table td:nth-child(n+3) p{width: 200px;}
    .chemistryItems-table th:first-child p{width: 100px;}
    .chemistryItems-table tr:first-child th:nth-child(2) p{width: 50px;}
    .chemistryRule-list li{padding: 15px 20px;}
    .chemistryRule-list-text p{line-height: 20px;margin-top: 10px;}
    .energyYS-tab{justify-content: space-between;}
    .energyYS-tab li{width: 48%;margin: 0;text-align: center;margin-top: 20px;}    
    .energyYS-tab li::after{bottom: -5px;}
    .energyYS-con-list li{padding: 25px 15px;}
    .energyYS-con-img{margin-top: 5px;}
    .energyYS-con-img img{width: 48%;margin-top: 10px;}
    .energyYS-con-title{padding-left: 14px;}
    .energyYS-con-title::after{height: 25px;}
    .energyBus-con-text, .energyBus-con-img{width: 100%;}
    .energyBus-con-text {padding: 20px 15px 15px;border-right: unset; border-bottom: 1px solid rgba(210, 210, 210, .5);}
    .energyBus-con-text .title::after{height: 3px;bottom: 5px;}
    .energyBus-con-img{padding: 15px;}
    .energyBus-con-text .text{margin-top: 10px;}
    .houseBac-img,.houseBac-text{width: 100%;}
    .houseBac-text{position: relative;right: unset;top: unset;padding: 15px;transform: unset;}
    .houseYS-text, .houseYS-img{width: 100%;}
    .houseYS-con{flex-direction: column-reverse;margin-top: 45px;}
    .houseYS-con.plan{flex-direction: column;}
    .houseYS-text{padding:25px 15px 15px !important;}
    .houseYS-text .text{margin-top: 10px;}
    .houseConf-list li{width: 48%;}
    .houseProc-list{flex-direction: column;}
    .houseProc-list li{width: 100px;height: 50px;margin-top: 30px;}
    .houseProc-list li:first-child{margin-top: 0;}
    .houseProc-list .houseProc-items{flex-direction: row;align-items: flex-start;width: 80%;height: auto;}
    .houseProc-item{width: 100px;height: 50px;}
    .houseProc-list li::after{right: 50%;bottom: -20px;top: unset;transform: translate(50%,0) rotate(100deg);}
    .houseProc-list::after{width: 2px;height: 90%;}
    .houseProc-item::before{width: 2px;height: 15px;left: 50%;top: 0;transform: translate(-50%,-100%);}
    .houseProc-list .houseProc-items::before{width: 64.5%;height: 2px;left: 50%;top: -17px; transform: translate(-50%,0);}
    .houseProc-item::after{left: 50%;top: -20px;transform: translate(-50%,0) rotate(100deg);}
    .houseProc-list li:nth-child(4):after, .houseProc-list li:nth-child(6):after{right: 50%;}
    .railWayCon-list li{width: 48%;margin-top: 10px;height: 180px;}

    .chemistry-items .contain{overflow-x: auto;}
    .chemistry-items table{width: 170%;}
    .branch-big li, .branch-small li{width: 100%;padding-left: 0;}
    .branch-big li{display: none;}
    .branch-big li:first-child{display: block;}
    .branch-big li:first-child .branch-phone{display: block;color: #666;}
    .branch-site{width: 100%;}
    .branch-big li:first-child .branch-site{margin-top: 10px;}
    .branch-data{padding-top: 50px;}
    .branch-title::after{width: 16px;height: 21px;top: 0;}
}