/*最外层*/
.all_border{
	position: relative;
	margin: 0 auto;
	max-width:640px;
	min-width:320px;
}

/*侧边导航层*/
.special_nav{
	position: fixed;
	width: 200px;
	z-index: 2;
	height: 400px;
	overflow: auto;
}
/*内容层*/
.special_text{
	position: absolute;
	width: 100%;
	background: #FFFFFF;
	top: 0;
	z-index: 13;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
}
/*按钮*/
@media screen and (min-width:415px) {
.special_button{
	margin-top: 5px;
}
}
@media screen and (max-width: 414px) and (min-width:321px) {
.special_button{
	margin-top: 15px;
}
}
@media screen and (max-width: 320px) {
.special_button{
	margin-top: 15px;
}
}
.special_button{
	margin-left: 20px;
	text-align: center;
	position: fixed;
	width: 30px;
	height: 30px;
	z-index: 999;
	background: #FFFFFF;
}



 /**侧边导航区域**/
.menu_list{
	width:100%;
	margin:0 auto;
	font-family:"微软雅黑"
}
.menu_head_a{
	height: 47px;
	line-height: 47px;
	padding-left: 38px;
	font-size: 16px;
	color: #4e4e4e;
	cursor: pointer;
	border: 1px solid #EBEBEB;
	position: relative;
	margin: 0px;
	background: #FAFAFA;
}
.menu_head_a a{
	color: #4e4e4e;
}
.menu_head_b{
	height: 47px;
	line-height: 47px;
	padding-left: 38px;
	font-size: 16px;
	color: #4e4e4e;
	border: 1px solid #EBEBEB;
	position: relative;
	margin: 0px;
	background: #F1F1F1;
}
.menu_head_b a{
	color: #4e4e4e;
}

.menu_head{
	height: 47px;
	line-height: 47px;
	padding-left: 38px;
	font-size: 16px;
	color: #4e4e4e;
	cursor: pointer;
	border: 1px solid #EBEBEB;
	position: relative;
	margin: 0px;
	background: #fafafa url(/templets/default/ximages/pro_left.png) center right no-repeat;
}
.menu_head a{
	color: #4e4e4e;
}
.menu_list .current{
	background:#F1F1F1 url(/templets/default/ximages/pro_down.png) center right no-repeat;
}
.menu_body{
	line-height: 38px;
	border-left: 1px solid #e1e1e1;
	backguound: #fafafa;
	border-right: 1px solid #e1e1e1;
}
.menu_body a{
	display:block;
	height:38px;
	line-height:38px;
	padding-left:38px;
	color:#b7b7b7;
	background:#fafafa;
	text-decoration:none;
	border-bottom:1px solid #e1e1e1;
}
.menu_body a:hover{
	text-decoration:none;
}
