		
.mt__5{
	margin-top: 5px;
}			

.mt__10{
	margin-top: 10px;
}

.Map__wrap{
	width:100%;
	background:#eee;
	font-family:Microsoft YaHei, Arial, Helvetica, sans-serif;
}
	
	.Map__wrap .Map{
		width:880px;
		float:left;
		margin-top:30px;
	}
	
		.Map__wrap .Map .m{
			float:left;
			text-align:center;
		}
		
			.Map__wrap .Map .m li{
				width:100%;
				text-align:center;
				line-height:26px;
				padding: 0 10px;
			}
			
				.Map__wrap .Map .m li a{
					color:#333;
				}
				
					.Map__wrap .Map .m li a:hover{
						color:#3C537C;
						
					}
					
			.Map__wrap .Map .m li:first-child a,
			.Map__wrap .Map .color__b li a{
				font-weight:bold;
				font-size:14px;
				color:#3C537C;
			}			
			
		
		.Map__wrap .Map .m li:first-child{
			text-align:center;
			padding-bottom:5px;
		}			

	#imenus0 li:hover>a {
			background-color: #fff;
			color: #3C537C;
			font-weight: bold;
			text-decoration:none;
		}
		
