ul ,li{
	text-decoration: none;
	list-style-type:none;
	padding: 0;
	margin: 0;
}
em{
	font-size: 12px;
	font-style: normal;
}
img{
	border: none;
}
a{
	text-decoration: none;
	color: #555;
}
a:hover{
	color: orange;
}
.map{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	padding: 0;
	margin-bottom: 30px;
}	
.part1,.part2,.part3,.part4,.part5{
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
.map p.title{
	font-size: 20px;
	font-weight: bold;
	margin: 20px auto;
	text-align: center;
}
.map .lefttitle{
	width: 178px;
	height: 74px;
	float: left;
	background-color: #fff;
	text-align: center;
	line-height: 74px;
	text-indent: 20px;
	font-weight: bold;
	font-size: 16px;
}
.map .lefttitle a{
	padding-left: 27px;
}
.map .part1 .lefttitle a{
	background: url(imgmapicons.png) 0px 4px #fff no-repeat;
}
.map .part2 .lefttitle a{
	background: url(imgmapicons.png) 0px -23px #fff no-repeat;
}
.map .part3 .lefttitle a{
	background: url(imgmapicons.png) 0px -47px #fff no-repeat;
}
.map .part4 .lefttitle a{
	background: url(imgmapicons.png) 0px -70px #fff no-repeat;
}
.map .part5 .lefttitle a{
	background: url(imgmapicons.png) 0px -92px #fff no-repeat;
}		

.map ul {
	float: right;
	width: 818px;
	height: 74px;
	padding:  0;
	background-color: #fff;
}
.map ul li{
	line-height: 74px;
	display: inline-block;
	padding: 0 20px;

	font-size: 14px;
}
a.orangered{
	color:orangered;
}