.snBrand { 
	position: relative; 
	width:1200px;  
	height: auto; 
	overflow: hidden;
}

.snBrand .snBrand-t { 
	width: 188px;
	position: relative; 
	height: 40px;
	line-height: 40px;
	border-top:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5; 
	border-right:1px solid #e5e5e5;  
	background: #f2f2f2;
	
	
	font-size: 14px; 
	color: #333; 
	text-align: center;
	font-weight: 600;
}





.snBrand ol { 
	float: left; 
	width: 188px; 
	height: auto; 
	margin-top: -1px;
	border-top:1px solid #e5e5e5 ;
	border-bottom: 1px solid #e5e5e5;
}

.snBrand ol li { 
	width: 188px;
	height: 40px; 
	color: #666;
	font-size: 14px;
	line-height: 40px; 
	border-left: 1px solid #e5e5e5; 
	border-right: 1px solid #e5e5e5; 
	text-align: center; 
	overflow: hidden;
	cursor: pointer;
	transition: all 0.25s ease 0s;
}

.snBrand ol li:hover{
	background: rgba(219,61,26,0.8); 
	border-left: 1px solid #db3d1a; 
	border-right: 1px solid #db3d1a; 
	color: #fff;
}

.snBrand ol li.on { 
	background: #db3d1a; 
	border-left: 1px solid #db3d1a; 
	border-right: 1px solid #db3d1a; 
	color: #fff;
}

.snBrand ul { 
	float:right;  
	margin-top: -41px;
	width: 988px; 
	height: auto; 
	border: 1px solid #e5e5e5;
	background: #fff; 
	overflow: hidden;

}

.snBrand ul li { 
	width: 988px; 
	height: auto; 
	margin: 0 auto; 
}

.snBrand ul li .sv-hd{
	width: 100%;
	background: #f2f2f2;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e5e5e5;
	text-indent: 40px;	
	color: #333;
	font-size: 14px;
	font-weight: 600;
}

.snBrand ul li .sv-bd{
	width: 908;
	overflow: hidden;
	padding: 20px 40px;
}

.snBrand ul li p { 
	color: #999;
	font-size: 14px; 
	line-height: 35px;
}

.snBrand ul li .tb-img{
	margin: 0 auto;
	display: block;
}

.snBrand ul li .sv-bd-t{
	color: #666;
	font-size: 14px;
	font-weight: 600;
	margin-top: 20px;
}

.snBrand ul li .sv-bd-t:first-child{
	margin-top: 0;
}

.snBrand ul li .sh-indent{
	text-indent: 2em;
}

.snBrand ul li .wx-box{
	width: 100%;
	overflow: hidden;
}

.snBrand ul li .wx-box-l{
	display: inline-block;
	float: left;
	color: #999;
	font-size: 14px;
	line-height: 120px;
	text-indent: 2em;
}

.snBrand ul li.wx-box-l,
.snBrand ul li.wx-box-l img{
	width: 120px;
	height: 120px;
	display:inline-block;
	float: right;
}
