@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
img {
	border: none;
}
/*我们的客户*/
.customer {
	position: relative;
	width: 1050px;
	margin: 0 auto;
	border: 0
}
.customer img {
	max-width: 100%;
}
.customer_picBox {
	width: 1050px;
	overflow: hidden
}
.customer_content {
	margin: 0 auto;
	height: 350px;
	position: relative;
	overflow: hidden
}
.customer_content .contents, .customer_content .contentss {
	overflow: hidden;
	float: left
}
.customer_content .content {
	width: 1050px;
	float: left;
	overflow: hidden;
	float: left
}
.customer_content .content .pro{
	width:500px;
	height:150px;
	box-shadow: 0 0 5px 1px rgba(50,50,50,.1);
	float:left;
	margin: 3px;
	margin-top:15px;
	}
.customer_content .content .pro:nth-child(even){
	margin-left:40px;
	}
.customer_content .content .pro .zo{
	width:120px;
	height:120px;
	border:1px solid #f7f7f7;
	margin-top:14px;
	margin-left:14px;
	float:left;
	}
.customer_content .content .pro .yo{
	width:330px;
	height:130px;
	margin-top:10px;
	margin-right:14px;
	float:right;
	}
.customer_content .content .pro .yo{
	width:330px;
	height:105px;
	margin-top:10px;
	margin-right:14px;
	float:right;
	}
.customer_content .content .pro .yo h2{
	font-family:Arial, "微软雅黑";
	font-size:16px;
	color:#333;
	border-bottom:3px solid #336633;
	padding-bottom:10px;
	}
.customer_content .content .pro .yo p{
	width:325px;
	font-family:Arial, "微软雅黑";
	font-size:14px;
	color:#666;
	line-height: 22px;
    margin-top: 5px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
	}
.customer_content .content .pro .yo p img{
	margin-right:10px;
	}
.customer_content .content .pro a{
	background:#336633;
	border-radius:12.5px;
	padding:5px 21px;
	font-family:Arial, "微软雅黑";
	font-size:12px;
	color:#fff;
	float: right;
    margin-right: 14px;
	transition: background 1s;
	}
.customer_content .content .pro a:hover{
	background:#003300;
	}
.customer_leftBtn, .customer_rightBtn {
	width: 46px;
	height: 87px;
	position: absolute;
	top: 50%;
	margin-top: -43.5px;
	cursor: pointer
}
.customer_leftBtn {
	left: -70px
}
.customer_rightBtn {
	right: -75px
}
