@charset "utf-8";
/* =====================内页样式======================== */
/* 分页 */
/* 分页 */
.paging .nav-links{width: 100%;text-align: center;user-select: none;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}

.paging .nav-links a{width: 35px;height: 35px;border-radius: 50%;margin: 4px 5px;line-height: 1;font-size: 16px;color: #666;transition: all .4s ease;display: flex;align-items: center;justify-content: center;font-family: "fab";}
.paging .nav-links span{width: 35px;height: 35px;border-radius: 50%;margin: 4px 5px;line-height: 1;font-size: 16px;color: #666;transition: all .4s ease;display: flex;align-items: center;justify-content: center;font-family: "fab";}
.paging .nav-links a:first-child, .nav-links a:last-child{font-size: 0;padding: 0;color: #b9b9b9;}
.paging .nav-links a:first-child::before, .nav-links a:last-child::before{content: "\e80b";font-size: 16px;font-family: "icon";line-height: 1;}
.paging .nav-links a:last-child{transform: rotateY(180deg);}
.paging .nav-links a:hover, .paging .nav-links span.current, .paging a.on{border-color: #009fa8 !important;background-color: #009fa8 !important;color: #fff !important;}
@media all and (max-width:1590px) {
    .paging a{width: 35px;height: 35px;font-size: 15px;}
    .paging a:first-child::before, .paging-menu a:last-child::before {font-size: 15px;}
	.ctaMsg{min-width:100%;}
	.pro_content .all-content .feature ul li{width: 44%;background-color: #f5f5f5;padding: 20px 25px;margin-right: 20px;margin-bottom: 20px;}
}
@media all and (max-width:1000px) {
    .paging a{margin: 4px;width: 30px;height: 30px;font-size: 14px;}
    .paging a:first-child::before, .paging-menu a:last-child::before {font-size: 14px;}
	.ctaMsg{min-width:100%;}
	.pro_content .all-content .feature ul li{width: 44%;background-color: #f5f5f5;padding: 20px 25px;margin-right: 20px;margin-bottom: 20px;}
}

/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #143263;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #143263;font-weight: 700;flex: 1;}
.search-list{width: 100%;}
.search-link{display: block;width: 100%;border: 1px solid #eee;background: #f6f8f9;padding: 40px 24px;}
.search-link:not(:first-child){margin-top: 16px;}
.search-link h2{color: #333;line-height: 1.1;font-weight: 700;transition: all .4s ease;}
.search-link p{width: 100%;color: #666;}
.search-link .highlightRow span{color: #143263 !important;}
.search-link:hover h2{color: #143263;}
@media all and (max-width:1000px) {.search-link{padding: 20px 15px;}.search-link:not(:first-child) {margin-top: 12px;}}

/* 隐私协议 */
.privacy{width: 100%;}
.privacy-title{width: 100%;color: #333;line-height: 1.1;}
.privacy-content{width: 100%;color: #666;}

/* 网站地图 */
.webmap{width: 100%;}
.webmap-title{width: 100%;color: #333;line-height: 1;position: relative;padding-bottom: 24px;}
.webmap-title::after{content: "";position: absolute;width: 60px;left: 0;right: 0;margin: 0 auto;bottom: 0;height: 4px;background: #143263;}
.webmap-list{width: 100%;}
.webmap-list>ul{margin: -40px 0 0 -40px;display: flex;flex-wrap: wrap;}
.webmap-list>ul>li{width: calc(20% - 40px);margin: 40px 0 0 40px;color: #333;}
.webmap-list>ul>li ul, .webmap-list>ul>li li{width: 100%;}
.webmap-list>ul>li a{display: block;transition: color .4s ease;position: relative;}
.webmap-list>ul>li a:hover{color: #143263;}
.webmap-list>ul>li>.menu{font-weight: 700;border-bottom: 1px solid #e1e1e1;font-size: 20px;width: 100%;padding-bottom: 20px;line-height: 1;}
.webmap-list>ul>li>.drop{margin-top: 16px;}
.webmap-list>ul>li>.drop a{line-height: 1.28;padding: 6px 0;font-size: 18px;}
.webmap-list>ul>li>.drop .drop a{padding-left: 18px;font-size: 16px;}
.webmap-list>ul>li>.drop .drop a::before{content: "";position: absolute;width: 4px;height: 4px;border-radius: 50%;background: #afafaf;left: 0;top: 14px;}
@media all and (max-width:1270px) {
    .webmap-list>ul{margin: -24px 0 0 -24px;}
    .webmap-list>ul>li{width: calc(20% - 24px);margin: 24px 0 0 24px;}
    .webmap-list>ul>li>.menu {font-size: 18px;}
    .webmap-list>ul>li>.drop a {font-size: 16px;}
    .webmap-list>ul>li>.drop .drop a{font-size: 14px;}
    .webmap-list>ul>li>.drop .drop a::before{top: 11px;}
	.ctaMsg{min-width:100%;}
	.pro_content .all-content .feature ul li{width: 44%;background-color: #f5f5f5;padding: 20px 25px;margin-right: 20px;margin-bottom: 20px;}
}
@media all and (max-width: 720px) {
    .webmap-title {padding-bottom: 16px;}
    .webmap-title::after {width: 44px;height: 3px;}
    .webmap-list>ul{margin: -14px 0 0;}
    .webmap-list>ul>li{width: 100%;margin: 14px 0 0;}
    .webmap-list>ul>li>.menu {font-size: 16px;padding-bottom: 14px;}
    .webmap-list>ul>li>.drop{margin-top: 10px;}
    .webmap-list>ul>li>.drop a{padding: 4px 0;font-size: 15px;}
    .webmap-list>ul>li>.drop .drop a{padding-left: 12px;}
	.ctaMsg{min-width:100%;}
	.pro_content .all-content .feature ul li{width: 44%;background-color: #f5f5f5;padding: 20px 25px;margin-right: 20px;margin-bottom: 20px;}
}
@media all and (max-width: 930px) {
	.ctaMsg{min-width:168%;}
	.pro_content .all-content .feature ul li{width: 44%;background-color: #f5f5f5;padding: 20px 25px;margin-right: 20px;margin-bottom: 20px;margin:auto;margin-top:20px;}
	
}
@media all and (max-width: 430px) {
	.ctaMsg{min-width:168%;}
	.pro_content .all-content .feature ul li{width: 44%;background-color: #f5f5f5;padding: 20px 25px;margin-right: 20px;margin-bottom: 20px;margin:auto;margin-top:20px;}
	
}
@media only screen and (max-width: 390px) {
	.ctaMsg{min-width:168%;}
	.pro_content .all-content .feature ul li{width: 44%;background-color: #f5f5f5;padding: 20px 25px;margin:auto;margin-top:20px;}
	
}

/* 内页公共 */

/* body{background: #f7f8fb;} */
.pagesBan-bg img{width: 100%;}
.pagesBan-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;align-items: center;}
.pagesBan-con .contain>*{width: 38%;position:absolute;bottom:5px}
.pagesBan-con .title{animation: banText 1.5s ease both;}
.pagesBan-con .text{animation: banText 1.5s .2s ease both;}
.pagesBan-con .btn{width: 174px;height: 40px;border-radius: 40px;background: rgba(255, 255, 255, .08);animation: banText 1.5s .3s ease both;}
.pagesBan-con .btn:hover{background: #fff;color: #1c1d1f;}
.pagesBan-list{justify-content: space-between;}
.pagesBan-list li{width: 48%;animation: banText 1.5s .3s ease both;}
.pagesBan-list li:nth-child(2n){animation: banText 1.5s .4s ease both;}
.pagesBan-list .list-icon{width: 60px;height: 60px;border-radius: 50%;background: rgba(255, 255, 255, .08);}
.pagesBan-list .list-icon img{max-width: 50%;max-height: 50%;}


@keyframes banText {0%{opacity: 0;transform: translateX(150px);}100%{opacity: 1;transform: translateX(0);}}
.pagesLink{background: #fff;}
.pagesLink .contain{justify-content: space-between;}
.pagesNav-item{height: 90px;align-items: center;color: rgba(28, 29, 31, .5);margin-left: 3.1vw;}
.pagesNav-item:first-child{margin-left: 0;}
.pagesNav-item::after{content: "";position: absolute;left: 0;bottom: -1px;width: 100%;height: 2px;background: #1c1d1f;opacity: 0;}
.pagesNav-item:hover,.pagesNav-item.active{color: #1c1d1f;}
.pagesNav-item.active::after{opacity: 1;}
.pagesLink .pagesBread-item{height: 40px;}
.pagesBread-item{align-items: center;height: 100%;color: #666;}
.pagesBread-item:first-child::after{content: "";}
.pagesBread-item::after{content: "/";color: rgba(28, 29, 31, .5);position: absolute;left: -13px;top: 50%;transform: translateY(-50%);}
.pagesBread-item:first-child{margin-right: 20px;}
.pagesBread-item:hover{color: #1c1d1f;}

.pages-pagination{user-select: none;display: flex;align-items: center;justify-content: center;width: 100%;}
.pages-pagination .swiper-pagination-bullet{border: 2px solid transparent; width: 6px;height: 6px;opacity: 1;background: #c0c1c4;margin: 0 8px;}
.pages-pagination .swiper-pagination-bullet-active{width: 14px;height: 14px;border-color: #1c1d1f;background: transparent;}


/* 新闻列表 */
.news .top .img{width:65%;}
.news .top .content{width:35%;padding:50px;background-color: #eee;}
.mr20{margin-right:20px}

.news .news_list ul{margin-left:-30px;}
.news .news_list ul li{width:calc( 100% / 3 - 30px);margin-left:30px;margin-bottom:50px;}
.news .news-list-item:hover .title{color:#009fa8}


/* 新闻详情 */
.news_info .title{padding-top:20px;}
.news_info .news_content_left{width:70%;}
.news_info .news_content_left .content{padding-top:30px;padding-bottom:30px; border-bottom:1px solid #eee;border-top:1px solid #eee;}
.news_info .news_content_left .content p{line-height:40px;}
.news_info .news_content_left .content strong{line-height:60px;}

.news_info .news_right{width:30%;padding-left:90px}
.news_info .news_right .xline{padding-bottom:10px;border-bottom:1px solid #eee;}

.news_info .lastest_news .list .list-item{margin-bottom:30px}
.news_info .lastest_news .list .img{width:40%;}
.news_info .lastest_news .list .content{width:60%;padding-left:15px;}

.news_info .tags a{padding:15px 30px;border:1px solid #eee;margin-right:10px;margin-bottom:10px;}





/* 关于我们 */
.about .factory .abFactory-con .text{width:55%;}
.about .factory .abFactory-con .img{width:45%;padding-left:30px;}

.about .num{background-color: #f8f8f8;}
.about .num .icon{margin-top:34px;}
.about .num ul li{width:calc( 100% / 3);padding:50px 110px;position:relative;}
.about .num ul li::after{width:1px; height:100px;background-color: #a0a0a0;content:'';position:absolute;right:0px;top:80px;}
.about .num ul li:nth-child(3)::after{width:0px;}
.about .num ul li .icon{width:20%;}
.about .num ul li .content{width:80%;padding-left:20px;}
.about .num ul li:nth-child(1) .jia{position:absolute;right:104px; top:3px;}
.about .num ul li:nth-child(2) .jia{position:absolute;right:-7px; top:3px;}
.about .num ul li:nth-child(3) .jia{position:absolute;right:80px; top:3px;}
.about .num .jia2{position:absolute;right:-20px; bottom:16px;}

.honor .pagesTitle{justify-content: space-between;align-items: center;}
.honor .pagesTitle ul li a{color:#666666;font-size:16px;margin-left:20px;padding-bottom:5px;}
.honor .pagesTitle ul li.active a{color:#009fa8;border-bottom:2px solid #009fa8;}
.honor .honor-content{background:url('../images/new/honor-bg.png') no-repeat center/cover;}
.honor .btnall{display:none;}
.honor .btnall.active{display:block}
.honor .honor-btn{z-index: 2;left: calc(50% + 70px);bottom: 70px;}

.honor-btn .btn{user-select: none;cursor: pointer;width: 36px;height: 36px;border-radius: 50%;border:1px solid #a0a0a0;font-size: 12px;}
.honor-btn .btn::before{display: block;transform: scale(.8);}
.honor-btn .btn.next{margin-left: 18px;transform: rotate(180deg);}
.honor-btn .btn:hover{background: #009fa8;color:white;border:none;}

.honor .abHonor-swp .abHonor{padding:0 200px;margin-top:10px;display:none}
.honor .abHonor-swp .abHonor.active{display:block;}

.honor .slide-item .zs{position:absolute;left:0px;top:0px;padding:10px;}
.honor .slide-item .zs img{height:100%;}
.abTeam{background-color: #f8f8f8;}
.team-btn{z-index: 2;left: calc(50% + 70px);bottom: 70px;}
.team-btn .btn{user-select: none;cursor: pointer;width: 36px;height: 36px;border-radius: 50%;border:1px solid #a0a0a0;font-size: 12px;}
.team-btn .btn::before{display: block;transform: scale(.8);}
.team-btn .btn.next{margin-left: 18px;transform: rotate(180deg);}
.team-btn .btn:hover{background: #009fa8;color:white;border:none;}

.abFactory .big-factory-swiper{width:50%;}
.abFactory .content{width:50%;padding-left:35px; flex-direction:column; justify-content:space-between ;}
.abFactory .content .text-content{width:100%;}
.small-factory-swiper .swiper-container{width:950px;}

.joinFL-btn{z-index: 2;left: calc(50% + 70px);bottom: 70px;}
.joinFL-btn .btn{user-select: none;cursor: pointer;width: 36px;height: 36px;border-radius: 50%;border:1px solid #a0a0a0;font-size: 12px;}
.joinFL-btn .btn::before{display: block;transform: scale(.8);}
.joinFL-btn .btn.next{margin-left: 18px;transform: rotate(180deg);}
.joinFL-btn .btn:hover{background: #009fa8;color:white;border:none;}

.abWH{background: url('../images/new/shou.png') no-repeat center/cover;}
.abWH .abWH-list{justify-content: space-between;}
.abWH .abWH-list .list-item{width:49.1%;min-height:200px;padding:30px 45px;background-color:rgba(255, 255, 255, .3);margin-bottom:20px;}
.abWH .abWH-list .list-item .icon{position:absolute;right:5px;bottom:5px;}

.abwhy .pagesTitle{justify-content: space-between;align-items: center;}
.abwhy .pagesTitle .title{width:50%;}

.abwhy .abwhy-list{margin-left:-25px;}
.abwhy .abwhy-list .list-item{width:calc( 25% - 25px);margin-left:25px;padding:40px 25px;height:360px;margin-bottom:20px;border-bottom:10px solid #009fa8;cursor:pointer}
.abwhy .abwhy-list .list-item:nth-child(7){width:calc( 50% - 25px);}
.abwhy .abwhy-list .list-item .content{position:absolute;bottom:30px;}
.abwhy .abwhy-list .list-item .title-content{align-items: center;}
.abwhy .abwhy-list .list-item .title-content .icon{margin-right:10px;}
.abwhy .contact .btn{margin-left:55px;}
.abwhy .abwhy-list .hide{opacity: 0;background-color: #009fa8;z-index:222;width:100%;height:100%;padding:40px 25px;left:0;top:0;position: absolute;}
.abwhy .abwhy-list .hide .title .icon{margin-right:20px;}
.abwhy .abwhy-list .list-item:hover .hide{opacity: 1;}
/* 行业 */
.nav-left{width:23%;}
.nav-left .nav-item{padding:25px;padding-left:20px;border-bottom:1px solid #e1e1e1;background-color: #f5f5f5;}
.nav-left li.active .nav-item{background-color: #009fa8;color:white}
.nav-left .nav-drop{padding:20px 20px;background-color: #e5e5e5;display:none}
.nav-left .nav-drop .sub-nav-item{padding:15px;transition: all .4s ease;}
.nav-left .nav-drop .sub-nav-item:hover{color:#009fa8;}

.industry .list{width:77%}
.industry .list ul li{width:calc( 100% / 3 - 25px);margin-left:25px;margin-bottom:20px}
.industry .list ul li .title{padding:20px 0;}

.industry .list ul li:hover .title{color:#009fa8}
.industry .list ul li .pic{overflow: hidden;}
.industry .list ul li:hover .pic img{transform: scale(1.1);}

/*联系我们 */
.contact .info-item{width:50%;padding-bottom:30px}

.contact .contact_txt{width:40%}
.contact .form_content{width:60%;}

.form{width:60%;}
.ctaMsg{width:100%;background-color:#f5f5f5;padding:20px 15px;margin-top:20px;}
.ctaMsg-form{margin-left: -30px;}
.ctaMsg-form-item{margin: 0 0 30px 30px;width: calc(50% - 30px);}
.ctaMsg-form-item.w30{width: calc((100% / 3) - 30px);}
.ctaMsg-form-item.w100{width: calc(100% - 30px);}
.ctaMsg-form-item input{background: #f8f8f8;width: 100%;height: 48px;border: 1px solid #ebebeb;padding-left: 20px;color:#6a6a6a;}
.ctaMsg-form-item input::-webkit-input-placeholder{color: inherit;}
.ctaMsg-form-select{user-select: none;cursor: pointer;}
.ctaMsg-form-menu{padding: 0 20px;justify-content: space-between;align-items: center;border: 1px solid #ebebeb;background: #fff;height: 48px;}
.ctaMsg-form-menu::after{content: "\e727";font-family: 'icon';display: block;color: #e62129;font-size: 11px;transform: rotate(180deg);transition: all .4s ease;}
.ctaMsg-form-menu.active::after{transform: rotate(0);}
.ctaMsg-form-drop{width: 100%;z-index: 5; position: absolute;left: 0;top: 100%;border: 1px solid #ebebeb;display: none; border-top: unset;max-height: 192px;overflow-y: auto;}
.ctaMsg-form-drop .item{height: 48px;padding: 0 20px;align-items: center;background: #f1f1f1;border-top: 1px solid #ebebeb;}
.ctaMsg-form-drop .item:first-child{border-top: unset;}
.ctaMsg-form-drop .item:hover{background: #ddd;}
.ctaMsg-form-item textarea{width: 100%;height: 180px;background: #f8f8f8;padding: 10px 20px;color:#6a6a6a;border: 1px solid #ebebeb;}
.ctaMsg-form-item textarea::-webkit-input-placeholder{color: inherit;}
.ctaMsg-tips{align-items: center;}
.ctaMsg-tips i{width: 16px;height: 16px;border-radius: 3px;font-size: 9px;margin-right: 15px;border: 1px solid #767676;user-select: none;cursor: pointer;}
.ctaMsg-tips i::before{opacity: 0;}
.ctaMsg-tips i.active{border-color: #009fa8;background: #009fa8;}
.ctaMsg-tips i.active::before{opacity: 1;}

.ctaMsg-tips p a:hover{color: inherit;}
.ctaMsg-submit .btn{width: 170px;height: 48px;user-select: none;cursor: pointer;}
.ctaMsg-submit .btn i{display: block;font-size: 13px;margin-left: 6px;transform: rotate(180deg);transition: all .4s ease;}
.ctaMsg-submit .btn:hover{/* background: #222; */}
.ctaMsg-submit .btn:hover i{transform: rotate(180deg) translateX(-6px);}

/* 工厂 */
.custom ul{margin-left:-30px;}
.custom ul li{width:calc( 100% / 3 - 30px); margin-left:30px;background-color: #f5f5f5;padding:40px 30px;position:relative;margin-bottom:30px;}
.custom ul li .show{display:block}
.custom ul li .hide{display:none}
.custom ul li .content{min-height:180px;width:70%}
.custom ul li .icon{position:absolute; right:20px;bottom:20px;}
.custom ul li:hover{background-color: #009fa8;}
.custom ul li:hover .title{color:#fff;}
.custom ul li:hover .desc{color:#fff;} 
.custom ul li:hover .show{display:none;}
.custom ul li:hover .hide{display:block;}

.develop{background-color: #f5f5f5;}
.develop .develop-list ul{margin-left:-20px;}

.develop .develop-list ul li{width:calc( 100% / 3 - 60px);margin-left:20px;margin-bottom:20px; background-color: #fff;padding:20px 40px;}
.develop .develop-list ul li:nth-child(1){width:calc( 100% / 3 + 50px);}
.develop .develop-list ul li:nth-child(4){width:calc( 100% / 3 + 50px);}

.lean .lean-list ul{margin-left:-10px;}
.lean .lean-list ul li{width:calc( 65% / 6 - 10px);margin-left:10px;height:575px;position:relative;transition: all .4s ease;}

.lean .lean-list ul li div{height:100%;}
.lean .lean-list ul li img{height:100%;width:100%;}
.lean .lean-list ul li .title{position:absolute;top:25px;right:25px;writing-mode: vertical-rl; /* 竖直排列，从右到左 */ transition: all .4s ease;}
.lean .lean-list ul li.active{width:43%;}
.lean .lean-list ul li:active .title{left:25px;bottom:25px;writing-mode: horizontal-tb;top:unset;color:white;}
/* .lean .lean-list ul li:hover{width:43%; }
.lean .lean-list ul li:hover .title{left:25px;bottom:25px;writing-mode: horizontal-tb;top:unset;color:white;} */

.quality{background: url('../images/new/quaility.png') no-repeat center/cover;height:800px;position:relative}
.quality .quality-list{position:absolute;bottom:-80px;width:100%;}
.quality .quality-list ul{margin-left:-25px;}
.quality .quality-list ul li{width:calc( 100% / 3 - 25px);background-color: #f3f3f3; padding:20px 40px;margin-left:25px;transition: all ease .4s;}
.quality .quality-list ul li:hover{background-color: #009fa8;}
.quality .quality-list ul li:hover .title{color:#fff;}
.quality .quality-list ul li:hover .desc{color:#fff;}


.supply .supply-list ul{margin-left:-20px}
.supply .supply-list ul li{width:calc( 100% / 3 - 20px); margin-left:20px;background-color:#f3f3f3;}
.supply .supply-list ul li .content{padding:30px 20px;}





/* 资料下载 */
.download .down-list .down-item{padding:20px 60px;background-color: #f4f4f4;align-items: center;justify-content: space-between;margin-bottom:20px;transition: all .4s ease;}
.download .down-list .down-item .date{color:#656565;}
.download .down-list .down-item:hover p{color:#009fa8;}

.serspMa-search .contain{justify-content:flex-end;}
.serspMa-search i, .serspMa-search input, .serspMa-search button{height: max(38px,0.5rem);border-radius: max(19px,0.25rem);}
.serspMa-search i{cursor:pointer;position: absolute;border-radius: 0;width: max(34px,0.48rem);font-size: 16px;top: 0;right: 0;display: flex;align-items: center;justify-content: flex-end;padding-right: max(20px,0.1rem);line-height: 1;}
.serspMa-search input{background: #f7f9fa;border: 1px solid #e3e5e8;font-size: 14px;color: #282f34;padding: 0 max(14px,0.2rem) 0 max(23px,0.23rem);width:240px;transition: border .4s ease;}
.serspMa-search input:focus{border-color: #afafaf;}


/* 产品详情 */
.proDet-show{background: url('../images/pages/proDet-show-bg.jpg') no-repeat center/cover;}
.proDet-show-flex{justify-content: space-between;align-items: center;}
.proDet-show-con{width: 47%;}
.proDet-show-list p{padding-left: 24px;position: relative;margin-top: 15px;}
.proDet-show-list p::after{content: "";position: absolute;left: 0;top: 8px;width: 6px;height: 6px;border-radius: 50%;background: #777;}
.proDet-show-select{user-select: none;cursor: pointer;}
.proDet-show-menu{justify-content: space-between; width: 180px;height: 40px;border-radius: 20px;border: 1px solid #1c1d1f;align-items: center;padding: 0 24px;}
.proDet-show-menu::after{content: "";display: block;transition: all .4s ease;width: 10px;height: 6px;border: 5px solid transparent;border-top-color: #1c1d1f;}
.proDet-show-drop{background: #f4f6f9; border: 1px solid #1c1d1f;display: none;border-radius: 0 0 20px 20px; border-top: unset; position: absolute;left: 0;top: 100%;width: 100%;z-index: 5;max-height: 160px;overflow-y: auto;}
.proDet-show-drop .item{height: 40px; display: flex;align-items: center;padding: 0 24px;transition: all .4s ease;border-top: 1px solid #1c1d1f;}
.proDet-show-drop .item:first-child{border-top: unset;}
.proDet-show-drop .item:hover{color: #fff;background: #1c1d1f;}
.proDet-show-select:hover .proDet-show-menu{border-radius: 20px 20px 0 0;}
.proDet-show-select:hover .proDet-show-menu::after{transform: rotate(180deg);}
.proDet-show-select:hover .proDet-show-drop{display: block;}
.proDet-show-link{margin-left: 18px;width: 116px;height: 40px;border-radius: 40px;}
.proDet-show-link:hover{box-shadow: 0 0 10px rgba(28, 29, 31, .7);}
.proDet-show-swp{width: 68%;align-items: center;}
.proDet-show-swp .swiper-container{height: 580px;}
.proDet-show-gallery{width: calc(100% - 90px);margin-top:-10px;}
.proDet-show-gallery-more{width: 100%;height: 100%;}
.proDet-show-gallery-more img{width:66%;/*max-width:62%; max-height:70%; */}
.proDet-show-thumbs{width: 90px;}
.proDet-show-thumbs-year{background: #fff;border: 1px solid #f5f5f5;width: 100%;height: 100%;}
.proDet-show-thumbs-year img{transition: all .4s ease;opacity: .36;max-width: 100%;max-height: 100%;}
.proDet-show-thumbs-year:hover img,.proDet-show-thumbs-year.active img{opacity: 1;}
.proDet-show-thumbs-year.active{border-color: #009fa8;}

.table-param tr td{padding:10px 20px;}
.table-param .one{background-color: f5f5f5;}




/* 产品-列表 */

.product  .pro-nav{width:25%; }
.product  .pro-nav .nav-left{width:100%;}
/* .product  .pro-nav ul li{padding:25px;padding-left:20px;border-bottom:1px solid #e1e1e1;background-color: #f5f5f5;} */
.product  .pro-nav .contact .content{background-color: #f9f9f9;padding:20px;}
.product  .pro-nav .contact .img img{width:100%;}
.product  .pro-nav .contact .btn{background:#009fa8;width:230px;height:35px;border-radius:30px;text-align: center;line-height:35px;display:block;color:white}

.product .pro-list{width:75%}
.product .pro-list ul li{width:calc( 100% / 3 - 25px);margin-left:25px;margin-bottom:20px;background-color: #f5f5f5;padding:20px; transition: all ease .4s;}
.product .pro-list ul li:hover{border:1px solid #009fa8; }
.product .pro-list ul li .title{padding-top:40px; padding-bottom:20px;}


/* 产品详情 */
.pro_info{background-color: #f5f5f5;}
.pro_info .btn .quote{display:block;width:190px;height:40px;border-radius:40px;text-align: center;line-height:40px;color:white;background-color: #009fa8;margin-right:20px;}
.pro_info .btn .download{display:block;width:190px;height:40px;border-radius:40px;text-align: center;line-height:40px;color:#009fa8;border:1px solid #c7c7c7;}
.pro_info .btn .download:hover{background-color:#009fa8;color:white;}
.section-list{padding-top:100px;}

.pro_content  .nav{width:17%;position: sticky;top: 0;height: 100vh;overflow-y: auto;top:100px;}
.pro_content  .nav  .nav-item{padding:25px;padding-left:20px;border-bottom:1px solid #e1e1e1;background-color: #f5f5f5;width:100%;display:block;}
.pro_content  .nav  .nav-item.active{background-color: #009fa8;color:white;}

.pro_content .all-content{width:83%;padding-left:85px;}
.pro_content .all-content .feature ul li{width:160px;background-color: #f5f5f5;padding:20px 25px;margin-bottom:20px;margin-left:20px;}

.application .app-title{justify-content: space-between;}
.application .content .slide-item .title{position:absolute;padding:30px 25px; left:0;bottom:0;width:100%;color:white;}
.app-btn{z-index: 2;left: calc(50% + 70px);bottom: 70px;}
.app-btn .btn{user-select: none;cursor: pointer;width: 36px;height: 36px;border-radius: 50%;border:1px solid #a0a0a0;font-size: 12px;}
.app-btn .btn::before{display: block;transform: scale(.8);}
.app-btn .btn.next{margin-left: 18px;transform: rotate(180deg);}
.app-btn .btn:hover{background: #009fa8;color:white;border:none;}

.relate .pro-list ul{margin-left:-25px;}
.relate .pro-list ul li{width:calc( 100% / 3 - 25px);margin-left:25px;margin-bottom:20px;background-color: #f5f5f5;padding:20px; transition: all ease .4s;}
.relate .pro-list ul li:hover{border:1px solid #009fa8; }
.relate .pro-list ul li .title{padding-top:40px; padding-bottom:20px;}


.product .contain{justify-content: space-between;align-items: flex-start;}
.proLeft{position: sticky;top: 120px;width: 17%;}
.proLeft-title{align-items: flex-end;justify-content: space-between;border-bottom: 1px solid #dce3e9;}
.proLeft-title .reset{user-select: none;cursor: pointer;display: block;position: relative;}
.proLeft-title .reset::after{content: "";position: absolute;left: 0;bottom: 2px;width: 100%;height: 1px;background: #1c1d1f;}
.proLeft-title .reset:hover{color: #143263;}
.proLeft-title .reset:hover::after{background: #143263;}
.proSearch input{height: 36px; width: 100%;background: transparent;border-radius: 5px;font-size: 14px;border: 1px solid #dce3e9;padding-left: 13px;color: #1c1d1f;}
.proSearch input::-webkit-input-placeholder{color: rgba(28, 29, 31, .5);}
.proSearch input:focus{border-color: #1c1d1f;}
.proSearch .btn{position: absolute;right: 0;top: 0; width: 40px;height: 100%;font-size: 15px;user-select: none;cursor: pointer;}
.proSearch .btn:hover{color: #143263;}
.proSelect-item{user-select: none;cursor: pointer;border-bottom: 1px solid #dce3e9;}
.proMenu{align-items: center;justify-content: space-between;line-height: 1.14;}
.proMenu::after{content: "\e62e";font-family: 'icon';font-size: 14px;color: #b5b5b5;display: block;transform: rotate(180deg);transition: all .4s ease;}
.proMenu.active::after{transform: rotate(0);}
.proDrop{display: none;}
.proDrop .item{align-items: center;padding: 8px 0;}
.proDrop .item:first-child{margin-top: 0;}
.proDrop .item i{padding-right: 4px; font-size: 12px; display: flex;align-items: center;justify-content: center;width: 20px;height: 20px;border-radius: 5px;border: 1px solid #dce3e9;margin-right: 8px;color: #fff;}
.proDrop .item i::before{content: "\e881";font-family: 'icon';display: block;opacity: 0;}
.proDrop .item.active{color: #1c1d1f;}
.proDrop .item.active i{border-color: #1c1d1f;background: #1c1d1f;}
.proDrop .item.active i::before{opacity: 1;}
.proRight{width: 78.5%;}
.proList{margin-left: -30px;}
.proItem{margin: 30px 0 0 30px;width: calc((100% / 3) - 30px);}
.proItem-radio{position: absolute;right: 4px;top: 4px;z-index: 2;}
.proItem-radio .btn{width: 20px;height: 20px;border-radius: 4px;background: #e0e3ec;user-select: none;cursor: pointer;font-size: 12px;position: relative;}
.proItem-radio .btn::before{position: relative;z-index: 2;}
.proItem-radio .btn::after{content: "";position: absolute;right: -5px;top: -5px;width: 200%;height: 200%;}
.proItem-radio .text{pointer-events: none; padding: 3px 6px;transition: all .2s ease; white-space: nowrap;position: absolute;left: 50%;bottom: calc(100% + 20px);opacity: 0; transform: translate(-50%,8px);background: #72767f;color: rgba(255, 255, 255, .75);border-radius: 5px;}
.proItem-radio .text::after{content: "";position: absolute;left: 50%;top: 100%;transform: translateX(-50%);width: 10px;height: 5px;border: 5px solid transparent;border-top-color: #72767f;}
.proItem-radio .text::before{content: "";position: absolute;left: 0;top: 100%;width: 100%;height: 20px;}
.proItem-radio:hover .text{opacity: 1;transform: translate(-50%,0);}
.proItem-radio.active .btn{border-color: #1c1d1f;background: #1c1d1f;}

.proItem-con{height: 100%;width: 100%;background: #fff;border-radius: 8px;transition: all .6s ease;}
.proItem-img{height: 14vw;}
.proItem-img img{max-height: 55%;max-width: 55%;}
.proItem-text{padding: 0 35px 55px;}
.proItem-text .line{height: 1px;background: #dce3e9;margin: 20px 0 25px;}
.proItem:hover .proItem-con{box-shadow: 0 5px 30px rgba(0, 0, 0, .1);}
.proItem:hover .proItem-text .title{color: #143263;}
.proBtm{padding: 10px 0;border-top: 1px solid #dce3e9; position: fixed;left: 0;bottom: 0;width: 100%;background: #fff;z-index: 999;transition: all .4s ease;}
.proBtm .contain{justify-content: space-between;padding-right: 20px;}
.proBtm-swp{width: calc(100% - 130px);padding: 0 55px;}
.proBtm-slide-close{z-index: 2;display: none; user-select: none;transition: all .4s ease; cursor: pointer;position: absolute;right: 4px;top: 4px;width: 15px;height: 15px;border-radius: 3px;background: #e0e3ec;}
.proBtm-slide-close::before{display: block;transform: scale(.5);}
.proBtm-slide-close:hover{background: #1c1d1f;}
.proBtm-slide-con{transition: all .4s ease; display: block; width: 100%;height: 100%;border: 1px solid #dce3e9;border-radius: 4px;padding-bottom: 10px;position: relative;}
.proBtm-slide-show{display: none;}
.proBtm-slide-con .img{height: 6.2vw;display: flex;align-items: center;justify-content: center;}
.proBtm-slide-con .img img{max-width: 65%;max-height: 70%;}
.proBtm-slide-con .title{color: rgba(28, 29, 31, .5);padding: 0 8px;}
.proBtm-slide-con .proBtm-slide-show .title{color: #1c1d1f;}
.proBtm-slide:hover .proBtm-slide-con{border-color: #1c1d1f;}
.proBtm-slide:hover .proBtm-slide-con .title{color: #143263;}
.proBtm-slide.active .proBtm-slide-show{display: block;}
.proBtm-slide.active .proBtm-slide-hide{display: none;}
.proBtm-slide.active .proBtm-slide-close{display: flex;}
.proBtm-next{position: absolute;left: 0;top: 50%;transform: translateY(-50%);user-select: none;cursor: pointer;}
.proBtm-next.next{left: auto;right: 0;transform: translateY(-50%) rotate(180deg);}
.proBtm-next img{transition: all .4s ease;}
.proBtm-next .h{position: absolute;left: 0;top: 0;opacity: 0;}
.proBtm-next:hover .s{opacity: 0;}
.proBtm-next:hover .h{opacity: 1;}
.proBtm-btn{width: 75px; display: flex;flex-direction: column;justify-content: center;user-select: none;cursor: pointer;}
.proBtm-btn .close{transform: rotate(180deg);position: absolute;font-size: 12px;left: 100%;top: -10px;}
.proBtm-btn .close::before{display: block;}
.proBtm-btn .compare{width: 100%;height: 24px;border-radius: 40px;position: absolute;left: 0;top: 5px;transition: all .3s ease;}
.proBtm-btn .compare:hover{text-decoration: underline;}
.proBtm-btn .reset{width: 100%;height: 24px;border-radius: 40px;border: 1px solid #dce3e9;position: absolute;left: 0;top: 60%;transition: all .3s ease;}
.proBtm-btn .reset:hover{text-decoration: underline;}





/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
}

@media all and (max-width:1590px) {
    /* 1440 × (700)  */
    .newsShow-img img{height: 370px;}
    .newsShow-pagination{bottom: 20px;}
    .newsShow-con{padding: 45px;}
    .newsItem-img img{height: 170px;}
    .newsDet-pro-slide{padding-bottom: 20px;}
    .newsDet-hot{padding: 30px;}
    .newsDet-hot-item .title{font-size: 15px;line-height: 23px;}
    .abFZ-gallery-text{padding: 0 40px;}
    .abIntro-img img{height: 320px;}
    .abWH-list li{padding: 0 20px;}
    .gylJF-num .icon{width: 80px;padding-right: 20px;margin-right: 20px;}
    .gylZZ .pagesTitle .text{padding: 0 10vw;}
    .gylZZ-left .img img{height: 280px;}
    .gylZZ-right .img img {height: calc(280px / 2 - 2px);}
    .gylYS-list{margin-left: -15px;}
    .gylYS-list li{margin: 15px 0 0 15px;width: calc((100% / 3) - 15px);padding: 25px;}
    .gylNum-list{padding: 35px 40px 45px;}
    .gylNum-list .img img{height: 190px;}
    .agentTX-icon{width: 50px;height: 60px;margin-right: 15px;}
    .agentTX-list li:nth-child(2n) .agentTX-icon{margin-left: 15px;}
    .agentTX-text{padding-top: 15px;}
    .agentTX-text .line-box{left: calc(100% + 15px);}
    .agentTX-list li:nth-child(2n) .agentTX-text .line-box{right: calc(100% + 15px);}
    .agentTX-list li:nth-child(9) .agentTX-text .line-box{bottom: calc(100% + 15px);}
    .joinFL-img img{height: 400px;}
    .joinFL-con{padding: 35px 50px 90px;}
    .joinFL-btn{left: calc(50% + 50px);bottom: 40px;}
    .joinFL-con .icon{height: 50px;}
    .ctaIntro-company{margin-left: -25px;}
    .ctaIntro-company li{margin: 25px 0 0 25px;width: calc(50% - 25px);}
    .ctaIntro-company-bg{border-radius: 10px;}
    .ctaIntro-company-con{padding: 35px;}
    .ctaIntro-code .img{margin-right: 20px;}
    .ctaIntro-code .img img{width: 100px;}
    .ctaIntro-code .icon{margin-right: 20px;width: 75px;height: 75px;}
    .ctaShop-list{margin-left: -20px;}
    .ctaShop-item{margin: 20px 0 0 20px;border-radius: 15px;width: calc(50% - 20px);}
    .ctaShop-logo{height: 60px;padding: 0 40px;}
    .ctaShop-item::after{height: calc(100% - 60px);}
    .ctaShop-con{padding: 30px 40px;}
    .cusPZ-item{padding: 25px 10px 15px 25px;}
    .cusRZ-list .icon{height: 65px;}
    .faIntro-title .icon{height: 40px;}
    .faIntro-list{margin-left: -30px;}
    .faIntro-list li {margin: 30px 0 0 30px;width: calc((100% / 3) - 30px);border-radius: 10px;padding: 25px 30px 30px;}
    .faIntro-rz .title{font-size: 16px;}
    .faIntro-rz .list{margin: -8px 0 0 -8px;}
    .faIntro-rz .list span{margin: 8px 0 0 8px;font-size: 12px;padding: 3px 6px;border-radius: 6px;}
    .faIntro .faTitle .text{width: 62%;}
    .faApp-list{margin-left: -30px;}
    .faApp-item{margin: 30px 0 0 30px;width: calc((100% / 3) - 30px);}
    .faApp-bg{border-radius: 10px;}
    .faApp-bg img{height: 265px;}
    .faApp-con{padding: 25px 30px;}
    .faPro-slide{padding: 20px 15px 30px;}
    .faDet-demand-list .icon{height: 38px;}
    .policy-table th{font-size: 16px;padding: 0 15px;height: 80px;}
    .policy-table td.one{font-size: 16px;}
    .policy-table td{height: 62px;padding: 0 15px;}
    .policy-table p{max-width: 240px;}
    .policy-tips{width: 85%;}
    .policy-tips p::after{top: 10px;}
    .supZX-img img{height: 400px;}
    .supZX-con{padding: 0 55px;}
    .supAddress-bg img{height: 300px;}
    .supAddress-con{padding: 25px 35px;}
    .downSelect-item{margin-left: 20px;}
    .downMenu{width: 260px;height: 42px;padding: 0 15px;}
    .downDrop{max-height: 210px;}
    .downDrop li{height: 42px;padding: 0 15px;}
    .downSearch input{height: 42px;width: 320px;font-size: 15px;}
    .downSearch .btn{font-size: 16px;}
    .downItem{padding: 30px 50px;margin-top: 20px;}
    .downPop{width: 1120px;}
    .downPop-form-item .input input{font-size: 15px;}
    .downPop{padding: 80px 100px;}
    .proDet-show-swp .swiper-container{height: 380px;}
    .proDet-show-thumbs{width: 66px;}
    .proDet-show-list p{padding-left: 18px;margin-top: 12px;}
    .proDet-show-list p::after{width: 5px;height: 5px;top: 9px;}
    .proDet-size-slide{height: 400px;}
    .proDet-size-btn{width: 64px;height: 64px;font-size: 22px;}
    .proDet-hy-img img{height: 190px;}
    .proDet-hy-con{padding: 25px 35px 30px;}
    .proDet-hy-con .more{width: 100px;height: 30px;font-size: 13px;}
    .proDet-news-item{padding: 30px;}
    .proItem-text{padding: 0 25px 35px;}
    .compLink-con .img{height: 120px;}
    .compParams .text,.compParams-item .title{padding: 8px 20px;}
    .compParams{font-size: 13px;}
    .compName-slide{padding: 8px;}
    .compBtn{top: 55px;}
    .proDet-params-table .name, .proDet-params-table .text{padding: 20px 10px 20px 0;}
    .proDet-params-table .title{padding-top: 18px;}


    /* news-info */
    .news_info .news_content_left{width:60%;}
    .news_info .news_right{width:40%; padding-left:40px;}

    /* pro_info */
    .proDet-show-swp{width:64%}
    
    
}

@media all and (max-width:1430px) {
    /* 1360 */
}

@media all and (max-width:1350px) {
    /* 1280 */
}

@media all and (max-width:1270px) {
    /* 1152 × (700) */
    .newsShow-img img{height: 300px;}
    .newsShow-con{padding: 30px;}
    .newsItem-img img{height: 150px;}
    .newsDet-pro-slide{padding-bottom: 15px;}
    .newsDet-hot{padding: 20px;}
    .newsDet-hot-item .title{font-size: 14px;line-height: 22px;}
    .abFZ-gallery-text{padding: 0 20px;}
    .abIntro-con{width: 46%;}
    .gylJF-num .icon {width: 70px;padding-right: 15px;margin-right: 15px;}
    .gylZZ .pagesTitle .text{padding: 0 6vw;}
    .gylZZ-left .img img{height: 230px;}
    .gylZZ-right .img img {height: calc(230px / 2 - 2px);}
    .gylYS-list li{padding: 20px 15px;}
    .gylNum-list {padding: 25px;}
    .gylNum-list .img img{height: 155px;}
    .agentTX-img img{max-width: 33%;}
    .joinFL-con .icon{height: 45px;}
    .joinFL-con {padding: 25px 30px 70px;}
    .joinFL-btn {left: calc(50% + 30px);bottom: 20px;}
    .joinFL-img img{height: 350px;}
    .ctaIntro-code .img{margin-right: 15px;}
    .ctaIntro-code .img img{width: 80px;}
    .ctaIntro-code .icon {margin-right: 15px;width: 65px;height: 65px;}
    .cusPZ-item {padding: 20px 10px 15px 15px;}
    .cusRZ-list .icon{height: 55px;}
    .faApp-bg img{height: 210px;}
    .faDet-demand-list{margin-left: -30px;}
    .faDet-demand-list li{margin: 30px 0 0 30px;width: calc(20% - 30px);}
    .faDet-demand-list .icon{height: 32px;}
    .faDet-pro-slide{padding: 20px 15px;}
    .policy-table table{font-size: 14px;}
    .policy-table th{font-size: 15px;padding: 0 12px;height: 60px;}
    .policy-table td.one{font-size: 15px;}
    .policy-table td{height: 50px;padding: 0 12px;}
    .policy-table p{max-width: 170px;}
    .policy-tips{width: 85%;}
    .policy-tips p::after{top: 8px;}
    .supZX-img img{height: 320px;}
    .supZX-con{padding: 0 40px;}
    .supAddress-bg img{height: 240px;}
    .supAddress-con{padding: 15px 25px;}
    .downSelect{font-size: 14px;}
    .downMenu {width: 230px;height: 40px;padding: 0 12px;}
    .downDrop li{height: 40px;padding: 0 12px;}
    .downDrop{max-height: 200px;}
    .downSearch input {height: 40px;width: 280px;font-size: 14px;}
    .downSearch .btn{font-size: 14px;}
    .downItem {padding: 25px 40px;margin-top: 15px;}
    .downPop{width: 900px;padding: 60px 70px;}
    .proDet-head-nav .item{margin-left: 2vw;}
    .proDet-size-btn {width: 50px;height: 50px;font-size: 18px;}
    .proDet-size-slide{height: 350px;}
    .proDet-hy-img img{height: 150px;}
    .proDet-hy-con{padding: 20px 15px;}
    .proDet-news-item{padding: 20px;}
    .compLink-con .img{height: 100px;}
    .compBtn{top: 48px;}
    .compParams{font-size: 12px;}
    .compParams .text, .compParams-item .title {padding: 6px 16px;}
    .proDet-params-table .name, .proDet-params-table .text{padding: 16px 10px 16px 0;font-size: 14px;}
    .proDet-params-table .title{padding-top: 14px;}

    /* news-list */
    .news .top .content{padding:40px;}
    /* pro_info */
    .proDet-show-swp{width:55%}

    
}

/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px) {
    /* 1024 横屏 */
}

@media all and (max-width:1000px) {
    /* 720 竖屏 */
    /* .pages-pagination .swiper-pagination-bullet{margin: 0 5px;}
    .pages-pagination .swiper-pagination-bullet-active{width: 10px;height: 10px;}
    .pagesTitle .text br{display: none;}
    .pagesBan-bg img{height: 250px;}
    .pagesNav-box{width: 100%;overflow-x: auto;}
    .pagesNav{flex-wrap: nowrap;white-space: nowrap;}
    .pagesNav-item{margin-left: 20px !important;height: 48px;}
    .pagesNav-item::after{bottom: 0;}
    .pagesBread{display: none;}
    .newsShow, .newsShow-slide{border-radius: 8px;}
    .newsShow-img{width: 100%;}
    .newsShow-img img{height: 200px;}
    .newsShow-con{width: 100%;padding: 20px 15px 30px;}
    .newsShow-con .label{font-size: 12px;}
    .newsItem{padding: 30px 0;}
    .newsItem-img{width: 100%;}
    .newsItem-img img{height: 180px;}
    .newsItem-con{width: 100%;padding-top: 15px;}
    .newsItem-con .more{margin-top: 25px;}
    .newsItem-con .title, .newsItem-con .text{width: 100%;}
    .newsItem-con .more i{width: 14px;height: 14px;margin-left: 8px;padding-bottom: 0;}
    .newsItem-con .more i::before{transform: rotate(180deg) scale(.4);}
    .newsDet-ban-bg img{height: 250px;}
    .newsDet-ban-con .title{width: 100%;}
    .newsDet-ban-con{padding-bottom: 25px;}
    .newsDet-left{width: 100%;}
    .newsDet-pro-btn .btn{width: 30px;height: 30px;}
    .newsDet-pro-btn .btn::before{transform: scale(.6);}
    .newsDet-pro-btn .btn.next{margin-left: 12px;}
    .newsDet-pro-slide .img{height: 250px;}
    .newsDet-pro-slide .title{font-size: 15px;}
    .newsDet-pro-slide{padding-bottom: 25px;}
    .newsDet-page{padding-bottom: 80px;position: relative;}
    .newsDet-page .prev,.newsDet-page .next{max-width: 100%;width: 100%;margin-top: 10px;}
    .newsDet-page .back{width: 120px;height: 38px;position: absolute;left: 50%;bottom: 20px;transform: translateX(-50%);}
    .newsDet-right{width: 100%;margin-top: 20px;}
    .newsDet-hot{padding: 25px 15px;position: relative;top: auto;}
    .newsDet-hot-item{padding: 18px 0;}
    .newsDet-hot-item .title{font-size: 13px;line-height: 20px;}
    .abFZ-thumbs{padding: 0;}
    .abFZ-thumbs-year i{margin-top: 6px;width: 6px;height: 6px;}
    .abFZ-thumbs::after, .abFZ-thumbs-line{bottom: 11px;}
    .abFZ-btn{display: none;}
    .abFZ-gallery{padding: 0;}
    .abFZ-gallery-year{width: 100%;}
    .abFZ-gallery-year::after{display: none;}
    .abFZ-gallery-year .bg{font-size: 100px;}
    .abFZ-gallery-year .text{font-size: 30px;}
    .abFZ-gallery-text{width: 100%;padding: 30px 0 0;}
    .abFZ-gallery-text p{padding-left: 15px;margin-top: 10px;}
    .abFZ-gallery-text p::after{top: 5px;width: 9px;height: 9px;}
    .abFZ-gallery-text p::before{left: 3px;top: 8px;width: 3px;height: 3px;}
    .abIntro-con{width: 100%;}
    .abIntro-con .btn{width: 136px;height: 36px;}
    .abIntro-con .btn i{width: 16px;height: 16px;margin-right: 6px;}
    .abIntro-img{width: 100%;margin-top: 30px;}
    .abIntro-bg{font-size: 120px;top: 30%;}
    .abIntro-img img{height: 210px;}
    .abHZ-slide{height: 70px;}
    .abWH-list li{padding: 0 5px;}
    .abWH-list .title{font-size: 12px;}
    .abWH-list .text{font-size: 12px;line-height: 18px;}
    .abWH-list .icon{width: 70px;height: 70px;}
    .gylJF-num li{flex-direction: column;justify-content: flex-start;align-items: center;text-align: center;padding: 0 5px;}
    .gylJF-num .icon{width: 50px;height: 60px;padding: 0 0 10px;margin:0 0 10px;border-right: unset;border-bottom: 1px solid #dce3e9;}
    .gylJF-num .icon img{max-height: 100%;}
    .gylJF-num .num{justify-content: center;font-size: 13px;}
    .gylJF-num .num span{line-height: 1.14;font-size: 16px;}
    .gylJF-num .text{font-size: 12px;}
    .gylZZ .pagesTitle .text{padding: 0;}
    .gylZZ-left{width: 100%;}
    .gylZZ-left .img img{height: 180px;}
    .gylZZ-right{width: 100%;margin-top: 0;}
    .gylZZ-right .img img {height: calc(180px / 2 - 2px);}
    .gylYS-list{margin-left: 0;}
    .gylYS-list li{margin: 15px 0 0;width: 100%;padding: 25px 15px;}
    .gylYS-page{font-size: 100px;right: 15px;}
    .gylNum{background-size: 100% 200px;}
    .gylNum-list{padding: 25px 15px;}
    .gylNum-list li{width: 100%;margin: 40px 0 0;}
    .gylNum-list li:first-child{margin-top: 0;}
    .gylNum-list .img img{height: 180px;}
    .gylNum-list .title{margin-top: 15px;}
    .agentNet .contain{display: flex;flex-direction: column-reverse;}
    .agentNet-con{width: 100%;}
    .agentNet-img-box{right: -20px;top: 20px;width: 65%;}
    .agent-systeam .pagesTitle .title{font-size: 16px;}
    .agent-systeam .pagesTitle .text{padding: 0;margin-top: 5px;line-height: 24px;}
    .agentSys-btn{display: none;}
    .agentSys-pagination .swiper-pagination-bullet{width: 7px;height: 7px;margin: 0 4px;}
    .agentSys-pagination .swiper-pagination-bullet-active{background: #143263;}
    .aboutzq-show {height: 60px;padding: 0px 15px;}
    .aboutzq-hader{padding: 0px 15px;}
    .aboutzq-hader .muen:nth-child(5){display: none;}
    .aboutzq-show .muen:nth-child(5){display: none;}
    .aboutzq-hader .muen:nth-child(2) {width: 25%;}
    .aboutzq-show .muen:nth-child(2){width: 25%;}
    .aboutzq-hader .muen:nth-child(3){display: none;}
    .aboutzq-show .muen:nth-child(3){display: none;}
    .aboutzq-hader .muen:nth-child(4){width: 25%;}
    .aboutzq-show .muen:nth-child(4){width: 25%;}
    .aboutzq-hader .muen:nth-child(1){width: 50%;}
    .aboutzq-show .muen:nth-child(1){width: 50%;}
    .aboutzq-hide .content h1, .aboutzq-hide .content h2, .aboutzq-hide .content h3, .aboutzq-hide .content h4, .aboutzq-hide .content h5, .aboutzq-hide .content h6{font-size: 14px;margin-bottom: 5px;}
    .aboutzq-hide{padding: 15px;}
    .aboutzq-btn{width: 120px;height: 36px;}
    .aboutzq-btn img{margin-right: 10px;width: 15px;}
    .joinFL-img{width: 100%;}
    .joinFL-img img{height: 250px;}
    .joinFL-con{width: 100%;padding: 20px 15px 30px;}
    .joinFL-con .icon{height: 40px;}
    .joinFL-con .title{margin-top: 15px;}
    .joinFL-btn{display: none;}
    .joinFL-pagination .swiper-pagination-bullet{width: 7px;height: 7px;margin: 0 4px;}
    .joinFL-pagination .swiper-pagination-bullet-active{background: #143263;}
    .ctaIntro-company{margin-left: 0;}
    .ctaIntro-company li{margin: 15px 0 0;width: 100%;}
    .ctaIntro-company-bg{border-radius: 8px;box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.04);}
    .ctaIntro-company-con{padding: 25px 20px;}
    .ctaIntro-code li{width: 100%;margin-top: 30px;}
    .ctaIntro-code li:first-child{margin-top: 0;}
    .ctaIntro-code .img img{width: 65px;}
    .ctaShop-list{margin-left: 0;}
    .ctaShop-item{margin: 15px 0 0;width: 100%;border-radius: 10px;}
    .ctaShop-logo{height: 45px;padding: 0 20px;}
    .ctaShop-con{padding: 25px 20px;}
    .ctaShop-item::after{height: calc(100% - 45px);}
    .pagesBan-con .contain>*{width: 100%;}
    .pagesBan-list .list-icon{width: 40px;height: 40px;}
    .pagesBan-list .list-text{font-size: 12px;}
    .pagesBan-list li{width: 49%;margin-top: 30px;}
    .cusMsg-con{padding: 20px 15px 35px;}
    .cusMsg-menu{padding: 18px 0;}
    .cusMsg-form-item{width: 100%;margin-top: 25px;}
    .cusMsg-form-item .title{padding-left: 5px;}
    .cusMsg-form-item .input input, .cusMsg-form-item .input textarea{font-size: 13px;padding-left: 15px;height: 40px;border-radius: 5px;}
    .cusMsg-form-item .input textarea{padding-top: 10px;height: 120px;}
    .cusMsg-radio .list li{margin-left: 12px;}
    .cusMsg-radio .list i{width: 16px;height: 16px;margin-right: 5px;}
    .cusMsg-radio .list i::before{display: block;transform: scale(.7);}
    .cusMsg-btn .btn{padding: 10px 22px;}
    .cusMsg-btn .btn i{width: 12px;}
    .cusMsg-btn .btn:hover i{transform: translateX(30px) scale(1.4) rotate(45deg);}
    .cusProc-list li{width: 100%;padding: 30px 0;border-top: 1px dashed #dce3e9;}
    .cusProc-list li:first-child{border-top: unset;}
    .cusProc-icon::after{display: none;}
    .cusProc-icon .page{font-size: 100px;}
    .cusProc-icon .icon img{max-width: 45px;}
    .cusPZ-list{margin-left: 0;}
    .cusPZ-list li{width: 100% !important;margin: 14px 0 0;}
    .cusPZ-first-btm .cusPZ-item{width: 100%;}
    .cusPZ-first-btm .cusPZ-item:nth-child(2){margin-top: 14px;}
    .cusPZ-item{height: 120px !important;}
    .cusPZ-bg{border-radius: 8px;}
    .cusRZ-list .icon{height: 30px;}
    .cusRZ-list .title{font-size: 12px;}
    .cusRZ-title i{display: none;}
    .faIntro .faTitle .text{width: 100%;}
    .faIntro-list{margin-left: 0;}
    .faIntro-list li{margin: 15px 0 0;width: 100%;padding: 25px 15px;}
    .faIntro-title .icon{height: 35px;}
    .faIntro-label p::after{top: 10px;}
    .faIntro-rz .title{font-size: 13px;}
    .faIntro-rz .list span{padding: 4px 8px;}
    .faApp-list{margin-left: 0;}
    .faApp-item{margin: 15px 0 0;width: 100%;}
    .faApp-bg img{height: 260px;}
    .faApp-con{padding: 25px 20px;}
    .faApp-con .title i{font-size: 12px;margin-left: 8px;}
    .faPro-slide .img{height: 200px;}
    .faPro-slide{padding-bottom: 60px;}
    .faPro-pagination{position: absolute;left: 50%;bottom: 15px;transform: translateX(-50%);z-index: 2;}
    .faPro-pagination .swiper-pagination-bullet,.faDet-pro-pagination .swiper-pagination-bullet{width: 7px;height: 7px;margin: 0 4px;}
    .faPro-pagination .swiper-pagination-bullet-active,.faDet-pro-pagination .swiper-pagination-bullet-active{background: #1c1d1f;}
    .faDet-intro-list li{width: 100%;padding-right: 0;}
    .faDet-intro-list .page{font-size: 60px;}
    .faDet-composition-img{width: 100%;}
    .faDet-composition-con{width: 100%;margin-top: 20px;}
    .faDet-demand .faTitle .text{width: 100%;}
    .faTitle .title-en{font-size: 13px;margin-left: 5px;}
    .faDet-demand-list li{width: calc(50% - 30px);}
    .faDet-demand-list .icon{height: 28px;}
    .faDet-pro-btn{display: none;}
    .faDet-pro-slide .img{height: 200px;}
    .policy{background-size: auto 100%;}
    .policy-table{overflow-x: auto;}
    .policy-table table{width: 250%;font-size: 12px;}
    .policy-table th {font-size: 13px;padding: 0 10px;height: 50px;}
    .policy-table p{max-width: 120px;}
    .policy-table td.one{font-size: 13px;}
    .policy-tips{width: 100%;padding-left: 0;}
    .policy-tips p{margin-top: 10px;padding-left: 12px;}
    .policy-tips p::after{width: 4px;height: 4px;}
    .supZX-img{width: 100%;}
    .supZX-img img{height: 245px;}
    .supZX-con{width: 100%;padding: 20px 15px 40px;}
    .supZX{background-size: cover;}
    .supZX-con .text br{display: none;}
    .supZX-con .btn{width: 120px;height: 40px;}
    .supMsg-desc .text{width: 100%;}
    .supMsg-con .cusMsg-form-item{width: 100%;}
    .supAddress-bg img{height: 200px;}
    .supAddress-con{padding: 15px;}
    .supAddress-pagination .swiper-pagination-bullet{border-width: 1px;margin: 0 4px;}
    .supAddress-pagination .swiper-pagination-bullet-active{width: 12px;height: 12px;}
    .downHead{justify-content: flex-end;}
    .downSelect{font-size: 13px;width: 100%;}
    .downSelect-item{width: 100%;margin: 15px 0 0;}
    .downMenu{width: 100%;}
    .downSearch{margin-top: 15px;justify-content: flex-end;}
    .downSearch input{width: 150px;font-size: 13px;}
    .downItem{padding: 25px 15px;}
    .downItem-left{width: 100%;}
    .downItem-left .text{margin: 5px 0 0;width: 100%;}
    .downItem-btn{font-size: 12px;width: 110px;height: 34px;margin-top: 30px;}
    .downItem-btn i{font-size: 12px;margin-right: 5px;}
    .downPop{width: 92%;padding: 45px 15px 30px;}
    .downPop-close{width: 30px;height: 30px;font-size: 14px;right: 5px;top: 5px;}
    .downPop-form-item{width: 100%;margin-top: 20px;}
    .downPop-form-item .input{border-radius: 6px;}
    .downPop-form-item .input input{font-size: 13px;height: 34px;padding-left: 15px;}
    .downPop-form-item .title{padding-left: 8px;}
    .downPop.pop2{display: none;}
    .downPop-form-item.code .input input {width: calc(100% - 100px);}
    .downPop-form-item.code .btn{width: 100px;} */

    .proDet-show-flex{flex-direction: column-reverse;}
    .proDet-show-swp{width: 100%;order:1}
    .news_content_left{order:2}
    .pro_info .btn .quote{width:180px;}
    .pro-btn{display:none}


    .proDet-show-swp .swiper-container{height: 250px;}
    .proDet-show-thumbs{width: 53px;}
    .proDet-show-gallery {width: calc(100% - 53px);}
    .proDet-show-con{width: 100%;margin-top: 40px;}
    .proDet-show-text{margin-top: 15px;}
    .proDet-show-list{margin-top: 20px;}
    .proDet-show-list p{padding-left: 14px;margin-top: 8px;}
    .proDet-show-list p::after{width: 4px;height: 4px;top: 8px;}
    .proDet-show-menu{width: 150px;padding: 0 15px;height: 36px;}
    .proDet-show-drop .item{padding: 0 15px;height: 36px;}
    .proDet-show-link{width: 100px;height: 36px;font-size: 12px;}
    .proDet-size-slide{height: 150px;box-shadow: 0px 5px 20px 0px rgba(28, 31, 32, 0.08);}
    .proDet-size-btn{display: none;}
    .proDet-hy-img img{height: 180px;}
    .proDet-hy-slide{border-radius: 8px;}
    .proDet-hy-con{padding: 25px 15px 35px;}
    .proDet-hy-con .more{font-size: 12px;margin-top: 20px;width: 90px;height: 28px;}
    .proDet-news-list{margin-left: 0;}
    .proDet-news-item{margin: 15px 0 0;width: 100%;}
    .proDet-news-item .date{margin-top: 60px;}
    .proDet-head-left .btn{margin-left: 15px;width: 80px;height: 28px;font-size: 12px;}
    .proDet-head-nav .item{margin-left: 20px;height: 44px;font-size: 12px;}
    .proDet-head-nav{flex-wrap: nowrap;white-space: nowrap;overflow-x: auto;}
    .proDet-head-nav .item::after{bottom: 0;height: 2px;}
    .proDet-head-left{display: none;}
    .proLeft{position: relative;top: auto;width: 100%;}
    .proSearch{margin-top: 20px;}
    .proSelect{margin-top: 10px;}
    .proMenu{padding: 12px 0;}
    .proMenu::after{font-size: 12px;}
    .proRight{width: 100%;margin-top: 30px;}
    .proList{margin-left: 0;}
    .proItem{margin: 15px 0 0;width: 100%;}
    .proItem-img{height: 200px;}
    .proItem-text{padding: 0 15px 25px;}
    .proItem-text .line{margin: 10px 0;}
    .proBtm-btn{width: 60px;}
    .proBtm-btn .compare{top: 2px;}
    .proBtm.active .proBtm-btn .reset{top: calc(50% + 2px);}
    .proBtm-btn .close{left: 101%;}
    .proBtm-swp{width: calc(100% - 60px);padding: 0 30px;}
    .proBtm-next{width: 15px;}
    .proBtm{bottom: -60px;}
    .proBtm-slide-con .img{height: 70px;}
    .proBtm-next{left: 5px;}
    .proBtm-next.next{right: 5px;}
    .proNot-con .text br{display: none;}
    .proNot-con .img{width: 60%;}
    .proNot{padding: 40px 15px;}
    .proNot-con .btn{width: 120px;height: 42px;}
    .proSearch input{font-size: 13px;}
    .compLeft,.compName-left{width: 30%;}
    .compName-right,.compRight{width: 70%;}
    .compTitle .btn{padding: 3px 15px;}
    .compDiff i{width: 12px;height: 12px;margin-right: 6px;}
    .compDiff i::before{transform: scale(.6);}
    .compBtn{width: 18px;}
    .compParams .text, .compParams-item .title{padding: 5px 14px;}
    .compName{top: 60px;}
    .proDet-params-table-box{overflow-x: auto;}
    .proDet-params-table{width: 150%;}
    .proDet-params-table .table-left{width: 40%;}
    .proDet-params-table .text-box{width: 60%;}
    .proDet-params-table .title{padding-top: 8px;width: 40%;font-size: 12px;}
    .proDet-params-table .name-box{width: 60%;}
    .proDet-params-table .name, .proDet-params-table .text{font-size: 12px;padding: 10px 10px 10px 0;}
    .addPop{border-radius: 8px;}
    .addPop-head{padding:20px 15px;}
    .addPop-head .close{font-size: 12px;}
    .addPop-select-box{margin-left: 0;padding: 10px 15px 0 15px;}
    .addPop-select{margin: 10px 0 0;width: 100%;}
    .addPop-menu{height: 46px;}
    .addPop-drop{max-height: 230px;}
    .addPop-drop .item{height: 46px;}
    .addPop-list{margin-left: 0;padding: 10px 15px;max-height: 280px;}
    .addPop-item{width: 100%;height: 80px;padding: 10px 20px;margin: 10px 0 0;}
    .addPop-submit{padding-right: 15px;}
    .addPop-submit .btn{width: 86px;height: 36px;}

    /* contact */
    .contact .contact_txt{width:100%;}
    .contact .form_content{width:100%;margin-top:30px;}

    /* news-list */
    .news .top .img{width:100%;}
    .news .top .content{width:100%;padding:20px;background-color: #eee;}
    .mr20{margin-right:20px}

    .news .news_list ul{margin-left:0px;}
    .news .news_list ul li{width:100%;margin-left:0px;margin-bottom:50px;}

    /* news-info */
    .news_info .news_content_left{width:100%;}
    .news_info .news_right{width:100%;margin-top:60px;padding-left:0;padding-bottom:100px}

    /* download */
    .download .down-list .down-item{padding:20px 20px}

    /* industry */
    .nav-left{width:100%;}

    .industry .list{width:100%;margin-top:60px;}
    .industry .list ul li {width: 100%;margin-left: 0px;margin-bottom: 20px;}
    .industry .list ul li .pic img{width:100%;}

    


    /* factory */
    .custom ul{margin-left: 0px;}
    .custom ul li {width: 100%;;margin-left: 0px;}
    .develop .develop-list ul{margin-left:0;}
    .develop .develop-list ul li:nth-child(1){width:100%;}
    .develop .develop-list ul li:nth-child(4){width:100%;}
    .develop .develop-list ul li{width:100%;margin-left:0;}

    .develop .develop-list ul li:nth-child(1){width:100%;}
    .lean .lean-list ul li{width:100%;}
    .lean .lean-list ul li.active{width:100%;}

    .quality .quality-list ul li{width:100%;}
    .quality .quality-list{bottom:100px}

    .supply .supply-list ul li{width:100%;}

    /* 产品列表 */
    .product .pro-nav{width:100%;}
    .product .pro-nav .contact{display:none}
    .product .pro-list {width:100%;margin-top:30px;}
    .product .pro-list ul li{width:100%;margin-left:0;}

    /* 产品详情 */
    .pro_content .nav{display:none}
    .pro_content .all-content{width:100%;padding-left:0px;}
    .pro_content .slide-item .pic img{width:100%;}
    .relate .pro-list ul li{width:100%;}

    /* 关于我们 */
    .about .factory .abFactory-con .text{width:100%;}
    .about .factory .abFactory-con .img{width:100%;margin-top:20px;padding-left:0px;}

    .abwhy .pagesTitle .title{width:100%;}
    .abwhy .abwhy-list .list-item{width:100%;}
    .abwhy .abwhy-list .list-item:nth-child(7) {width:100%;}
    .about .num ul li{width:100%;}
    .about .num ul li::after{width:0px}
    .about .num ul li:nth-child(1) .jia{right:77px;}
    .about .num ul li:nth-child(2) .jia{right:30px;}
    .about .num .jia2{right:23px; bottom:6px;}
    .about .num ul li:nth-child(3) .jia{right:67px;}

    .abwhy .contact .btn{margin-left:0px;margin-top:30px;}
    .abwhy .contact .btn a{border-radius:30px;}

    .abFactory .big-factory-swiper{width:100%;}
    .abFactory .content{width:100%;padding-left:0px;margin-top:20px;}

    .small-factory-swiper{display:none;}
    .small-factory-swiper .swiper-container{width:100%;}

    .abWH .abWH-list .list-item{padding:15px 15px;}

    .honor .abHonor-swp .abHonor{padding:0px 0px;}
    .honor .abHonor-swp .abHonor .slide-item{display:flex;justify-content: center;}
    .honor .title{width:100%;}
    .honor .nav{width:100%;margin-top:10px;}
    .honor .pagesTitle ul li a{margin-left:0px; margin-right:20px;margin-bottom:10px;display:block;}
 }

/* ------------------------手机端-------------------------- */
@media all and (max-width:720px) {
    /* 移动终端 360 适配 */
}