@charset "utf-8";
/* CSS Document */
.products_list{
	width:800px;
	overflow:hidden;
}
.products_list ul{
	width:850px;
}

.centent{
	width:235px;
	height:218px;
	float:left;
	margin-right:47px;
	margin-bottom:47px;
        border-radius: 25px;
		position:relative;
}
.pro_pic{
	width:235px;
	height:218px;
}
.pro_pic img{
	width:235px;
	height:218px;
}
.pro_name{
	width:235px;
	height:40px;
	position:absolute;
	bottom:-40px;
	
}
.pro_name a:link{
	display:block;
	width:235px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
        font-size: 14px;
		background:#1999e8;
	opacity:0.65;
        
}
.pro_name a:hover{
	display:block;
	width:235px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
        font-size: 14px;
	background:#1999e8;
	opacity:1;
	text-decoration:none;
	}
.pro_name a:visited{
	display:block;
	width:235px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
        font-size: 14px;
		background:#1999e8;
	opacity:0.65;
}
