body{
	font-size: 0.225rem;
}
.dis{
	display: flex;
	align-items: center;
}
.dis-w{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dis-c{
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 主要样式 */
.head_top{
	background: #2525db;
	color: #fff;
	line-height: 0.5rem;
	font-size: 0.175rem;
}
.head_top .left a,
.head_top .left img{
	display: block;
}
.head_top .left img{
	width: 0.25rem;
	height: 0.25rem;
	margin: 0 0.0625rem;
}
.head_top .left img:hover{
	opacity: 0.8;
}
.head_top .right .item{
	position: relative;
}
.head_top .right .item img{
	display: block;
	width: 0.2rem;
	margin: 0 0.0625rem;
}
.head_top .right .item:nth-child(1){
	padding-right: 0.1875rem;
	margin-right: 0.1875rem;
}
.head_top .right .item:nth-child(1)::after{
	content: '';
	width: 1px;
	height: 0.2rem;
	background: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.head_nav{
	position: relative;
	z-index: 10;
	background: #fff;
}
.head_nav .logo img{
	width: 4.95rem;
	display: block;
}
.nav a{
	color: #333;
	font-size: 0.225rem;
	padding: 0 0.25rem;
	margin: 0 0.0125rem;
	line-height: 1.25rem;
	position: relative;
	transition: all linear 0.3s;
}
.nav a.active,
.nav a:hover{
	background: #e9e9fb;
}
.nav a.active::after,
.nav a:hover::after{
	content: '';
	width: 100%;
	height: 0.0625rem;
	background: #2525db;
	position: absolute;
	left: 0;
	bottom: 0;
}
.search{
	position: relative;
}
.search input{
	display: block;
	border: 1px solid #ddd;
	line-height: 0.5rem;
	width: 2.5rem;
	padding-left: 0.1875rem;
	font-size: 0.2rem;
}
.search button{
	background: #2525db;
	height: 0.5rem;
	width: 0.5rem;
	border: 1px solid #2525db;
}
.search button img{
	width: 50%;
	display: block;
}

.swiper-banner .swiper-slide{
	position: relative;
	overflow: hidden;
}
.swiper-banner .swiper-slide img{
	display: block;
	width: 100%;
	animation: banner-animate infinite 10s linear;
}
@keyframes banner-animate{
	0%{transform: scale(1);}
	50%{transform: scale(1.1);}
	100%{transform: scale(1);}
}
.swiper-banner .swiper-slide .world{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.swiper-banner .swiper-slide h4{
	font-size: 1rem;
	color: #fff;
	font-family: "impact";
	line-height: 1;
	text-transform: uppercase;
}
.swiper-banner .swiper-slide .btn{
	background: #2525db;
	color: #fff;
	display: block;
	width: 3.25rem;
	line-height: 0.8rem;
	text-align: center;
	display: block;
	margin: 0.3rem auto 0 auto;
	font-size: 0.26rem;
	text-transform: uppercase;
	font-weight: 100;
	transition: all linear 0.2s;
}
.swiper-banner .swiper-slide .btn span{
	font-family: "宋体";
}
.swiper-banner .swiper-slide .btn:hover{
	background: blue;
}
.swiper-banner .swiper-pagination-bullet{
	background: #fff;
	opacity: 0.6;
}
.swiper-banner  .swiper-pagination-bullet-active{
	opacity: 1;
	background: #5186ff;
}


.group-about{
	padding: 1rem 0 1.5rem 0;
}
.title{
	font-family: 'impact';
	color: #000;
	font-size: 0.5625rem;
	line-height: 1;
	margin-bottom: 0.25rem;
}
.title-white{
	color: #fff;
}
.group-about .left{
	width: 45%;
}
.group-about .left .world{
	font-size: 0.225rem;
	line-height: 0.45rem;
	color: #666666;
}
.btn-com{
	background: #2525db;
	color: #fff;
	display: block;
	width: 2.4rem;
	line-height: 0.7rem;
	text-align: center;
	display: block;
	margin: 0.3rem 0 0 0;
	font-size: 0.2rem;
	text-transform: uppercase;
	font-weight: 100;
	transition: all linear 0.3s;
}
.btn-com:hover{
	background: blue;
}
.group-about .right{
	width: 50%;
	position: relative;
	justify-content: flex-end;
}
.group-about .right img{
	display: block;
	width: 7.5rem;
	height: 4.75rem;
	position: relative;
	z-index: 2;
	margin: 0.3rem 0.3rem 0 0;
}
.group-about .right .box-blue{
	width: 2.25rem;
	height: 2.25rem;
	background: #2525db;
	position: absolute;
	right: 0;
	top: 0;
	
}
.group-about .right .box-world{
	position: absolute;
	left: -0.2rem;
	bottom: -0.5rem;
	background: #2525db;
	width: 5.625rem;
	height: 1.5rem;
	color: #fff;
	z-index: 3;
	padding: 0 0.4rem;
	font-size: 0.225rem;
	transition: all linear 0.3s;
}
.group-about .right .box-world:hover{
	background: blue;
}
.group-product{
	background: url(../image/product_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 1rem 0;
}
.group-product .title-group{
	padding-right: 30%;
	margin-bottom: 0.4rem;
	position: relative;
}
.title-detail{
	color: #666;
	font-size: 0.225rem;
}
.title-detail-white{
	color: #fff;
}
.group-product .swiper-slide a{
	display: block;
	background: #fff;
	padding: 0.15rem 0.3rem;
	overflow: hidden;
}
.group-product .swiper-slide img{
	display: block;
	width: 100%;
	height: 3.85rem;
	margin: 0 auto;
	transition: all ease 0.3s;
}
.group-product .swiper-slide:hover img{
	transform: scale(1.05);
}
.group-product .swiper-slide h4{
	border-top: 1px solid #ddd;
	font-size: 0.225rem;
	line-height: 0.3rem;
	color: #333;
	height: 0.8rem;
	padding-top: 0.2rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.group-product .swiper-slide:hover h4{
	color: blue;
}
.group-product .swiper-btn{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.group-product .swiper-btn img{
	display: block;
	width: 0.625rem;
	height: 0.625rem;
	margin-left: 0.125rem;
	cursor: pointer;
}
.group-product .swiper-btn img:hover{
	opacity: 0.85;
}
.group-product .swiper-button-lock{
	display: block;
}

.group-capacity{
	padding: 1rem 0;
}
.group-capacity .title-group{
	text-align: center;
	width: 70%;
	margin: 0 auto 0.4rem auto;
}
.group-capacity .swiper{
	padding-bottom: 0.5rem;
}
.group-capacity .swiper-pagination{
	bottom: 0;
}
.group-capacity .swiper-slide{
	position: relative;
	overflow: hidden;
}
.group-capacity .swiper-slide img{
	display: block;
	width: 100%;
	transition: all linear 0.3s;
}
.group-capacity .swiper-slide:hover img{
	transform: scale(1.05);
}
.group-capacity .swiper-slide h4{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	font-size: 0.2rem;
	line-height: 0.5rem;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all linear 0.3s;
}
.group-capacity .swiper-slide:hover h4{
	background: #2525db;
}
.group-contact{
	background: #f1f3f5;
}
.group-contact .left,
.group-contact .right{
	width: 50%;
}
.group-contact .left img{
	display: block;
	width: 100%;
}
.group-contact .right{
	width: 6rem;
	margin: 0 auto;
}
.group-contact .right form{
	margin-top: 0.3rem;
}
.group-contact .right input{
	border: 1px solid #ccc;
	width: 100%;
	line-height: 0.75rem;
	padding: 0 0.15rem;
	font-size: 0.225rem;
	margin: 0 0 0.1875rem 0;
}
.group-contact .right button{
	width: 3rem;
	background: #2525db;
	color: #fff;
	display: block;
	line-height: 0.75rem;
	font-size: 0.225rem; 
	transition: all linear 0.3s;
}
.group-contact .right button:hover{
	background: blue;
}
.footer{
	background: url(../image/footer_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 0.8rem 0;
}
.footer .footer-nav{
	font-size: 0.25rem;
	position: relative;
	padding-bottom: 0.3rem;
}
.footer .footer-nav::after{
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: 0.3;
	position: absolute;
	left: 0;
	bottom: 0;
}
.footer .footer-nav a{
	color: #fff;
	display: block;
	margin: 0 0.3rem;
}
.footer .footer-nav a:hover{
	color: #5186ff;
}
.footer .footer-cont{
	font-size: 0.225rem;
	line-height: 1.6;
	color: #fff;
	align-items: flex-start;
	padding-top: 0.4rem;
}
.footer .icon-group{
	margin-top: 0.2rem;
}
.footer .icon-group a{
	display: block;
	margin-right: 0.1875rem
}
.footer .icon-group img{
	display: block;
	width: 0.3rem;
	height: 0.3rem;
}
.footer .icon-group img:hover{
	opacity: 0.75;
}
.copyright{
	background: #121212;
	font-size: 0.2rem;
	text-align: center;
	color: #ddd;
	line-height: 1.5;
	padding: 0.2rem 0;
}


.banner-inpage img{
	width: 100%;
	display: block;
}
.inpage-main{
	padding: 0.8rem 0;
}
.title-inpage{
	font-size: 0.5rem;
	font-family: "impact";
	color: #000;
	line-height: 1;
	margin-bottom: 0.25rem;
}
.inpage-main .detail{
	font-size: 0.225rem;
	color: #333;
	line-height: 1.8;
}
.inpage-main .detail img{
	display: block;
	max-width: 100%;
}

.about .container-c{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.about .container-c .left{
	width: calc(100% - 7rem);
}
.about .container-c .right{
	width: 6.875rem;
	height: 5.5rem;
}
.about .container-c .right img{
	display: block;
	width: 6.875rem;
	height: 5.5rem;
	border-radius: 0.25rem;
}
.about .container-c .bottom{
	margin-top: 0.3rem;
}
.about .container-c .bottom img{
	max-width: 100%;
	display: block;
	margin: 0.3rem auto 0 auto;
}

.qualification .container-c{
	align-items: flex-start;
	flex-flow: wrap;
}
.qualification .item{
	width: 4.375rem;
	text-align: center;
	font-size: 0.225rem;
	line-height: 1.6;
	margin: 0.1875rem;
}
.qualification .item img{
	display: block;
	margin: 0 auto 0.1rem auto;
	width: 4.375rem;
	height: 6.5rem;
}
.qualification .item:hover{
	color: blue;
}
.capacityt .detail-bom{
	align-items: flex-start;
	margin-top: 0.3rem;
}
.capacityt .detail-bom h4{
	font-size: 0.3rem;
}
.capacityt .detail-bom .item-right .item:nth-child(2){
	margin-top: 0.3rem;
}
.capacityt .bottom{
	width: calc(100% + 0.375rem);
	margin-left: -0.1875rem;
	margin-top: 0.3rem;
	flex-flow: wrap;
}
.capacityt .bottom .item{
	position: relative;
	width: calc(100% / 3 - 0.375rem);
	margin: 0.1875rem;
	overflow: hidden;
}
.capacityt .bottom .item:nth-child(5n-1),
.capacityt .bottom .item:nth-child(5n){
	width: calc(100% / 2 - 0.375rem);
}
.capacityt .bottom .item img{
	display: block;
	width: 100%;
	transition: all linear 0.3s;
}
.capacityt .bottom .item:hover img{
	transform: scale(1.05);
}
.capacityt .bottom .item h4{
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 0.225rem;
	line-height: 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all linear 0.3s;
	padding: 0 0.125rem;
}
.capacityt .bottom .item:hover h4{
	background: #2525db;
}

.contact .item{
	margin-bottom: 0.3rem;
}
.contact .til{
	font-size: 0.375rem;
	line-height: 1;
	font-family: "impact";
	color: #000;
	margin-bottom: 0.2rem;
}
.contact .detail a{
	color: #5186ff;
}

.contact form{
	display: flex;
	flex-flow: wrap;
	margin-top: 0.2rem;
}
.contact .list{
	font-size: 0.225rem;
	margin-bottom: 0.2rem;
	margin-right: 0.2rem;
	width: 100%;
}
.contact .list-4{
	width: calc(100% / 3 - 0.2rem);
}
.contact .list-5{
	width: calc(100% /2.2);
}
.contact .list label{
	display: block;
	margin-bottom: 0.1rem;
}
.contact .list i{
	font-style: normal;
	color: red;
}
.contact .list input{
	display: block;
	border: 1px solid #ddd;
	font-size: 0.225rem;
	padding: 0 0.15rem;
	width: 100%;
	line-height: 0.5rem;
}
.contact .list input:focus{
	border: 1px solid #5186ff;
}
.contact .list textarea{
	display: block;
	border: 1px solid #ddd;
	font-size: 0.225rem;
	padding: 0.15rem;
	width: 100%;
	height: 2rem;
}
.contact .list textarea:focus{
	border: 1px solid #5186ff;
}
.contact .list-update .update-box{
	border: 1px solid #ddd;
	background: #f1f3f5;
	width: 70%;
	height: 1.6rem;
	cursor: pointer;
	color: #aaa;
	position: relative;
}
.contact .list-update .update-box .file{
	background: red;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.contact .list-update .update-box img{
	display: block;
	width: 0.6rem;
	margin: 0 auto 0.1rem auto;
}
.contact button{
	width: 3rem;
	background: #2525db;
	color: #fff;
	display: block;
	line-height: 0.75rem;
	font-size: 0.225rem; 
	transition: all linear 0.3s;
}
.contact button:hover{
	background: blue;
}
.contact .maps iframe{
	width: 100%;
	height: 5rem;
	margin-bottom: 0.4rem;
}

.rd{
	background: #f1f3f5;
}
.rd .container-c{
	align-items: flex-start;
}
.left-nav{
	width: 4.75rem;
	background: #fff;
}
.left-nav .nav-f{
	display: block;
	font-size: 0.225rem;
	line-height: 0.7rem;
	color: #333;
	border-bottom: 1px solid #ddd;
	padding: 0 0.15rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.left-nav .nav-f:last-child{
	border: 0;
}
.left-nav .nav-f.active,
.left-nav .nav-f:hover{
	color: #2525db;
}
.left-nav .til{
	background: #2525db;
	color: #fff;
	font-family: 'impact';
	font-size: 0.45rem;
	line-height: 1rem;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nav-product .top-n{
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.nav-product .top-n p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nav-product .top-n i{
	display: block;
	font-size: 0.275rem;
	font-family: "宋体";
	font-style: normal;
	font-weight: bold;
	transform: rotate(90deg);
	color: #aaa;
}
.nav-product .bom-n{
	display: none;
}
.nav-product .nav-t{
	padding-left: 0.2rem;
	line-height: 0.45rem;
}
.nav-product .top-n2{
	color: #333;
	cursor: pointer;
}
.nav-product .top-n2 p,
.nav-product .top-n2 a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size: 0.225rem;
}
.nav-product .top-n2:hover p,
.nav-product .top-n2:hover a{
	color: #2525db;
}
.nav-product .nav-t:last-child{
	padding-bottom: 0.2rem;
}
.nav-product .bom-n2{
	display: none;
}
.nav-product .bom-n2 a{
	display: block;
	font-size: 0.175rem;
	line-height: 1.8;
	padding-left: 0.3rem;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nav-product .bom-n2 a:hover{
	color: #2525db;
}





.right-nav{
	width: calc(100% - 5.25rem);
	flex-flow: wrap;
	justify-content: space-between;
}
.right-nav .item{
	width: calc(100% / 2 - 0.18rem);
	margin-bottom: 0.36rem;
}
.right-nav .item a,
.right-nav .item img{
	display: block;
	width: 100%;
}
.rd .right-nav .item:nth-last-child(1),
.rd .right-nav .item:nth-last-child(2){
	margin-bottom: 0;
}

.rd-detail .detail img{
	margin-top: 0.4rem;
	width: 100%;
	display: block;
}
.rd-detail .right-nav{
	display: block;
}
.product-detail {
	background: #fff;
}
.product-detail .top .left-img img{
	display: block;
	width: 3.75rem;
	height: 4.5rem;
}
.product-detail .top .right-world{
	width: calc(100% - 4.8rem);
}
.product-detail .top .right-world h4{
	font-family: 'impact';
	color: #000;
	font-size: 0.5rem;
	line-height: 1;
}
.product-detail .top .right-world h6{
	color: #000;
	font-size: 0.3rem;
	margin: 0.15rem 0;
}
.product-detail .item {
	border-top: 1px solid #ddd;
	padding: 0.25rem 0;
}
.product-detail .item .til{
	font-size: 0.36rem;
	color: #000;
	margin-bottom: 0.2rem;
}
.product-detail .bottom{
	background: #e1e3e5;
	position: relative;
	margin-top: 0.4rem;
	padding: 0.2rem 0.3rem;
	font-size: 0.225rem;
}
.product-detail .bottom a{
	display: block;
	color: #888;
}
.product-detail .bottom a font{
	color: #333;
}
.product-detail .bottom a:hover{
	color: #2525db;
}
.product-detail .bottom .icon_back{
	position: absolute;
	right: 0.3rem;
	top: 50%;
	transform: translate(0,-50%);
}
.product-detail .bottom .icon_back img{
	display: block;
	width: 0.6rem;
}

.product{
	background: #f1f3f5;
}
.product .container-c{
	align-items: flex-start;
}
.product .right-nav{
	width: calc(100% - 5rem);
}
.product-cont {
	flex-flow: wrap;
	width: 100%;
}
.product-cont .item{
	background: #fff;
	width: calc(100% / 3 - 0.3rem);
	margin: 0 0 0.3rem 0.3rem;
	font-size: 0.225rem;
}
.product-cont .item img{
	display: block;
	width: 100%;
	transition: all linear 0.3s;
}
.product-cont .item a{
	color: #333;
	display: block;
	padding: 0 0.2rem 0.15rem 0.2rem;
	overflow: hidden;
}
.product-cont .item h4{
	border-top: 1px solid #ddd;
	padding-top: 0.15rem;
	line-height: 1.5;
	height: 0.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.product-cont .item:hover img{
	transform: scale(1.05);
}
.product-cont .item:hover h4{
	color: #2525db;
}
.page-number{
	font-size: 0.225rem;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin-top: 0.2rem;
}
.page-number a{
	border: 1px solid #ddd;
	padding: 0 0.15rem;
	line-height: 0.5rem;
	border-radius: 0.0375rem;
	margin-left: 0.125rem;
	background: #fff;
	color: #666;
	transition: all linear 0.2s;
}
.page-number a:first-child,
.page-number a:last-child{
	font-family: "宋体";
	font-weight: bold;
}
.page-number a.active,
.page-number a:hover{
	background: #2525db;
	color: #fff;
	border: 1px solid #2525db;
}
.wap-show{
	display: none !important;
}





@media(max-width: 1367px){
	.container-c{
		width: 20rem;
	}
	.page-number,
	.inpage-main .detail,
	.footer .footer-cont,
	.footer .footer-nav,
	.copyright,
	.group-about .left .world,
	.title-detail,
	.group-contact .right input,
	.group-contact .right button,
	.qualification .item,
	.contact .list,
	.contact button,
	.product-detail .bottom,
	.left-nav a,
	.product-cont .item h4,
	.nav-product .top-n{
		font-size: 0.275rem;
	}
	.nav-product .top-n2 p,
	.nav-product .top-n2 a{
		font-size: 0.25rem;
	}
	.nav-product .top-n i{
		font-size: 0.36rem;
	}
	.footer .icon-group img{
		width: 0.35rem;
		height: 0.35rem;
	}
	.head_top,
	.group-capacity .swiper-slide h4,
	.capacityt .bottom .item h4{
		font-size: 0.275rem;
		line-height: 0.6rem;
	}
	.head_top .left img{
		width: 0.3rem;
		height: 0.3rem;
	}
	.head_top .right .item img{
		width: 0.3rem;
		margin-right: 0.1rem;
	}
	.head_nav .logo img{
		width: 4rem;
	}
	.nav a{
		font-size: 0.275rem;
		padding: 0 0.2rem;
		line-height: 1.2rem;
	}
	.search input{
		width: 3rem;
		font-size: 0.275rem;
		line-height: 0.6rem;
	}
	.search button{
		width: 0.6rem;
		height: 0.6rem;
	}
	.group-contact .right{
		width: 8rem;
	}
	.capacityt .detail-bom h4{
		font-size: 0.35rem;
	}
	
}




@media(max-width: 767px){
	.wap-show{
		display: block !important;
	}
	.wap-hide{
		display: none !important;
	}
	.container,
	.container-c{
		width: 100%;
		padding: 0 0.2rem;
	}
	.head_top{
		display: none;
	}
	.head_nav{
		padding: 0.15rem 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	.nav{
		position: fixed;
		right: 0;
		top: 0.98rem;
		background: #fff;
		display: none;
		width: 50%;
		height: calc(100vh - 0.98rem);
		z-index: 10;
		padding: 0.05rem 0;
	}
	.nav a{
		display: block;
		line-height: 0.8rem;
		border-bottom: 1px solid #ddd;
	}
	.nav a.active{
		background: #fff;
	}
	.nav a:hover{
		color: #2525db
	}
	.nav a.active::after, .nav a:hover::after{
		display: none;
	}
	.wap-nav-bg{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9;
		background: rgba(0,0,0,0.5);
		width: 100%;
		height: 100vh;
		opacity: 0;
		visibility: hidden;
		transition: all ease 0.3s;
	}
	.wap-nav-bg.current{
		opacity: 1;
		visibility: visible;
	}
	.search{
		display: none;
	}
	.icon_menu{
		display: block;
		width: 0.6rem;
	}
	.banner{
		padding-top: 0.98rem;
	}
	.swiper-banner .swiper-slide{
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.swiper-banner .swiper-slide img{
		height: 4rem;
	}
	.swiper-banner .swiper-slide .world{
		width: 100%;
		text-align: center;
	}
	.swiper-banner .swiper-slide h4{
		font-size: 0.75rem;
	}
	.swiper-banner .swiper-slide .btn{
		width: 3rem;
		line-height: 0.6rem;
	}
	.group-about{
		padding: 0.6rem 0 1.2rem 0;
	}
	.group-about .container-c{
		display: block;
	}
	.group-about .left{
		width: 100%;
	}
	.group-about .right{
		width: 100%;
		margin: 0 auto;
	}
	.group-about .right img{
		width: 96%;
		height: auto;
	}
	.group-product,
	.group-capacity,
	.group-contact{
		padding: 0.6rem 0;
	}
	.title-detail{
		line-height: 1.5;
	}
	.group-capacity .title-group{
		width: 100%;
	}
	.group-capacity .swiper-slide h4{
		padding: 0 0.125rem;
	}
	.group-capacity .swiper-pagination{
		bottom: -0.125rem;
	}

	.group-contact .dis-w{
		flex-flow: column-reverse
	}
	.group-contact .right{
		padding: 0 0.2rem;
	}
	.group-contact .left{
		width: 100%;
		padding: 0 0.2rem;
		margin-top: 0.2rem;
	}
	.footer{
		padding: 0.3rem 0 0.5rem 0;
	}
	.footer-nav{
		display: none;
	}
	.footer .footer-cont{
		padding-top: 0;
		flex-flow: wrap;
	}
	.footer .footer-cont .left,
	.footer .footer-cont .center,
	.footer .footer-cont .right{
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		padding: 0.2rem 0;
		text-align: center;
	}
	.footer .icon-group{
		justify-content: center;
	}
	.banner-inpage{
		padding-top: 0.98rem;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
	}
	.banner-inpage img{
		height: 3.2rem;
		width: auto;
	}
	.inpage-main{
		padding: 0.6rem 0;
	}
	.about .container-c{
		display: block;
	}
	.about .container-c .left{
		width: 100%;
	}
	.about .container-c .right{
		width: 100%;
		height: auto;
	}
	.about .container-c .right img{
		width: 100%;
		height: auto;
	}
	.capacityt .detail-bom{
		display: block;
	}
	.capacityt .detail-bom .item{
		margin: 0 !important;
	}
	.capacityt .bottom{
		width: calc(100% + 0.2rem);
		margin-left: -0.1rem;
	}
	.capacityt .bottom .item{
		width: calc(50% - 0.2rem) !important;
		margin: 0 0.1rem 0.2rem 0.1rem !important;
	}
	.contact .maps iframe{
		margin-bottom: 0;
	}
	.contact .list-4,
	.contact .list-5{
		width: 100%;
		margin-right: 0;
	}
	.contact .list-update .update-box{
		width: 100%;
	}
	.qualification{
		padding-bottom: 0.4rem;
	}
	.qualification .container-c{
		justify-content: space-between;
		align-items: stretch;
	}
	.qualification .item{
		width: calc(50% - 0.2rem);
		margin: 0 0.1rem 0.2rem 0.1rem;
		border: 1px solid #eee;
	}
	.qualification .item img{
		height: auto;
		width: 100%;
	}
	.qualification .item h4{
		padding: 0.2rem;
	}
	.rd .container-c{
		display: block;
	}
	.right-nav{
		width: 100%;
	}
	.right-nav .item{
		width: calc(50% - 0.1rem);
		margin: 0 0 0.2rem 0;
	}
	.left-nav{
		width: 100%;
		margin-bottom: 0.3rem;
	}
	.rd-detail .detail img{
		margin-top: 0.2rem;
	}
	.product-detail .top{
		display: block;
	}
	.product-detail .top .left-img img{
		width: 100%;
		height: auto;
		border: 1px solid #ddd;
		margin: 0 auto;
		padding: 0 1rem;
	}
	.product-detail .top .right-world{
		width: 100%;
		margin-top: 0.3rem;
		padding-bottom: 0.3rem;
	}
	.product-detail .bottom .icon_back{
		display: none;
	}
	.product .container-c{
		display: block;
	}
	.product .left-nav{
		width: 100%;
	}
	.product .right-nav{
		width: 100%;
	}
	.product-cont{
		justify-content: space-between;
	}
	.product-cont .item h4{
		height: 1.1rem;
	}
	.page-number{
		justify-content: center;
	}
	
	
}