.headerFirst{
	width:100%;
	height:134px;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}
.headerFirst .headerContent{
	width:1200px;
	height:95px;
	margin:30px auto 10px auto;
	text-align: center;
}
.headerFirst .headerContent .normal1{
	margin-top:0px;
	width:auto;
	float:left;
}
.headerFirst .headerContent .normal1 img{
	width:482px;
	height:68px;
}
.headerFirst .headerContent .normal2{
	margin-top: 29px;
    margin-left: 80px;
    width: auto;
    float: left;
}
.headerFirst .headerContent .normal3{
	width: 120px;
    margin-top: 19px;
    margin-left: 120px;
    float: left;
    position: relative;
}
.headerFirst .headerContent .normal3 img{
	width:239px;
	height:38px;
}
.headerFirst .headerContent .normal3 input{
	position: absolute;
    top: 1px;
    left: 1px;
    height: 34px;
    width: 190px;
    border: 0px;
    padding-left: 10px;
}
.headerFirst .headerContent .normal4{
	width: auto;
    margin-top: -22px;
    margin-right: 10px;
    float: right;
}
.headerFirst .headerContent .normal4 img{
	width: 91px;
    height:82px;
}

.headerSecond{
	width: 100%;
    /*background: url(../imggreenC/default/dhbj.png);*/
	background:rgba(25,129,63,1);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 60px;
    margin: -5px auto 0px auto;
    position: relative;
}
.headerSecond ul{
	width: 1200px;
    margin: 0px auto 0px auto;
    zoom: 1;
}
.headerSecond ul li{
    padding-top: 0px;
    float: left;
    width: 125px;
    margin: 0px 0px 0px 0px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-family: "Source Han Sans CN";
    font-weight: 600;
    color: #FFFFFF;
    position: relative;
}
.headerSecond ul li.active{
	background: url(../imggreenC/index/tabbackimg.png);
    background-size: 100% 100%;
    background-repeat: repeat;
}
.headerSecond ul li.actived{
	background: url(../imggreenC/index/tabbackimg.png);
    background-size: 100% 100%;
    background-repeat: repeat;
    opacity:1;
}

.headerSecond .submenubg{
	height: 300px;
    width: 100%;
    opacity: 0.7;
    position: absolute;
    top: 60px;
    left: 0px;
    background-color: #32664b;
    z-index:999;
}
.headerSecond ul li .selected {
    background: url(../imggreenC/index/tabbackimg.png);
    background-size: 100% 100%;
    background-repeat: repeat;
}
.headerSecond ul li .s_navbox {
	display: block;
	position: absolute;
    left: 0px;
    width: 100%;
    height:300px;
    z-index: 9999;
    box-sizing: border-box;
}
.headerSecond ul li .s_navbox .s_a{
	margin-top: 30px;
}
.headerSecond ul li .s_navbox .s_a a {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 10px 0;
	text-decoration: none;
	height: 12px;
    line-height: 12px;
    margin: 0px;
    padding: 10px;
}

.headerSecond ul li .s_navbox .s_a a:hover {
	background-color: #FFFFFF;
	color: #0e62bc;
}