﻿.BrandList{
	width: 1210px;
	margin: 30px auto;
	text-align: center;
}
.BrandTitle{
	position: relative;
}
.BrandTitle h1{
	display: block;
	font-size: 20px;
	color: #333;
	background-color: #FFFFFF;
	width: 100px;
	height: 20px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.BrandTitle span{
	display: block;
	width: 200px;
	height: 1px;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #333333;
	margin: 0 auto;
	margin-top: -10px;
}
.BranditemList{
	margin-top: 10px;
	overflow: hidden;
}
.BranditemList ul li{
	float: left;
	width: 258px;
	height: 148px;
	margin: 21.25px;
	border: 1px solid #DFDFDF;
	position: relative;
}
.BranditemList ul li img{
	width: 100%;
	height: 100%;
}
.logotext{
	position: absolute;
	height: 30px;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	color: white;
	text-align: center;
	width: 100%;
	line-height: 30px;
}
/*
 * 鍝佺墝鎺ㄨ崘
 */

/*
 * 鍝佺墝浠嬬粛
 */
.BrandInfo{
	width: 1210px;
	height: 124px;
	margin: 10px auto;
	background:url(img/brandinfo.png) no-repeat;
	background-size: 100% 100%;
	padding: 8px 0;
}
.BrandLogo{
	float: left;
	width: 204px;
	background-color: #FFFFFF;
	margin-left: 9px;
	height: 100px;
    padding: 12px;
    text-align: center;
}
.BrandLogo img{
	width: 100%;
	height: 100%;
}
.BrandText{
	float: left;
	width: 700px;
	margin-left: 10px;
}
.BrandText em{
	font-size: 18px;
	line-height: 25px;
}
.BrandText small{
	line-height: 20px;
	font-size: 12px;
	color: #999;
}
.BrandText span{
	display: block;
}
/*
 * 鍝佺墝浠嬬粛
 */