.product_banner img{
	max-width: 100%;
}
.banner_text{
	width: 100%;
	overflow: hidden;
	color: #e6e6e6;
	font-size: 14px;
}
.banner_text li{
	width: 28%;
	height: 60px;
	overflow: hidden;
	float: left;
	line-height: 22px;
	padding-left: 5px;
	position: relative;
}
.banner_text li p{
	text-shadow: 6px 6px 10px rgba(0,0,0,0.84);
}
.banner_text li:nth-of-type(2){
	margin: 0 6% 0 9.2%;
}
@media only screen and (max-width:991px ) {
	.product_banner{
		width: 90%;
		position: absolute;
		top: 270px;
		left: 5%;
	}
}
@media only screen and (max-width:767px ) {
	.product_banner{
		width: 90%;
		position: absolute;
		top: 130px;
		left: 5%;
	}
	.banner_text li{
		font-size: 12px;
		line-height: 20px;
	}
	.banner_text li span{
		display: nproduct;
	}
}
@media only screen and (min-width:992px ) {
	.product_banner{
		width: 960px;
		overflow: hidden;
		position: absolute;
		top: 170px;
		left: 50%;
		margin-left: -480px;
	}
}
/*产品分类列表*/
.product_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 40px 0 10px;
}
.product_list li{
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}
.product_list li a{
	display: block;
	width: 100%;
	height: auto;
	background-color: #eeeeee;
	padding: 0 20px 20px;
	color: #aaaaaa;
	position: relative;
	z-index: 1;
}
.product_list li a h3{
	height: 55px;
	line-height: 55px;
	color: #332c2b;
	font-size: 20px;
}
.product_img{
	width: 100%;
	overflow: hidden;
	position: relative;
	border: 1px solid #FFFFFF;
}
.product_img>img{
	width: 100%;
	transition: all 1s;
}
.product_text{
	width: 100%;
	height: 125px;
	overflow: hidden;
	margin: 20px 0 0px;
	line-height: 20px;
}
.product_text p{
	margin-bottom: 5px;
}
.product_more{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.product_more span{
	display: block;
	width: 60px;
	color: #5a5a5a;
	text-decoration: underline;
	position: relative;
	z-index: 11;
}
.product_more i{
	width: 0;
	height: 1px;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	transition: all 1s;
}
.product_list li a:hover{
	color: #FFFFFF;
	background-color: #ea5504;
}
.product_list li a:hover .product_img{
	border-color: #c9caca;
}
.product_list li a:hover .product_img>img{
	transform: scale(1.1);
}
.product_list li a:hover h3{
	color: #FFFFFF;
}
.product_list li a:hover .product_more span{
	background-color: #ea5504;
	color: #FFFFFF;
}
.product_list li a:hover .product_more i{
	width: 100%;
}

@media only screen and (max-width:767px ) {
	.product_list li{
		padding: 0;
		margin-bottom: 25px;
	}
}
@media only screen and (min-width:768px ) {
	.product_list li:nth-of-type(2n+1){
		padding: 0 12px 0 0;
	}
	.product_list li:nth-of-type(2n){
		padding: 0 0 0 12px;
	}
}
@media only screen and (min-width: 992px) {
	.product_list li:nth-of-type(3n+1){
		padding: 0 12px 0 0;
	}
	.product_list li:nth-of-type(3n+2){
		padding: 0 6px;
	}
	.product_list li:nth-of-type(3n){
		padding: 0 0 0 12px;
	}
}
@media only screen and (min-width: 1300px) {
	.product_list li:nth-of-type(3n+1){
		padding: 0 24px 0 0;
	}
	.product_list li:nth-of-type(3n+2){
		padding: 0 12px;
	}
	.product_list li:nth-of-type(3n){
		padding: 0 0 0 24px;
	}
}