.mobile_header {
	width:750px;
	margin: auto;
	padding: 0 20px;
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	text-align: center;
	background: #000;
}
.mobile_header .menu_icon{
	font-size: 0;
	line-height: 0;
}
.mobile_header .menu_icon img{
    margin:30px 0;
}
.mobile_header .logo{
	margin: 22px 0;
}

#nav-phone {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -50%;
    width: 50%;
    background: #000;
    z-index: 9999;
    overflow: auto;
}
.close {
    float: right;
    margin: 30px;
    width: 20px;
    height: 42px;
    opacity: 1;
    font-weight: bold;
    line-height: 0;
    text-shadow: 0 1px 0 #fff;
}
.close img{
	width: 100%;
}
.normalHeader a{color: #f50;}
.mobile_header .mobile_menu {
	width: 100%;
	float: right;
	height:auto;
	z-index:99;
}
.mobile_header .mobile_menu li a {
	display:block;
	width:100%;
	height:100%;
	font-size: 32px;
	padding: 20px 0;
	color:#fff;
	line-height: 1.7;
	border-bottom: solid 1px #e3e3e3;
}
.mobile_menu li h3 {
	width: 100%;
}
.mobile_menu li .list-item {
	position: relative;
	overflow: hidden;
	zoom: 1;
	display: none;
}
.mobile_menu li .list-item a{
	font-size: 30px;
	display: block;
	padding: 5px 0;
	color: #fff;
}
.mobile_menu li.cur a,.mobile_menu li .list-item li.cur a{color: #20584f;}