.headerFirst{
	width:100%;
	height:644px;
	margin: 0px;
	padding: 0px;
}
.headerFirst .headerContent{
	width:1200px;
	height:95px;
	margin:30px auto 10px auto;
	text-align: center;
}
.headerContent .normal1{
	width: auto;
    float: left;
    height: 78px;
    margin-left: 0px;
    margin-top: 22px;
}
.headerContent .normal3{
	width:120px;
	margin-left:116px;
	float:right;
}

.headerFirstSimple{
	width: 100%;
    height: 280px;
    margin: 0px;
	padding: 0px;
}
.headerContent{
	width:1200px;
	height:95px;
	margin:30px auto 10px auto;
	text-align: center;
}
.headerContent .normal1{
	width: auto;
    float: left;
    height: 78px;
}
.headerContent .normal1 img{

}
.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;
}
.headerContent .normal3 img{
	    margin-top: 28px;
}

.headerBanner{
	margin: 0px auto 0px auto;
	height:800px
}

.headerSecond{
	width: 1200px;
	background: url(../imggreenB/index/hbg1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
	height:85px;
	margin: 60px auto 0px auto;
}
.headerSecond ul{
	width: 1200px;
    margin: 5px auto 0px auto;
    padding-top: 5px;
    zoom: 1;
}
.headerSecond ul li{
	background-image: url(../imggreenB/index/hbgsplit.png);
    background-repeat: no-repeat;
    background-position: -3px -9px;
    padding-left: 27px;
    padding-top: 0px;
    
	float: left;
    width: 89px;
    height: 65px;
    margin: 8px;
    line-height: 57px;
    text-align: center;
    /* background: #fff; */
    cursor: pointer;
    font-size: 18px;
    font-family: serif;
    font-weight: 600;
    color:#FFFFFF;
    position: relative;
}
.headerSecond ul li:first-child{
	background-image: none;
    padding-right: 10px;
    width: 75px;
}
.headerSecond ul li.active{
	color:rgb(8, 35, 6);
	font-size:18px;
	font-family: serif;
    font-weight: 800;
}
.headerSecond ul li.actived{
	color:rgb(8, 35, 6);
	font-size:18px;
	font-family: serif;
    font-weight: 800;
}

.headerSecond ul li .s_navbox {
	display: none;
	position: absolute;
    left: -6px;
    width: 150px;
    background: #fff;
    background-color: #156fcf;
    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: #0e62bc;
	color: #fff;
}