@charset "utf-8";
/* CSS Document */

.brandBox{
	background:#eeeeee;
}
.brandBox .title{
	text-align:center;
}
/**/
.bannerBox{
	clear:both;
	overflow:hidden;
	margin:0px auto;
}
/**/
.bestSales{
	clear:both;
	overflow:hidden;
	margin:0px auto;
	width:1200px;
}
.bestSales .list ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.bestSales .list ul li{
	float:left;
	padding-right:4px;
	padding-bottom:4px;
	height:400px;
}
.bestSales .list ul li.last{
	padding-right:0px;
}
/**/
.moreBrand{
	clear:both;
	overflow:hidden;
	margin:0px auto;
	width:1200px;
	padding-bottom:20px;
}
.moreBrand .listBox{
	overflow:hidden;
	border:#cccccc solid 1px;
	height:800px;
}
.moreBrand .listBox ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.moreBrand .listBox ul li{
	float:left;
	background:#ffff00;
	border-right:#eeeeee solid 2px;
	border-bottom:#eeeeee solid 2px;
	width:238px;
	height:100px;
}
.moreBrand .listBox ul li.last{
	border-right:none;
}
/**/
.allBrand{
	clear:both;
	overflow:hidden;
	margin:0 auto;
	width:1200px;
}
.allBrand .letters{
	border-top:#000000 solid 3px;
	border-bottom:#000000 solid 3px;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	overflow:hidden;
	padding:5px 100px;
}
.allBrand .letters span{
	padding:5px 8px;
	display:block;
	float:left;
}
.allBrand .letters a{
	padding:5px 8px;
	display:block;
	float:left;
}
.allBrand .letters a:hover{
	padding:5px 8px;
	background:#000000;
	color:#FFF;
	display:block;
	float:left;
}
/**/
.letter{
	float:left;
	width:100px;
	padding:50px;
	font-size:60px;
	font-weight:bold;
	text-align:center;
}
.letterBox{
	clear:both;
	border-bottom:#eeeeee solid 1px;
}
.letterBox .cont{
	float:right;
	width:900px;
	padding:20px 50px;
}
.letterBox .cont ul li{
	font-size:14px;
	float:left;
	width:450px;
}
.letterBox .cont ul li a{
	display:block;
	padding:10px;
	width:300px;
}
.letterBox .cont ul li a:hover{
	display:block;
	padding:10px;
	width:300px;
	background:#000;
	color:#FFF;
}