
header{
	width: 100%;
	background:#d30708;/* 一些不支持背景渐变的浏览器 */  
	background:-webkit-linear-gradient(#d30708, rgba(152, 4, 9, 1));
	background:-moz-linear-gradient(#d30708, rgba(152, 4, 9, 1));
	background:-o-linear-gradient(#d30708, rgba(152, 4, 9, 1));
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#d30708), to(rgba(152, 4, 9, 1)));
	background:-ms-linear-gradient(#d30708, rgba(152, 4, 9, 1));
	background:linear-gradient(#d30708, rgba(152, 4, 9, 1));
	position: fixed;
	top: 0;
	z-index: 9999;
}
.headerUl ul{
	width: 100%;
}
.headerUl ul li{
	float: left;
	height: 0.5rem;
	line-height: 0.5rem;
	color: #fff;
}
.headerUl ul li:nth-child(1){
	width: 20%;
}
.headerUl ul li:nth-child(2){
	width: 60%;
	text-align: center;
}
.headerUl ul li .return{
	margin-left: 8%;
	font-size: 0.2rem;
	color: #fff;
}
.headerUl ul .ccenter{
	text-align: center;
}
.headerUl ul li .page,.headerUl ul .ccenter i{
	font-size: 0.2rem;
	vertical-align: middle;
}

.header{
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
}
.header .head{
	float: left;
}
.header .location{
	width: 25%;
	text-align: center;
	height: 100%;
	color:#fff;
}
.header .location .f11{
	font-size: 0.18rem;
}
.header .location .icon-qrcode{
	font-size: 0.28rem;
	margin-left: 20%;
}
.header .search{
	width: 50%;
	height: 0.3rem;
	line-height: 0.3rem;
	margin: 0.1rem 0;
	background-color: #fff;
}
.header .search .icon-sousuo-sousuo{
	display: inline-block;
	width: 16%;
	text-align: center;
	font-size: 0.16rem;
	color: #828383;
}
.header .search input{
	width: 81%;
	font-size: 0.14rem;
	border: none;
	height: 0.28rem;
	padding:0;
	vertical-align: middle;
}




