.clear {
	clear: both;
	overflow: hidden;
	zoom: 1;
	float: none !important;
}

.head {
    width: 100%;
}
.headL {
    float: left;
	line-height: 0;
}
.headR {
    float: right;
	width: 900px;
}
.headR>li {
    float: left;
	width: 14%;
	text-align: center;
	position: relative;
}
.headR>li:nth-of-type(1) {
	margin-left: 0;
}
.headR>li>a {
	font-weight: bold;
    font-size: 18px;
    color: #1a1a1a;
    line-height: 1;
	display: block;
	margin: 50px 0 32px;
	transition: all 0.5s;
}
.headR>li:hover>a ,
.headR>li.on>a {
	color: #cc992d;
}

.sub {
	display: none;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	border-radius: 0 0 5px 5px;
	position:absolute;
	left: 0;
	z-index: 9;
}
.sub>li {
	width: 100%;
	text-align: center;
}
.sub>li:nth-last-of-type(1) {
	padding-bottom: 5px;
}
.sub>li>a {
	display: block;
	height: 35px;
	font-size: 14px;
	color: #fff;
	line-height: 35px;
	overflow: hidden;
}
.sub>li:hover {
	display: block;
	background: #e77817;
}
.sub>li:hover>a {
	color: #fff;
}

.banner-html5zoo {
	height: 600px !important;
}