@charset "utf-8";
/* =====================内页样式======================== */
/* 分页 */
.paging{width: 100%;font-size: 0;text-align: center;user-select: none;}
.paging-menu, .paging-menu a, .paging-skip, .paging-hint, .paging-skip input, .paging-skip button{display: inline-block;vertical-align: middle;}
.paging-menu a{width: 36px;height: 36px;line-height: 36px;margin: 4px;font-size: 16px;color: #333;transition: all .4s ease;background-color: #fff;}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{background-color: #13b5b1;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: #21548a;}
.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: #21548a;color: #fff;border-color: #21548a;}
.paging-hint span{color: #21548a;}
@media all and (max-width:1000px) {.paging-menu a{margin: 4px 2px;}.paging-skip{width: 100%;margin-left: 0;}}
/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #21548a;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #21548a;font-weight: 700;flex: 1;}
.search-list{width: 100%;}
.search-link{display: block;width: 100%;border: 1px solid #eee;background: #f6f8f9;padding: 40px 24px;}
.search-link:not(:first-child){margin-top: 16px;}
.search-link h2{color: #333;line-height: 1.1;font-weight: 700;transition: all .4s ease;}
.search-link p{width: 100%;color: #666;}
.search-link .highlightRow span{color: #21548a !important;}
.search-link:hover h2{color: #21548a;}
@media all and (max-width:1000px) {.search-link{padding: 20px 15px;}.search-link:not(:first-child) {margin-top: 12px;}}
/* 隐私协议 */
.privacy{width: 100%;}
.privacy-title{width: 100%;color: #333;line-height: 1.1;}
.privacy-content{width: 100%;color: #666;}
/* 网站地图 */
.webmap{width: 100%;}
.webmap-title{width: 100%;color: #333;line-height: 1;position: relative;padding-bottom: 24px;}
.webmap-title::after{content: "";position: absolute;width: 60px;left: 0;right: 0;margin: 0 auto;bottom: 0;height: 4px;background: #21548a;}
.webmap-list{width: 100%;}
.webmap-list>ul{margin: -40px 0 0 -40px;display: flex;flex-wrap: wrap;}
.webmap-list>ul>li{width: calc(20% - 40px);margin: 40px 0 0 40px;color: #333;}
.webmap-list>ul>li ul, .webmap-list>ul>li li{width: 100%;}
.webmap-list>ul>li a{display: block;transition: color .4s ease;position: relative;}
.webmap-list>ul>li a:hover{color: #21548a;}
.webmap-list>ul>li>.menu{font-weight: 700;border-bottom: 1px solid #e1e1e1;font-size: 20px;width: 100%;padding-bottom: 20px;line-height: 1;}
.webmap-list>ul>li>.drop{margin-top: 16px;}
.webmap-list>ul>li>.drop a{line-height: 1.28;padding: 6px 0;font-size: 18px;}
.webmap-list>ul>li>.drop .drop a{padding-left: 18px;font-size: 16px;}
.webmap-list>ul>li>.drop .drop a::before{content: "";position: absolute;width: 4px;height: 4px;border-radius: 50%;background: #afafaf;left: 0;top: 14px;}
@media all and (max-width:1270px) {
    .webmap-list>ul{margin: -24px 0 0 -24px;}
    .webmap-list>ul>li{width: calc(20% - 24px);margin: 24px 0 0 24px;}
    .webmap-list>ul>li>.menu {font-size: 18px;}
    .webmap-list>ul>li>.drop a {font-size: 16px;}
    .webmap-list>ul>li>.drop .drop a{font-size: 14px;}
    .webmap-list>ul>li>.drop .drop a::before{top: 11px;}
}
@media all and (max-width: 680px) {
    .webmap-title {padding-bottom: 16px;}
    .webmap-title::after {width: 44px;height: 3px;}
    .webmap-list>ul{margin: -14px 0 0;}
    .webmap-list>ul>li{width: 100%;margin: 14px 0 0;}
    .webmap-list>ul>li>.menu {font-size: 16px;padding-bottom: 14px;}
    .webmap-list>ul>li>.drop{margin-top: 10px;}
    .webmap-list>ul>li>.drop a{padding: 4px 0;font-size: 15px;}
    .webmap-list>ul>li>.drop .drop a{padding-left: 12px;}
}
/*内页公共 */
.pagesBan-bg img{width: 100%;min-height: 400px;}
.pagesBan-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;align-items: center;}
.pagesBan-text .label{animation: banText 1.5s ease forwards;opacity: 0;}
.pagesBan-text .title{animation: banText 1.5s .2s ease forwards;opacity: 0;}
.pagesBan-text .text{padding-right: 40px;width: 730px;animation: banText 1.5s .3s ease forwards;opacity: 0;}
@keyframes banText {0%{opacity: 0;transform: translateX(150px);}100%{opacity: 1;transform: translateX(0);}}
.pagesNav-box{position: absolute;left: 0;bottom: 5%;z-index: 2;border-bottom: 1px solid rgba(255, 255, 255, .2);width: 100%;}
.pagesNav-box .contain{justify-content: space-between;align-items: flex-end;}
.pagesNav-item{margin-left: 55px;transition: all .4s ease;}
.pagesNav-item:first-child{margin-left: 0;}
.pagesNav-item::after{content: "";position: absolute;left: 0;bottom: -1px;width: 0;height: 2px;background: #13b5b1;transition: all .4s ease;}
.pagesNav-item.active,.pagesNav-item:hover{color: #13b5b1;}
.pagesNav-item.active::after{width: 100%;}
.pagesBread-item{margin-left: 30px;transition: all .4s ease;}
.pagesBread-item::after{content: "\e622";color: #fff;font-family: "icon"; position: absolute;right: -20px;font-weight: 300; top: 50%;transform: translateY(-50%); font-size: 12px;}
.pagesBread-item:last-child:after{display: none;}
.pagesBread-item:first-child::before{content: "\e63a";font-family: "icon";position: absolute;left: -19px;top: 40%;transform: translateY(-50%);}
.pagesBread-item:hover{color: #13b5b1;}
/* .pagesTitle .text{width: 700px;margin: 20px auto 0;} */
/* 新闻中心 */
.newsIntro-img{width: 56%;overflow: hidden;}
.newsIntro-img img{width: 100%;height: 480px;transition: all .6s ease;}
.newsIntro-img:hover img{transform: scale(1.08);}
.newsIntro-con{width: 44%;background: #21548a;padding: 75px 80px 80px;}
.newsIntro-con .text{color: #84b1e1;}
.newsIntro-con .more{transition: all .4s ease; position: absolute;left: 80px;bottom: 80px;flex-wrap: nowrap;align-items: center;}
.newsIntro-con .more::before{transition: all .4s ease; content: "";display: inline-block;width: 30px;height: 3px;background: #13b5b1;margin-right: 20px;}
.newsIntro-con .more:hover{color: #13b5b1;text-decoration: underline;}
.newsIntro-con .more:hover:before{width: 20px;margin-right: 10px;}
.newsIntro-con .title:hover{text-decoration: underline;}
.newsIntro-btn-box{z-index: 2; position: absolute;right: 44%;bottom: 0;width: 260px;height: 72px;background: rgba(0, 0, 0, .6);display: flex;align-items: center;justify-content: space-between;padding: 0 35px;}
.newsIntro-btn .btn{margin-left: 35px;color: #fff;cursor: pointer;}
.newsIntro-prev.btn{margin-left: 0;opacity: .6;transition: all .4s ease;}
.newsIntro-stop.active::before{content: "\e653";}
.newsIntro-next{opacity: .6;transition: all .4s ease;}
.newsIntro-next:hover,.newsIntro-prev:hover{opacity: 1;}
.newsIntro-pagination{width: auto !important;}
.newsSearch{justify-content: space-between;align-items: center;border-bottom: 1px solid #e5e5e5;}
.newsSearch-title span{color: #21548a;}
.newsInput{width: 400px;height: 60px;border: 1px solid #e5e5e5;align-items: center;justify-content: space-between;}
.newsInput input{width: 70%;height: 58px;padding-left: 20px;font-size: 16px;color: #8f99a4;background: transparent;}
.newsInput input::-webkit-input-placeholder{font-size: 16px;color: #8f99a4;}
.newsInput-btn{width: 58px;height: 58px;cursor: pointer;font-size: 20px;font-weight: 700;}
.newsList{justify-content: space-between;}
.newsList::after{content: "";width: 32%;}
.newsList-item{width: 32%;}
.newsList-img .img{overflow: hidden;}
.newsList-img .img img{width: 100%;height: 260px;transition: all .4s ease;}
.newsList-img .btn{position: absolute;right: 0;bottom: 0;transform: scale(0);transition: all .4s ease; transform-origin: right bottom;width: 72px;height: 72px;}
.newsList-img .btn::after,.newsList-img .btn::before{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #fff;width: 50%;height: 1px;}
.newsList-img .btn::after{width: 1px;height: 50%;}
.newsList-item:hover .newsList-img .btn{transform: scale(1);}
.newsList-item:hover .newsList-text .title{color: #13b5b1;}
.newsList-text{padding: 40px;background: #fff;}
.newsList-text .title{transition: all .4s ease;}
.newsList-text .text{color: #8196ad;}
.newsList-text .date{color: #77a3d2;}
.news{background: url('../images/pages/news-bg.jpg') no-repeat center 900px/100% auto;padding-top: 100px; padding-bottom: 250px;}
.news-box .pagesBan-con{height: 640px;}
/* .pagesNav-box{bottom: auto;top: 500px;} */
.newsList-text .text{margin-top: 15px;}
/* 新闻详情 */
.pbBox{padding-bottom: 250px;}
.detBack{border-bottom: 1px solid #e5e5e5;align-items: center;}
.detBack i{font-style: normal;width: 30px;height: 30px;border-radius: 50%;background: #21548a;margin-right: 10px;font-size: 12px;}
.detBack .title:hover {color: #21548a;text-decoration: underline;}
.detCon{justify-content: space-between;align-items: flex-start;}
.detCon-text{width: 42%;flex-direction: column;position: sticky;top: 96px;}
.detCon-top-title{padding-right: 10%;border-bottom: 1px solid #e5e5e5;}
.detCon-btm #toShare{align-items: center;padding: 0;}
.detCon-btm #toShare a{color: #fff;}
.detCon-btm #toShare a.icon-wechat{background: #56c989;}
.detCon-btm #toShare a.icon-weibo{background: #f88755;}
.detCon-btm #toShare a.icon-facebook{background: #578bcb;}
.detCon-btm #toShare a.icon-linkedin{background: #4792df;}
.detCon-btm #toShare a.icon-twitter{background: #5ebcf2;}
.detCon-top-date{align-items: flex-start;}
.detCon-top-date .day{line-height: .8;margin-right: 30px;}
.detCon-top-date .year span{width: 100%;display: block;}
.detCon-file{width: 55%;color: #8196ad;}
.detCon-file img,.detCon-file video{width: 100%;}
.detCon-file p{line-height: inherit;}
.detHot{border-top: 1px solid #333;border-bottom: 1px solid #333;padding: 50px;}
.detHot-header{flex-direction: column;justify-content: space-between;width: 22%;}
.detHot-next{margin-left: 22px;}
.detHot-btn .btn{cursor: pointer;}
.detHot-btn .btn:hover{color: #13b5b1;}
.detHot-swp{width: 78%;}
.detHot-slide{border-left: 1px solid #e5e5e5;padding: 20px 30px 20px 40px;}
.detHot-slide .more{align-items: center;transition: all .4s ease;}
.detHot-slide .more::before{content: "";display: inline-block;width: 30px;height: 3px;background: #13b5b1;margin-right: 20px;transition: all .4s ease;}
.detHot-slide:hover .title{color: #21548a;}
.detHot-slide:hover .more::before{width: 15px;}
/* 全球配送 */
.give-img{width: 50%;}
.give-img img{width: 100%;height: 100%;}
.give-con{width: 50%;background: #f7f7f7;padding: 100px;flex-direction: column;justify-content: center}
.give-title{padding-left: 37px;}
.give-title::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 23px;height: 26px;background: url('../images/pages/give-icon.png') no-repeat center/100% auto;}
.give-text{color: #7c8690;}
/* 品质保证 */
.quaProc-title{border-bottom: 1px solid #f0f0f0;}
.quaProc-title .title{padding-left: 13px;}
.quaProc-title .title::after{content: "";position: absolute;width: 2px;height: 80%;background: #13b5b1;left: 0;top: 50%;transform: translateY(-50%);}
.quaProc-list{margin-left: -20px;}
.quaProc-list li{flex-direction: column;position: relative;display: flex;text-align: center;align-items: center;width: calc((100% / 9) - 20px);margin-left: 20px;}
.quaProc-list li::after{content: "";width: 50px;height: 12px;background: url('../images/pages/quaProc-more.png') no-repeat center/100% auto;position: absolute;right: -35px;top: 10px;}
.quaProc-list li:last-child::after{display: none;}
.quaProc-item:nth-child(3) .quaProc-list li::after{display: none;}
.quaProc-icon{height: 44px;}
.quaProc-icon img{max-height: 100%;}
.quaGL{background: #f7f7f7;}
.quaGL-nav-list{box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);border-radius: 1px;}
.quaGL-nav li{width: 25%;height: 116px;background: #fff;user-select: none;cursor: pointer;}
.quaGL-nav-icon img{transition: all .4s ease;}
.quaGL-nav-icon .h{position: absolute;left: 0;top: 0;opacity: 0;}
.quaGL-nav-text{transition: all .4s ease;margin-left: 10px;}
.quaGL-nav li.active{background: #13b5b1;}
.quaGL-nav li.active .quaGL-nav-icon .s{opacity: 0;}
.quaGL-nav li.active .quaGL-nav-icon .h{opacity: 1;}
.quaGL-nav li.active .quaGL-nav-text{color: #fff;}
.quaGL-con{display: none;}
.quaGL-con:first-child{display: block;}
.quaGL-flex{justify-content: space-between;align-items: flex-start;}
.quaGL-text{width: 45%;}
.quaGL-text .title{border-bottom: 1px solid #e8e8e8;}
.quaGL-text .title::after{content: "";width: 30px;height: 3px;background: #21548a;position: absolute;left: 0;bottom: 0;}
.quaGL-text .text{color: #7c8690;}
.quaGL-img{width: 47%;border-radius: 10px;overflow: hidden;}
.quaGL-img img{width: 100%;}
.qua-shebei .contain{justify-content: space-between;}
.qua-shebei .pagesTitle{width: 30%;position: relative;}
.qua-shebei .pagesTitle::after{content: "";position: absolute;left: 0;bottom: 0;width: 64px;height: 30px;background: url('../images/pages/quaShB-bg.png') no-repeat center/10% auto;}
.qua-shebei .pagesTitle .text::after{content: "";position: absolute;left: 0;bottom: 0;width: 56px;height: 4px;background: #13b5b1;}
.quaShb-list{width: 60%;}
.quaShb-list li{border-bottom: 1px solid #ebebeb;align-items: flex-start;cursor: pointer;}
.quaShb-list li:first-child{border-top: 1px solid #ebebeb;}
.quaShb-icon img{transition: all .4s ease;}
.quaShb-icon .h{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;}
.quaShb-text .title{position: relative;}
.quaShb-text .title::after,.quaShb-text .title::before{content: "";transition: all .4s ease; position: absolute;right: 24px;top: 50%;transform: translateX(-50%);width: 12px;height: 2px;background: #000;}
.quaShb-text .title::after{transform: translateY(-40%);width: 2px;height: 12px;right: 35px;}
.quaShb-text{flex: 1;padding-left: 20px;}
.quaShb-drop{position: relative;width: 90%;display: none;}
.quaShb-drop .text{width: 75%;padding-bottom: 40px;}
.quaShb-drop .img{background: #f1f1f1;width: 112px;height: 112px;opacity: 0; display: flex;align-items: center;justify-content: center;position: absolute;right: 0;top: 0;transform: translateY(-30%) scale(0);}
.quaShb-list li.active .quaShb-drop .img{animation: quaShb .3s  0.3s ease forwards;}
.quaShb-list li.active .quaShb-icon .h{opacity: 1;}
.quaShb-list li.active .quaShb-icon .s{opacity: 0;}
.quaShb-list li.active .quaShb-text .title::after{transform: translateY(-40%) rotate(135deg);}
.quaShb-list li.active .quaShb-text .title::before{transform: translateX(-50%) rotate(135deg);}
@keyframes quaShb {0%{opacity: 0;transform: translateY(-30%) scale(0);}100%{opacity: 1;transform: translateY(-30%) scale(1);}}
.quaShb-drop .img img{max-width: 80%;max-height: 80%;}
/* 产品-产品线 */
.proLineDL{background: #f7f7f7;position: relative;overflow: hidden;}
.proList,.proYY,.ysCG,.ysBg{overflow: hidden;position: relative;}
.proLineDL::after,.proList::after,.proYY::after,.ysCG::after,.ysBg::after{content: "";position: absolute;display: inline-block; right: 10%;top: 0;width: 30vw;transform: translateY(-10%); height: 30vw;background: url('../images/pages/proLine-bg.png') no-repeat center top/100% auto;}
.proYY .contain{position: relative;z-index: 2;}
.ysCG::after.ysBg::after{transform: translateY(-15%);}
.proLineDL .contain,.proList .contain,.prYY .contain,.ysCG .contain,.ysBg .contain{position: relative;z-index: 2;}
.proLineDL-con ul{margin-left: -30px;}
.proLineDL-con li{margin: 30px 0 0 30px;position: relative;width: calc(25% - 30px);box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.05);}
.proLineDL-box{overflow: hidden;background: #fff;}
.proLineDL-show-logo{height: 126px;border-bottom: 1px solid #f3f3f3;}
.proLineDL-show-logo img{max-width: 50%;max-height: 50%;}
.proLineDL-show-title{height: 70px;}
.proLineDL-hide{position: absolute;transform: translateY(calc(100% + 1px));transition: all .5s ease; left: 0;top: 0;width: 100%;height: 100%;background: #13b5b1;display: flex;flex-direction: column;}
.proLineDL-hide-title{height: 70px;}
.proLineDL-hide-text{border-top: 1px solid rgba(255, 255, 255, .3);flex: 1;padding: 15px 25px 0;}
.proLineDL-con li:hover .proLineDL-hide{transform: translateY(0);}
.proLineFX-con li{width: 25%;height: 160px;transition: all .4s ease;}
.proLineFX-con li img{max-width: 80%;max-height: 80%;}
.proLineFX-con li:hover{box-shadow: 0 5px 10px rgba(0, 0, 0, .1);}
/* 产品-产品类别 */
.proList::after{transform: translateY(0);}
.proList-con{margin-left: -35px;}
.proList-item{margin: 35px 0 0 35px;box-shadow: 0px 0px 38px 0px rgba(4, 0, 0, 0.08);padding: 40px;width: calc(50% - 35px);background: #fff;}
.proList-img{height: 190px;background: #f7f7f7;width: 26%;}
.proList-img img{max-width: 90%;max-height: 90%;}
.proList-text{flex: 1;padding-left: 35px;}
.proList-text .title{width: 90%;border-bottom: 1px solid #e9e9e9;}
.proList-text .title::after{content: "";position: absolute;left: 0;bottom: 0;height: 2px;background: #13b5b1;width: 60px;}
.proList-list li{width: 50%;padding-left: 12px;padding-right: 5px;}
.proList-list li::after{content: "";position: absolute;left: 0;top: 10px;width: 5px;height: 2px;background: #13b5b1;}
  /* 产品-产品应用领域 */
.proYY-con{justify-content: space-between;}
.proYY-con::after{content: "";width: 31%;}
.proYY-item{width: 31%;}
.proYY-icon{width: 90px;height: 90px;}
.proYY-icon img{max-width: 50%;max-height: 50%;}
.proYY-title{flex: 1;padding-left: 30px;align-items: center;background: #21558b url('../images/pages/proYY-bg.png') no-repeat right center/100% auto;border-bottom-right-radius:30px;overflow: hidden;}
.proYY-list li{border-bottom: 1px solid #f2f2f2;padding: 15px 0 15px 20px;}
.proYY-list li::after{content: "";position: absolute;left: 0;top: 25px;width: 4px;height: 4px;background: #13b5b1;}
/*  优势 */
.ysIcon{box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.06);position: relative;z-index: 3;}
.ysIcon-item{width: calc(100% / 6);position: relative;}
.ysIcon-item::after{content: "";position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);width: 0;height: 5px;background: #13b5b1;transition: all .4s ease;}
.ysIcon-box{flex-direction: column;align-items: center;text-align: center;border-left: 1px solid #e6e6e6;}
.ysIcon-item:first-child .ysIcon-box{border-left: unset;}
.ysIcon-img{height: 40px;}
.ysIcon-img img{max-height: 100%;transition: all .4s ease;}
.ysIcon-img .h{position: absolute;left: 0; top: 0;opacity: 0;}
.ysIcon-item:hover .ysIcon-img .h,.ysIcon-item.active .ysIcon-img .h{opacity: 1;}
.ysIcon-item:hover .ysIcon-img .s,.ysIcon-item.active .ysIcon-img .s{opacity: 0;}
.ysIcon-item:hover .ysIcon-text,.ysIcon-item.active .ysIcon-text{color: #13b5b1;}
.ysIcon-item.active::after{width: 100px;}
.ysTitle{padding-left: 25px;border-left: 4px solid #13b5b1;}
/*  优势-稳定性 */
.ysWDX .contain{justify-content: space-between;}
.ysWDX-con{width: 50%;}
.ysWDX-title-en{color: #f6f7fa;font-family: "Arial";font-size: 130px;text-transform: uppercase;}
.ysWDX-num li{border-left: 1px dashed #e3e3e3;width: 35%;padding-left: 5%;}
.ysWDX-num li:nth-child(1){border-left: unset;width: 30%;padding-left: 0;}
.ysWDX-num .num{font-family: "EN";}
.ysWDX-img{width: 35%;}
.ysWDX-img img{width: 100%;}
/* 优势-采购 */
.ysCG-list{margin-left: -20px;}
.ysCG-list li{width: calc((100% / 3) - 20px);margin: 20px 0 0 20px;position: relative;overflow: hidden;}
.ysCG-show .img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(33, 84, 138, .8);}
.ysCG-show  .img img{height: 250px;width: 100%;}
.ysCG-show .text{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;}
.ysCG-hide{position: absolute;left: 0;top: 0;width: 100%;height: 100%;flex-direction: column;z-index: 3;background: #13b5b1;transform: translateY(100%);transition: all .4s ease;}
.ysCG-list li:hover .ysCG-hide{transform: translateY(0);}
/* 优势-市场情报 */
.ysSC-con{justify-content: space-between;}
.ysSC-item{width: 48%;}
.ysSC-img img{width: 100%;height: 350px;}
.ysSC-text{position: absolute;left: 0;bottom: 0;padding: 30px 35px;width: 100%;background: rgba(0, 0, 0, .7);transition: all .4s ease;}
.ysSC-text .title{align-items: center;}
.ysSC-text .title p{flex: 1;padding-left: 8px;}
.ysSC-text .text{height: 0;overflow: hidden;transition: all .4s ease;}
.ysSC-item:hover .ysSC-text{background: #13b5b1;}
.ysSC-item:hover .ysSC-text .text{height: 35px;padding-top: 10px;}
/* 优势-供应链服务 */
.ysGYL .ysSC-con::after{width: 33%;content: "";}
.ysGYL .ysSC-item{width: 33%;}
.ysGYL .ysSC-text .title p{padding-left: 0;}
.ysSC-item:hover .ysSC-text .text{height: 55px;}
/* 优势-品质与运营 */
.ysPZ-con{justify-content: space-between;}
.ysPZ-img{width: 20%;}
.ysPZ-list{width: 73%;}
.ysPZ-list li{border-bottom: 1px solid #ebebeb;}
.ysPZ-list li:first-child{padding-top: 0;}
.ysPZ-more{width: 128px;height: 46px;border-radius: 40px;}
.ysPZ-more:hover{text-decoration: underline;}
.ysPZ-more::after{content: "\e765";display: inline-block;font-family: "icon";margin-left: 5px;margin-top: 3px;}
 /* 优势-IT基建 */
 .ysIT-item{width: calc(100% / 3);align-items: center;justify-content: space-between;}
 .ysIT-img{width: 35%;height: 180px;border-radius: 5px;overflow: hidden;}
 .ysIT-img img{width: 100%;height: 100%;}
 .ysIT-text{width: 65%;padding-left: 50px;}
 .ysIT-text .title span{font-family: "EN";text-transform: uppercase;}
 /* 关于我们-人才招聘 */
.join .contain{justify-content: space-between;}
.join-list{width: 58%;height: 670px;overflow-y: auto;border-right: 1px dashed #dadada;padding-right: 5%;}
.join-list::-webkit-scrollbar {width: 2px;}
.join-list::-webkit-scrollbar-thumb {background: #13b5b1;}
.join-list::-webkit-scrollbar-track {background: transparent;}
.join-menu{height: 85px;display: flex;align-items: center;cursor: pointer;user-select: none;position: relative;border-bottom: 1px solid #eaeaea;transition: all .4s ease;}
.join-menu::after,.join-menu::before{content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 21px;height: 3px;background: #ababab;transition: all .4s ease;}
.join-menu::after{right: 9px;width: 3px;height: 21px;}
.join-menu.active,.join-menu:hover{color: #13b5b1;}
.join-menu.active{border-color: transparent;}
.join-menu.active::before{transform: translateY(-50%) rotate(90deg);background: #13b5b1;opacity: 0;}
.join-menu.active::after{transform: translateY(-50%) rotate(90deg);background: #13b5b1;}
.join-drop{display: none;}
.join-item:first-child{margin-top: 0;}
.join-item .text p{line-height: inherit;}
.join-more{width: 155px;height: 48px;border-radius: 40px;cursor: pointer;user-select: none;}
.join-more::after{content:  "\e765";font-family: "icon";display: inline-block;font-weight: 700;margin-left: 5px;}
.join-more:hover{background: #0b9b97;}
.join-label{width: 36%;background: #13b5b1;padding: 70px;flex-direction: column;justify-content: space-between;}
.join-label::after{content: "";width: 72px;height: 196px;background: url('../images/pages/join-label.png') no-repeat center top/100% auto;right: 70px;top: 70px;position: absolute;}
.join-label .title-en{text-transform: uppercase;}
 /* 弹窗 */
.add-popup{position: fixed;left: 0;top: 0;width: 100vw;height: 100vh;z-index: 99999;background: rgba(0, 0, 0, .56);}
.addP-con{width: 500px; text-align: center; padding: 50px;background: #fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 10px;}
.addP-con .title{color: #333;font-weight: 700;}
.addP-con input{background: #f2f2f2;}
.addP-con input,.addP-con button{padding: 15px;}
.addP-con button{cursor: pointer; border-radius: 5px; background: #21548a;color: #fff;}
.addP-phone,.addP-btn{width: 100%;}
.addP-code input{width: 60%;}
.addP-code button,.addP-code-img{width: 40%;}
.addP-con .text{text-align: right;}
.addP-con .text a{color: #21548a;}
.addP-close{cursor: pointer; position: absolute;right: 5px;top: 5px;width: 40px;height: 40px;}
.addP-close::after{content: ""; width: 20px;height: 2px;background: #717171;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) rotate(45deg);}
.addP-close::before{content: ""; width: 20px;height: 2px;background: #717171;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) rotate(-45deg);}
.addP-scroll{height: 100%;overflow: hidden;}
.addP-resume{display: flex;}
.addP-resume input{width: 78%;}
.addP-resume button{width: 22%;}
.addP-resume-list li{cursor: pointer; position: relative; display: flex;align-items: center;}
.addP-resume-index{transition: all .4s ease; width: 23px;height: 23px;border-radius: 50%;background: #b0b0b0;color: #fff;text-align: center;line-height: 23px;}
.addP-resume-text{color: #777;margin-left: 10px;}
.addP-resume-list li::after{transition: all .4s ease;position: absolute; content: "";top: 50%;right: 0;width: 20px;height: 2px;background: #717171;transform: translateY(-50%) rotate(45deg);}
.addP-resume-list li::before{content: "";top: 50%;transition: all .4s ease;position: absolute; right: 0;width: 20px;height: 2px;background: #717171;transform: translateY(-50%) rotate(-45deg);}
.addP-resume-list li:hover .addP-resume-index,.addP-resume-list li:hover::after,.addP-resume-list li:hover::before{background: #21548a;}
.addP-code-img{padding-left: 10px;overflow: hidden;}
.addP-code-img img{width: 100%;border-radius: 5px;}
.addP-position input::-webkit-input-placeholder{font-size: 14px;}
.add-popup{display: none;}
.add-sort-mbBtn{display: none; padding: 8px 30px 8px 8px;position: relative;margin-top: 20px;background: #f0f3f6;color: #333;}
.add-sort-mbBtn::after{content: "";position: absolute;right: 11px;top: 50%;transform: translateY(-40%);width: 11px;height: 15px;background: url('../images/pages/sort-mbBtn.png') no-repeat center/100% auto;}
@keyframes banAnimation{0%{transform:scale(1);}50%{transform: scale(1.1);}100%{transform: scale(1.2);}}
@keyframes abBanAnimation{0%{transform:scale(1.2);}50%{transform: scale(1.1);}100%{transform: scale(1);}}
/*  关于我们-联系我们 */
.contact{z-index: 5;position: relative;padding-bottom: 130px;}
.contTitle{position: absolute;left: 0;bottom: calc(100% - 45px);width: 100%;}
/* .contData{display: none;} */
.contBack{display: flex;align-items: center;}
.contBack i{width: 30px;height: 30px;margin-right: 9px;}
.contBack i::before{position: relative;z-index: 2;color: #21548a;font-size: 13px;}
.contBack i::after{content: "";position: absolute;left: 0;top: 0;width: 30px;height: 30px;border-radius: 30px;background: #fff;transition: all .4s ease;}
.contBack p{position: relative;z-index: 4;transition: all .4s ease;}
.contBack:hover i::after{width: 80px;}
.contBack:hover p{color: #21548a;}
.contTitle .title{color: #bad4ef;font-size: 160px;text-transform: uppercase;}
.contData-con{width: 50%;background: #21548a;padding: 120px 10px 300px 12%;display: flex;align-items: center;}
.contData-list .text{flex: 1;color: #8bb7e7;}
.contData-img{width: 50%;}
.contData-img img{width: 100%;height: 100%;}
.contMap .contCode-map{height: 520px;margin-top: -260px;display: none;}
.amap-copyright,.amap-logo{display: none !important;}
.contHome .pagesTitle{border-bottom: 1px solid #eaeaea;}
.contHome-con{margin-left: -30px;}
.contHome-item{margin: 30px 0 0 30px;width: calc((100% / 3) - 30px);background: #f4f7fb;padding: 40px 40px 60px;}
.contHome-title{border-bottom: 1px solid #d8dee7;}
.contHome-title p{border-bottom:3px solid #21548a;padding-bottom: 17px;}
.contHome-list .text{color: #74889b;flex: 1;padding-right: 10px;}
.contMsg{background: url('../images/pages/contMsg-bg.png') no-repeat left bottom/45% auto;padding-bottom: 140px;}
.contMsg .contain{border-top: 1px solid #e5e5e5;justify-content: space-between;}
.contMsg .pagesTitle{width: 45%;}
.contMsg .pagesTitle .text{color: #74889b;}
.contMsg-table{width: 50%;justify-content: space-between;}
.contMsg-table input{width: calc(50% - 10px);height: 80px;}
.contMsg-table input,.contMsg-table textarea,.contMsg-menu,.contMsg-drop li{border: 1px solid #e5e5e5;padding-left: 18px;color: #74889b;font-size: 16px;margin-top: 20px;}
.contMsg-select{width: 100%;cursor: pointer;user-select: none;margin-top: 20px;}
.contMsg-menu,.contMsg-drop li{height: 80px;display: flex;align-items: center;margin-top: 0;}
.contMsg-menu::before{position: absolute;right: 30px;top: 55%;transform: translateY(-50%);transition: all .4s ease;}
.contMsg-menu.active::before{transform: translateY(-50%) rotate(180deg);}
.contMsg-drop{position: absolute;left: 0;top: 100%;width: 100%;background: #f9f9f9;display: none;}
.contMsg-drop li{border-top: unset;transition: all .4s ease;}
.contMsg-drop li:hover{color: #333;}
.contMsg-table input::-webkit-input-placeholder{font-size: 16px;color: #74889b;}
.contMsg-table textarea::-webkit-input-placeholder{font-size: 16px;color: #74889b;}
.contMsg-table textarea{padding-top: 20px;width: 100%;height: 200px;}
.contMsg-input{margin-top: 20px;justify-content: space-between;width: 100%;}
.contMsg-input input{margin-top: 0;}
.contMsg-code{width: calc(50% - 10px);}
.contMsg-code input{width: 60%;border-right: unset;}
.contMsg-code .img{width: 40%;}
.contMsg-code .img img{width: 100%;height: 80px;}
.contMsg-btm{justify-content: space-between;align-items: center;width: 100%;}
.contMsg-btm .text a{color: #13b5b1;text-decoration: underline;}
.contMsg-table button{display: flex;align-items: center;justify-content: center;text-align: center;font-size: 18px; border-radius:40px;background: #13b5b1;color: #fff;width: 260px;height: 80px;transition: all .4s ease;cursor: pointer;user-select: none;}
.contMsg-table button::after{content: "\e765";font-family: "icon";display: inline-block;font-weight: 700;margin-left: 20px;}
.contMsg-table button:hover{background: #07a29e;}
/* 关于我们 */
.abIntro-top .contain{justify-content: flex-end;}
.abIntro-num{width: 58%;justify-content: space-between;margin-top: -20px;}
.abIntro-num li{width: 47%;}
.abIntro-num .num{align-items: flex-end;border-bottom: 1px solid rgba(255, 255, 255, .2);}
.abIntro-num .num span{display: inline-block;margin-right: 2px;}
.abIntro-num-text .text{color: #8bb7e7;margin-top: 10px;}
.abIntro-num-text .text span{color: #13b5b1;font-weight: 700;}
.abIntro-btm .contain{justify-content: flex-end;}
.abIntro-btm .text{width: 58%;color: #74889b;}
.abIntro-btm .text p{margin-top: 20px;line-height: inherit;}
.abIntro-label{position: absolute;left: 0;top: 60px;width: 100%;height: 100%;}
.abIntro-label .contain,.join-label{height: 100%;}
.abIntro-label .join-label{width: 35%;padding: 10%  20px 5% 50px;}
.abIntro-label .joinLabel-title{position: relative;z-index: 2;}
.join-label::after{right: 40px;top: 25%;}
.abFZ-title{position: absolute;left: 0;top: 0;width: 100%;color: #f6f7fa; font-size: 130px;line-height: 1;text-transform: uppercase;transform: translateY(-60%);}
.abFZ-swp{position: relative;z-index: 2;}
.abFZ-text p{margin-top: 5px;}
.abFZ-text p:first-child{margin-top: 0;}
.abFZ-scrollbar{width: 40%;margin: 90px auto 0;height: 1px;background: #e5e5e5;position: relative;}
.swiper-scrollbar-drag{height: 5px !important;background: #13b5b1 !important;top: -2px !important;}
.abWH{background:url('../images/pages/abWH-bg.jpg') no-repeat left center/cover;}
.abWH .contain,.abFZ .contain{margin: 0 0 0 auto;width: 1680px;}
.abWH::after{content: "";position: absolute;right: 0;top: 0;width: 30%;height: 100%;background: #21548a;}
.abWH .contain{position: relative;z-index: 2;}
.abWH-con{flex-direction: column;justify-content: space-between;width: 25%;}
.abWH-btn .btn{position: relative;width: 90px;height: 90px;border-radius: 50%;cursor: pointer;transition: all .4s ease;font-size: 18px;font-weight: 700;}
.abWH-btn .btn::after{content: "";position: absolute;left: 50%;top: 50%;border-radius: 50%; transform: translate(-50%,-50%);width: 100%;height: 100%;border: 1px dashed rgba(255, 255, 255, .4);transition: all .4s ease;}
.abWH-btn .abWH-next{margin-left: -14px;}
.abWH-btn .btn:hover::after{border-color: #13b5b1;transform: translate(-50%,-50%) rotate(180deg) scale(.9);}
.abWH-btn .btn:hover{color: #13b5b1;}
.abWH-swp{width: 75%;}
.abWH-show{transition: all .6s ease;}
.abWH-img img{width: 100%;height: 650px;}
.abWH-show-text{position: absolute;left: 0;bottom: 0;width: 100%;padding: 0 0 55px 55px;}
.abWH-hide{transition: all .6s ease;opacity: 0; position: absolute;left: 0;top: 0;width: 100%;height: 100%;flex-direction: column;padding: 10px;background: rgba(19, 181, 177, .9);}
.abWH-swp .swiper-slide:hover .abWH-show{opacity: 0;}
.abWH-swp .swiper-slide:hover .abWH-hide{opacity: 1;}
.abHonor{background: #f7f7f7;}
.abHonor-swp{background: #fff;}
.abHonor-swp .gallery{width: calc(100% - 170px);padding: 65px;}
.abHonor-swp .gallery-more{justify-content: space-between;}
.abHonor-img{width: 50%;}
.abHonor-img img{width: 100%;height: 390px;}
.abHonor-text{flex-direction: column;justify-content: center;width: 44%;}
.abHonor-text .title{align-items: flex-end;}
.abHonor-text .title span{line-height: .8;margin-right: 5px;}
.abHonor-text .text::after{content: "";position: absolute;left: 0;bottom: 0;width: 36px;height: 3px;background: #13b5b1;}
.abHonor-swp .thumbs{width: 170px;flex-direction: column;border-left: 1px solid #ededed;}
.abHonor-swp .thumbs-year,.abHonor-swp .btn{width: 100%;height: 65px;transition: all .4s ease;cursor: pointer;}
.abHonor-swp .swiper-container{height: 390px;width: 100%;}
.abHonor-swp .thumbs-year:hover{color: #13b5b1;}
.abHonor-swp .thumbs-year.active,.abHonor-swp .thumbs-year.active:hover,.abHonor-swp .btn:hover{background: #13b5b1;color: #fff;}
.abVideo{display: flex;justify-content: center;}

/* .join-item:first-child{display: none;} */
/* -------------------------PC端--------------------------- */
@media all and (min-width:3000px) and (max-width:5000px) {
}

/* -------------------------2k端--------------------------- */
@media all and (min-width:2000px) and (max-width:3000px) {
    /* 1920设计稿 2560分辨率【所有宽度 × (2560÷1920 ≈ 1.5)】【电脑缩放1920÷2560 = 75%】 */
    .abWH .contain, .abFZ .contain{width: 87%;}
    .news-box .pagesBan-con{height: 800px;}
    .contData-text{font-size: 30px;}
    .newsIntro-img img{height: 640px;}
}
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    /* .news{margin-top: -150px;} */
}
@media all and (max-width:1590px) {
    /* 1440 × (700)  */
    .news{padding-top: 80px;}
    .newsIntro-img img{height: 360px;}
    .newsIntro-con{padding: 40px;}
    .newsIntro-con .more{left: 40px;bottom: 40px;}
    .newsIntro-btn-box{height: 66px;width: 240px;padding: 0 20px;}
    .newsIntro-btn .btn{margin-left: 20px;}
    .newsList-img .img img{height: 210px;}
    .newsList-text{padding: 25px;}
    .news-box .pagesBan-con{height: 500px;}
    .news{background-position-y:  700px;}
    .detHot{padding: 40px;}
    .detHot-slide{padding: 25px;}
    .give-con{padding: 70px;}
    .quaProc-list{margin-left: 0;}
    .quaProc-list li{width: calc(100% / 9);margin-left: 0;}
    .quaProc-text{font-size: 14px;}
    .quaProc-list li::after{width: 40px;height: 10px;right: -20px;}
    .quaGL-nav li{height: 100px;}
    .quaShb-drop .text{width: 78%;}
    .quaShb-drop .img{width: 100px;height: 100px;}
    .proLineDL-con ul{margin-left: -20px;}
    .proLineDL-con li{margin: 20px 0 0 20px;width: calc(25% - 20px);}
    .proLineDL-show-title,.proLineDL-hide-title{height: 60px;font-size: 15px;}
    .proLineFX-con li{height: 140px;}
    .proLineDL-hide-text{padding: 15px 15px 0;}
    .proList-con{margin-left: -25px;}
    .proList-item{margin: 25px 0 0 25px;padding: 30px;width: calc(50% - 25px);}
    .proList-img{height: 150px;}
    .proList-text{padding-left: 25px;}
    .proYY-icon{width: 80px;height: 80px;}
    .proYY-title{padding-left: 20px;}
    .ysIcon-text{font-size: 16px;}
    .ysIcon-img{height: 34px;}
    .ysIcon-item.active::after{width: 80px;}
    .ysIcon-item::after{height: 4px;}
    .ysWDX-title-en{font-size: 105px;}
    .ysCG-show .img img{height: 220px;}
    .ysSC-img img{height: 270px;}
    .ysSC-text{padding: 20px 25px;}
    .ysIT-img{height: 125px;}
    .ysIT-text{padding-left: 35px;}
    .join-list{height: 550px;}
    .join-label{padding: 40px;}
    .join-label::after{right: 40px;top: 40px;width: 50px;height: 160px;}
    .contTitle .title{font-size: 130px;}
    .contMap .contCode-map{height: 400px;margin-top: -200px;}
    .contData-con{padding: 70px 10px 250px 12%;}
    .contHome-con{margin-left: -20px;}
    .contHome-item{margin: 20px 0 0 20px;width: calc((100% / 3) - 20px);padding: 25px 25px 40px;}
    .contHome-list .text{padding-right: 0;}
    .contHome-list .text,.contHome-list .title{font-size: 15px;}
    .contMsg-table button{font-size: 17px;width: 240px;height: 76px;}
    .abIntro-label .join-label{padding-left: 30px;}
    .abIntro-label .joinLabel-title .title{font-size: 26px;}
    .abFZ-title{font-size: 100px;}
    .abWH .contain, .abFZ .contain{width: 1260px;}
    .abWH-img img{height: 550px;}
    .abWH-show-text{padding: 0 0 40px 40px;}
    .abWH-hide-icon,.abWH-show-icon{width: 70px;}
    .abHonor-swp .gallery{padding: 50px;}
    .abHonor-swp .thumbs-year, .abHonor-swp .btn{height: 50px;}
    .abHonor-img img,.abHonor-swp .swiper-container{height: 300px;}
}
@media all and (max-width:1430px) {
    /* 1360 */
}
@media all and (max-width:1350px) {
    /* 1280 */
}
@media all and (max-width:1270px) {
    /* 1152 × (700) */
    .news-box .pagesBan-con{height: 400px;}
    .detHot{padding: 25px;}
    .detHot-btn .btn{margin-left: 10px;}
    .give-con{padding: 40px;}
    .quaProc-text{font-size: 12px;}
    .proLineDL-show-title, .proLineDL-hide-title{height: 50px;font-size: 12px;}
    .proLineDL-hide-text{font-size: 12px;}
    .proLineFX-con li{height: 120px;}
    .proList-con{margin-left: -15px;}
    .proList-item{margin: 15px 0 0 15px;width: calc(50% - 15px);padding: 20px;box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.08);}
    .proList-img{height: 130px;}
    .proList-list{font-size: 14px;}
    .ysWDX-title-en{font-size: 80px;}
    .ysWDX-num li{padding-left: 10px;}
    .ysWDX-num .text{font-size: 13px;}
    .ysIT-text{padding-left: 20px;}
    .ysIT-img{height: 100px;}
    .ysIT-icon{width: 30px;}
    .join-menu{height: 70px;}
    .join-menu::after{right: 6px;height: 13px;width: 2px;}
    .join-menu::before{width: 13px;height: 2px;}
    .join-label{padding: 25px;}
    .join-label::after {right: 25px;top: 25px;width: 36px;height: 100px;}
    .join-list{height: 480px;}
    .contTitle .title{font-size: 100px;}
    .contMsg-table button{width: 170px;height: 64px;}
    .abWH .contain, .abFZ .contain{width: 1020px;}
    .abFZ-title{font-size: 70px;}
    .abIntro-label{height: 80%;}
    .abWH-img img{height: 450px;}
    .abWH-hide .text br{display: none;}
}
@media all and (max-width:1140px) {
    /* 1024 */
}
/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px) {
    /* 1024 横屏 */
    .pagesBread{display: none;}
}
@media all and (max-width:1000px) {
    /* 720 竖屏 */
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:680px) {
    /* 移动终端 360 适配 */
    .news{margin-top: 0;padding-top: 20px;}
    .pagesBan-text .label{font-size: 16px;}
    .pagesBan-text .title{font-size: 18px;}
    .pagesBan-text .title br{display: none;}
    .news-box .pagesBan-con{height: 100%;}
    .pagesNav-box{top: auto;bottom: 5% !important;overflow-x: auto;}
    .pagesNav-box .contain{flex-wrap: nowrap;min-width: 100vw;}
    .pagesNav-item{margin-left: 20px;}
    .pagesNav-item:first-child{margin-left: 20px;}
    .newsIntro-img{width: 100%;}
    .newsIntro-img img{height: 200px;}
    .newsIntro-con{width: 100%;padding: 30px 15px;}
    .newsIntro-btn-box{bottom: auto;top: 150px;right: 0;width: 160px;height: 50px;padding: 0 15px;}
    .newsIntro-btn .btn{margin-left: 10px;font-size: 12px;}
    .newsIntro-pagination{font-size: 13px;}
    .newsIntro-con .more{position: relative;left: auto;bottom: auto;margin-top: 30px;}
    .newsIntro-con .more::before{width: 20px;margin-right: 10px;height: 2px;}
    .newsInput{width: 100%;margin-top: 15px;height: 50px;}
    .newsInput input{height: 48px;font-size: 14px;padding-left: 10px;}
    .newsInput input::-webkit-input-placeholder{font-size: 14px;}
    .newsInput-btn{font-size: 16px;width: 48px;height: 48px;}
    .newsList-item{width: 100%;}
    .newsList-text{padding: 25px 15px;}
    .news{background-size: cover;background-position-y: 827px;padding-bottom: 40px;}
    .detCon-text{width: 100%;position: relative;top: 0;}
    .detCon-top-date .day{margin-right: 10px;}
    .detCon-top-date .year{font-size: 12px;}
    .detCon-top-title{padding-right: 0;}
    .detCon-file{width: 100%;margin-top: 30px;}
    .detHot{padding: 20px 15px;}
    .detHot-header{width: 100%;flex-direction: row;}
    .detHot-swp{width: 100%;margin-top: 20px;}
    .detHot-slide{padding: 0;border-left: unset;}
    .detHot-btn .btn{font-weight: 400;}
    .detHot-slide .more::before{width: 15px;height: 2px;margin-right: 8px;}
    .pbBox{padding-bottom: 50px;}
    .give-img{width: 100%;}
    .give-con{width: 100%;padding: 30px 15px ;}
    .give-title{padding-left: 25px;}
    .give-title::after{width: 16px;height: 20px;}
    .quaProc-list{margin-top: 0;}
    .quaProc-list li{width: calc(100% / 3);margin-top: 20px;}
    .quaProc-list li::after{display: none;}
    .pagesTitle .text br{display: none;}
    .quaGL-nav{overflow-x: auto;}
    .quaGL-nav-list{flex-wrap: nowrap;width: 200%;}
    .quaGL-nav li{flex-wrap: nowrap;white-space: nowrap;height: 80px;}
    .quaGL-nav-icon{width: 30px;}
    .quaGL-flex{flex-direction: column-reverse;}
    .quaGL-img{width: 100%;border-radius: 5px;}
    .quaGL-text{width: 100%;margin-top: 15px;}
    .quaGL-text .title::after{height: 2px;}
    .qua-shebei .pagesTitle{width: 100%;}
    .qua-shebei .pagesTitle::after{display: none;}
    .qua-shebei .pagesTitle .text{padding-bottom: 20px;}
    .qua-shebei .pagesTitle .text::after{height: 2px;width: 40px;}
    .quaShb-list{width: 100%;margin-top: 30px;}
    .quaShb-text .title::before{right: 10px;width: 10px;}
    .quaShb-text .title::after{height: 10px;right: 19px;}
    .quaShb-icon{width: 20px;}
    .quaShb-text{padding-left: 15px;}
    .quaShb-drop{font-size: 12px;line-height: 20px;}
    .quaShb-drop .img{display: none;}
    .quaShb-drop .text{width: 100%;padding-bottom: 0;}
    .proLineDL-con ul{margin-left: 0;}
    .proLineDL-con li{margin: 15px 0 0;width: 100%;}
    .proLineDL-show-title, .proLineDL-hide-title{font-size: 14px;}
    .proLineDL-hide-text{font-size: 14px;}
    .proLineFX-con li{width: calc(100% /  3);height: 100px;}
    .proLineFX-con li img{max-width: 100%;max-height: 100%;}
    .proList-con{margin-left: 0;}
    .proList-item{width: 100%;margin: 15px 0 0;padding: 25px 15px;}
    .proList-img{height: 110px;}
    .proList-text{padding-left: 15px;}
    .proList-list li{padding-left: 10px;font-size: 12px;}
    .proList-list li::after{width: 4px;height: 1px;}
    .proYY-item{width: 100%;}
    .proYY-icon{width: 60px;height: 60px;}
    .proYY-title{border-bottom-right-radius: 25px;}
    .proYY-list li{padding: 12px 0 12px 15px;}
    .proYY-list li::after{width: 3px;height: 3px;top: 22px;}
    .ysIcon .contain{flex-wrap: nowrap;overflow-x: auto;}
    .ysIcon-item{width: calc(100% / 3);white-space: nowrap;}
    .ysIcon-box{padding: 0 20px;}
    .ysIcon-img{height: 30px;}
    .ysIcon-text{font-size: 14px;}
    .ysWDX-con{width: 100%;}
    .ysWDX-title-en{font-size: 50px;}
    .ysWDX-img{width: 70%;margin: 40px auto 0;}
    .ysWDX-num .text{font-size: 12px;}
    .ysWDX-num li{padding-right: 10px;}
    .ysIcon-item.active::after{width: 60px;}
    .ysIcon-item::after{height: 2px;}
    .ysCG-list{margin-left: 0;}
    .ysCG-list li{width: 100%;margin: 15px 0 0;}
    .ysCG-show .img img{height: 180px;}
    .ysSC-item{width: 100%;margin: 15px 0 0;}
    .ysSC-img img{height: 190px;}
    .ysSC-text {padding: 15px;}
    .ysSC-icon{width: 22px;}
    .ysSC-item:hover .ysSC-text .text{padding-top: 5px;height: 50px;}
    .ysGYL .ysSC-item{width: 100%;}
    .ysPZ-img{display: none;}
    .ysPZ-list{width: 100%;padding-top: 20px;}
    .ysIcon{box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.06);}
    .ysIT-item{width: 100%;margin: 20px 0 0;}
    .ysIT-img{height: 120px;border-radius: 3px;}
    .ysIT-text .title{margin-top: 12px;}
    .join .contain{flex-direction: column-reverse;}
    .join-list{width: 100%;height: auto;max-height: 400px;padding-right: 4px;border-right: 0;margin-top: 20px;}
    .join-label{width: 100%;padding: 30px 15px;}
    .join-label .text{margin-top: 40px;}
    .join-menu{height: 64px;}
    .contData-con{width: 100%;padding: 50px 15px 30px;}
    .contData-img{width: 100%;}
    .contTitle{bottom: calc(100% - 17px);}
    .contTitle .title{font-size: 45px;}
    .contMap .contCode-map{margin-top: 20px;height: 300px;}
    .contHome-con{margin-left: 0;}
    .contHome-item{width: 100%;margin: 15px 0 0;padding: 30px 15px;}
    .contHome-list .text, .contHome-list .title{font-size: 14px;}
    .contHome-title p{padding-bottom: 10px;border-width: 2px;}
    .contMsg .pagesTitle{width: 100%;}
    .contMsg-table{width: 100%;margin-top: 20px;}
    .contMsg .pagesTitle .text{font-size: 15px;}
    .contMsg-select{margin-top: 15px;}
    .contMsg-menu, .contMsg-drop li{padding-left: 15px;height: 58px;font-size: 14px;}
    .contMsg-menu::before{right: 20px;top: 50%;}
    .contMsg-table input, .contMsg-table textarea{padding-left: 15px;font-size: 14px;margin-top: 10px;}
    .contMsg-table input::-webkit-input-placeholder{font-size: 14px;}
    .contMsg-table textarea::-webkit-input-placeholder{font-size: 14px;}
    .contMsg-table input{width: 100%;height: 56px;}
    .contMsg-table textarea{padding-top: 15px;}
    .contMsg-input{margin-top: 0;}
    .contMsg-code{width: 100%;}
    .contMsg-code input{width: 60%;}
    .contMsg-code .img{margin-top: 10px;}
    .contMsg-code .img img{height: 56px;}
    .contMsg-btm .text{width: 100%;}
    .contMsg-table button{width: 120px;height: 48px;margin: 30px auto 0;font-size: 15px;}
    .contMsg-table button::after{margin-left: 10px;margin-top: 3px;}
    .contMsg{padding-bottom: 0;background: unset;}
    .pagesBan-text .text{width: 100%;padding-right: 0;}
    .abIntro-label{display: none;}
    .abIntro-num{width: 100%;}
    .abIntro-btm .text{width: 100%;}
    .abIntro-btm .text p{margin-top: 10px;}
    .abWH .contain, .abFZ .contain{width: 92%;margin: 0 auto;}
    .abFZ-title{font-size: 50px;}
    .abFZ-scrollbar{margin-top: 30px;}
    .swiper-scrollbar-drag{height: 3px !important;top: 0;}
    .abWH-con{width: 100%;flex-direction: row;align-items: center;}
    .abWH::after{display: none;}
    .abWH-btn .btn{width: 60px;height: 60px;font-size: 14px;font-weight: 500;}
    .abWH-swp{width: 100%;margin-top: 20px;}
    .abWH-show-text{padding: 0 0 15px 15px;}
    .abWH-hide-icon, .abWH-show-icon{width: 50px;}
    .abHonor-swp{flex-direction: column-reverse;}
    .abHonor-swp .gallery{width: 100%;padding: 20px 15px;}
    .abHonor-swp .swiper-container{height: auto;}
    .abHonor-img{width: 100%;}
    .abHonor-img img{height: 200px;}
    .abHonor-text{width: 100%;margin-top: 20px;}
    .abHonor-text .text::after{width: 25px;height: 2px;}
    .abHonor-swp .btn{display: none;}
    .abHonor-swp .thumbs{width: 100%;margin-top: 20px;}
}