.brand-banner{
	width:100%;
	position: relative;
}
.banner-info{
	color: #fff;
	position: absolute;
  top:50%;
  left: 37%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner-info p{
	font-weight: 200;
    font-size: 2.8em;
    margin-bottom: 30px;
}
.banner-info span{
	font-size: 1.5em;
	font-weight: 100;
}
.brand-banner img{
	width: 100%;
}
.guide{
	/*width: 100%;
	height: 75px;
	line-height: 75px;
	border-bottom:2px solid #a0a0a0;
	color: #333;
	position: relative;*/
}
.guideList{
	margin:0 auto;
	display: block;
	text-align: center;
	height: 75px;
}
.brandTitle{
	text-align: center;
	
}
.tese ul{
	display: inline-block;
	width:49%;
	margin: 20px 0;
	float: left;
}
.lefticon li:first-child{
	background: url('../img/blist1.png') no-repeat top center;
}
.lefticon li:nth-child(2){
	background: url('../img/blist2.png') no-repeat top center;
}
.lefticon li:nth-child(3){
	background: url('../img/blist3.png') no-repeat top center;
}
.lefticon li:last-child{
	background: url('../img/blist4.png') no-repeat top center;
}
.lefticon li p{
	font-size: 1em;
	margin-top: 10px;
}
.lefticon li:first-child p{
	color: #58bcfd;
}
.lefticon li:nth-child(2) p{
	color: #fb8764;
}
.lefticon li:nth-child(3) p{
	color: #e7a70c;
}
.lefticon li:last-child p{
	color: #60ceb6;
}
.tese .lefticon li{
	margin-left: 2%;
	margin-top: 2%;
	float: left;
	width:47%;
	height: 150px;
	position: relative;
	background-size: 100% 100%;
	text-align: center;
}
.tese .lefticon li img{
	position: relative;
	height: 50px;
}
.tese .lefticon li img:hover{
	animation: .5s linear 0s normal none infinite caseimg;
     -webkit-animation: .5s linear 0s normal none infinite caseimg;
	-moz-animation: .5s linear 0s normal none infinite caseimg;
	-o-animation: .5s linear 0s normal none infinite caseimg;
	-ms-animation: .5s linear 0s normal none infinite caseimg;
}
.tese .righticon li span{
	font-size: 1em;
	color: #666;
}
.righticon{
	padding: 55px 0 0 25px;
}
.righticon img{
	margin-right: 8px;
}
.righticon li{
	height: 50px;
	line-height: 50px;
}
.brands-list{
	margin-top:80px;
	background: #fbfbfb;
	padding: 0px 0 120px 0;
}
.brand-icon{
	width:100%;
}
.brand-icon li{
	display: inline-block;
	position: relative;
	width: 24%;
	text-align: center;
}
.brand-icon{
	margin-top: 60px;
}
.brand-icon li img{
	max-width:100%;
}
.part-img{
	width: 100%;
	padding: 30px 0;
}
.part-img img{
	display: block;
	margin:0 auto;
	max-width: 100%;
}
.hideBlock{
	display: none;
}
