#header {
	background: #fff;
	position: relative;
	font-size:14px;
}
#header .header-wrapper{
	max-width: 1400px;
	margin: 0 auto;
	height: 120px;
	position: relative;
}
.header-wrapper .headerImgCon{
	position: absolute;
	bottom: 20px;
	left: 175px;
}
#header .header-wrapper-1{
	height: 40px;
	background : #009d68;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-weight: 400;
}
#header .header-wrapper-1 .headerIndexBox{
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}
#header .header-wrapper-1 ul{
	float: left;
	margin-left: 130px;
}
#header .header-wrapper-1 ul li{
	float: left;
	width: 130px;
	height: 100%;
	cursor: pointer;
	position: relative;
}
.headerSch .headerSchImg {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.headerSch .headerSchImg img{
	width: 100%;
	height: auto;
}
.headerSch {
    float: left;
    width: 285px;
    position: relative;
    margin-left: 30px;
}
.headerSchInput {
    border-radius: 15px;
    background: #fff;
    height: 30px;
    position: relative;
    top: 5px;
    color: #000;
}
.headerSchInput input {
    border: 0px;
    width: 75%;
    height: 90%;
    position: absolute;
    top: 2px;
    left: 12px;
}
.headerIndexBox a{
	color: #fff;
}
.headerIndexBox ul li .sec_nav {
	display: none;
	position: absolute;
	left: 0;
	top: 41px;
	z-index: 9999
}

.headerIndexBox ul li .sec_nav span {
	line-height: 40px;
	width: 120px;
	display: block;
	text-align: left;
	background-color: #009d68;
	border-bottom: 1px solid #fff;
	text-align: center;
}

.headerIndexBox ul li .sec_nav span:hover {
	background-color: #058056
}
.headerIndexBox ul li .sec_nav a{
	color: #fff;
}
.paging{
	text-align: center;
}