@charset "utf-8";
/* =====================内页样式======================== */
/* 分页 */
.pages{width: 100%;justify-content: center;position: relative;}
.pages a,.pages span{display: flex;align-items: center;justify-content: center;width: 40px;height: 40px;font-size: 18px;color: #999;border: 1px solid #e4e4e4;padding-top: 2px;transition: all .4s ease;}
.pages li{display: inline-block;align-items: center;margin-right:5px;justify-content: center;width: 40px;height: 40px;font-size: 18px;color: #999;transition: all .4s ease;}
.pages a:not(:first-child){margin-left: 10px;}
.pages a.first{background: url('../images/pages/arrL1.png') no-repeat center;}
.pages a.prev{background: url('../images/pages/arrL2.png') no-repeat center;}
.pages a.last{background: url('../images/pages/arrR1.png') no-repeat center;}
.pages a.next{background: url('../images/pages/arrR2.png') no-repeat center;}
.pages a:hover, .pages a.active, .pages a.on{background-color: #07a3e8;border-color: #07a3e8;color: #fff;}
.pages li.active span{background-color: #07a3e8;border-color: #07a3e8;color: #fff;}
.pages a.first:hover{background-image: url('../images/pages/arrL1H.png');}
.pages a.prev:hover{background-image: url('../images/pages/arrL2H.png');}
.pages a.last:hover{background-image: url('../images/pages/arrR1H.png');}
.pages a.next:hover{background-image: url('../images/pages/arrR2H.png');}
@media all and (max-width:1279px) {.pages a:not(:first-child){margin-left: 7px;}}
@media all and (max-width:640px) {.pages a:not(:first-child){margin-left: 3px;}.pages a {width: 34px;height: 34px;font-size: 16px;}}

.sonBanMix{width: 100%;position: relative;overflow: hidden;}
.sonBan{width: 100%;position: relative;overflow: hidden;}
.sonBan-image{width: 100%;height: 770px;}
.sonBan-cont{position: absolute;z-index: 2;width: 100%;height: 100%;top: 0;left: 0;color: #fff;text-align: center;}
.sonBan-cont .title{line-height: 1.1;text-transform: uppercase;}
.sonBan-cont .title, .sonBan-cont .text{opacity: 0;}
.sonBan-cont .title{animation: sonBanL 1s ease both .2s;}
.sonBan-cont .text{animation: sonBanR 1s ease both .2s;}
@keyframes sonBanL{0%{opacity: 0;transform: translateX(-200px);filter: blur(4px);}100%{opacity: 1;transform: translateX(0);filter: blur(0);}}
@keyframes sonBanR{0%{opacity: 0;transform: translateX(200px);filter: blur(4px);}100%{opacity: 1;transform: translateX(0);filter: blur(0);}}
/* -- */
.sonBan-line{position: absolute;pointer-events: none;width: 100%;height: 100%;bottom: -8px;left: 0;z-index: 4;overflow: hidden;}
.sonBan-line .line{position: absolute;bottom: 0;width: 0;overflow: hidden;left: 0;right: 0;margin: 0 auto;animation: sonBanLine 2s ease both .8s;}
.sonBan-line .line img{position: relative;max-width: none;left: 50%;width: 100vw;margin-left: -50vw;}
@keyframes sonBanLine {0%{width: 0;}100%{width: 100%;}}
/* -- */
.sonTitle{width: 100%;text-align: center;}
.sonTitle .title{line-height: 1.1;text-transform: uppercase;}
/* -- */
.sonBlock{width: 100%;height: 150px;background: #07a3e8;}

/* 询价 */
.rfq{background: #222;}
.rfq-bg{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.rfq .contain{position: relative;z-index: 4;}
.rfq .sonTitle .title{display: flex;justify-content: center;}
.rfq .sonTitle .title span{height: 41px;display: flex;align-items: center;padding-left: 58px;background: url('../images/pages/rfqT.png') no-repeat left center/41px auto;}
.rfq-list{width: 100%;}
.rfq-list ul{margin-top: -30px;justify-content: space-between;}
.rfq-list li{width: calc(50% - 30px);margin-top: 30px;position: relative;}
.rfq-list li.long{width: 100%;}
.rfq-list li input, .rfq-list li textarea{width: 100%;font-size: 16px;color: #fff;height: 58px;border: 1px solid #fff;background: transparent;padding: 0 54px 0 30px;transition: box-shadow .4s ease;}
.rfq-list li textarea{height: 150px;padding: 20px 54px 20px 30px;}
.rfq-list li input:focus, .rfq-list li textarea:focus{box-shadow: 0 4px 16px 0 rgba(255, 255, 255, .54);}
.rfq-list li i{width: 54px;height: 58px;display: flex;align-items: center;justify-content: center;position: absolute;right: 0;top: 0;}
.rfq-list li:last-child{margin-top: 40px;text-align: center;}
.rfq-list li button{cursor: pointer;width: 194px;height: 54px;background: transparent;border: 1px solid #fff;text-transform: uppercase;transition: all .4s ease;padding-top: 2px;}
.rfq-list li button:hover{background: #fff;color: #07a3e8;}

/* 购物车 */
.buy{background: #fff;}
.buyYes, .buyNo{width: 100%;position: relative;display: none;}
.buyYes.active, .buyNo.active{display: block;}
.buyYes-mix{width: 100%;}
.buyYes-menu{width: 100%;border-bottom: 2px solid #333;text-transform: uppercase;}
.buyYes-menu li{padding-bottom: 14px;text-align: center;line-height: 1;}
.buyYes-info{width: 100%;}
.buyYes-list{width: 100%;}
.buyYes-list ul{border-bottom: 2px dashed #ccc;}
.buyYes-info li{display: flex;align-items: center;padding: 30px 0;justify-content: center;word-break: break-all;line-height: 1.2;text-align: center;}
.buyYes-menu li:nth-child(1), .buyYes-info li:nth-child(1){width: 170px;}
.buyYes-menu li:nth-child(2), .buyYes-info li:nth-child(2){width: calc((100% - 400px)/2);padding-left: 16px;padding-right: 16px;}
.buyYes-menu li:nth-child(3), .buyYes-info li:nth-child(3){width: 140px;}
.buyYes-menu li:nth-child(4), .buyYes-info li:nth-child(4){width: calc((100% - 400px)/2);padding-left: 16px;padding-right: 16px;}
.buyYes-menu li:nth-child(5), .buyYes-info li:nth-child(5){width: 90px;}
.buyYes-btn{user-select: none;align-items: center;width: 100%;}
.buyYes-btn .up, .buyYes-btn .num, .buyYes-btn .down{width: 33.3333%;height: 30px;text-align: center;}
.buyYes-btn .up, .buyYes-btn .down{cursor: pointer;}
.buyYes-btn .up{background: url('../images/pages/buyUp.png') no-repeat center;}
.buyYes-btn .down{background: url('../images/pages/buyDown.png') no-repeat center;}
.buyYes-btn .num{font-size: inherit;color: #333;line-height: 32px;}
.buyYes-control{width: 100%;justify-content: flex-end;}
.buyYes-control a{width: 194px;height: 54px;display: flex;align-items: center;justify-content: center;text-transform: uppercase;transition: all .4s ease;}
.buyYes-control a:not(:first-child){margin-left: 40px;}
.buyYes-control a.clean{border: 1px solid #222;color: #333;}
.buyYes-control a.submit{background: #000;color: #fff;padding-top: 2px;}
.buyYes-control a:hover{background: #000;box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .4);border-color: #000;color: #fff;}
/* -- */
.buyNo{width: 100%;text-align: center;user-select: none;}
.buyNo-image{width: 100%;}
.buyNo-image img{width: 174px;}
.buyNo-text{text-transform: uppercase;}
.buyNo-link{width: 100%;justify-content: center;}
.buyNo-link a{width: 220px;height: 54px;background: #000;transition: all .4s ease;text-transform: uppercase;}
.buyNo-link a:hover{box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .4);}

/* 联系我们 */
.rel{width: 100%;}
.relxx{margin-top: -60px;z-index: 2;}
.relxx-list{width: 100%;background: #fff;box-shadow: 4.015px 5.734px 10px 0px rgba(0, 83, 165, 0.15);}
.relxx-list li{width: 33.3333%;text-align: center;padding: 40px;position: relative;}
.relxx-list li:not(:first-child)::before{content: "";position: absolute;width: 1px;height: 100%;top: 0;left: 0;background: #e2e2e2;}
.relxx-list li .icon{width: 50px;height: 50px;border-radius: 50%;display: flex;align-items: center;justify-content: center;background: #07a3e8;margin: 0 auto;transition: all .4s ease;}
.relxx-list li .icon img{max-width: 32px;}
.relxx-list li:hover .icon{transform: translateY(-4px);}
.relbd{background: #fff;} 
.relbd-list{width: 100%;}
.relbd-list ul{margin-top: -30px;justify-content: space-between;}
.relbd-list li{width: calc(50% - 30px);margin-top: 30px;position: relative;}
.relbd-list li.long{width: 100%;}
.relbd-list li input, .relbd-list li textarea{width: 100%;font-size: 16px;color: #000;height: 58px;border: 1px solid #999;padding: 0 54px 0 30px;transition: border .4s ease;box-shadow: 2.294px 3.277px 6px 0px rgba(51, 51, 51, 0.15);}
.relbd-list li textarea{height: 250px;padding: 20px 54px 20px 30px;}
.relbd-list li input:focus, .relbd-list li textarea:focus{border-color: #000;}
.relbd-list li i{width: 54px;height: 58px;display: flex;align-items: center;justify-content: center;position: absolute;right: 0;top: 0;}
.relbd-list li:last-child{margin-top: 50px;text-align: center;}
.relbd-list li button{margin: 0 auto;width: 194px;cursor: pointer;height: 54px;background: #000;text-transform: uppercase;transition: all .4s ease;}
.relbd-list li button:hover{box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);}

/* 新闻列表 */
.news{margin-top: -60px;}
.news-list{width: 100%;}
.news-ul{margin: -40px 0 0 -40px;}
.indxw-link{display: block;width: calc(33.3333% - 40px);margin: 40px 0 0 40px;background: #fff;box-shadow: 2.868px 4.096px 20px 0px rgba(51, 51, 51, 0.15);}
.indxw-link .image{width: 100%;position: relative;overflow: hidden;}
.indxw-link .image img{width: 100%;transition: all .6s ease;}
.indxw-link .image i{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(7, 163, 232, 0.8) url('../images/pages/newsIcon.png') no-repeat center/70px auto;opacity: 0;transition: all .4s ease;transform: translate3d(0,0,2px);}
.indxw-link .cont{width: 100%;padding: 36px 20px;}
.indxw-link:hover .image img{transform: scale(1.06);}
.indxw-link:hover .image i{opacity: 1;}

/* 新闻详情 */
.newsxq{background: #fff;}
.newsxq-head{width: 100%;}
.newsxq-head .time{width: 100%;position: relative;}
.newsxq-head .time::before{content: "";position: absolute;width: 100%;height: 2px;background: #333;left: 0;top: 50%;margin-top: -1px;}
.newsxq-head .time p{padding-right: 15px;background: #fff;position: relative;z-index: 2;}
.newsxq-head .time p span{color: #07a3e8;}
.newsxq-cont{width: 100%;}
.newsxq-control{width: 100%;border-top: 2px solid #333;}
.newsxq-control>a{height: 120px;display: flex;align-items: center;transition: all .4s ease;padding-top: 2px;}
.newsxq-control>a.prev{padding-left: 40px;flex: 1;background: url('../images/pages/newsxqL.png') no-repeat left center;}
.newsxq-control>a.next{padding-right: 40px;flex: 1;background: url('../images/pages/newsxqR.png') no-repeat right center;justify-content: flex-end;}
.newsxq-control>a.menu{padding-left: 60px;background: url('../images/pages/newsxqM.png') no-repeat left center;}
.newsxq-control>a:hover{color: #07a3e8;}
.newsxq-control>a.prev:hover{background-image: url('../images/pages/newsxqLH.png');}
.newsxq-control>a.next:hover{background-image: url('../images/pages/newsxqRH.png');}
.newsxq-control>a.menu:hover{background-image: url('../images/pages/newsxqMH.png');}
.newstj{background: #fff;}
.newstj::before{content: "";position: absolute;width: 100%;height: 55%;background: #07a3e8;left: 0;bottom: 0;}
.newstj .contain{position: relative;z-index: 2;}
.newstj-title{width: 100%;display: flex;justify-content: center;text-transform: uppercase;}
.newstj-title span{padding: 0 86px;position: relative;}
.newstj-title span::before, .newstj-title span::after{content: "";position: absolute;width: 58px;height: 18px;top: 50%;margin-top: -9px;}
.newstj-title span::before{left: 0;background: url('../images/index/titleL.png') no-repeat center/100% auto;}
.newstj-title span::after{right: 0;background: url('../images/index/titleR.png') no-repeat center/100% auto;}

/* 产品 */
.pro{width: 100%;}
.procd{background: #fff;}
.procd-menu{width: 100%;}
.procd-menu-ul{margin: -2px 0 0 -2px;}
.procd-menu a{width: calc(20% - 2px);margin: 2px 0 0 2px;display: flex;align-items: center;justify-content: center;height: 35px;transition: all .4s ease;text-transform: uppercase;}
.procd-menu a.active, .procd-menu a:hover{background: #222;color: #fff;}
.prolb{background: #fff;}
.prolb-menu{width: 100%;border-bottom: 2px solid #333;text-transform: uppercase;}
.prolb-menu li{padding-bottom: 14px;text-align: center;line-height: 1;}
.prolb-list{width: 100%;}
.prolb-list ul{border-bottom: 2px dashed #ccc;}
.prolb-info li{display: flex;align-items: center;padding: 30px 0;justify-content: center;word-break: break-all;line-height: 1.2;text-align: center;}
.prolb-menu li:nth-child(1), .prolb-info li:nth-child(1){width: 170px;}
.prolb-menu li:nth-child(2), .prolb-info li:nth-child(2) ,.prolb-menu li:nth-child(6), .prolb-info li:nth-child(6){width: calc((100% - 170px - 84px - 140px*3)/2);padding-left: 16px;padding-right: 16px;}
.prolb-menu li:nth-child(3), .prolb-info li:nth-child(3),.prolb-menu li:nth-child(4), .prolb-info li:nth-child(4),.prolb-menu li:nth-child(5), .prolb-info li:nth-child(5){width: 140px;}
.prolb-menu li:nth-child(7), .prolb-info li:nth-child(7){width: 84px;}
.prolb-buy{display: block;width: 28px;height: 28px;background: url('../images/pages/proBuy.png') no-repeat center/100% auto;transition: all .4s ease;}
.prolb-buy:hover{background-image: url('../images/pages/proBuyH.png');}

/* 服务 */
.ser{width: 100%;}
.serfw{background: #fff;}
.serfw-list{width: 100%;}
.serfw-list li{width: 100%;display: flex;flex-wrap: wrap;align-items: center;}
.serfw-list li:not(:first-child){margin-top: 80px;}
.serfw-image{width: 750px;}
.serfw-image img{width: 100%;}
.serfw-cont{width: calc(100% - 750px);padding: 0 48px;}
.serfw-list li:nth-child(2n+1){flex-direction: row-reverse;}
.serfw-list li:nth-child(2n) .serfw-cont{padding-right: 0 !important;}
.serfw-list li:nth-child(2n+1) .serfw-cont{padding-left: 0 !important;}
.serfw-cont .icon{width: 45px;height: 40px;display: flex;align-items: center;}
.serfw-cont .icon img{max-height: 100%;}
.serfw-cont .title{position: relative;padding-bottom: 20px;}
.serfw-cont .title::after{content: "";position: absolute;width: 40px;height: 4px;background: #333;left: 0;bottom: 0;}
.serlc{background: #fff;}
.serlc-list{width: 100%;position: relative;}
.serlc-list::before{content: "";position: absolute;width: 1480px;height: 360px;left: 50%;top: 50%;margin: -145px 0 0 -740px;background: url('../images/pages/serlc.png') no-repeat center/100% auto;}
.serlc-list ul{margin: -70px 0 0 -30px;position: relative;z-index: 4;}
.serlc-list li{width: calc(20% - 30px);margin: 70px 0 0 30px;min-height: 260px;text-align: center;background: #fff;overflow: hidden;padding: 58px 30px;position: relative;box-shadow: 0px 5px 25px 0px rgba(51, 51, 51, 0.3);transition: all .4s ease;}
.serlc-list li .num{font-size: 120px;line-height: 1;position: absolute;width: 100%;text-align: center;left: 0;bottom: -54px;transition: color .4s ease;color: #eee;}
.serlc-list li:hover{box-shadow: 0px 5px 25px 0px rgba(51, 51, 51, 0.5);}
.serlc-list li:hover .num{color: #07a3e8;}
.sergc{background: #fff;}
.sergc .contain{width: 100%;padding-right: calc((100% - 1300px)/2);}
.sergc-mix{width: 100%;position: relative;}
.sergc-image{width: 1115px;position: relative;}
.sergc-image img{width: 100%;height: 580px;}
.sergc-block{width: 100%;height: 230px;background: #07a3e8;}
.sergc-cont{position: absolute;width: 910px;min-height: 620px;background: #fff;z-index: 4;right: 0;top: 80px;padding: 80px 58px 58px;box-shadow: 0px 5px 25px 0px rgba(51, 51, 51, 0.3);}
.sergc-cont .tags{width: 100%;}
.sergc-cont .tags p{width: 226px;text-align: center;}
.sergc-cont .tags p:not(:first-child){margin-left: 80px;}

/* 关于我们 */
.abo{width: 100%;}
.abosh{background: #fff;padding-bottom: 228px;}
.abosh .contain{width: 100%;background: #07a3e8;padding: 80px 0 154px calc((100% - 1300px)/2);}
.abosh-mix{width: 100%;position: relative;}
.abosh-info{width: 580px;}
.abosh-info .sonTitle{text-align: left;}
.abosh-info-text{width: 100%;hyphens: auto;-ms-hyphens: auto;-moz-hyphens: auto;text-align: justify;text-justify: inter-word;}
.abosh-info-text p{line-height: inherit;}
.abosh-image{width: calc(100% - 580px - 70px);box-shadow: 0px 5px 25px 0px rgba(51, 51, 51, 0.45);position: absolute;right: 0;top: 0;}
.abosh-image img{width: 100%;object-fit: cover;}
.abory{background: #fff;}
.abory-loop{width: 100%;}
.abory-link{width: 100%;height: 400px;display: flex;align-items: flex-end;justify-content: center;}
.abory-link img{max-height: 100%;}
.abory-control{width: 100%;user-select: none;}
.abory-control .contain{align-items: center;justify-content: space-between;}
.abory-control-btn{width: 196px;justify-content: space-between;position: relative;}
.abory-control-btn>div{cursor: pointer;transition: all .4s ease;line-height: 1;}
.abory-control-btn>div:hover{color: #07a3e8;}
.abory-control-btn::before{content: "";position: absolute;width: 80px;height: 2px;background: #333;left: 0;right: 0;top: 50%;margin: -1px auto 0;}
.abory-control .swiper-pagination{position: relative;font-size: 0;width: calc(100% - 216px);height: 2px;background: #e2e2e2;}
.abory-control .swiper-pagination-progressbar-fill{background: #333;}
.abofw{background: #fff;}
.abofw-list{width: 100%;}
.abofw-list li{width: 100%;display: flex;flex-wrap: wrap;align-items: center;}
.abofw-list li:not(:first-child){margin-top: 30px;}
.abofw-image{width: 860px;}
.abofw-image img{width: 100%;height: 240px;}
.abofw-cont{width: calc(100% - 860px);padding: 0 58px;}
.abofw-list li:nth-child(2n){flex-direction: row-reverse;}
.abofw-list li:nth-child(2n) .abofw-cont{padding-left: 0 !important;}
.abofw-list li:nth-child(2n+1) .abofw-cont{padding-right: 0 !important;}
.abofw-cont .title{text-transform: uppercase;}
.abofw-cont .text{hyphens: auto;-ms-hyphens: auto;-moz-hyphens: auto;text-align: justify;text-justify: inter-word;}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .sonBan-image{height: 600px;}
    .sonBlock{height: 120px;}
    .buyYes-info li {padding: 24px 0;}
    .relxx {margin-top: -40px;}
    .relxx-list li {padding: 30px;}
    .news {margin-top: -40px;}
    .newsxq-control>a {height: 90px;}
    .prolb-info li {padding: 24px 0;}
    .abosh .contain {padding: 60px 0 90px calc((100% - 1200px)/2);}
    .abosh-image {width: calc(100% - 580px - 50px);}
    .abosh {padding-bottom: 140px;}
    .abofw-image {width: 800px;}
    .abofw-cont {width: calc(100% - 800px);padding: 0 48px;}
    .serfw-list li:not(:first-child) {margin-top: 60px;}
    .serlc-list::before {width: 1360px;margin: -150px 0 0 -680px;height: 340px;}
    .serfw-cont .title {padding-bottom: 18px;}
    .serfw-cont .text{line-height: 28px;}
    .serlc-list ul {margin: -50px 0 0 -24px;}
    .serlc-list li {width: calc(20% - 24px);margin: 50px 0 0 24px;min-height: 260px;padding: 40px 24px;}
    .sergc-cont {width: 850px;min-height: 560px;top: 60px;padding: 60px 48px 50px;}
    .sergc .contain {padding-right: calc((100% - 1200px)/2);}
    .sergc-image{width: 920px;}
    .sergc-image img{height: 480px;}
}

@media all and (max-width:1439px) {
    /* 1360 */
    .serlc-list::before {width: 1280px;margin: -150px 0 0 -640px;}
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .sonBlock{height: 70px;}
    .rfq-list li {width: calc(50% - 15px);}
    .relxx {margin-top: -28px;}
    .relbd-list li {width: calc(50% - 15px);}
    .news {margin-top: -28px;}
    .news-ul {margin: -28px 0 0 -28px;}
    .indxw-link {width: calc(33.3333% - 28px);margin: 28px 0 0 28px;}
    .indxw-link .cont {padding: 28px 20px;}
    .procd-menu a {width: calc(25% - 2px);}
    .prolb-menu li:nth-child(2), .prolb-info li:nth-child(2) ,.prolb-menu li:nth-child(6), .prolb-info li:nth-child(6){width: calc((100% - 170px - 84px - 140px)/2);padding-left: 16px;padding-right: 16px;}
    .prolb-menu li:nth-child(4), .prolb-info li:nth-child(4),.prolb-menu li:nth-child(5), .prolb-info li:nth-child(5){display: none;}
    .abosh .contain {padding: 50px 0 50px calc((100% - 960px)/2);}
    .abosh-info {width: 460px;}
    .abosh-image {width: calc(100% - 460px - 50px);}
    .abosh {padding-bottom: 68px;}
    .abofw-image{width: 100%;}
    .abofw-list li:nth-child(2n) {flex-direction: row;}
    .abofw-cont{width: 100%;padding: 24px 0 0 !important;}
    .abofw-cont .text{margin-top: 2px;}
    .serfw-list li:nth-child(2n+1) {flex-direction: row;}
    .serfw-image{width: 100%;}
    .serfw-cont{width: 100%;padding: 32px 0 0 !important;}
    .serfw-list li:not(:first-child) {margin-top: 40px;}
    .serlc-list::before{display: none;}
    .serlc-list ul {margin: -24px 0 0 -24px;}
    .serlc-list li {width: calc(33.33333% - 24px);margin: 24px 0 0 24px;min-height: 230px;}
    .sergc .contain {padding-right: calc((100% - 960px)/2);}
}

@media all and (max-width:1151px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .sonBan-line{display: none;}
    .buyYes-menu li:nth-child(1), .buyYes-info li:nth-child(1){display: none;}
    .buyYes-menu li:nth-child(2), .buyYes-info li:nth-child(2) {width: calc((100% - 190px)/2);padding-left: 0;padding-right: 12px;text-align: left;justify-content: flex-start;}
    .buyYes-menu li:nth-child(3), .buyYes-info li:nth-child(3) {width: 100px;}
    .buyYes-menu li:nth-child(4), .buyYes-info li:nth-child(4) {width: calc((100% - 190px)/2);padding-left: 12px;padding-right: 12px;}
    .relxx-list li{width: 100%;}
    .relxx-list li:not(:first-child)::before{width: 100%;height: 1px;}
    .news-ul {margin: -18px 0 0 -18px;}
    .indxw-link {width: calc(33.3333% - 18px);margin: 18px 0 0 18px;}
    .procd-menu a {width: calc(33.3333% - 2px);}
    .prolb-menu li:nth-child(1), .prolb-info li:nth-child(1){display: none;}
    .prolb-menu li:nth-child(2), .prolb-info li:nth-child(2){width: calc((100% - 184px)/2);padding-left: 0;padding-right: 12px;text-align: left;justify-content: flex-start;}
    .prolb-menu li:nth-child(3), .prolb-info li:nth-child(3){width: 100px;}
    .prolb-menu li:nth-child(6), .prolb-info li:nth-child(6){width: calc((100% - 184px)/2);padding-left: 12px;padding-right: 12px;}
    .abosh .contain{background: #fff;padding: 0 4%;}
    .abosh{padding: 60px 0;}
    .abosh-info{width: 100%;}
    .abosh-image{position: relative;width: 100%;margin-top: 28px;}
    .abofw-image img{height: 200px;}
    .serlc-list li {width: calc(50% - 24px);}
    .sergc .contain {padding: 0;}
    .sergc-image{width: 100%;}
    .sergc-image img{height: auto;width: 100%;}
    .sergc-cont{position: relative;min-height: auto;padding: 28px 20px;top: 0;width: 92%;left: 4%;right: auto;margin-top: -40px;}
    .sergc-block{display: none;}
    .sergc{padding-bottom: 60px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .sonBan-image{height: 300px;}
    .sonBlock{height: 40px;}
    .rfq-list ul{margin-top: -16px;}
    .rfq-list li{width: 100%;margin-top: 16px;}
    .rfq-list li:last-child {margin-top: 20px;}
    .rfq-list li input, .rfq-list li textarea {height: 48px;padding: 0 48px 0 16px;}
    .rfq-list li textarea {height: 120px;padding: 10px 48px 10px 16px;}
    .rfq-list li i {width: 48px;height: 48px;}
    .rfq-list li button{width: 128px;height: 40px;}
    .rfq .sonTitle .title span {height: 36px;padding-left: 42px;background-size: 31px auto;}
    .buyYes-menu li:nth-child(3), .buyYes-info li:nth-child(3) {display: none;}
    .buyYes-menu li:nth-child(4), .buyYes-info li:nth-child(4){display: none;}
    .buyYes-menu li:nth-child(2), .buyYes-info li:nth-child(2){width: calc(100% - 90px);}
    .buyYes-info li {padding: 10px 0;}
    .buyYes-menu li {padding-bottom: 12px;}
    .buyYes-control a {width: 128px;height: 40px;}
    .buyYes-control a:not(:first-child) {margin-left: 12px;}
    .buyNo-image img {width: 90px;}
    .buyNo-link a {width: 164px;height: 40px;}
    .buyNo-link{margin-top: 18px;}
    .relbd-list ul{margin-top: -16px;}
    .relbd-list li{width: 100%;margin-top: 16px;}
    .relbd-list li:last-child {margin-top: 20px;}
    .relbd-list li input, .relbd-list li textarea {height: 48px;padding: 0 48px 0 16px;}
    .relbd-list li textarea {height: 120px;padding: 10px 48px 10px 16px;}
    .relbd-list li i {width: 48px;height: 48px;}
    .relbd-list li button{width: 128px;height: 40px;}
    .relxx-list li .text{font-size: 16px;line-height: 24px;}
    .relxx-list li{padding: 20px 16px;}
    .relxx {margin-top: -16px;}
    .news {margin-top: -16px;}
    .news-ul {margin: -16px 0 0;}
    .indxw-link {width: 100%;margin: 16px 0 0;}
    .indxw-link .title{margin-top: 6px;line-height: 25px;height: 75px;}
    .indxw-link .cont {padding: 24px 15px;}
    .indxw-link .image i {background-size: 50px auto;}
    .newstj-title span::before, .newstj-title span::after {width: 29px;height: 10px;margin-top: -5px;}
    .newstj-title span {padding: 0 40px;}
    .newsxq-cont{line-height: 28px;}
    .newsxq-control{margin-top: 24px;}
    .newsxq-control>a {height: 60px;padding-top: 1px;}
    .newsxq-control>a.prev {padding-left: 18px;}
    .newsxq-control>a.next {padding-right: 18px;}
    .newsxq-control>a.menu {padding-left: 30px;background-size: 22px auto;}
    .prolb-menu li:nth-child(3), .prolb-info li:nth-child(3){display: none;}
    .prolb-menu li:nth-child(4), .prolb-info li:nth-child(4){display: none;}
    .prolb-menu li:nth-child(6), .prolb-info li:nth-child(6){display: none;}
    .prolb-menu li:nth-child(2), .prolb-info li:nth-child(2){width: calc(100% - 84px);}
    .prolb-info li {padding: 10px 0;}
    .prolb-menu li {padding-bottom: 12px;}
    .prolb-buy {width: 24px;height: 24px;}
    .procd-menu a {width: calc(50% - 2px);height: 30px;}
    .procd-menu{font-size: 14px;}
    .prolb{margin-top: 30px;}
    .abosh {padding: 36px 0 42px;}
    .abosh-info-text{line-height: 28px;margin-top: 12px;}
    .abosh-image {margin-top: 18px;box-shadow: 0px 3px 18px 0px rgba(51, 51, 51, 0.3);}
    .abory-link {height: 250px;}
    .abory-control-btn {width: 128px;}
    .abory-control-btn::before{width: 34px;}
    .abory-control .swiper-pagination {width: calc(100% - 138px);}
    .abory-loop{margin-top: 28px;}
    .abofw-image img {height: 120px;}
    .abofw-cont {padding: 16px 0 0 !important;}
    .abofw-cont .text{line-height: 24px;}
    .abofw-list li:not(:first-child) {margin-top: 16px;}
    .serfw-cont .text {line-height: 26px;margin-top: 12px;}
    .serfw-cont .title {padding-bottom: 14px;}
    .serfw-cont .title::after {width: 34px;height: 3px;}
    .serfw-cont {padding: 20px 0 0 !important;}
    .serfw-list li:not(:first-child) {margin-top: 24px;}
    .serlc-list ul {margin: -16px 0 0;}
    .serlc-list li {width: 100%;margin: 16px 0 0;min-height: auto;padding: 28px 16px 80px;box-shadow: 0px 2px 16px 0px rgba(51, 51, 51, 0.2);}
    .serlc-list li .num {font-size: 100px;bottom: -44px;}
    .serlc-list li:hover {box-shadow: 0px 2px 16px 0px rgba(51, 51, 51, 0.4);}
    .sergc-cont {padding: 28px 15px;}
    .sergc-cont .tags p{width: 50%;margin: 0 !important;padding: 0 8px;}
    .sergc-cont .text{line-height: 24px;margin-top: 10px;}
    .sergc-cont .tags{margin-top: 12px;}
    .sergc {padding-bottom: 44px;}
    .serlc .sonTitle .title{font-size: 19px;}
}