﻿.product_page{
		
}
.product_page p{
	font-size:14px;
	line-height:28px;
	color:#717171;
	margin-top:10px;	
}

.product_slide{
	height:182px;
	margin:30px 0;	
	width:750px;
	position:relative;
	overflow:hidden;
}
.product_slide li{
	width:240px;
	height:182px;
	float:left;	
	_display:inline;
	margin:0 5px;
}
.product_slide img{
	width:240px;
	height:182px;	
}

.product_list{
	width:754px;	
}
.product_list dl{
	width:345px;
	height:280px;
	float:left;
	_display:inline;
	margin:0 32px 32px 0;
	cursor:pointer;	
}
.product_list dt{
	width:345px;
	height:235px;	
}
.product_list dt img{
	width:345px;
	height:235px;	
}
.product_list dd{
	height:45px;
	line-height:45px;
	background:#d6d6d6;	
	text-align:center;
	font-size:14px;
}
.product_list :hover dd{
	background:#218b33;	
}
.product_list :hover dd a{
	color:#fff;	
}