/*导航*/
.nav{ width: 1020px; margin:0 auto;}
.nav-i {
	float: left;
}
.nav-i ul {
	margin: 20px 0;
	color: #fff;
}
.nav-i ul li {
	float: left;
	padding: 5px 8px;
	letter-spacing: 1px;
}
.nav-i ul li a {
	color: #000;
	text-shadow: 1px 1px 0 #fff;
	font-weight: 600;
	font-size: 12px;
}
.nav-i ul li .icon-i {
	font-weight: 300;
}
.icon-i {
	float: left;
	margin-top: 36px;
	margin-left: 20px;
}
.icon-i a {
	color: #151414;
	margin-right: 5px;
	font-size: 16px;
}

/* 导航下品牌分类 */
#lala {
	text-align: center;
	padding-top: 20px;
	width: 100%;
}
.slide-name {
	color: #fff;
	font-weight: 600;
}
.nav-con {
	width: 100%;
	height: 360px;
	color: #fff;
	text-align: center;
}
.nav-con .nav-slide {
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 0;
	height: 40px;
}
.nav-con .nav-slide img {
	height: 320px;
}
.cover {
	background-color: #000;
	height: 100px;
	margin-top: 70px;
}
.cover p {
	height: 100px;
	padding-top: 28px;
	overflow: hidden;
	font-size: 12px;
}
.cover p a {
	padding: 28px 5px 50px 5px;
}
/*#top {
	background-image: url(../images/background/hfw-index-8.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color: #ddd;
	height: 650px;
}*/

/*底部合作伙伴ICON*/
#middle {
	padding: 30px 0;
}
#brang-con {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.brand-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/*底部*/
#footer {
	padding-bottom: 10px;
	color: #000;
	background: #fff;
}
#footer a {
	color: #000;
}
#footer ul > li {
	display: inline-block;
	margin-left: 25px;
}