.middle{
	width: 1200px;
	margin:10px auto;
	
}
.middle .leftMenu{
	width: 230px;
	background-color: #fff;
	float: left;
}
.middle .leftMenu .topMenu{
	height: 45px;
	background-color: #2163a6;
	border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; margin-bottom:2px; 
}
.middle .leftMenu .topMenu img{
	margin: 15px 0 0 25px;
	float: left;
}
.middle .leftMenu .topMenu .changeMenu{
	cursor: pointer;
}
.middle .leftMenu .topMenu .banshi{
	padding-left: 30px;
	width:20px; height:16px;
	
}
.middle .leftMenu .topMenu .menuTitle{
	text-align: center;
	color: #F2F2F2;
	float: left;
	line-height: 45px;
	font-size: 14px;
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;
}
.menu_list {
	width: 230px;
}
.menu_list ul li{
	display: block;
	text-align: center;
	width: 100%;
}
.menu_list ul li .fuMenu{
	color: #323232;
	font-size: 14px;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 230px;
	border-bottom: 1px solid #e4e4e4;
	float: left;
}
.menu_list ul li .xiala{
	float: left;
	margin-left: -50px;
	margin-top: 22px;
}
.menu_list ul li .div1 {
	width: 100%;
	height: auto;
	float: left;
}
.menu_list ul li .div1 .zcd{
	color: #646464;
	font-size: 13px;
	height: 50px;
	background-color: #ececec;
	margin-bottom: 1px;
	cursor: pointer;
	line-height: 50px;
	text-align: center;
	width: 230px;
}
.div1 {
	height: 200px;
	display: none;
}
.menu_list ul li .div1 .zcd:hover{ background-color: #e7f1fa; font-weight: bold; }
.removes{
	color: #2163a6 !important;
	border-left: 3px solid #2163a6;
	 font-weight:bold;
}