
.header {
	width: 100%;
	background: #494949;
	float: left;
	position: fixed;
	z-index: 999;
	position: fixed;
	margin: auto;
	left: 0;
	right: 0;
	/*	box-shadow: 0px 1px 5px 1px #ABABAB;*/
}

.head_left {
	float: right;
	width: 897px;
}

.header h1 {
	float: left;
	margin: 12px 0 0 0;
}

.home li.list3 {
	width: 80px;
}

.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: 19px;
}

.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: 19px;
}

.home li.list3 .searchbtnALink {
	background: url(../../images/icon2.png) no-repeat center center #d0a20b;
	width: 80px;
	display: inline-block;
	height: 80px;
	border: none;
	cursor: pointer;
	outline: none;
	position: absolute;
	z-index: 100001;
	right: 0px;
	top: 0px;
}


.home li.list3 .searchbtnALink:hover {
	background: url(../../images/icon2.png) no-repeat center center #ebb601;
	
}

.home li.list3 .searchkey {
	width: 230px;
	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: 20px;
	outline: none;
	font-size: 14px;
	font-family: "微软雅黑", "Microsoft YaHei";
	letter-spacing: 1px;
}

.SearchBox {
	background: #323232;
	width: 0px;
	height: 80px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100002;
	border-left: 1px solid #dadadc;
	border-right: 1px solid #dadadc;
	overflow: hidden;
}

.header-wrap {
	background: #494949;
	height: 80px;
	position: relative;
	z-index: 103;
	width: 1200px;
	margin: 0 auto;
}

.header-wrap .header-inner {
	height: 80px;
	margin: auto;
}

.navlist {
	float: left;
	width: 750px;
	height: 80px;
	background: #494949;
}

.navlist li {
	float: RIGHT;
	line-height: 80px;
	font-size: 15px;
	position: relative;
	text-transform: capitalize;
	margin-right: 1px;
}

.navlist li a {
	color: #FFFFFF;
	padding: 0 18px;
	display: block;
	font-family: "微软雅黑", "Microsoft YaHei";
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-mz-transition: all .3s;
	transition: all .3s;
	text-transform: uppercase;
	text-align: center;letter-spacing: 1px;
}

.navlist li a:hover,
.navlist li a.hover,
.navlist li.on {
	color: #d0a20b;
	
}

.navlist li.on a {
	color: #d0a20b;
}




