@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	font-family: 微软雅黑;
}
.middlebox{
	margin:0 auto; 
	width:1000px;
	margin-bottom:20px;}
.middle-top{
	float: left;
	width: 1000px;
	height:30px;
	margin-bottom: 5px;
	margin-top: 10px;}
.middle-top img{margin-bottom:9px;}	
.s7{
	float: right;
	line-height: 30px;
	color: #999;
	}
.s8{
	float:left;
	width: 130px;
	color: #f48c06;
	}	
	
.left{float:left;
	 width: 274px;
	 height: 100%;
	/* [disabled]border-right: 1px solid #CCCCCC; */
	color: #FFFFFF;
	font-size: 18px;
	margin-top:10px;
	margin-bottom: 10px;}
.menu_head{
	width: 244px;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	/* [disabled]border: 1px solid #fff; */
	position: relative;
	margin: 0px;
	font-weight: normal;
	background: #008cdf url(../images/pro_left.png) center right no-repeat;
}
.menu_list .current{
	background: #2079c5 url(../images/pro_down.png) center right no-repeat;
}
.menu_body{
	width: 274px;
	height: auto;
	overflow: hidden;
	line-height: 40px;
	/* [disabled]border-left: 1px solid #e1e1e1; */
	backguound: #fff;
	/* [disabled]border-right: 1px solid #e1e1e1; */
}
.menu_body a{
	
	font-size: 14px;
	display: block;
	width: 274px;
	height: 38px;
	line-height: 38px;
	padding-left: 38px;
	color: #999;
	background: #e3e3e3;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.menu_body a:hover{text-decoration:none;color: #2079c5;
background-color:#fff;}	