/*------设备展示结束--------*/
.product_img_list .list {

}
.product_img_list .list li {
	float:left;
	width:270px;
	height:245px;
	margin-right:11px;
	margin-bottom:30px;
	background:#f3f4f6;
	text-align:center;
	padding-top:15px;
	border:1px solid #ecedef;
}
.product_img_list .list li img {
	width:246px;
	height:187px;
	border:1px solid #ffffff;
}

.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:#eeeeee;
}

.product_img_list .list .img:hover {
	
}

.product_img_list .list li:hover .title {
	color:#fff; 
	text-align:center;
	color:#01449d;
}
/*------设备展示结束--------*/