﻿@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	font-family: "Microsoft YaHei";
	color: #000;
	background-color: #fff;
}
address, cite, dfn, q, var {
	font-style: normal;
}
ul, ol {
	list-style: none;
}
a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	blr: expression_r(this.onFocus=this.blur());
	outline: none;
}
legend {
	color: #000;
}
fieldset, img {
	border: 0;
	vertical-align: bottom;
}
section, article, aside, header, footer, nav, dialog, figure {
	display: block;
}
figure {
	margin: 0;
}
button, input, select, textarea {
	font-size: 100%;
	outline :none;
	background: none;
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	*zoom: 1;
}
/*iphone及ipad下输入框默认内阴影*/
input{
	appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

@media(min-width: 768px){
	body{
		width: 480px !important;
		margin: 0 auto;
	}
	header,
	footer{
		width: 480px !important;
		left: 50% !important;
		margin-left: -240px;
	}
}

/*===============公用样式===============*/
.content{
	width: 92%;
	margin: 0 auto;
}
/*===============头部样式===============*/
header{
	position: fixed;
	width: 100%;
	height: 3rem;
	top: 0;
	left: 0;
	background-color: #272b33;
	z-index: 99;
}
header .logo{
	position: absolute;
	width: 6.8rem;
	height: 2.2rem;
	top: 0;
	left: 0;
	padding-top: 0.8rem;
	overflow: hidden;
}
header .logo img{
	display: block;
	width: 5.5rem;
	margin-left: 0.6rem;
}
header h1,
header h2{
	position: relative;
	width: 55%;
	height: 3rem;
	line-height: 3.1rem;
	margin-left: 7rem;
	text-align: left;
	text-indent: 0.6rem;
	font-size: 1.1rem;
	font-family: "宋体";
	color: #ffffff;
	overflow: hidden;
}
header h1:before,
header h2:before{
	position: absolute;
	content: "";
	width: 1px;
	height: 1.2rem;
	top: 50%;
	left: 0;
	margin-top: -0.6rem;
	background-color: #9c9d9c;
}
header .menuBar{
	position: absolute;
	width: 3rem;
	height: 3rem;
	top: 0;
	right: 0;
	background: url(images/icon-1.png) no-repeat center center;
	background-size: 1.1rem 0.9rem;
}
/*===============底部样式===============*/
footer{
	position: fixed;
	width: 100%;
	height: 3.3rem;
	left: 0;
	bottom: 0;
	background-color: #404040;
	z-index: 99;
}
footer a{
	position: relative;
	float: left;
	width: 31%;
	height: 3.3rem;
	line-height: 4.8rem;
	text-align: center;
	font-size: 0.7rem;
	font-family: "宋体";
	color: #ffffff;
}
footer a:nth-child(1){
	background: url(images/icon-7.png) no-repeat center 0.55rem;
	background-size: 1rem 0.9rem;
}
footer a:nth-child(2){
	background: url(images/icon-8.png) no-repeat center 0.55rem;
	background-size: 1rem 0.9rem;
}
footer a:last-child{
	width: 38%;
	border-right: none;
	background: #e7ad3f url(images/icon-9.png) no-repeat center 0.55rem;
	background-size: 1rem 1rem;
}
footer a:nth-child(1):after,
footer a:nth-child(2):before,
footer a:nth-child(2):after,
footer a:nth-child(3):before{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: 2;
}
footer a:nth-child(1):after{
	right: 0;
	background-color: #2d2d2d;
	
}
footer a:nth-child(2):before{
	left: 0;
	background-color: #494949;
}
footer a:nth-child(2):after{
	right: 0;
	background-color: #987533;
}
footer a:nth-child(3):before{
	left: 0;
	background-color: #edb753;
}
/*===============菜单栏样式===============*/
.menu{
	position: fixed;
	width: 8.4rem;
	top: 0;
	right: 0;
	/*background-color: #b93041;*/
	background-color: rgba(51,50,47, 0.97);
	z-index: 101;
	transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	transform: translateX(9rem);
	-webkit-transform: translateX(9rem);
	-moz-transform: translateX(9rem);
	-o-transform: translateX(9rem);
}
.menu.action{
	transform: translateX(20px);
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
}
.menu li{
	width: 100%;
	height: 2.8rem;
	line-height: 2.8rem;
	text-indent: 2rem;
	font-size: 1rem;
	overflow: hidden;
}
.menu li.on{
	background-color: #d3931a;
}
.menu li a{
	font-family: "宋体";
	color: #ffffff;
}
.menu li.on a{
	color: #232323;
}
.menu li:first-child{
	height: 2rem;
	line-height: 2rem;
	background: url(images/icon-10.png) no-repeat 6.4rem bottom;
	background-size: 1.1rem 1.1rem;
}
.mask{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}



