.clear {
	clear: both;
	overflow: hidden;
	zoom: 1;
	float: none !important;
}

.head {
    width: 100%;
    line-height: 0;
	background-color: #fff;
}
.head .top {
	width: 100%;
	height: 36px;
	background: #444;
}
.head .top .tl {
	float: left;
	font-size: 13px;
	color: #fff;
	line-height: 36px;
}
.head .top .tr {
	float: right;
	font-size: 13px;
	color: #fff;
	line-height: 36px;
}
.head .tr>span {
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	line-height: 36px;
}
.headL {
    float: left;
	line-height: 0;
}
.headR {
    float: right;
	max-width: 900px;
	height: 97px;
	position: relative;
}
.headR>li {
    float: left;
	text-align: center;
	margin-top: 50px;
	margin-left: 20px;
}
.headR>li>a {
    font-size: 15px;
    color: #111;
    line-height: 15px;
	display: block;
	padding: 0 15px 24px;
	border-bottom: 3px solid #fff;
}
.headR>li:hover>a ,
.headR>li.on>a {
	border-bottom: 2px solid #062b83;
}

.sub {
	display: none;
	background-color: rgba(0,0,0,0.6);
	border-radius: 0 0 5px 5px;
	position:absolute;
	z-index: 9;
}
.sub>li {
	text-align: left;
}
.sub>li:nth-last-of-type(1) {
	padding-bottom: 5px;
}
.sub>li>a {
	display: block;
	padding: 0 17px;
	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;
}