
.product_menu_list {
	height:60px; 
	text-align:center;
}

.product_menu_list li { 
	display:inline-table;
	text-align:center;
}

.product_menu_list li a{
	border:1px solid #d1d1d1; 
	border-radius:10px;
	width:130px;
	height:30px; 
	line-height:30px;
	font-size:14px; 
	display:block; 
	text-align:center;
	color:#000000;
}

.product_menu_list li a:hover {
	background:#1786e8;
	color:#ffffff;
}






/*------产品展示开始--------*/
.product_img_list .list {

}
.product_img_list .list li {
	float:left;
	width:330px;
	height:490px;
	margin-right:35px;
	margin-bottom:30px;
	text-align:center;
}
.product_img_list .list .img {
	width:330px;
	height:450px;	
	background:#e5e4e4;
	display:block;
}

.product_img_list .list li img {
	padding-top:12px;
	width:314px;
	height:426px;
}

.product_img_list .list li .title {
	height:35px; 
	line-height:35px;
	font-size:16px; 
	display:block;
	color:#000000;
}

.product_img_list .list li:hover { 
	background:#bfc2d7;
}

.product_img_list .list .img:hover {
	background:#bfc2d7;
}

.product_img_list .list li:hover .title {
	text-align:center;
	color:#000;
	font-weight:bold;
}
/*------产品展示结束--------*/



























