div#headroller{
	height:auto;
	width:100%;
	position: fixed;
	/*border:1px solid red;*/
	top:0px;
	background: #fff;
	z-index:5;
}
div#headroller>.hrcontent{
	width:1200px;
	margin:0px auto;
	/*border:1px solid black;*/
	height:auto;
	overflow:hidden;
}
div#headroller .hrct1{
	width:185px;
	height:71px;
	float:left;
	overflow: hidden;
	/*border:1px solid yellow;*/
}
div#headroller .hrct1 img{
	width:185px;
	height:71px;
}
div#headroller .hrct2{
	width:358px;
	height:71px;
	float:left;
	overflow: hidden;
	/*border:1px solid yellow;*/
}
div#headroller .hrct2 ul{
	list-style: none;
	padding: 0px;
}
div#headroller .hrct2 ul li{
	float:left;
	padding-top:25px;
	text-align: center;
}
div#headroller .hrct2 ul li a{
	color:#222222;
	font-size:14px;
	text-decoration: none;
	display: block;
	float:left;
	line-height: 14px;
	height:30px;
	font-weight:bold;
	margin-left:35px;
}
div#headroller .hrct2 ul li .on{
	border-bottom:2px solid #F08619;
	color:#F08619;	
}
div#headroller .hrct2 ul li .gds{
	background: #F1F1F1;
	border-radius:14px;
	width:62px;
	line-height:28px;
	margin-left:30px;
	margin-top:-7px;
	height:28px;
	color:#787878;
	font-size:14px;
	font-weight:normal;
}
div#headroller .hrct3{
	width:657px;
	height:71px;
	float:left;
	overflow: hidden;
	/*border:1px solid yellow;*/
	padding-top:15px;
}
div#headroller .hrct3 input{
	float:left;
	width:475px;
	height: 38px;
	border:0px;
	padding-left:10px;
	border-top:1px solid #FFA234;
	border-left:1px solid #FFA234;
	border-bottom: 1px solid #FFA234;
}
div#headroller .hrct3 button{
	float:left;
	width:61px;
	height: 38px;
	border:0px;
	background: #FFA234;
	color:#fff;
}
/*freeRelease*/
div#headroller #HeadfreeRelease{
	position: absolute;
	top:15px;
	left:50%;
	margin-left:500px;
	width:100px;
	overflow: hidden;
}
div#headroller #HeadfreeRelease .button{
	float:right;
	width:100px;
	height: 38px;
	text-align: center;
	color:#fff;
	background: #FFA234;
	line-height: 40px;
	font-size: 14px;
	cursor: pointer;
}
div#headroller #HeadfreeRelease .buttons{
	overflow: hidden;
	height: 77px;
	width:100px;
	background: #fff;
	display: none;
}
div#headroller #HeadfreeRelease .buttons ul{
	list-style: none;
	padding: 0px;
	margin:0px;
	width: 100px;
	border:1px solid #F3A54D;
	border-top: 0px;
	overflow: hidden;
}
div#headroller #HeadfreeRelease .buttons ul li{
	width: 100px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	overflow: hidden;
}
div#headroller #HeadfreeRelease .buttons ul li a{
	text-decoration: none;
	color:#333;
	font-size: 14px;
}
div#headroller #HeadfreeRelease .buttons ul li a i{
	color: #fff;
}
div#headroller #HeadfreeRelease .buttons ul .on{
	background: #f6f6f6;
}
div#headroller #HeadfreeRelease .buttons ul .on a{
	color: #F3A54D;
}
div#headroller #HeadfreeRelease .buttons ul .on a i{
	color:#f6f6f6;
}
/*更多*/
div#headroller .hrnavmore{
	display: none;
	height:80px;
	border-top:1px solid #EDEDED;
}
div#headroller .hrnmcenter{
	width:1200px;
	margin:0px auto;

}
div#headroller .hrnmcenter ul{
	list-style: none;
	padding: 0px;
}
div#headroller .hrnmcenter ul li{
	float:left;
	padding-top:25px;
	text-align: center;
}
div#headroller .hrnmcenter ul li a{
	color:#222222;
	font-size:14px;
	text-decoration: none;
	display: block;
	float:left;
	line-height: 14px;
	height:30px;
	font-weight:bold;
	margin-left:35px;
}
div#headroller .hrnmcenter ul li .on{
	border-bottom:2px solid #F08619;
	color:#F08619;	
}