.BrandList_content{
	width: 1200px;
	margin: 0 auto;
}
.BrandScreen{
	margin-top: 10px;
}
.SearchFor{
	width: 20%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
}
.SearchFor>a{
	display: inline-block;
	float: left;
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #333333;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.SearchFor>a.ForEN{
	/*border-left: 0;*/
}
.SearchFor>a.SearchActive{
	background: #E5BB73;
	color: #FFFFFF;
	border: 1px solid #E5BB73;
}
.Letter{
	width: 75%;
	margin-left: 5%;
	float: left;
}
.Letter li{
	float: left;
}
.Letter li a{
	display: inline-block;
	padding: 7.5px 12px;
}
.Letter li a.SearchActive{
	background: #E5BB73;
	color: #FFFFFF;
}
.Letter li a:hover{
	background: #E5BB73;
	color: #FFFFFF;
}
.BandListShow>ul>li{
	margin-top: 20px;
}
.BandListShow>ul>li>h2{
	width: 98%;
	padding: 0 1%;
	height: 30px;
	line-height: 30px;
	background: #adadad;
	color: #FFFFFF;
	font-size: 14px;
}
.BandListShow>ul>li.ChooseActive>h2{
	background: #E5BB73;
}
.BandListShow ol{
	padding: 0;
}
.BandListShow ol>li{
	float: left;
	width: 15.66%;
	margin-top: 0.8%;
	margin-right: 1.2%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.BandListShow ol>li:nth-child(6n){
	margin-right: 0;
}
.BandListShow ol>li>a{
	display: block;
	height: 181px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    box-shadow: 0 0 15px 0 #aaa;
    border: 1px solid #ccc \9;
}
.BandListShow ol>li:hover>a {
    box-shadow: 0 0 5px 0 #999;
}
.BandListShow ol>li>a>img{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	    
	width: 75%;
	display: block;
	margin: 0 auto;
}
.BandListShow ol>li>p{
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #555555;
}
