@charset "utf-8";
/* CSS Document */
* { 
margin:0; 
padding:0; 
font-size:20px;
text-decoration:none;
color:#003;
} 
.box{
	width:1600px;
	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:#fff1de;
} 
.products li span a:hover {
	 color:#e68b3d;
	 text-decoration:underline;
}
.list{
	width:1600px;
	font-size:24px;
	font-weight:bold;
	text-align:left;
	color:#261a2b;
	margin:10px;
     }
.xian{width:1600px; text-align:center;}