#content > section{
	position:relative;
}
.slide_wrap{
	position: absolute;
	right: -200px;
	overflow: hidden;
	width: 160px;
	z-index:999;
}
#slide_menu{


}
.slide_menu_data{
	position: relative;
	height: 45px;
	background: #000;
	color: #fff;
	border-radius: 30px;
	line-height: 45px;
	font-size: 12px;
	margin-bottom: 10px;
}
.slide_menu_data_text{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 15px; 
	max-width: 125px;
	
}
#slide_menu_box{
	border: 1px solid #000;
	height: 50px;
	text-align: center;
	line-height: 50px;		
	font-size: 18px;
	font-weight: bolder;
	margin-top: 14px;
	background: #fff;
	cursor: pointer;
}
#slide_menu_box:hover{
	color: #e63100;
	border: 2px solid #e63100
}