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

.top {
	width: 100%;
	background-color: #fff;
	border-top: 5px solid #009944;
	border-bottom: 1px solid #dbdbdb;
}
.top .t_webname {
	float: left;
	font-size: 13px;
	color: #555;
	line-height: 35px;
}
.top .t_phone {
	float: right;
	font-size: 13px;
	color: #555;
	line-height: 35px;
}
.top .t_phone>span {
	font-weight: bold;
	font-size: 16px;
	color: #009944;
	line-height: 35px;
}

.head {
    width: 100%;
	background-color: #fff;
    line-height: 0;
}
.headL {
    float: left;
	line-height: 0;
}
.headR {
    float: right;
	max-width: 900px;
	position: relative;
}
.headR>li {
    float: left;
	width: 105px;
	text-align: center;
	margin-top: 56px;
}
.headR>li:nth-of-type(1) {
	margin-left: 0;
}
.headR>li>a {
    font-size: 16px;
    color: #222;
    line-height: 1;
	display: block;
	transition: all 0.3s;
}
.headR>li:hover>a ,
.headR>li.on>a {
	color: #009944;
}

.sub {
	display: none;
	position:absolute;
	z-index: 9;
	padding-top: 14px;
	padding-bottom: 5px;
	background-color: #fff;
}
.sub>li>a {
	display: block;
	min-width: 85px;
	padding: 0 10px;
	height: 35px;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 35px;
}
.sub>li:hover>a {
	display: block;
	background: #009944;
}
.sub>li:hover>a {
	color: #fff;
}