body {
	padding: 0 0 40px;
}
body, html {
    min-width: 320px;
    max-width: 414px;
    display: block;
    margin: 0 auto;
    overflow-x: hidden;
    background-color: #f0f0f0;
}
header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    max-width: 414px;
    z-index: 99;
    background-color: #94cc44;
    box-shadow: 0 2px 10px #3a5d09;
}
header .tel {
    position: absolute;
    top: 20px;
    right: 10px;
    display: block;
    z-index: 100;
    width: 84px;
    height: 40px;
    color: #666;
    font-size: 12px;
    line-height: 60px;
}
header .tel img {
    width: 25px;
    display: block;
    text-align: right;
    position: absolute;
    right: 3px;
}
header .logo {
	width: 16%;
	margin: auto;
	display: block;
}
header .logo img {
	width: 100%;
}  
header span {
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
    z-index: 100;
    width: 30px;
    height: 30px;
    background: url(../../img/more.png) no-repeat;
    background-size: 100%;
    bottom: 0;
    margin: auto;
}
header ul {
	float: right;
	width: 100%;
}
header ul li a {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}
header ul li {
    position: relative;
    width: 20%;
    padding: 10px 0;
    text-align: center;
}
header ul li em {
	position: absolute;
	width: 40%;
	height: 2px;
	background-color: transparent;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
header ul .active em {
	background-color: #fff;
}
.nav {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.nav img {
	width: 150px;
}
.nav ul {
	position: absolute;
	padding-top: 25px;
	width: 150px;
	height: 100%;
	background-color: #fff;
}
.nav ul li {
	font-size: 16px;
	padding: 10px 0;
	border-bottom: 1px solid #E6E6E6;
	padding-left: 3px;
}
.nav ul li a {
	display: block;
	font-size: 16px;
}
.nav li img {
	display: block;
	width: 80%;
	margin: 0 auto;
}
.nav li:nth-child(1) {
	padding-left: 0;	
}
h4 {
	font-size: 20px;
	text-align: center;
	color: #333;
	height: 50px;
	line-height: 50px;
}
.about {
	background-color: #000;
	padding: 10px 0 10px 10px;
	margin-bottom: 0!important;
}
.about li {
	color: #fff;
    line-height: 20px;
    font-size: 12px;
}
.about li a {
	color: #fff;
}
.left {
	position: fixed;
	top: 50%;
	left: 0;
	height: 30px;
	width: 30px;
	background: rgba(0,0,0,0.5) url(../../img/right_mobile.png) no-repeat center center;
	background-size: 80% 80%;	
}
.left_nav {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.left_nav ul {
	position: absolute;
	left: 0;
	right: 0;
	width: 135px;
	height: 100%;
	background-color: #fff;
	overflow: auto;
}
.left_nav ul img {
	display: block;
	width: 50%;
	margin: 0 auto;
}
.left_nav ul li:nth-child(1) {
	border-bottom: 0;	
}
.left_nav ul li {
	padding: 10px 0;
	border-bottom: 1px solid #efefef;
	text-indent: 10px;
}
.left_nav ul li a {
	font-size: 14px;
	color: #333;
	display: block;
}

