.menu_list {
	width: 100%;
	height: auto;
	min-height:100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 150;
	background: #232323; display:;
}
.menu_list.show{ display:;}
.menu_head {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding:0 0 0 38px;
	font-size: 14px; text-align:left;
	color: #fff;
	cursor: pointer;
	border-bottom: 1px solid #454545;
	position: relative;
	background: #232323 url(../img/menu4.svg) 15px 10px no-repeat;
	margin: 0;
	font-family:"Î¢ÈíÑÅºÚ", "ËÎÌå", Arial;
}
.menu_list .current {
	background: #353535 url(../img/menu3.svg) 15px 10px no-repeat;
}
.menu_body {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 38px;
	border-left: 1px solid #454545;
	backguound: #fff;
	border-right: 1px solid #454545;
}
.menu_body a {
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding-left: 38px;
	color: #ccc;
	background: #353535;
	text-decoration: none;
	border-bottom: 1px solid #454545; text-align:left;
}
.menu_body a:hover {
	text-decoration: none;
}
