@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;
}
#header .head span.phone {
	width:21px;
	height:28px;
	margin-left:8px;
}
#header .head span.phone a{
	width:100%;
	height:100%;
	background:#f97956;
	position:relative;
	display:block;
}
#header .head span.phone i.q{
	position:absolute;
	width:17px;
	height:18px;
	background:#fff;
	top:2px;
	left:2px;
	display:block;
	-webkit-box-shadow:inset -2px -1px 6px #ccc;
	-moz-box-shadow:inset -2px -1px 6px #ccc;
	box-shadow:inset -2px -1px 6px #ccc;
}
#header .head span.phone i.c{
	position:absolute;
	width:4px;
	height:4px;
	background:#fff;
	bottom:2px;
	margin-left:-2px;
	left:50%;
	display:block;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
#header .head span.font {
	margin-top: 20px;
	height:24px;
	line-height:24px;
	padding:0 4px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	background:#f97956;
	width:auto;
	position:relative;
}
#header .head span.font a{
	color:#fff;
}
#header .head span.font:after{
	content: '';
	position:absolute;
	right:-6px;
	top:50%;
	margin-top:-3px;
	width: 0;   
  height: 0;   
  border-bottom: 4px solid transparent; 
  border-top: 4px solid transparent; 
  border-left: 6px solid #f97956;
  font-size: 0;  
  line-height: 0;
}

