*{
	margin: 0;
	padding: 0;
	 font-family: 'Microsoft YaHei';
}

/*分页*/
.navv{
	width: 1266px;
	height: 35px;
	margin: auto;
    margin-top: 20px;
    color:#1180D1;
    font-size: 16px;
}
.navv a{
	padding: 0px 8px 0px 8px;
	line-height: 35px;
	text-decoration: none;
	color:#1180D1;
}
.navv a:hover{
	color: orangered;
	text-decoration: underline;
}



.banner{
	width: 1266px;
	height: 13804px;
    margin: auto;
/*	border: 1px solid red;*/
}

/*A~Z导航*/
.banner .banner-nav{
	width: 1266px;
	height: 50px;
	margin: auto;
/*	border: 1px solid blue;*/
} 
.banner .banner-nav ul{
	list-style: none;
	margin-top: 10px;
	width: 1266px;overflow: hidden;
}
.banner .banner-nav ul li .z{
	margin-right: 0;
}
.banner .banner-nav ul li a{
	text-decoration: none;
	float: left;
	border: 1px solid #e5e5e5;
	background-color: #1180D1;
	height: 30px;
	width: 44px;
	text-align: center;
	line-height: 30px;
	color:whitesmoke;
	font-weight: bold;
	font-size: 16px;
	margin-right: 0.8px;
}
.banner .banner-nav ul li a:hover{
	color: black;
}

/*品牌列表*/
.banner .banner-list{
	width: 1266px;
}
.banner-list ul{
	list-style: none;
	width: 1266px;
}
.banner-list ul li a{
	text-decoration: none;
	float: left;
	height: 30px;
	border: 1px solid #e5e5e5;
	line-height: 30px;
	color: #1180D1;
	text-indent: 15px;
	font-size: 14px;
}
.banner-list ul li .zm{
	width: 1262px;
	font-weight: bold;
	background-color:#1180D1;
	color: whitesmoke;
}
.banner-list ul li .number{
	width:33.1%;
}

.banner-list ul li .text{
	
	margin-left: 20px;
}
.banner-list ul li a:hover{
	color: whitesmoke;
	background-color: #1180D1;
}




/*返回首部*/
.floatCtro{
	box-shadow: 0 10px 20px #999999;
}
div.floatCtro {
	width: 60px;
    height: 490px;
    position: fixed;
    left: 25px;
    top: 20%;
    z-index: 100;
/*	border: 1px solid red;*/
}

div.floatCtro p {
	width: 30px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #676767;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: #fff;
}
div.floatCtro a{
     text-decoration: none;
     color: #2D2D2D;
     float: left;	
}




/*返回*/
div.floatCtro .ret {
	display: inline-block;
	/*display: none;*/
	width: 60px;
	height: 60px;
	margin: 10px 0 0 0;
	background: #fff;
	color: #000;
	vertical-align: middle;
	cursor: pointer;
	box-shadow:5px 8px 10px #9D9D9D;
}

div.floatCtro .ret span {
	display: block;
	width: 28px;
	height: 44px;
	line-height: 22px;
	font-family: '微软雅黑';
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	margin: 8px 16px;
	margin: 10px 0 0 16px;
}
div.floatCtro .ret:hover {
	background: #1180D1;
	color: #fff;
	zoom: 1;
}

div.floatCtro p:hover {
	background: #1180D1;
	color: white;
}
div.floatCtro a.cur {
	background: #1180D1;
	color: #fff;
}
