.wrap {
	width: 1200px;
	margin: 0 auto;
}

.header {
	width: 100%;
	background: #fff;
	float: left;
	position: relative;
	z-index: 999;
}

img.logo-img {
	display: block;
	margin-top: 3px;
	width: 72px;
	height: 104px;
}

.head_left {
	float: right;
	width: 1025px;
	
}

.header h1 {
	float: left;
	margin: 12px 0 0 0;
}

.home li.list3 {
	width: 110px;
}

.home li.list3 .searchbtn {
	background: url(../../images/SearchIconButton.png) no-repeat center center;
	width: 40px;
	display: block;
	height: 40px;
	border: none;
	cursor: pointer;
	outline: none;
	position: absolute;
	z-index: 10009;
	right: 32px;
	top: 35px;
}

.home li.list3 .searchCloseBtn {
	background: url(../../images/SearchCloseButton.png) no-repeat center center;
	width: 40px;
	display: block;
	height: 40px;
	border: none;
	cursor: pointer;
	outline: none;
	position: absolute;
	z-index: 9999;
	right: 0px;
	top: 35px;
}

.home li.list3 .searchbtnALink {
	background: url(../../images/searchBtn.png) no-repeat center center #fff;
	width: 110px;
	display: inline-block;
	height: 110px;
	border: none;
	cursor: pointer;
	outline: none;
	position: absolute;
	z-index: 100001;
	right: 0px;
	top: 0px;
}

.home li.list3 .searchkey {

	height: 36px;
	line-height: 36px;
	padding-left: 4px;
	padding-right: 4px;
	border: #CCC solid 1px;
	background: #fff;
	position: absolute;
	z-index: 10000;
	right: 32px;
	top: 35px;
	outline: none;
	font-size: 14px;
	font-family: "微软雅黑", "Microsoft YaHei";
	letter-spacing: 1px;
	padding-right: 30px;
	width: 215px;
}

.SearchBox {
	background: #59ab2d;
	width: 300px;
	height: 0;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100002;
	border-left: 1px solid #dadadc;
	border-right: 1px solid #dadadc;
	overflow: hidden;
}

.header-wrap {
	background: #fff;
	height: 110px;
	position: relative;
	z-index: 103;
	width: 1200px;
	margin: 0 auto;
}

.header-wrap .header-inner {
	height: 110px;
	margin: auto;
}

.navlist {
	float: left;
	width: 850px;
	height: 110px;
	background: #fff;
}

.navlist li {
	float: right;
	line-height: 110px;
	font-size: 16px;
	position: relative;
	text-transform: capitalize;
	margin-right: 1px;
	margin: 0 21px;
}

.navlist li a {
	color: #0F0F0F;
	display: block;
	font-family: "微软雅黑", "Microsoft YaHei";
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-mz-transition: all .3s;
	transition: all .3s;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
}

.navlist li a:hover,
.navlist li a.hover,
.navlist li.on {
	/*color: #fff;
	background-color: #59ab2d;*/
	color: #59ab2d;
}

.navlist li.on a {
	color: #59ab2d;
	/*border-bottom: solid 2px #59ab2d*/
}

.navlist li a:after {
	content: "";
	height: 0px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #59ab2d;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-mz-transition: all .3s;
	transition: all .3s;
}

.navlist li.on a:after {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #59ab2d;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-mz-transition: all .3s;
	transition: all .3s;
	display: block;
}

.navlist li:not(.on) a:hover:after {
	height: 2px;
}