@charset "utf-8";
/* CSS Document */
* { 
margin:0; 
padding:0; 
font-size:16px;
text-decoration:none;
color:#000;
font-family:微软雅黑;
} 
.box{
	width:1400px;
	margin:10px auto;
	text-align:center;
}
.products { 
width:1400px; 
margin:10px auto;
} 
.products li { 
width:332px; 
height:270px; 
float:left; 
margin-left:15px; 
display:inline; 
} 
.products li a { 
display:block; 
} 
.products li a img { 
width:332px; 
height:228px; 
} 
.products li span a { 
width:332px; 
height:40px; 
line-height:40px; 
text-align:center; 
white-space:nowrap; 
text-overflow:ellipsis; 
overflow: hidden;
margin-top:1px;
background-color:#ebebeb;
color:#000;
} 
.products li span a:hover {
	 color:#55AF2B;
	 text-decoration:underline;
}
.list{
	width:1600px;
	font-size:24px;
	font-weight:bold;
	text-align:left;
	color:#000;
	margin:10px;
     }
.xian{width:1400px; text-align:center;}