.container{
	overflow: auto;
}
.section{
	/*background: #ccc;*/
	padding-bottom:30px;
}
.section_top{
	position: relative;
	height: 300px;
}
.section_top img{
	position: absolute;
	
}
.section_top h3{
	position: absolute;
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
	top: 40%;
	color: #FF8A00;
	font-size: 20px;
}
/*具体产品*/
.pruduct_wrap{
	padding-top: 100px;
	width: 1140px;
	margin: 0 auto;
}
.product_item{
	overflow: hidden;
	margin-bottom: 100px;
}
.item_img{
	float: left;
	width:100px ;
	height: 100px;
}
.item_img img{
	width: 100%;
	height: 100%;
}
.item_text{
	float: left;
	padding-left: 60px;
}
.item_text h4{
	font: 20px normal;
	padding-bottom: 20px;
}
.item_text p{
	color: #666;
	width: 940px;
}
