@charset "utf-8";
/* CSS Document */
.homenewslist{
	width:100%;
	clear:both;
}
.homenewslist li{
	width:100%;
	height:25px;
	text-indent:15px;
	line-height:25px;
	_height:15px;
	_padding-top:5px;
	_padding-bottom:5px;
	background-image:url(../images/newx.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	overflow:hidden;
}
.homenewslist li a{
	color:#000;
	font-weight:bold;
}
.homewhylist {
	width:100%;
	clear:both;
}
.homewhylist li{
	width:100%;
	height:30px;
	line-height:30px;
	text-indent:15px;
	overflow:hidden;
}
.homewhylist li a{
	color:#ED19B9;
	font-weight:bold;
	display:block;
	overflow:hidden;
	height:30px;
}
.homewhylist li a:hover{
	text-decoration:underline;
}
.homeproductslist{
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
}
.homeproductslist li{
	width:25%;
	float:left;
	height:auto;
	overflow:hidden;
	text-align:center;
	margin-bottom:20px;
}
/*.homeproductslist li a{
	width:100%;
	height:100%;
	display:block;
}*/
.homeproductslist li img{
	width:160px;
	margin:0px auto;
	clear:both;
	border:2px solid #E3E3E3; 
}
.homeproductslist li img:hover{
	border:2px solid #CCC; 
}
.homeproductslist li span{
	width:100%;
	clear:both;
	display:block;
	text-align:center;
	height:25px;
	line-height:25px;
	color:#666;
	overflow:hidden;
}
