.chanpin-1{
	width: 1180px;
	height: auto;
	position: relative;
}
.container{
	margin-bottom: 0;
}
.container-1 .ty-h1{
	margin-bottom: 38px;
}
img.left-border{
	float: left;
	width: 374px;
	height: auto;
	padding: 4px;
	border: 2px solid #e6e6e6;
	margin-right: 42px;
}
.container-1 h2{
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}
.container-1 p{
	color: #7e7e7e;
	line-height: 23px;
	padding-top: 20px;
}
hr.slide-hr{
	border-style: dashed;
	border-color: #d8d8d8;
	width: 1180px;
	margin-top: 52px;
}
h1.div-title-h1{
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	display: block;
	width: 1180px;
	margin:34px auto;
	font-weight: normal;
}
/*ul*/
.chanpin-ul{
	width: 1200px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.chanpin-ul li{
	width: 280px;
	height: 216px;
	margin: 0 10px;
	background: #f9f9f9;
	border-bottom: 3px solid #f9f9f9;
	font-size: 16px;
	line-height: 16px;
	color: #666666;
	text-align: center;
	overflow: hidden;
	display: inline-block;
	position: relative;
	float: left;
}
.chanpin-ul li:hover{
	border-bottom: 3px solid #db0514;
}
.chanpin-icons{
	width: 54px;
	height: 54px;
	position: relative;
	display: block;
	margin: 56px auto 36px auto;
	background-image: url(../Images/chanpin/chanpin-icons.png);
	background-repeat: no-repeat;
}
.cp-icon-1{
	background-position: center 0;
}
.cp-icon-2{
	background-position: center -54px;
}
.cp-icon-3{
	background-position: center -108px;
}
.cp-icon-4{
	background-position: center -162px;
}
.chanpin-ul li a{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
/*owl*/
.owl-div{
	width: 1200px;
	position: relative;
	margin: 0 auto;
}
#owl-chanpin{
	position: relative;
}
.chanpin-lis-owl{
	width: 280px;
	height: auto;
	position: relative;
	overflow: hidden;
	background: #f9f9f9;
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin: 0 10px;
}
.chanpin-lis-owl img{
	width: 100%;
	height: auto;
	border-bottom: 4px solid #efefef;
	margin-bottom: 22px;
}
a.owl-more{
	display: block;
	width: 148px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	border: 1px solid #db0514;
	margin: 26px auto 33px auto;
	border-radius: 5px;
}
a.owl-more:hover{
	color: #ffffff;
	background: #db0514;
}
.owl-theme .owl-controls{
	margin: 0;
}
.owl-theme .owl-controls .owl-buttons div{
	transition: all 0.4s;
	font-size: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: red;
	top: 50%;
	margin-top: -18px;
	background-color: #d9d9d9;
	opacity: 1;
	background-repeat: no-repeat;
	background-image: url(../Images/chanpin/owl-btn.png);
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
	left: -66px;
	background-position: center 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
	right: -66px;
	background-position: center -36px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	background-color: #db0514;
}
/*客户*/
.clients-ul{
	width: 1200px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 0 auto 112px auto; 
}
.clients-ul li{
	width: 20%;
	height: 80px;
	position: relative;
	display: inline-block;
	float: left;
	padding: 0 10px 20px 10px;
	box-sizing: border-box;
}
.img-bg-div{
	width: 100%;
	height: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f9f9f9;
}

@media only screen and (max-width: 1440px) {
	.container-1,hr.slide-hr,h1.div-title-h1{
		width: 886px;
	}
	img.left-border{
		width: 280px;
		padding: 2px;
		margin-right: 32px;
	}
	.container-1 h2{
		font-size: 16px;
	}
	.container-1 p{
		font-size: 12px;
		line-height: 20px;
		padding-top: 12px;
	}
	hr.slide-hr{
		margin-top: 42px;
	}
	h1.div-title-h1{
		font-size: 16px;
		line-height: 16px;
		margin: 16px auto 26px auto;
	}
	.chanpin-ul,.owl-div,.clients-ul{
		width: 900px;
	}
	.chanpin-ul li{
		width: 211px;
		height: 164px;
		margin: 0 7px;
		font-size: 12px;
		line-height: 12px;
	}
	.chanpin-icons{
		margin: 38px auto 24px auto;
	}
	.chanpin-lis-owl{
		width: 211px;
		margin: 0 7px;
		font-size: 12px;
	}
	.chanpin-lis-owl img{
		margin-bottom: 16px;
	}
	a.owl-more{
		width: 112px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
		margin: 20px auto 26px auto;
	}
	.owl-theme .owl-controls .owl-buttons .owl-next{
		right: -50px;
	}
	.owl-theme .owl-controls .owl-buttons .owl-prev{
		left: -50px;
	}
	.clients-ul{
		margin-bottom: 100px;
	}
	.clients-ul li{
		padding: 0 7px 14px 7px;
		height: 60px;
	}
	.img-bg-div{
		background-size: auto 100%;
	}
}


.chanpin-2-ul .chanpin-icons{
	background-image: url(../Images/chanpin/chanpin-icons-2.png);
}
.chanpin-3-ul .chanpin-icons{
	background-image: url(../Images/chanpin/chanpin-icons-3.png);
}

@media only screen and (max-width: 1024px) {
	.container-1{
		width: 90%;
	}
	img.left-border{
		box-sizing: border-box;
	}
	.container-1 .ty-h1{
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 14px;
	}
	hr.slide-hr,h1.div-title-h1{
		width: 90%;
		margin-top: 26px;
	}
	.chanpin-ul,.clients-ul{
		width: 100%;
		box-sizing: border-box;
		padding: 0 2.5%;
	}
	.chanpin-ul li{
		width: 45%;
		margin: 0 2.5% 10px 2.5%;
	}
	h1.div-title-h1{
		font-size: 14px;
		line-height: 14px;
		margin: 14px auto;
	}
	.owl-div{
		width: 300px;
		overflow: hidden;
	}
	.chanpin-lis-owl{
		width: 300px;
		margin: 0;
	}
	.clients-ul li{
		width: 50%;
		padding: 0 2.5% 10px 2.5%;
	}
	.clients-ul{
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 520px) {
	img.left-border{
		margin-right: 0;
		width: 100%;
	}
	.owl-div{
		width: 280px;
	}
	.chanpin-lis-owl{
		width: 280px;
	}
}