.headerFirst{
	width:100%;
	height:420px;
	margin: 0px;
	padding: 0px;
}
.headerFirstSimple{
	width: 100%;
    height: 239px;
    margin: 0px;
	padding: 0px;
}
.headerContent{
	width:1200px;
	height:95px;
	margin:30px auto 10px auto;
	text-align: center;
}
.headerContent .normal1{
	width: auto;
    float: left;
    height: 99px;
    margin-left: 20px;
}
.headerContent .normal1 img{
	height: 100%;
	max-width: 555px;
}
.headerContent .normal2{
	width: 320px;
    margin-top: 47px;
    margin-left: 615px;
    float: left;
    position: absolute;
}
.headerContent .normal2 .headerQuery{
	width:280px;
	height:39px;
	background:rgba(255,255,255,1);
	opacity:0.61;
	border-radius:4px;
	border:0px ridge #ADC3E7;
	font-size:14px;
	font-family:Source Han Sans CN;
	font-weight:500;
	color:rgba(153,153,153,1);
	line-height:75px;
	padding-left:10px;
}
.headerContent .normal2 .headerQueryIcon{
	position: absolute;
    top: 13px;
    left: 273px;
}
.headerContent .normal2 .headerQueryBtn{
	width: 71px;
    height: 38px;
    background: rgba(14,153,0,1);
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 37px;
    position: absolute;
    top: 3px;
    left: 315px;
    border: 0px;
}
.headerContent .normal3{
	width: 120px;
    margin-left: 116px;
    float: right;
}

.headerBanner{
	margin: -35px auto 0px auto;
	height:800px
}

.headerSecond{
	height:85px;
}
.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{
	color:rgba(41,145,40,1);
	font-size:18px;
	font-family: serif;
    font-weight: 800;
}
.headerSecond ul li.actived{
	color:rgba(41,145,40,1);
	font-size:18px;
	font-family: serif;
    font-weight: 800;
}

.headerSecond ul li .s_navbox {
	display: none;
	position: absolute;
	left: -18px;
	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;
}
<!--ºÄÊ±1760465767.2806Ãë-->