/*产品中心*/
.cp_ul{
	margin: 2.1875rem .8125rem 0;
	display: flex;
	flex-wrap: wrap;
}
.cp_ul>li{
	width: 15.375rem;
	border: 1px solid #dcdcdc;
	border-radius: .625rem;
	margin-right: .375rem;
	margin-bottom: .375rem;
	text-align: center;
	color: #111;
}
.cp_ul>li:nth-child(3){
	margin-right: 0;
	width: 20.357rem;
}
.cp_ul>li:nth-child(4){
	margin-right: 0;
	width: 17.357rem;
}
.cp_ul>li:nth-child(5){
	margin-right: 0;
	width: 21.357rem;
}
.cp_ul>li a{
	height: 3.75rem;
	line-height: 3.75rem;
	font-size: 1rem;
	color: inherit;
}
.cp_ul>li:nth-child(1){
	background-color: #1c7cf3;
	color: #fff;
	width: 6.375rem !important;
}
.cp_ul>li:nth-child(2){
	background-color: #4895f3;
	color: #fff;
}
.cp_ul1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 1.25rem 2.8125rem;
}
.cp_li1{
	width: 18.125rem;
	border: 1px solid #ccc;
	border-radius: .625rem;
	margin-top: 1.25rem;
	overflow: hidden;
}
.cp_li1 a{
	overflow: hidden;
}
.cp_li1 a img{
	width: 100%;
	height: 12.0625rem;
}
.cp_li1 p{
	height: 2.9375rem;
	line-height: 2.9375rem;
	text-align: center;
	font-size: 1rem;
	color: #111;
}

/*工厂展示*/
.reuse_box{
	width: 12.5rem;
	height: 6.25rem;
	margin: 0 auto 1.25rem;
	padding: .625rem;
	color: #111;
	text-align: center;
	background-image: url(../images/backimg1.png),url(../images/backimg2.png);
	background-repeat: no-repeat, no-repeat, no-repeat;  
	background-position: top right, left bottom;  
}
.reuse_title{
	font-size: 1.875rem;
	line-height: 3rem;
}
.reuse_p{
	font-size: 1.5rem;
	line-height: 3rem;
}

.zs_box{
	width: 32.875rem;
	margin: 2rem auto 2.5rem;
	position: relative;
}
.zs_lunbo{
	width: 19.875rem;
}
.zs_box .swiper-button-next{
	width: 3.125rem !important;
	height: 3.125rem !important;
	background-color: #1c7cf3;
	border-radius: 50%;
	background-image: url(../images/yjt.png);
	background-size: .8125rem 1.4375rem !important;
}
.zs_box .swiper-button-prev{
	width: 3.125rem !important;
	height: 3.125rem !important;
	background-color: #1c7cf3;
	border-radius: 50%;
	background-image: url(../images/zjt.png);
	background-size: .8125rem 1.4375rem !important;
}
.zs_box1{
	width: 100%;
	height: 4rem;
	background-image: url(../images/index1_02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 3.25rem;
}
.zs_box1 p{
	line-height: 4rem;
	text-align: center;
	font-size: 1.25rem;
	color: #fff;
}


/*关于我们*/
.gy_box{
	margin-top: 2rem;
}
.gy_centent{
	display: flex;
	justify-content: space-between;
}
.gy_img{
	width: 19.3125rem;
	position: relative;
	margin-left: 3px;
}
.gy_img img{
	height: 12.875rem;
}
.gy_img:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 19.3125rem;
	height: 2px;
	background-color: #6b8de8;
}
.gy_img:after{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 2px;
	height: 12.875rem;
	background-color: #6b8de8;
}
.gy_div{
	width: 19.875rem;
}
.gy_title{
	font-size: 1.5rem;
	color: #111;
	padding-bottom: .5rem;
	border-bottom: 1px solid #dcdcdc;
}
.gu_text{
	font-size: .875rem;
	color: #111;
	line-height: 1.5rem;
	text-indent: 1.875rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
}
.gy_link{
	width: 8rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	border: 1px solid #1c7cf3;
	font-size: 1.125rem;
	color: #1c7cf3;
	margin: 2rem auto 2.5rem;
}

/*应用案列*/
.al_ul{
	margin: 2.1875rem .8125rem 0;
	display: flex;
	flex-wrap: wrap;
}
.al_li{
	width: 20.375rem;
	border: 1px solid #dcdcdc;
	border-radius: .625rem;
	margin-right: 10.375rem;
	margin-bottom: .375rem;
	text-align: center;
	color: #111;
}
.al_li:nth-child(3n){
	margin-right: 0;
}
.al_li a{
	height: 3.75rem;
	line-height: 3.75rem;
	font-size: 1rem;
	color: inherit;
}
.al_style{
	background-color: #4895f3;
	color: #fff;
}
.al_ul1{
	margin: 0 .3125rem;
}
.al_li1{
	display: none;
	margin: 2rem 0 2rem;
}
.al_div{
	display: flex;
	justify-content: space-between;
}
.al_img{
	width: 19.125rem;
}
.al_img img{
	height: 12.25rem;
}
.al_text{
	width: 19.5rem;
	height: 12.25rem;
	overflow: hidden;
}
.al_text p{
	font-size: .875rem;
	color: #111;
	line-height: 1.5rem;
	text-indent: 1.875rem;
}
.al_show{
	display: block;
}