@charset "utf-8";
/*RESET*/

body {
	width: 100%;
	font: 12px 'Microsoft YaHei', '\5b8b\4f53', sans-serif;
	font-family: "Microsoft YaHei";
	font-size: 12px;
	overflow-x: hidden;
	color: #2b2b2b;
	background: #ccc;
	word-break: break-all
}
* {
	margin: 0px;
	padding: 0px;
}
ul,
li {
	list-style: none;
}
img {
	border: none;
}
a {
	color: #626a77;
	text-decoration: none;
	cursor: pointer;
}
a:active {
	color: #fb882a
}
:focus {
	outline: none
}
em {
	font-style: normal;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.clearfix {
	zoom: 1;
}
.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}
.clearfix:after {
	clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}
#header {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #bbb;
	overflow: hidden;
	background: #fff;
	position: fixed;
	z-index: 1000000;
	top: 0;
	left: 0;
}
#header .head label img,
#header .head span img {
	width: 100%;
}
#header .head {
	width: 95%;
	margin: 0 auto;
	height: 70px;
}
#header .head label {
	float: left;
	margin-top: 12px;
	width: 175px;
}
#header .head span {
	float: right;
	width: 34px;
	display: block;
	margin-top: 18px;
	margin-left: 10px;
	cursor: pointer;
}
#menu {
	background: #303537;
	position: fixed;
	top: 64px;
	right: 0;
	z-index: 100000000;
	display: none;
}
#menu div {
	border-bottom: 1px solid #191b1c;
	padding: 10px;
	font-size: 18px;
	line-height: 30px;
}
#menu div h2 {
	font-weight: normal;
}
#menu div label,
#menu div span {
	float: left;
}
#menu div label {
	width: 30px;
	height: 30px;
}
#menu div label img {
	width: 100%;
}
#menu div span {
	margin-left: 5px;
}
#menu div span.orz {
	color: #f18505;
}
#menu div a {
	display: block;
	color: #fff;
	z-index: 1;
}
#menu div span em {
	color: #f00;
	font-size: 14px;
	margin-left: 4px;
}
#menu div a:before,
#menu div a:after {
	content: '';
	display: table;
}
#menu div a:after {
	clear: both;
}
#menu div:active {
	background: #191b1c;
}
#menu div a:active {
	color: #fff;
	background: none;
}
#menu div a:focus {
	outline: none;
}
.quickNav {
	position: fixed;
	z-index: 9;
	width: 100%;
	background: #fff;
	display: none;
	left: 0;
	top: 64px;
	border-bottom: 2px solid #bbb;
}
.quickNav ul {
	width: 100%;
}
.quickNav li {
	width: 16.36%;
	float: left;
	border-right: 1px solid #bbb;
	border-left: 0 none;
}
.quickNav li.nor {
	border-right: 0 none;
}
.quickNav li a {
	width: 100%;
	font-size: 16px;
	display: block;
	padding: 1em 0;
	text-align: center
}
.quickNav li img {
	width: 40%;
}
#footer {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	line-height: 1.8em;
	font-size: 14px;
	color: #626a77;
	height: 40px;
	text-align: center;
}