.headerFirst{
	height:91px;
}
.headerFirst .headerContnet{
	width:1200px;
	height:91px;
	margin:10px auto 10px auto;
	padding:10px auto 10px auto;
	text-align: center;
}
.headerFirst .headerContnet .normal{
	margin:20px 30px 10px 5px;
	float:left;
}
.headerright{
	position: absolute;
	top: 39px;
    right: 86px;
}
.headerright div{
	float:left;
	margin-right:10px;
}
.headerright div i{
	top: 2px;
    position: relative;
}

.headerSecond{
	background: url(../images/index/navigation.png);background-size: 100% 100%;background-repeat:no-repeat;
	height:77px;
}
.headerSecond ul{
	width: 1200px;
    margin: 5px auto 0px auto;
    zoom: 1;
}
.headerSecond ul li{
	float: left;
    margin-right: 2px;
    width: 112px;
    height: 56px;
    margin: 10px;
    line-height: 56px;
    text-align: center;
    /* background: #fff; */
    cursor: pointer;
    font-size: 18px;
    font-family: serif;
    font-weight: 600;
    color:#00000;
    position: relative;
}
.headerSecond ul li.active{
	background:url(../images/index/headerselected.png);
	background-size: 100% 100%;background-repeat:no-repeat;
	color:#FFFFFF;
}
.headerSecond ul li.actived{
	background:url(../images/index/headerselected.png);
	background-size: 100% 100%;background-repeat:no-repeat;
	color:#FFFFFF;
}

.headerSecond ul li .s_navbox {
	display: none;
	position: absolute;
	left: -15px;
	width: 150px;
	background: #fff;
	background-color: #559109;
	z-index: 9999;
	box-sizing: border-box
}

.headerSecond ul li .s_navbox .s_a a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #fff;
	text-decoration: none;
	height: 32px;
    line-height: 35px;
    margin: 0px;
    padding: 10px;
}

.headerSecond ul li .s_navbox .s_a a:hover {
	background-color: #304606;
	color: #fff;
}