
#user_defined8 .pro_center h1.new_pro{
	display:block;
}
#user_defined8 .pro_center h1.pro{
	display:none;
}

#products_by_category_two{
	width:1200px;
	margin:0 auto;
	margin-bottom:120px;
}
#products_by_category_two .bodyContTitle{
	display:block;
	background:none;
	padding:0;
	height:112px;
	background:url(http://img.easthardware.com/upload/z/z2/zjchenlong/picture/2016/06/14/bd183283-232f-4358-9c6c-d1bce625c4c1.jpg) no-repeat center;
}
#products_by_category_two .bodyContTitle .titleName{
	display:none;
}
#products_by_category_two li{
	height:285px;
	padding:30px 0;
	border-bottom:1px solid #c8c8c8;
}
#products_by_category_two li .zt_l{
	border:none;
	height:285px;
}
#products_by_category_two li .l_p{
	padding:0;
	width:283px;
	height:283px;
	border:1px solid #e8e8e8;
	overflow:hidden;
}
#products_by_category_two li .l_p a{
	width:283px;
	height:283px;
	display:block;
	fon-size:0;
	line-height:0;
}
#products_by_category_two li .l_p img{
	width:100%;
	height:100%;
	transition:all .4s;
	-moz-transition:all .4s;
	-o-transition:all .4s;
	-webkit-transition:all .4s;
}
#products_by_category_two li:hover .l_p img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
#products_by_category_two li .b1{
	padding:15px 0;
	padding-left:100px;
	width:640px;
	height:255px;
	position:relative;
}
#products_by_category_two li .b1 h1{
	margin:0;
	height:40px;
	line-height:40px;
	text-align:center;
	margin-bottom:10px;
}
#products_by_category_two li .b1 .p_name{
	font-size:24px;
	color:#666;
	font-weight:normal;
}
#products_by_category_two li .p_desc{
height: 140px;
    display: block;
	overflow:hidden;
}
#products_by_category_two li .p_desc h2{
	height:26px;
	line-height:26px;
	font-size:16px;
	margin:0;
	color:#000;
	font-weight:normal;
	text-align:left;
}
#products_by_category_two li .p_desc p{
	font-size:14px;
	color:#999999;
	line-height:24px;
	text-align:justify;
}
#products_by_category_two li .p_detail{
	width:120px;
	height:40px;
	display:block;
	position:absolute;
	left:100px;
	bottom:15px;
	background:#da0001;
	font-size:0;
	line-height:0;
}
#products_by_category_two li .p_detail:after{
	content:"查看详情";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	line-height:40px;
	font-size:14px;
	color:#fff;
}
