/* 全局样式 */

* {margin: 0px;padding: 0px; box-sizing: border-box;}

a {text-decoration: none; color: #000;}



/* 视频弹窗 */

.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('../images/common/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;margin-top: 50px;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: #236af6;background-color: #236af6;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: #236af6;}

.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: #236af6;color: #fff;border-color: #236af6;}

.paging-hint span{color: #236af6;}

@media all and (max-width:1599px) {.paging{margin-top: 50px;}}

@media all and (max-width:1279px) {.paging{margin-top: 44px;}}

@media all and (max-width:1000px) {.paging{margin-top: 36px;}.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;}}

.Footer-navbar a{

    color: #666;

}











.customer .swiper-container {

    margin-left: auto;

    margin-right: auto;

    position: relative;

    overflow: hidden;

    list-style: none;

    padding: 10px 0px;

    z-index: 1;

}





/* 产品中心-产品列表(product) */

.product-banner{width: 100%;position: relative;display: flex;justify-content: center;}

.product-banner .title{text-align: center;position: absolute;top: 0px;}

.product-banner .text .lin1{color: #333;}

.product-banner .text .lin2{color: #333;font-weight: bold;margin-bottom: 30px;}

.product-swiper{width: 100%;}

.product-swiper .pages{width: 300px;}



.product-swiper .content{width: 1200px;}

.product-swiper .content .product-muen .zhon .title .text {margin-right: 20px;width: 269px;padding-top: 5px;}

.product-swiper .content .product-muen{background-color: #f6f6f6; width: calc(33.3% - 20px);margin-right: 30px;margin-bottom: 30px;}

.product-swiper .content .product-muen .zhon:hover>.img>img{transition: all .4s ease;}

.product-swiper .content .product-muen .zhon:hover>.img>img{transform: scale(1.04);} 

.product-swiper .content .product-muen .zhon>.img{justify-content: center; height: 400px;align-items: center;display: flex;}

.product-swiper .content .product-muen .zhon .title .img{display: flex;justify-content: center;align-items: center;}

.product-swiper .content .product-muen .zhon .title img:nth-child(1){opacity: 0; transition: all .4s ease;position: absolute;}

.product-swiper .content .product-muen .zhon .title img:nth-child(2){opacity: 1;transition: all .4s ease;}

.product-swiper .content .product-muen .zhon .title:hover img:nth-child(2){animation: ProductBnt .4s ease both;}

@keyframes ProductBnt {0%{transform: rotate(0deg);}100%{transform: rotate(25deg);opacity: 0;}}

.product-swiper .content .product-muen .zhon .title:hover img:nth-child(1){animation: ProductBnt2 1s ease both;}

@keyframes ProductBnt2 {0%{opacity: 0;}100%{opacity: 1;}}

.product-swiper .content .product-muen .zhon .title{width: 100%;border-top: 2px solid #e8e8e8;padding: 30px 25px;}

.product-swiper .content .product-muen:nth-child(3n){margin-right: 0px;}

.paging {width: 100%;font-size: 0;text-align: center;margin-top: 50px;user-select: none;display: flex;justify-content: center;}

.product-swiper .pages .pages-zhon{width: 90%;}

.product-swiper .pages .pages-zhon .pages-muen{position: relative;padding-bottom: 20px;padding-left: 30px;margin-bottom: 30px;border-bottom: 2px solid #f3f3f3;user-select: none;}

.product-swiper .pages .pages-zhon .pages-muen .img{position: absolute;right: 20px;display: flex;justify-content: center;align-items: center;height: 100%;padding-bottom: 20px;}

.product-swiper .pages .pages-zhon .pages-muen .img img:nth-child(1){display: block;transition: all .4s ease;}

.product-swiper .pages .pages-zhon .pages-muen .img img:nth-child(2){display: none;transition: all .4s ease;}

.product-swiper .pages .pages-zhon .pages-muen:hover .img img:nth-child(1){display: none;}
.product-swiper .pages .pages-zhon .pages-muen:hover .img img:nth-child(2){display: block;}

.product-swiper .pages .pages-zhon .pages-muen.active .img img:nth-child(1){display: none;}
.product-swiper .pages .pages-zhon .pages-muen.active .img img:nth-child(2){display: block;}

.product-swiper .pages .pages-zhon .pages-muen:hover .text{color: #236af6;}
.product-swiper .pages .pages-zhon .pages-muen.active .text{color: #236af6;}

.product-swiper .pages .pages-zhon .pages-muen .text{transition: all .4s ease;}


/* 产品中心-产品详情(productxq) */

.productxq{background-color: #f5f5f5;}

.productxq-banner{width: 100%;position: relative;display: flex;justify-content: center;}

.productxq-banner .content{height: 100%;align-items: center;position: absolute;top: 0px;}

.productxq-banner .content .title .text1{color: #2062c9;margin-bottom: 5px;}

.productxq-banner .content .title .text2{color: #333333;font-weight: 800;margin-bottom: 70px;}

.productxq-banner .content .title .list li{margin-bottom: 25px;}

.productxq-banner .content .title .list li span{margin-right: 20px;}



.prcxq-yc{display: none;}

.prcxq-yc{background-color: #fff;}

.prcxq-yc>div{padding: 20px 20px;}



.productxq-iduce .parameter .table>div {overflow: auto;}


.productxq-banner .thumbs{width: 100%;position: relative;padding: 0px 58px;}

.productxq-banner .thumbs .thumbs-img{width: 100%;height: 100px;background-color: #ededed;display: flex;justify-content: center;align-items: center;padding: 15px;}

.productxq-banner .thumbs .swiper-wrapper .active .thumbs-img{border: 1px solid #2062c9;}

.productxq-banner .thumbs .swiper-wrapper .thumbs-img a{width: 100%;height: 100%;}

.productxq-banner .content .swiper-img {position: absolute;right: 0px;width: 680px;}

.productxq-banner .thumbs .thumbs-prev{background-color: #f5f5f5;height: 100%;width: 40px;position: absolute;top: 0px;left: 0px;display: flex;justify-content: center;align-items: center;border: 1px solid #e5e5e5;}

.productxq-banner .thumbs .thumbs-next{background-color: #f5f5f5;height: 100%;width: 40px;position: absolute;top: 0px;right: 0px;display: flex;justify-content: center;align-items: center;border: 1px solid #e5e5e5;}

.productxq-banner .thumbs .thumbs-prev img:nth-child(1){display: block;}

.productxq-banner .thumbs .thumbs-prev img:nth-child(2){display: none;}

.productxq-banner .thumbs .thumbs-prev:hover img:nth-child(1){display: none;}

.productxq-banner .thumbs .thumbs-prev:hover img:nth-child(2){display: block;}

.productxq-banner .thumbs .thumbs-next img:nth-child(1){display: block;}

.productxq-banner .thumbs .thumbs-next img:nth-child(2){display: none;}

.productxq-banner .thumbs .thumbs-next:hover img:nth-child(1){display: none;}

.productxq-banner .thumbs .thumbs-next:hover img:nth-child(2){display: block;}

.productxq-banner .thumbs .thumbs-prev:hover,

.productxq-banner .thumbs .thumbs-next:hover{background-color: #2062c9;}



.prcxq-yc .thumbs{width: 100%;position: relative;padding: 0px 58px;}

.prcxq-yc .thumbs .thumbs-img{width: 100%;height: 100px;background-color: #ededed;display: flex;justify-content: center;align-items: center;}

.prcxq-yc .thumbs .swiper-wrapper .active .thumbs-img{border: 1px solid #2062c9;}

.prcxq-yc .content .swiper-img {position: absolute;right: 0px;width: 680px;}

.prcxq-yc .thumbs .thumbs-prev{background-color: #f5f5f5;height: 100%;width: 40px;position: absolute;top: 0px;left: 0px;display: flex;justify-content: center;align-items: center;border: 1px solid #e5e5e5;}

.prcxq-yc .thumbs .thumbs-next{background-color: #f5f5f5;height: 100%;width: 40px;position: absolute;top: 0px;right: 0px;display: flex;justify-content: center;align-items: center;border: 1px solid #e5e5e5;}

.prcxq-yc .thumbs .thumbs-prev img:nth-child(1){display: block;}

.prcxq-yc .thumbs .thumbs-prev img:nth-child(2){display: none;}

.prcxq-yc .thumbs .thumbs-prev:hover img:nth-child(1){display: none;}

.prcxq-yc .thumbs .thumbs-prev:hover img:nth-child(2){display: block;}

.prcxq-yc .thumbs .thumbs-next img:nth-child(1){display: block;}

.prcxq-yc .thumbs .thumbs-next img:nth-child(2){display: none;}

.prcxq-yc .thumbs .thumbs-next:hover img:nth-child(1){display: none;}

.prcxq-yc .thumbs .thumbs-next:hover img:nth-child(2){display: block;}

.prcxq-yc .thumbs .thumbs-prev:hover,

.prcxq-yc .thumbs .thumbs-next:hover{background-color: #2062c9;}





.productxq-iduce .title{padding: 30px 0px 25px 60px;border-bottom: 1px solid #ededed;}

.productxq-iduce .title .btn a{height: 100%;display: flex;justify-content: center;align-items: center;margin-right: 20px;}

.productxq-iduce .title .text{color: black;font-weight: 500;}

.productxq-iduce .presentation{margin-bottom: 60px;background-color: #fff;}

.productxq-iduce .presentation .list{padding: 65px 45px 65px 60px;}

.productxq-iduce .presentation .list li{margin-bottom: 35px;}

.productxq-iduce .presentation .list li span{margin-right: 20px;}

.productxq-iduce .parameter .title{background-color: #2062c9;border: none;}

.productxq-iduce .parameter .title .text{color: #fff;font-weight: 500;}

.productxq-iduce .parameter .table{padding: 55px 60px 125px 60px;background-color: #fff;}

.productxq-iduce .parameter .table td,

.productxq-iduce .parameter .table th{width: 200px;padding: 28px 0px 28px 0px;text-align: center;border: 1px solid #fff;}

.productxq-iduce .parameter .table th{background-color: #ededed;}

.productxq-iduce .parameter .table tr:nth-child(odd){background-color: #ededed;}

.productxq-iduce .presentation .title .btn a{display: flex;justify-content: center; align-items: center;}

.productxq-iduce .presentation .title .btn img{display: none;}

.productxq-iduce .presentation .title .btn img.active{display: block;}

.productxq-lation{background-color: #fff;}

.productxq-lation .title{width: 100%;text-align: center;margin-bottom: 60px;}

.productxq-lation .list .list-muen {background-color: #f6f6f6;width: calc(25% - 10px);margin-right: 20px;}
.productxq-lation .list .list-muen:nth-child(4){margin-right: 0px;}

.productxq-lation .list .list-muen .img{height: 400px; display: flex;justify-content: center;align-items: center;border-bottom: 2px solid #e5e5e5;}

.productxq-lation .list .list-muen .text img:nth-child(2){display: none;}

.productxq-lation .list .list-muen .text{padding: 38px 15px 28px 20px;position: relative;}

.productxq-lation .list .list-muen .text div:nth-child(1){margin-right: 20px;width: 260px;padding-top: 5px;}

.productxq-lation .list .list-muen .text a:hover img:nth-child(2){display: block;}

.productxq-lation .list .list-muen .text a:hover img:nth-child(1){display: none;}

.productxq-iduce .parameter .title .btn img{display: none;}

.productxq-iduce .parameter .title .btn img.active{display: block;}



/* About-关于我们 */

.About-banner{width: 100%;position: relative;display: flex;justify-content: center}

.About-banner .title{height: 100%; position: absolute;top: 0px;display: flex;align-items: center;justify-content: center;}

.About-banner .title .text1{color: #fff;text-align: center;}

.About-banner .title .text2{color: #fff;font-weight: bold;text-align: center;margin-bottom: 50px;}

.About-introduce{position: relative;}

.About-introduce .contain-1500{padding-top: 90px;padding-bottom: 110px;}

.About-introduce .title{text-align: center;margin-bottom: 60px;color: #333;font-weight: bold;}

.About-introduce .text{position: relative;}

.About-introduce .About-number{margin: 0px 150px;}

.About-introduce .About-number ul{justify-content: space-between;}

.About-introduce .About-number li .text1 span{color: #2062c9;}

.About-introduce .list{position: absolute;top: -151px;display: flex;justify-content: center;}

/* .About-introduce .list ul .list-muen{} */

.About-introduce .list ul .list-muen a{color: #fff;padding: 20px 90px;margin: 0px 5px;display: block;background-color: rgba(0, 0, 0, 0.5);transition: all .4s ease;}

.About-introduce .list ul .list-muen:hover a{background-color: #2062c9;}

.About-introduce .list ul .active a{background-color: #2062c9;}

.About-introduce .text .btn{margin:40px 0px 70px 0px;text-align: center;animation: backTop .6s linear infinite alternate;}

@keyframes backTop{0%{transform:translateY(0px);}100%{transform:translateY(10px);}}

.About-introduce .text .long{display: none;}

.About-develop{width: 100%;position: relative;}

.About-develop .About-swiper{position: absolute;top: 0px;}

.About-develop .About-swiper .title{width: 100%;text-align: center;color: #fff;font-weight:bold;margin-bottom: 110px;margin-top: 90px;}

.About-develop .About-swiper .thumbs .swiper-slide.active .img-t>img:nth-child(1){opacity: 1;position: absolute;}

.About-develop .About-swiper .thumbs .swiper-slide.active .img-t>img:nth-child(2){opacity: 0;}

.About-develop .About-swiper .thumbs .swiper-slide.active .img-b>img:nth-child(1){opacity: 1;position: absolute;}

.About-develop .About-swiper .thumbs .swiper-slide.active .img-b>img:nth-child(2){opacity: 0;}

.About-develop .About-swiper .thumbs .swiper-slide .img-t>img:nth-child(1){opacity: 0;position: absolute;}

.About-develop .About-swiper .thumbs .swiper-slide .img-t>img:nth-child(2){opacity: 1;}

.About-develop .About-swiper .thumbs .swiper-slide .img-b>img:nth-child(1){opacity: 0;position: absolute;}

.About-develop .About-swiper .thumbs .swiper-slide .img-b>img:nth-child(2){opacity: 1;}

.About-develop .About-swiper .thumbs .swiper-slide.active .text{color: #2062c9;}

.About-develop .About-swiper .thumbs .swiper-slide .text{color: #fff;}

.About-develop .About-swiper .thumbs .swiper-slide .text{margin: 15px 0px;}

.About-develop .About-swiper .thumbs .About-list-muen{text-align: center;width: 100%;color: #fff;}

.About-develop .About-swiper .thumbs .img-t,

.About-develop .About-swiper .thumbs .img-b{width: 100%;display: flex;justify-content: center;align-items: center;}

.About-glory {width: 100%;position: relative;display: flex;justify-content: center;padding-bottom: 110px;padding-top: 100px;}

.About-glory .contain-1500 .title{width: 100%;text-align: center;margin-bottom: 65px;}

.About-glory .contain-1500 .list>div .text{text-align: center;background-color: #fff;padding-top:20px;}

.About-glory .contain-1500 .list>div .img{margin-bottom: 20px; position: relative;margin: 35px 0px;height: 270px;}

.About-glory .list .swiper-slide{background-color: #f5f5f5;}

.About-glory .list .swiper-slide .img{display: flex; justify-content: center;}

.About-glory .list .swiper-slide .sel{position: absolute;top: 0px;z-index: 99;width: 100%;height: 100%;display: none;}


.About-glory .swiper-pagination{position: relative!important;text-align: center;-webkit-transition: .3s opacity;-o-transition: .3s opacity;

transition: .3s opacity;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);z-index: 10;}

.About-glory .swiper-pagination-bullet {width: 37px!important;height: 2px!important;margin: 0px 6px;display: inline-block;border-radius: 0!important;background: #000;opacity: .2;}

.About-glory .swiper-pagination-bullet-active {opacity: 1;background: #007aff;}

.About-structure{position: relative;width: 100%;display: flex;justify-content: center;}

.About-structure .title{position: absolute;top: 0px;text-align: center;padding-top: 80px;color: #fff;font-weight: bold;}

.About-structure .title .text{padding-bottom: 140px;}

.About-enterprise{background-color: #f3f3f3;width: 100%;padding-top: 100px;position: relative;}

.About-enterprise .sel::before {content: "";width: 100%;height: 500px;position: absolute;background-color: #f3f3f3;top: -400px;z-index: -1;}

.About-enterprise .title .text{color: #333;font-weight: bold;text-align: center;padding-bottom:60px;}

.About-enterprise .page{padding-bottom:30px;}

.About-enterprise .swiper-pagination,

.About-enterprise .swiper-pagination, .About-glory .swiper-pagination {position: relative!important;text-align: center;

-webkit-transition: .3s opacity;-o-transition: .3s opacity;transition: .3s opacity;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);z-index: 10;padding-top: 50px;}

.About-enterprise .zuo{position: absolute;top: 50%;transform: translateY(-50%);left: 120px;}

.About-enterprise .you {position: absolute;top: 50%;transform: translateY(-50%);right: 120px;}

.About-enterprise .zuo>img:nth-child(1){display: block;}

.About-enterprise .zuo>img:nth-child(2){display: none;}

.About-enterprise .you>img:nth-child(1){display: block;}

.About-enterprise .you>img:nth-child(2){display: none;}

.About-enterprise .zuo:hover>img:nth-child(1){display: none;}

.About-enterprise .zuo:hover>img:nth-child(2){display: block;}

.About-enterprise .you:hover>img:nth-child(1){display: none;}

.About-enterprise .you:hover>img:nth-child(2){display: block;}

.About-enterprise .swiper-pagination-bullet {width: 37px;height: 2px;margin: 0px 5px;display: inline-block;border-radius: 0;background: #000;

opacity: .2;}

.About-enterprise .swiper-pagination-bullet-active {opacity: 1;background: #007aff;}

.About-enterprise .swiper-container .swiper-wrapper .swiper-slide>img{height: 270px;width: 100%;}
.About-enterprise .swiper-container .swiper-wrapper .swiper-slide .img{background-color:rgba(0, 0, 0, 0.5);display: flex;justify-content: center;align-items: center;height: 100%;width: 100%; position: absolute;top: 0px;opacity: 0;transition: all .4s ease;}

.About-enterprise .swiper-container .swiper-wrapper .swiper-slide .img:hover{opacity: 1;}

.About-develop .gallery .gallery-more .text>div:nth-child(1){color: #2062c9;}

.About-develop .gallery .gallery-more .text>div:nth-child(2){color: #fff;}

.About-develop .gallery{width: 100%;padding: 0px 100px;position: relative;}

.About-develop .gallery .thumbs-prev{position: absolute;left: 0px;top: 0px;height: 100%;display: flex;align-items: center;}

.About-develop .gallery .thumbs-prev img:nth-child(1){opacity: 1; position: absolute;}

.About-develop .gallery .thumbs-prev img:nth-child(2){opacity: 0;}

.About-develop .gallery .thumbs-next{position: absolute;right: 0px;top: 0px;height: 100%;display: flex;align-items: center;}

.About-develop .gallery .thumbs-next img:nth-child(1){opacity: 1;position: absolute;}

.About-develop .gallery .thumbs-next img:nth-child(2){opacity: 0;}



.About-develop .gallery .thumbs-prev a:hover img:nth-child(1){opacity: 0;}

.About-develop .gallery .thumbs-prev a:hover img:nth-child(2){opacity: 1;}



.About-develop .gallery .thumbs-next a:hover img:nth-child(1){opacity: 0;}

.About-develop .gallery .thumbs-next a:hover img:nth-child(2){opacity: 1;}

.About-develop .thumbs{margin-bottom: 75px;}

.About-develop>.img{position: absolute;top: 220px;}

.productxq-lation .list .list-muen .img{overflow: hidden;}
.productxq-lation .list .list-muen .img>img{transition: all .4s ease;}
.productxq-lation .list .list-muen:hover .img>img{transform: scale(1.04);}

.productxq-lation .list .list-muen .text div:nth-child(1){transition: all .4s ease;}
.productxq-lation .list .list-muen:hover .text div:nth-child(1){color: #007aff;}


.news-swiper .swiper-slide .img img{transition: all .4s ease;}
.news-swiper .swiper-slide .img>div{overflow: hidden;}
.news-swiper .swiper-slide .img>div:first-child{width:calc(100% - 651px)}
.news-swiper .swiper-slide .img>div:first-child img{width: 100%}
.news-swiper .swiper-slide .img:hover img{transform: scale(1.04);}
.About-enterprise-svp{position: relative;}


















/* 合作客户 */

.customer-banner{position: relative; width: 100%;display: flex;justify-content: center;}

.customer-banner .title{position: absolute;top: 0px;display: flex;justify-content: center;align-items: center;height: 100%;}

.customer-banner .title>div{text-align: center;}

.customer-banner .title>div div:nth-child(1){color: #fff;}

.customer-banner .title>div div:nth-child(2){color: #fff;font-weight: bold;}

.customer-swiper{width: 100%;position: relative;padding-top: 100px;padding-bottom: 100px;background-color: #f4f4f4;}

.customer-swiper .img:hover {transform: scale(1.04);box-shadow: 5px 0px 16px 0px rgb(0 0 0 / 18%);z-index: 2;}
.customer-swiper .img {display: flex;justify-content: center;align-items: center;height: 167px;background-color: #fff;border: 1px solid #eaeaea;transition: all .4s ease;position: relative;}
.customer-swiper .img a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;}
.customer-swiper .img img{max-width:80%;max-height:80%;}

.customer-swiper .swiper-slide{width: 20%!important;margin-right: 0px!important;}
.customer-swiper .swiper-pagination-bullet {width: 37px;height: 2px;display: inline-block;border-radius: 0;background: #d8d8d8;margin: 0px 6px;}
.customer-swiper .swiper-pagination-bullet-active {background: #007aff;}
.customer-swiper .swiper-pagination {position: absolute;text-align: center;-webkit-transition: .3s opacity;-o-transition: .3s opacity;transition: .3s opacity;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);z-index: 10;bottom: 70px;left: 0;width:100%}




/* join加入我们 */

.join-banner{width: 100%;display: flex;justify-content: center;position: relative;}

.join-banner .contain-1500{height: 100%;text-align: center;position: absolute;display: flex;justify-content: center;align-items: center;}

.join-banner .title .text1,

.join-banner .title .text2{color: #ffffff;}

.join-banner .title .text2{font-weight: bold;}

.join-navbar{width: 100%;position: relative;}

.join-navbar .contain-1500 {position: relative;}

.join-navbar .navbar-list{position: absolute;top: -65px;width: 100%;}

.join-navbar .navbar-list ul{justify-content: space-between;}

.join-navbar .navbar-list li{width: calc(100%/6 - 15px);background-color: rgba(0, 0, 0, 0.5);text-align: center;padding: 20px 0px;transition: all .4s ease;}

.join-navbar .navbar-list li.active{background-color: #2062c9;}

.join-navbar .navbar-list li a{color: #fff;width: 100%;width: 100%;display: block;}

.join-navbar .navbar-list li:hover{background-color: #2062c9;}

.join-navbar .navbar-muen{text-align: center;}

.join-navbar .navbar-muen .title{margin-bottom: 65px;font-weight: bold;color: #333;}

.join-navbar .navbar-muen .donhuan {display: flex;justify-content: center;}

.join-navbar .navbar-muen .img{position: relative;width: 500px;}

.join-navbar .navbar-muen .img>img{animation:img1 1s linear infinite alternate;}

.join-navbar .navbar-muen .img .img-1{position: absolute;top: 85px;left: 85px;animation:img1 1s linear infinite alternate;}

.join-navbar .navbar-muen .img .img-2 {position: absolute;top: 15px;left: 20px;animation:img2 .8s linear infinite alternate;}

.join-navbar .navbar-muen .img .img-3{position: absolute;top: 65px;right: -10px;animation:img2 1s linear infinite alternate;}

@keyframes img2 {0%{transform:translateY(0px);}100%{transform:translateY(10px);}}

@keyframes img1 {0%{transform: scale(1);}100%{transform: scale(1.04);}}



.join-swiper .swiper-slide .back{background-color: rgb(0 0 0 / 40%);z-index: 999;width: 100%;height: 100%;position: absolute;top: 0px;}

.join-swiper .swiper-slide .img{position: relative;}

.join-swiper .swiper-slide .img img{width: 100%;}

.join-swiper .swiper-slide.swiper-slide-active .back{background-color: rgb(0 0 0 / 0);}



.join-swiper .thumbs{position: relative;}

.join-swiper .swiper-pagination-bullet {width: 37px;height: 2px;display: inline-block;border-radius: 0px;background: #000;opacity: .2;margin: 0px 5px;}

.join-swiper .swiper-pagination-bullet-active{opacity: 1;background: #007aff;}

.join-swiper .swiper-pagination {position: absolute;text-align: center;-webkit-transition: .3s opacity;-o-transition: .3s opacity;transition: .3s opacity;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);z-index: 10;bottom: -40px;width: 100%;}

.join-swiper .thumbs .btn {position: relative;}

.join-swiper .thumbs .btn .swiper-prev {position: absolute;top: -300px;left: 400px;z-index: 999;}

.join-swiper .thumbs .btn .swiper-next {position: absolute;top: -300px;right: 400px;z-index: 999;}





.join-swiper .thumbs .btn .swiper-prev img:nth-child(1){position:absolute;opacity: 1;}

.join-swiper .thumbs .btn .swiper-prev img:nth-child(2){opacity: 0;} 

.join-swiper .thumbs .btn .swiper-next img:nth-child(1){position: absolute;opacity: 1;}

.join-swiper .thumbs .btn .swiper-next img:nth-child(2){opacity: 0;}



.join-swiper .thumbs .btn .swiper-prev:hover img:nth-child(1){opacity: 0;}

.join-swiper .thumbs .btn .swiper-prev:hover img:nth-child(2){opacity: 1;}

.join-swiper .thumbs .btn .swiper-next:hover img:nth-child(1){opacity: 0;}

.join-swiper .thumbs .btn .swiper-next:hover img:nth-child(2){opacity: 1;}



.join-navbar .navbar-muen .img .img-4 {position: absolute;bottom: -35px;left: 105px;animation:img2 1s linear infinite alternate;}

.join-navbar .navbar-muen .img .img-5 {position: absolute;top: 145px;left: 145px;}

.join-navbar .navbar-muen .img .img-6 {position: absolute;top: 80px;right: -50px;animation:img2 1s linear infinite alternate;}

.join-navbar .navbar-muen .img .img-7 {position: absolute;top: 80px;left: -40px;animation:img2 .8s linear infinite alternate;}

.join-navbar .navbar-muen .img .img-8 {position: absolute;bottom: 0px;left: 50px;animation:img2 1s linear infinite alternate;}

.join-navbar .navbar-muen .img .img-2 div {position: absolute;top: 55px;left: 20px; color: #333;font-weight: bold;}

.join-navbar .navbar-muen .img .img-3 div {position: absolute;top: 55px;left: 40px; color: #333;font-weight: bold;}

.join-navbar .navbar-muen .img .img-4 div {position: absolute;top: 55px;left: 40px; color: #333;font-weight: bold;}

.join-navbar .navbar-muen .title-s .text1,

.join-navbar .navbar-muen .title-s .text2,

.join-navbar .navbar-muen .title-s .text3{width: 400px;text-align: left;}

.join-navbar .navbar-muen .title-s .text1 {position: absolute;top: 270px;left: -30px;}

.join-navbar .navbar-muen .title-s .text2 {position: absolute;bottom: 80px;left: 60px;}

.join-navbar .navbar-muen .title-s .text3 {position: absolute;top: 270px;right: -35px;}



.join-Recruitment{width: 100%;position: relative;background-color: #f4f4f4;}

.join-Recruitment .contain-1500>.title{padding-top: 90px;padding-bottom: 60px;text-align: center;color: #333;font-weight: bold;}

.join-Recruitment .list-muen li{position: relative;}

.join-Recruitment .list-muen li .title{position: absolute;top: 0px;padding: 50px 65px 35px 35px;}

.join-Recruitment .list-muen li .title>div:nth-child(1){color: #333;font-weight: 600;margin-bottom: 20px;}

.join-Recruitment .list-muen li .title>div:nth-child(2){margin-bottom: 20px;}

.join-Recruitment .list-muen li .title>div:nth-child(3){margin-bottom: 35px;}

.join-Recruitment .list-muen li .title>div{color: #999;}

.join-Recruitment .list-muen li a>img{transition: all .4s ease;}

.join-Recruitment .list-muen li a>img:nth-child(1){opacity: 1;position: absolute};

.join-Recruitment .list-muen li a>img:nth-child(2){opacity: 0;}

.join-Recruitment .list-muen li .title .biaoqian .img>img:nth-child(1){opacity: 1;position: absolute;}

.join-Recruitment .list-muen li .title .biaoqian .img>img:nth-child(2){opacity: 0;}

.join-Recruitment .list-muen li .title .biaoqian li{margin: 0px 10px;}

.join-Recruitment .list-muen li .title .biaoqian .text{margin-left: 10px;}

.join-Recruitment .list-muen li .btn>img{transition: all .4s ease;}

.join-Recruitment .list-muen li .btn>img:nth-child(2){opacity: 1;}

.join-Recruitment .list-muen li .btn>img:nth-child(1){opacity: 0;position: absolute;}



.join-Recruitment .list-muen li:hover .title>div:nth-child(1){color: #fff;font-weight: 600;}

.join-Recruitment .list-muen li:hover .title>div{color: #fff;}

.join-Recruitment .list-muen li:hover a>img:nth-child(1){opacity: 0;position: absolute;}

.join-Recruitment .list-muen li:hover a>img:nth-child(2){opacity: 1;}

.join-Recruitment .list-muen li:hover .title .biaoqian .img>img:nth-child(1){opacity: 0;position: absolute;}

.join-Recruitment .list-muen li:hover .title .biaoqian .img>img:nth-child(2){opacity: 1;}

.join-Recruitment .list-muen li:hover .btn>img:nth-child(2){opacity: 0;}

.join-Recruitment .list-muen li:hover .btn>img:nth-child(1){opacity: 1;position: absolute;}

.join-swiper .title{padding-bottom: 60px;text-align: center;color: #333;font-weight: bold;}







.join-swiper .thumbs .img{width: 100%;display: flex;justify-content: center;align-items: center;}

.join{position: relative;}

.join .tanchuang{display: none; z-index: 999999;position: absolute;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.6);}

.join .back>div{display: flex;justify-content: center;}

.join .join-list{background-color: #fff;padding: 85px 95px;width: 1025px;height: 685px;position: fixed;top: 125px;animation: poptanchuang 1s ease both .1s;}

@keyframes poptanchuang {0%{opacity: 0;transform: translateY(200px);}100%{opacity: 1;transform: translateY(0);}}



.join .join-list .title{border-bottom: 1px solid #e7e7e7;position: relative;padding-bottom: 25px;margin-bottom: 30px;}

.join .join-list .title .text{font-weight: bold;color: #333;}

.join .join-list .title .icon{color: #777;font-size: 12px;position: absolute;right: 0;bottom: 25px;}

.join .join-list .xlxx-xingxi{width: 100%;padding-right: 40%;height: 75%;overflow: auto;}

.join .join-list .xlxx-xingxi li{margin-bottom: 10px; color: #777;}

.join .join-list .xlxx-xingxi .jiben li:nth-child(1n){width: 50%;}

.join .join-list .xlxx-xingxi .jiben li:nth-child(2n){width: 50%;}

.join .join-list .xlxx-xingxi .jiben li:nth-child(3){width: 100%;}

.join .join-list .xlxx-xingxi .text{font-weight: 700;color: #777;margin-bottom: 20px;}

.join .join-list .xlxx-xingxi>div{margin-bottom: 40px;}

.join .join-list .btn{position:absolute;top: 0px;right: -70px;}

.join .join-list .btn>div{background-color: #1f1f1f;margin-bottom: 2px; width: 70px;height: 65px;display: flex;justify-content: center;align-items: center;}

.join .join-list .btn>div img{width: 20px;}






.join-Recruitment .list-muen .swiper-slide>ul>li {width: calc(33% - 20px);margin-right: 20px;margin-bottom: 20px;}



.search{width: 100%;}
.search-info{width: 100%;line-height: 1.1;color: #333;font-weight: 700;}
.search-info span{color: #007aff;}
.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: #007aff !important;}
.search-link:hover h2{color: #007aff;}
@media all and (max-width:1000px) {.search-link{padding: 22px 0;}.search-list{margin-top: 10px;}}





/* 联系我们 */

.contact-introduce .fuwu {margin-right: 237px;width: 482px;}

.contact-introduce .fuwu .fs28{color: #333;font-weight: bold;margin-bottom: 28px;}

.contact-introduce .fuwu .fs15{margin-bottom: 70px;color: #333;}

.contact-introduce .fuwu .fs15 span{color: #2062c9;}

.contact-introduce .fuwu .fs20{color: #333;padding-bottom: 10px;border-bottom: 1px solid #e7e7e7;margin-bottom: 27px;}

.contact-introduce .fuwu .fs20 span{margin-right: 10px;}

.contact-introduce .fuwu .contact-list li{margin: 10px 0px;}

.contact-lianxi{width: 100%;position: relative;background-color: #f4f4f4;}

.contact-lianxi .list>li .fs26{padding-bottom: 20px;border-bottom: 1px solid #ededed;margin-bottom: 30px;color: #333;font-weight: bold;}

.contact-lianxi .list>li li{margin-bottom: 25px;}

.contact-lianxi .list>li li img{margin-right: 10px;}

.contact-message{width: 52%;}

.contact-message form{display: flex; flex-wrap: wrap;justify-content: space-between;}

.contact-message .inline-input input{background-color: #f5f5f5;padding: 0 20px;width: 100%;height: 60px;}

.contact-message .inline-input:nth-child(1){width: 48%;}

.contact-message .inline-input:nth-child(2){width: 48%;}

.contact-message .inline-input:nth-child(3){width: 100%;}

.contact-message .inline-input:nth-child(4){width: 100%;}

.contact-message .inline-input textarea{width: 100%;background-color: #f5f5f5;border: none;padding: 20px 20px;height: 152px;}

.contact-message .inline-input{margin-bottom: 20px;}

.contact-message .fs28{color: #333;font-weight: bold;margin-bottom: 30px;}

.contact-message .btn{width: 100%;}

.contact-message .btn a{background-color: #2062c9;color: #fff;width: 100%;text-align: center;display: block;padding: 20px 0px;}



.contact-map{width:100%;height:100%}

.contact-map {background: #fff;height: 675px;width: 100%;border-radius: 10px;position: relative;}

.contact-map>img{height: 100%;width: 100%;}

.contact-map .fudon{position: absolute;top:0px;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}

.contact-map .map-mengban{position: relative;}

.contact-map .map-content{position: absolute;top: 0px;left: 18px;top: 28px;}

.contact-map .map-content .logo{width: 257px;height: 123px;background-color: #ececec;justify-content: center;align-items: center;display: flex;}

.contact-map .map-content .text{width: 100%;text-align: center;margin-top: 20px;margin-bottom: 38px;color: #666666;}

.contact-map .map-content .lianjie{width: 100%;text-align: center;}

.contact-map .map-content .lianjie span{color: #333;}





.contact-lianxi .list>li {padding: 45px 35px 30px 35px;background-color: #fff;width: calc(33% - 16px);margin-right:30px;}

.contact-lianxi .list>li:nth-child(3){margin-right: 0px;}



.pattern-show {display: none;}



/* news(新闻动态) */

.news-body{background-color: #f4f4f4;}

.news-banner{width: 100%;position: relative;display: flex;justify-content: center;}

.news-banner .contain-1500{height: 100%;position: absolute;top: 0px;display: flex;justify-content: center;align-items: center;}

.news-banner .contain-1500 .title{text-align: center;color: #fff;}

.news-banner .contain-1500 .title .fs44{font-weight: bold;}

.news-muen{width: 100%;position: relative;}

.news-muen .list{position: absolute;top: -62px;}

.news-muen .list li a{background-color: rgba(0, 0, 0, 0.5);display: flex;justify-content: center;align-items: center; color: #fff;padding: 20px 0px;margin-right: 3px;width: 373px;transition: all .4s ease;}

.news-muen .list li.active a{background-color: #2062c9;}

.news-muen .list li a:hover{background-color: #2062c9;}

.news-swiper .title {width: 651px;padding-top: 95px;padding-right: 70px;padding-left: 85px;background-color: #fff;}

.news-swiper .title .fs18{font-weight: bold;color: #2062c9;padding-bottom: 30px;}

.news-swiper .title .fs28{font-weight: bold;color: #333333;padding-bottom: 40px;}

.news-swiper .title .fs16{color: #666;margin-bottom: 66px;}

.news-swiper .title .sel-link a{color: #333; padding-bottom: 5px;transition: all .1s ease;}

.news-swiper .title .sel-link a:hover{color: #2062c9;border-bottom: 2px solid #2062c9;}

.news-swiper{position: relative;padding-bottom: 75px;}

.news-swiper .btn{position: absolute;right: 60px;bottom: 125px;display: flex;z-index: 999;}

.news-swiper .swiper-slide .img img {max-height: 100%;height: 522px;}



.news-swiper .btn>div{margin: 0px 10px;}

.news-swiper .btn .next img:nth-child(1){opacity: 1;position: absolute;transition: all .4s ease;}

.news-swiper .btn .prev img:nth-child(1){opacity: 1;position: absolute;transition: all .4s ease;}

.news-swiper .btn .next img:nth-child(2){opacity: 0;transition: all .4s ease;}

.news-swiper .btn .prev img:nth-child(2){opacity: 0;transition: all .4s ease;}

.news-swiper .btn .next:hover img:nth-child(1),

.news-swiper .btn .prev:hover img:nth-child(1){opacity: 0;}

.news-swiper .btn .next:hover img:nth-child(2),

.news-swiper .btn .prev:hover img:nth-child(2){opacity: 1;}

.news-list .news-list-muen a img{z-index: 0;}

.news-list .news-list-muen a img:nth-child(1){opacity: 1;position: absolute;transition: all .4s ease;max-width: 100%;width: 100%;height: 100%;}

.news-list .news-list-muen a img:nth-child(2){opacity: 0;transition: all .4s ease;width: 100%;height: 100%;}

.news-list .news-list-muen:hover img:nth-child(1){opacity: 0;}

.news-list .news-list-muen:hover img:nth-child(2){opacity: 1;}

.news-list .news-list-muen{position: relative;margin-bottom: 40px;margin-right: 30px;width: 480px;height: 360px;}

.news-list .news-list-muen a {position: relative;display: block;width: 100%;height: 100%;}

.news-list .news-list-muen a:hover::before{content: "";position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);z-index: 2;}

.news-list .news-list-muen:nth-child(3n){margin-right: 0px;}

.news-list .news-list-muen .title{z-index: 99;position: absolute;top: 0;padding-top: 60px;padding-right: 55px;padding-left: 40px;width: 100%;} 

.news-list .news-list-muen .title div:nth-child(1){padding-bottom: 10px;color: #2062c9;transition: all .4s ease;}

.news-list .news-list-muen .title div:nth-child(2){width: 21px;height: 2px;background-color: #2062c9;margin-bottom: 20px;transition: all .4s ease;}

.news-list .news-list-muen .title div:nth-child(3){color: #333;padding-bottom: 25px;font-weight: bold;transition: all .4s ease;}

.news-list .news-list-muen .title div:nth-child(4){color: #666;transition: all .4s ease;}

.news-list .news-list-muen:hover .title div:nth-child(1),

.news-list .news-list-muen:hover .title div:nth-child(3),

.news-list .news-list-muen:hover .title div:nth-child(4){color: #fff;}

.news-list .news-list-muen:hover .title div:nth-child(2){background-color: #fff;}

.news-swiper .title .fs28 a{transition: all .4s ease;}

.news-swiper .title .fs16 a{transition: all .4s ease;}

.news-swiper .title .fs28 a:hover {color: #2062c9;}

.news-swiper .title .fs16 a:hover {color: #2062c9;}





/* 新闻详情页 */

.newsxq-body{background-color: #f4f4f4;}

.newsxq .title{background-color: #fff;margin-top: 90px;margin-bottom: 110px;padding-top: 80px;padding-right: 40px;padding-left: 40px;width: 1023px;margin-right: 35px;}

.newsxq .title .text>div:nth-child(1){color: #333;font-weight: bold;padding-bottom: 15px;}

.newsxq .title .text>div:nth-child(2){color: #999;padding-bottom: 40px;border-bottom: 1px solid #f0f0f0;margin-bottom: 50px;}

.newsxq .title .text .img{margin: 30px 0px;display: flex;width: 100%;justify-content: center;}

.newsxq .title .text .img .img-hid{overflow: hidden;}

.newsxq .title .text .img img{transition: all .4s ease;}

.newsxq .title .text .img img:hover{transform: scale(1.04);}

.newsxq .title .page{padding-top: 30px;border-top: 1px solid #f0f0f0;justify-content: space-between;width: 100%;padding-bottom: 95px;margin-top: 160px;}

.newsxq .newsxq-tuijian{background-color: #fff;padding-top: 60px;padding-right: 35px;padding-left: 35px;width: 442px;margin-top: 90px;margin-bottom: 110px;}

.newsxq .newsxq-tuijian .fs20{padding-bottom: 20px;border-bottom: 1px solid #f0f0f0;color: #999;}

.newsxq .newsxq-tuijian .text>div:nth-child(1){padding-top: 8px;padding-bottom: 10px;color: #999;transition: all .4s ease;}

.newsxq .newsxq-tuijian .text>div:nth-child(2){color: #666;transition: all .4s ease;}

.newsxq .newsxq-tuijian .text{padding-left: 17px;width: 60%;}

.newsxq .newsxq-tuijian .text>div:nth-child(1):hover{color: #2062c9;}

.newsxq .newsxq-tuijian .text>div:nth-child(2):hover{color: #2062c9;}

.newsxq .newsxq-tuijian li{padding-bottom: 30px;border-bottom: 1px solid #f0f0f0;padding-top: 30px;}

.newsxq .newsxq-tuijian li .img{overflow:hidden;width: 40%;}

.newsxq .newsxq-tuijian li .img>img{transition: all .4s ease;}

.newsxq .newsxq-tuijian li .img>img:hover{transform: scale(1.04);}

.newsxq .title .page a:hover{color: #2062c9;}

.newsxq .title .page a{transition: all .4s ease;}

.newsxq .title .page .fs14:nth-child(1){width: 30%;text-align: left;}

.newsxq .title .page .fs14:nth-child(2){width: 40%;text-align: center;}

.newsxq .title .page .fs14:nth-child(3){width: 30%;text-align: right;}



/* 技术支持 */

.tech-body .About-introduce .list ul .list-muen a {color: #fff;padding: 20px 0px;width:490px;display: flex;justify-content: center;margin: 0px 5px;background-color: rgba(0, 0, 0, 0.5);transition: all .4s ease;}

.tech-body .About-introduce .list ul .active a {background-color: #2062c9;}

.tech-body{background-color: #f4f4f4;}

.tech-list ul{margin-bottom: -30px;}

.tech-list .tech-list-item {

    background-color: #fff;

    padding: 40px 30px;

    transition: all .4s ease;

    width: calc(33.33% - 16.5px);

    margin-right: 24px;

    margin-bottom: 30px;

}

.tech-list .tech-list-item .img{padding: 0px 25px;border: 1px solid #ebebeb;margin-right: 25px;display: flex;justify-content: center;align-items: center;}

.tech-list .tech-list-item .text{color: #444444;}

.tech-list .tech-list-item .btn{width: 95px;height: 30px;display: flex;justify-content: center;align-items: center; border: 1px solid #ebebeb;width: 100px;margin-top: 20px;color: #8f8f8f;transition: all .4s ease;}

.tech-list .tech-list-item .btn:hover{background-color: #2062c9;border: 1px solid #2062c9;color: #fff;box-shadow: 0px 3px 9px 0px rgba(32, 98, 201,51%);}

.tech-list .tech-list-item:hover{box-shadow:  0px 13px 18px 0px rgba(0, 0, 0, 8%);}

.tech-list .tech-list-item:nth-child(3n){margin-right: 0px;}

.tech-list .tech-list-item .wen{width: 285px;}



.product-swiper .pages .pages-zhon .pages-muen:nth-child(1) {display: none;}



/* 视频弹窗 */ 

.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%;z-index: 100;} 

.popVideo-video video{width: 100%;} 

.popVideo-video iframe{width: 100%;height: 500px;} 

.popVideo-close{width: 30px;height: 30px;position: absolute;right: 0;top: 0;z-index: 3;background: url('../images/common/closeW.svg') no-repeat center/24px auto;cursor: pointer;opacity: .7;transition: all .6s ease;} 

.popVideo-close:hover{opacity: 1;} 

.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;}}



/* 新增 */
.product-swiper .content .product-muen .zhon>.img>img {height: 200px;width: 200px;object-fit: contain;}
.productxq-banner .thumbs .thumbs-img img {width: 100%;height: 100%;object-fit: contain;}
.productxq-lation .list .list-muen .img>img {width: 250px;height: 250px;object-fit: contain;}
.swiper-img .gallery .img>img{width: 100%;height: 100%;object-fit: contain;}
.swiper-img .gallery .img {width: 100%;height: 420px;text-align: center;padding: 40px 120px;}
.About-glory .contain-1500 .list>div .img .about {position: absolute;opacity: 0;transition: all .4s ease;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);}
.About-glory .contain-1500 .list>div .img:hover .about {opacity: 1;}
.join-Recruitment .page{width: 100%;display: flex;justify-content: center;}
.join-Recruitment .swiper-pagination-bullet {width: 37px;height: 2px;display: inline-block;border-radius: 0px;background: #000;opacity: .2;margin: 0px 5px;}
.join-Recruitment .swiper-pagination-bullet-active {opacity: 1;background: #007aff;}
/* -------------- */
.product-swiper .content .product-muen:hover .zhon .title .text{color: #007aff;}
.About-introduce .text .btn .btn-bottom.active{transform: rotate(180deg);display: block;}







/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {

    /* 1600 × (900) */

    .product-swiper .pages {width: 290px;}

    .product-swiper .content {width: 1110px;}

    .product-swiper .content .product-muen .zhon>.img {justify-content: center;height: 300px;align-items: center;display: flex;}

    .product-swiper .content .product-muen .zhon {width: 350px;}

    .product-swiper .content .product-muen .zhon .title {width: 100%;border-top: 2px solid #e8e8e8;padding: 30px 10px;}

    .product-banner .text .lin2 {color: #333;font-weight: bold;margin-bottom: -20px;}

    .product-banner .title {padding-top: 70px;}

    .news-swiper .title{width: 551px;}
    .news-swiper .swiper-slide .img>div:first-child{width:calc(100% - 551px)}

    .news-muen .list li a{width: 347px;}

    .news-list .news-list-muen {width: 446px;height: 360px;}

    .newsxq .title{width: 923px;}

    .tech-body .About-introduce .list ul .list-muen a {width: 456px;}

    .tech-list .tech-list-item .wen {width: 252px;}

    .productxq-lation .list .list-muen .text div:nth-child(1) {margin-right: 5px;}

    .About-introduce .list ul .list-muen a {padding: 20px 83px;}

    .About-develop .About-swiper .title {margin-bottom: 75px;}

    .About-develop>.img {top: 190px;}

    .About-structure .title .text {padding-bottom: 55px;}

    .About-enterprise {padding-top: 100px;}

    .About-enterprise .page {padding-bottom: 100px;}

    .About-enterprise .zuo {left: 20px;}

    .About-enterprise .you {right: 20px;}

    .contact-message {width: 48%;}

    .join-swiper .thumbs .btn .swiper-prev {position: absolute;top: -250px;left: 340px;z-index: 999;}

    .join-swiper .thumbs .btn .swiper-next {position: absolute;top: -250px;right: 340px;z-index: 999;}

    .join-Recruitment .list-muen li .title {position: absolute;top: 0px;padding: 30px 46px 35px 35px;}

}

@media all and (max-width:1599px) {

    /* 1440 × (700)  */

    .productxq-banner .content .swiper-img {
        position: absolute;
        right: -85px;
        width: 620px;
    }

    .product-swiper .content {width: 910px;}

    .product-swiper .content .product-muen .zhon {width: 283px;}

    .product-swiper .content .product-muen .zhon .title {width: 100%;border-top: 2px solid #e8e8e8;padding: 15px 10px;}

    .news-swiper .title {width: 435px;padding-top: 50px;padding-right: 60px;padding-left: 35px;background-color: #fff;}
    .news-swiper .swiper-slide .img>div:first-child{width:calc(100% - 435px)}

    .news-swiper .swiper-slide .img img {max-height: 100%;height: 470px;}

    .news-muen .list li a {width: 297px;}

    .news-list .news-list-muen {width: 380px;}

    .news-list .news-list-muen .title {z-index: 99;position: absolute;top: 0;padding-top: 25px;padding-right: 40px;padding-left: 25px;}

    .newsxq .newsxq-tuijian {width: 380px;}

    .newsxq .title {width: 785px;}

    .newsxq .title .page {margin-top: 90px;}

    .tech-body .About-introduce .list ul .list-muen a {width: 390px;}

    .tech-list .tech-list-item .wen {width: 189px;}

    .tech-body .About-introduce .list ul .list-muen a {width: 310px;}

    .productxq-banner .content .title .text2 {margin-bottom: 30px;}

    .productxq-banner .content .title .list li {margin-bottom: 10px;}

    .productxq-banner .swiper-img .img img{max-width: 100%;width: 475px;}

    .productxq-lation .list .list-muen .text {padding: 38px 5px 28px 5px;}

    .productxq-lation .list .list-muen .text div:nth-child(1) {margin-right: 13px;}

    .productxq-lation .list .list-muen .img {height: 320px;}

    .About-introduce .list ul .list-muen a {padding: 15px 67px;}

    .About-introduce .list {top: -101px;}

    .About-introduce .title {margin-bottom: 25px;}

    .About-develop .About-swiper .title {margin-bottom: 110px;margin-top: 50px;}

    .About-develop>.img {top: 170px;}

    .About-glory {padding-bottom: 55px;padding-top: 60px;}

    .About-enterprise .page {padding-bottom: 65px;}

    .About-structure .title .table img {max-width: 100%;width: 980px;}

    .About-enterprise .zuo {left: 40px;}

    .About-enterprise .you {right: 40px;}



    .join-navbar .navbar-muen .title-s .text3 {position: absolute;top: 270px;right: -112px;}

    .join-navbar .navbar-muen .title-s .text1 {position: absolute;top: 270px;left: -103px;}

    .join-navbar .navbar-muen .title-s .text2 {position: absolute;bottom: 51px;left: -50px;}

    .join-Recruitment .list-muen li .title {position: absolute;top: 0px;padding: 20px 65px 35px 35px;}

    .join-Recruitment .list-muen li .title>div:nth-child(3) {margin-bottom: 12px;width: 100%;}

    .contact-introduce .fuwu {margin-right: 142px;width: 482px;}

    .gallery .swiper-slide img{max-width: 100%;width: 480px;}


    .productxq .thumbs{width: 100%;}

    .About-develop .thumbs {margin-bottom: 35px;}

    .About-introduce .contain-1500 {padding-top: 50px;padding-bottom: 55px;}

    .product-swiper .content .product-muen .zhon .title .text {margin-right: 15px;width: 208px;padding-top: 5px;}

    .join-Recruitment .list-muen li .title>div:nth-child(2){margin-bottom: 10px;}
    .join-Recruitment .list-muen li .title>div:nth-child(1){margin-bottom: 10px;}

    .join-navbar .navbar-muen .title-s .text3 {
        position: absolute;
        top: 256px;
        width: 260px;
        right: 0px;
    }
    .join-navbar .navbar-muen .title-s .text1 {
        position: absolute;
        top: 270px;
        width: 256px;
        left: 0px;
    }
    .join-navbar .navbar-muen .title-s .text2 {
        position: absolute;
        bottom: 40px;
        width: 256px;
        left: 95px;
    }
    .productxq-lation .list .list-muen .text div:nth-child(1) {
        margin-right: 20px;
        width: 200px;
        padding-top: 5px;
    }
    .News-lun .one {
        position: relative;
        width: 330px;
    }

    .About-enterprise .swiper-container .swiper-wrapper .swiper-slide>img{height: 220px;}
}

@media all and (max-width:1439px) {

    /* 1360 */

    .product-banner .text .lin2 {color: #333;font-weight: bold;margin-bottom: -50px;}

    .product-banner .title .img img{height: 230px;}

    .product-banner .text .lin2 {color: #333;font-weight: bold;margin-bottom: 0px;}

}

@media all and (max-width:1359px) {

    /* 1280 */



}

@media all and (max-width:1279px) {

    /* 1152 × (700) */
    .join-navbar .navbar-muen .img .img-3 div {
        position: absolute;
        top: 64px;
        left: 40px;
        color: #333;
        font-weight: bold;
    }
    .join-navbar .navbar-muen .img .img-2 div {
        position: absolute;
        top: 63px;
        left: 23px;
        color: #333;
        font-weight: bold;
    }
    .join-navbar .navbar-muen .img .img-4 div {
        position: absolute;
        top: 72px;
        left: 40px;
        color: #333;
        font-weight: bold;
    }

    .About-introduce .contain-1500 {padding-top: 60px;padding-bottom: 55px;}

    .newsxq .newsxq-tuijian li .img {overflow: hidden;width: 100%;

    }

    .product-swiper .content {width: 670px;}

    .product-banner .title .img img {height: 220px;}

    .news-swiper .swiper-slide .img img {max-height: 100%;height: 370px;}

    .news-swiper .title {width: 358px;padding-top: 26px;padding-right: 45px;padding-left: 30px;background-color: #fff;}
    .news-swiper .swiper-slide .img>div:first-child{width:calc(100% - 358px)}

    .news-swiper .title .fs18 {padding-bottom: 15px;}

    .news-swiper .title .fs28 {padding-bottom: 15px;}

    .news-swiper .title .fs16 {margin-bottom: 53px;}

    .news-swiper .btn {right: 20px;bottom: 100px;}

    .news-muen .list li a {width: 237px;}

    .news-list .news-list-muen:nth-child(3n) {margin-right: 30px;}

    .news-list .news-list-muen:nth-child(2n) {margin-right: 0px;}

    .news-list .news-list-muen {width: 465px;}

    .news-muen .list li a {padding: 15px 0px;}

    .news-muen .list {top: -52px;}

    .newsxq .title {width: 700px;}

    .newsxq .newsxq-tuijian {width: 225px;}

    .newsxq .newsxq-tuijian .text {padding-left: 0px;width: 100%;}



    .tech-list .tech-list-item {background-color: #fff;padding: 40px 30px;transition: all .4s ease;width: calc(50% - 33px/2);margin-right: 33px;

    margin-bottom: 30px;}

    .tech-list .tech-list-item:nth-child(3n) {margin-right: 33px;}

    .tech-list .tech-list-item:nth-child(2n) { margin-right: 0px;}

    .productxq-banner .swiper-img .img img {max-width: 100%;width: 305px;}

    .productxq-lation .list .list-muen {width: calc(50% - 10px);margin-bottom: 20px;margin-right: 20px;}
    .productxq-lation .list .list-muen:nth-child(2){margin-right: 0px;}

    .productxq-lation .list .list-muen .text {padding: 38px 30px 28px 30px;}

    .productxq-lation .list .list-muen .text div:nth-child(1) {margin-right: 105px;}

    .About-introduce .list ul .list-muen a {padding: 10px 47px;}

    .About-develop>.img {top: 120px;}

    .About-develop .About-swiper .title {margin-bottom: 60px;margin-top: 50px;}

    .About-structure .title .table img {max-width: 100%;width: 760px;}

    .About-structure .title .text {padding-bottom: 50px;}

    .About-structure .title {padding-top: 45px;}

    .About-enterprise .zuo {display: none;}

    .About-enterprise .you {display: none;}

    .About-enterprise .page {padding-top: 20px;padding-bottom: 35px;}

    .customer-swiper .swiper-slide {width: 25%!important;margin-right: 0px!important;}

    .join-navbar .navbar-muen .title-s .text3 {position: absolute;top: 233px;width: 255px;right: -88px;}

    .join-navbar .navbar-muen .title-s .text1 {position: absolute;top: 230px;width: 234px;left: -64px;}

    .join-navbar .navbar-muen .title-s .text2 {position: absolute;bottom: 25px;left: 15px;width: 234px;}

    .join-Recruitment .list-muen .swiper-slide>ul>li {width: calc(50% - 20px);margin-right: 20px;margin-bottom: 20px;}

    .join-Recruitment .list-muen li .title>div:nth-child(3) {margin-bottom: 40px;}

    .join-Recruitment .list-muen li .title {position: absolute;top: 0px;padding: 45px 65px 35px 35px;}

    .contact-introduce .fuwu {margin-right: 17px;width: 482px;}

    .contact-lianxi .list>li {margin-right: 28px;}

    .product-swiper .content .product-muen {background-color: #f6f6f6;width: calc(50% - 10px);margin-right: 20px;margin-bottom: 20px;}

    .product-swiper .content .product-muen:nth-child(3n){margin-right: 20px;}

    .product-swiper .content .product-muen:nth-child(2n){margin-right: 0px;}

    .join-swiper .thumbs .btn .swiper-next {position: absolute;top: -195px;right: 240px;z-index: 999;}

    .join-swiper .thumbs .btn .swiper-prev {position: absolute;top: -195px;left: 240px;z-index: 999;}

    .product-swiper .content .product-muen .zhon .title .text {margin-right: 15px;width: 245px;padding-top: 5px;}

    .join-Recruitment .list-muen li .title>div:nth-child(1){margin-bottom: 20px;}

    .join-Recruitment .list-muen li .title>div:nth-child(2) {margin-bottom: 20px;}

}

@media all and (max-width:1151px) {

    /* 1024 */

    .product-banner .title .img img {height: 180px;}

    .product-banner .text .lin2 {color: #333;font-weight: bold;margin-bottom: -10px;}
    .productxq-banner .content .swiper-img{display: none;}
    .prcxq-yc{display: block;}
    .prcxq-yc .thumbs .swiper-wrapper .thumbs-img img{height: 100px;width: 100px;object-fit: contain;}
    .prcxq-yc .thumbs .thumbs-img{height: 150px;}
}



/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {

    /* 平板设备 720 适配 */

    .join-swiper .thumbs .btn {display: none;}

    .join-swiper .title {padding-bottom: 15px;}

    .join-swiper{padding-top: 25px;}

    .newsxq .newsxq-tuijian li .img{width: 40%;}

    .product-banner .title .img img {display: none;}

    .product-swiper .content .product-muen {background-color: #f6f6f6;}

    .product-swiper .content .product-muen .zhon>.img {justify-content: center;height: 280px;align-items: center;display: flex;}

    .pattern-shade {position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,.5);top: 0;left: 0;z-index: 66;display: none;}

    .pattern-show {position: sticky;z-index: 10;background: #fff;font-size: 16px;color: #2062c9;box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.06);display: flex;width: 100%;height: 46px;align-items: center;justify-content: center;left: 0;top: 58px;}

    .product-swiper .pages .pages-zhon .pages-muen {padding-bottom: 15px;padding-left: 4px;padding-top: 5px;margin-bottom: 0px;}

    .product-swiper .pages .pages-zhon {left: -360px;top: 60px;position: fixed;width: 200px;height: 100%;background-color: #fff;z-index: 1;

        transition: all .7s ease;z-index: 99;}

    .product-swiper .pages .pages-zhon .pages-muen:nth-child(1) {display:block;margin-top: 1px;font-size: 18px;font-weight: bold;text-align: center;}

    .product-swiper .pages .pages-zhon .pages-muen:nth-child(1) img{max-width: 100%;width: 27px;float: right;}

    .product-swiper .content .product-muen .zhon {width: 325px;}

    .productxq-banner .swiper-img .img img {display: none;}

    .productxq-banner .content .title .list li {margin-bottom: 5px;}

    .productxq-lation .list .list-muen{margin-right: 0px;}

    .productxq-lation .list .list-muen .text div:nth-child(1) {margin-right: 15px;}

    .About-introduce .list ul .list-muen a {margin: 0px 1px;padding: 10px 29px;}

    .About-develop .About-swiper .title {margin-bottom: 0px;margin-top: 15px;}

    .About-structure .title .table img {max-width: 100%;width: 465px;}

    .About-structure .title .text {padding-bottom: 38px;}

    .About-structure .title {padding-top: 25px;}

    .tech-list .tech-list-item .img {margin-right: 5px;}

    .tech-body .About-introduce .list ul .list-muen a {width: 225px;padding: 10px 0;}

    .tech-list .tech-list-item .wen {width: 179px;}

    .join-Recruitment .list-muen li .title {position: absolute;top: 0px;padding: 15px;}

    .join-Recruitment .list-muen li .title>div:nth-child(3) {margin-bottom: 5px;}

    .join-navbar .navbar-muen .title-s .text3 {display: none;}

    .join-navbar .navbar-muen .title-s .text2 {display: none;}

    .join-navbar .navbar-muen .title-s .text1 {display: none;}

    .join-Recruitment .contain-1500>.title {padding-top: 15px;padding-bottom: 15px;}

    .contact-introduce .fuwu {margin-right: 0px;width: 367px;}

    .contact-lianxi .list>li {padding: 45px 35px 30px 35px;background-color: #fff;width: 100%;margin-right: 0px;margin-bottom: 10px;}

    .news-muen .list li a {width: 173px;}

    .news-swiper .swiper-slide .img img {max-height: 100%;height: 265px;}

    .news-swiper .title {width: 276px;padding-top: 26px;padding-right: 45px;padding-left: 30px;background-color: #fff;}
    .news-swiper .swiper-slide .img>div:first-child{width:calc(100% - 276px)}

    .news-swiper .title .fs16 {margin-bottom: 14px;}

    .product-swiper .content .product-muen:nth-child(2n){margin-right: 0px;}

    .product-swiper .content .product-muen {background-color: #f6f6f6;width: calc(50% - 10px);margin-right: 20px;margin-bottom: 20px;}

    .product-swiper {width: 100%;padding-top: 0px;}

    .product-swiper .content {width: 100%;margin-top: 20px;}

    .product-swiper .content .product-muen .zhon .title .img {display: none;}

    .product-swiper .content .product-muen .zhon .title .text {width: 100%;}

    .product-swiper .content .product-muen .zhon .title {width: 100%;border-top: 2px solid #e8e8e8;padding: 15px 15px;}

    .product-swiper .pages .pages-zhon .pages-muen:nth-child(1) {display: block;margin-top: 0px;font-size: 18px;font-weight: bold;text-align: center;color: #000;font-weight: bold;}

    .product-swiper .pages .pages-zhon .pages-muen:nth-child(1) img {max-width: 100%;width: 20px;float: right;}

    .product-swiper .pages .pages-zhon .pages-muen {padding: 20px 15px 15px 20px;margin-bottom: 0px;}

    .product-swiper .pages .pages-zhon .pages-muen:nth-child(1) img {max-width: 100%;width: 20px;float: none;position: absolute;top: 0px;right: 0px;}

    .product-swiper .pages .pages-zhon {width: 330px;height: 100%;background-color: #fff;transition: all .7s ease;z-index: 99;}

    .product-swiper .pages .pages-zhon .pages-muen .img {position: absolute;right: 15px;display: flex;justify-content: center;align-items: center;height: 100%;padding-bottom: 36px;}

    .productxq-banner .content .title .list li span {margin-right: 10px;}

    .productxq-banner .content .title .text2 {margin-bottom: 5px;}

    .productxq-iduce{padding-top: 20px;padding-bottom: 20px;}

    .productxq-lation .title {width: 100%;text-align: center;margin-bottom: 25px;}

    .productxq-iduce .presentation {margin-bottom: 20px;background-color: #fff;}

    .productxq-lation .contain-1500{padding-top: 20px;}

    .productxq-iduce .parameter .table td, .productxq-iduce .parameter .table th {padding: 15px 0px;text-align: center;border: 1px solid #fff;}

    .productxq-iduce .presentation .list {padding: 25px 60px;}

    .productxq-iduce .parameter .table {padding: 25px 60px;}

    .About-introduce .contain-1500 {padding-top: 60px;padding-bottom: 55px;}

    .join-Recruitment .list-muen .swiper-slide>ul>li {width: calc(50% - 20px);margin: 10px;margin-bottom: 20px;}

    .join-Recruitment .list-muen li .title .btn{display: none;}

    .join-Recruitment .list-muen li .title {position: absolute;top: 0px;padding: 25px;}

    .join .join-list {padding: 60px 50px;width: 832px;height: 685px;}

}

@media all and (max-width:640px) {

    /* 移动终端以上 360 适配 */

    .join .join-list .btn>div {width: 40px;height: 40px;}

    .join-Recruitment .list-muen .swiper-slide>ul>li {
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
    }

    .join .join-list .btn {
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .join .join-list .title {
        border-bottom: 1px solid #e7e7e7;
        position: relative;
        padding-bottom: 60px;
        margin-bottom: 10px;
    }

    .join .join-list {
        padding: 10px 15px;
        width: 322px;
        height: 390px;
        top: 110px;
    }
    .join .join-list .xlxx-xingxi {
        width: 100%;
        padding-right: 10%;
        height: 65%;
        overflow: auto;
    }
    .join .join-list .xlxx-xingxi li {
        margin-bottom: 2px;
        color: #777;
    }

    .join .join-list .xlxx-xingxi .jiben li:nth-child(1n) {width: 100%;}

    .join .join-list .xlxx-xingxi .text {margin-bottom: 5px;}

    .join .join-list .btn>div:nth-child(2){display: none;}
    .join .join-list .btn>div:nth-child(3){display: none;}

    .join-swiper .swiper-pagination {bottom: -20px;}

    .prcxq-yc .thumbs .thumbs-img {width: 99%;height: 100px;background-color: #ededed;display: flex;justify-content: center;align-items: center;}

    .news-list .news-list-muen {width: 100%;margin-right: 0px;margin-bottom: 15px;}

    .news-list .news-list-muen:nth-child(3n) {margin-right: 0px;}

    .paging {margin-top: 10px;}

    .news-list .news-list-muen .title {padding-top: 20px;padding-right: 25px;padding-left: 15px;}

    .news-swiper {padding-bottom: 35px;}

    .news-swiper .btn {display: none;}

    .news-muen .list {display: none;}

    .newsxq .title {margin-top: 20px;width: 100%;margin-right: 0px; padding-top: 20px;padding-right: 20px;padding-left: 20px;margin-bottom: 0px;}

    .newsxq .title .text>div:nth-child(2) {padding-bottom: 15px;margin-bottom: 20px;}

    .newsxq .title .text .img {margin: 15px 0px;}

    .newsxq .title .page {margin-top: 0px;padding-bottom: 30px;padding-top: 15px;}

    .newsxq .title .page div{margin: 10px 0px;}

    .newsxq .newsxq-tuijian {margin-top: 10px;width: 100%;padding-top: 25px;padding-right: 15px;padding-left: 15px;margin-bottom: 40px;}

    .newsxq .contain-1500>div:nth-child(2){width: 100%;}

    .newsxq .newsxq-tuijian .text {padding-left: 17px;width: 60%;}

    .newsxq .newsxq-tuijian li {padding-bottom: 15px;padding-top: 16px;}

    .news-body .paging-menu a {width: 24px;height: 38px;}

    .news-body .paging-menu a:first-child {width: 50px;}

    .news-body .paging-menu a:last-child{width: 50px;}

    .news-swiper .title .fs16 {margin-bottom: 15px;}

    .news-swiper .title {width: 100%;padding-top: 15px;padding-right: 15px;padding-left: 15px;}
    .news-swiper .swiper-slide .img>div:first-child{width: 100%}

    .tech-body .About-introduce .list {display: none;}

    .tech-list .tech-list-item {width: 100%;margin-right: 0px;padding: 15px 15px;margin-bottom: 15px;}

    .tech-list .tech-list-item:nth-child(3n) {margin-right: 0px;}

    .tech-list ul {margin-bottom: 0px;}

    .tech-body .About-introduce .contain-1500 {padding-top: 15px; padding-bottom: 30px;}

    .tech-body .About-introduce .title {margin-bottom: 15px;}

    .tech-body .paging-menu a {width: 28px;height: 38px;}

    .tech-body .paging-menu a:first-child {width: 50px;}

    .tech-body .paging-menu a:last-child{width: 50px;}

    .product-banner .title .img img {display: none;}

    .product-banner .title {padding-top: 30px;}

    .product-swiper .pages .pages-zhon {width: 100%;}

    .product-swiper .pages {width: 100%;}

    .product-swiper {padding-top: 0px;}

    .product-swiper .pages .pages-zhon .pages-muen {padding-bottom: 15px;padding-left: 30px;margin-bottom: 15px;}

    .product-swiper .content {width: 100%;}

    .product-swiper .content .product-muen {width: 100%;margin: 0px; margin-bottom: 15px;}

    .product-swiper .content .product-muen .zhon {width: 100%;}

    .paging-menu a {width: 23px;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;}

    .productxq-banner .swiper-img .img img {display: none;}

    .productxq-lation .list .list-muen {width: 100%;margin-bottom: 20px;}

    .productxq-banner .content {height: 100%;align-items: center;position: absolute;top: 70px;}

    .productxq-banner .content .title .text1 {color: #2062c9;margin-bottom: 5px;position: absolute;top: -30px;}

    .productxq-iduce .parameter .table {padding: 25px 30px 50px 30px;}

    .productxq-iduce .title {padding: 15px 0px 15px 25px;}

    .productxq-iduce .parameter .table table{width: 100%;}

    .productxq-iduce .parameter .table table td{white-space: nowrap;}

    .productxq-iduce .parameter .table table th{white-space: nowrap;}

    .productxq-lation .title {margin-bottom: 30px;}

    .productxq-lation .list .list-muen .text div:nth-child(1) {margin-right: 60px;}

    .productxq-lation .list .list-muen .text {padding: 20px 15px 20px 15px;}

    .About-introduce .contain-1500>ul {display: none;}

    .About-introduce .contain-1500 {padding-top: 30px;padding-bottom: 55px;}

    .About-banner .title .text2 {margin-bottom: 0px;}

    .About-introduce .About-number {margin: 0px 20px;}

    .About-introduce .About-number li{margin: 20px 0px;}

    .About-glory .contain-1500 .title {margin-bottom: 10px;}

    .About-develop>img {max-width: 100%;height: 260px;}

    .About-glory {padding-bottom: 258px;padding-top: 20px;}

    .About-enterprise .swiper-pagination, .About-enterprise .swiper-pagination, .About-glory .swiper-pagination {padding-top: 15px;}

    .About-glory .swiper-pagination-bullet {width: 20px!important;}

    .About-structure {position: relative;width: 100%;top: -230px;display: flex;justify-content: center;}

    .About-structure .title .table img {width: 360px;}

    .About-enterprise {padding-top: 15px;position: relative;top: -220px;}

    .About-structure .title .text {padding-bottom: 15px;}

    .About-structure .title {padding-top: 15px;}

    .About-structure>img{max-width: 100%;height: 240px;}

    .About-enterprise {padding-top: 15px;position: relative;top: -220px;margin-bottom: -238px;}

    .customer-swiper .swiper-slide {width: 100%!important;margin-right: 0px!important;}

    .customer-swiper {padding-top: 40px;padding-bottom: 40px;background-color: #f4f4f4;}

    .join-navbar .navbar-list li {display: none;}

    .join-navbar .navbar-muen {padding-top: 20px;}

    .join-navbar .navbar-muen .title {margin-bottom: 20px;font-weight: bold;color: #333;}

    .join-navbar .navbar-muen .img{display: none;}

    .join-Recruitment .list-muen>ul>li {width: 100%;margin-right: 0px;margin-bottom: 10px;}

    .join-Recruitment .list-muen li .title {position: absolute;top: 0px;padding: 15px 15px 15px 15px;}

    .join-Recruitment .list-muen li .title>div:nth-child(3) {margin-bottom: 5px;}

    .join-Recruitment .contain-1500>.title {padding-top: 15px;padding-bottom: 20px;text-align: center;color: #333;font-weight: bold;}

    .join-navbar .navbar-muen .title-s .text1 {position: relative;top: 0px;width: 100%;left: 0px;margin-bottom: 10px;}

    .join-navbar .navbar-muen .title-s .text2 {position: relative;width: 100%;top: 0px;left: 0px;margin-bottom: 10px;}

    .join-navbar .navbar-muen .title-s .text3 {position: relative;width: 100%;top: 0px;left: 0px;margin-bottom: 10px;}

    .join-navbar .navbar-muen .title {margin-bottom: 15px;}

    .contact-introduce .fuwu .fs28 {color: #333;font-weight: bold;margin-bottom: 15px;}

    .contact-introduce .fuwu .fs15 {margin-bottom: 15px;color: #333;}

    .contact-introduce .fuwu {margin-right: 0px;width: 100%;}

    .contact-message {width: 100%;}

    .contact-message .fs28 {margin-top: 15px;margin-bottom: 15px;}

    .contact-message .inline-input:nth-child(1) {width: 100%;}

    .contact-message .inline-input:nth-child(2) {width: 100%;}

    .About-introduce .contain-1500 {padding-top: 30px;padding-bottom: 25px;}

    .contact-lianxi .list>li {padding: 45px 35px 30px 35px;background-color: #fff;width: 100%;margin-bottom: 15px;

    }

    .pattern-shade {position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,.5);top: 0;left: 0;z-index: 66;display: none;}

    .pattern-show {position: sticky;z-index: 10;background: #fff;font-size: 16px;color: #2062c9;box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.06);display: flex;width: 100%;height: 46px;align-items: center;justify-content: center;left: 0;top: 58px;}

    .product-swiper .pages .pages-zhon .pages-muen {padding-bottom: 15px;padding-left: 4px;padding-top: 5px;margin-bottom: 0px;}

    .product-swiper .content .product-muen .zhon .title .img {display: none;}

    .product-swiper .content .product-muen .zhon .title .text {width: 100%;}

    .product-swiper .content .product-muen .zhon .title {width: 100%;border-top: 2px solid #e8e8e8;padding: 15px 15px;}

    .product-swiper .pages .pages-zhon .pages-muen:nth-child(1) {display: block;margin-top: 0px;font-size: 18px;font-weight: bold;text-align: center;color: #000;font-weight: bold;}

    .product-swiper .pages .pages-zhon .pages-muen:nth-child(1) img {max-width: 100%;width: 20px;float: right;}

    .product-swiper .pages .pages-zhon .pages-muen {padding: 20px 15px 15px 20px;margin-bottom: 0px;}

    .product-swiper .pages .pages-zhon .pages-muen:nth-child(1) img {max-width: 100%;width: 20px;float: none;position: absolute;top: 0px;right: 0px;}

    .product-swiper .pages .pages-zhon .pages-muen .img {position: absolute;right: 15px;display: flex;justify-content: center;align-items: center;height: 100%;padding-bottom: 36px;}

    .product-swiper .pages .pages-zhon {width: 250px;height: 100%;background-color: #fff;transition: all .7s ease;z-index: 99;}

    .productxq-banner .content .title .text2 {margin-bottom: 80px;}

    .productxq-banner .content .title .list li {margin-bottom: 15px;}

    .productxq-banner .content .title .list li span {margin-right: 7px;}

    .productxq-iduce .presentation .list {padding: 15px 15px;}

    .prcxq-yc {display: block;}

    .productxq-iduce .parameter .table {padding: 15px 15px;}

    .productxq-lation .list .list-muen .text>div{display: none;}

    .About-introduce .text .btn {margin: 40px 0px 30px 0px;}

    .About-glory .contain-1500 .list>div .text {background-color: rgb(0 0 0 / 0);}

    .About-enterprise .swiper-container .swiper-wrapper .swiper-slide>img{width: 100%;}

    .About-enterprise .swiper-container .swiper-wrapper .swiper-slide .img {height: 100%;width: 100%;}

    .join-Recruitment .list-muen li .title .btn{display: none;}

    .join-Recruitment .list-muen li .title {height: 100%;position: absolute;top: 0px;padding: 25px 15px 15px 15px;}

    .join-navbar .navbar-muen .title-s .text3 {display: block;}

    .join-navbar .navbar-muen .title-s .text2 {display: block;}

    .join-navbar .navbar-muen .title-s .text1 {display: block;}

    .About-develop>.img {top: 35px;}

    .About-develop .thumbs {margin-bottom: 5px;}
    .About-develop .gallery .thumbs-prev{display: none;}
    .About-develop .gallery .thumbs-next{display: none;}
    .About-develop .gallery .gallery-more .text{width: 100%;}
    .About-develop .gallery{padding: 0px 20px;}
    .About-develop>img {max-width: 100%;height: 280px;}
    .productxq-banner .content .title .text2 {margin-bottom: 20px;}

    .product-swiper .content .product-muen:nth-child(3n){margin-right: 0px;}

    .productxq-banner>img{height: 400px;}
    .swiper-img .gallery .img {
        width: 100%;
        height: 420px;
        text-align: center;
        padding: 20px 15px;
    }
    .customer-swiper .swiper-pagination {bottom: 24px;}
    .customer-swiper .swiper-pagination-bullet {width: 16px;height: 3px;margin: 0px 2px;}
}