@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
.index_district {
	width: 980px;
	height: 60px;
	margin: 3px auto 0;
	background: url(../images/index_district-bg.png) no-repeat;
	position: relative;
	z-index: 8;
}
.index_district dt {
	float: left;
	width: 104px;
	height: 60px;
	overflow: hidden;
	padding-left: 18px;
	padding-right: 18px;
}
.index_district dd {
	float: left;
	font-size: 14px;
	font-weight: bold;
	display: block;
	height: 14px;
	width: auto;
	text-align: center;
	margin-top: 23px;
	position: relative;
	z-index: 9;
	padding-left: 3px;
	padding-right: 2px;
}
.index_district dd img {
	padding-top: 1px;
}
.index_district dd a {
	color: #fff;
}
.index_district dd ul {
	display: block;
	width: 204px;
	height: auto;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 10;
	font-weight: normal;
	font-size: 14px;
	padding: 2px;
	padding-top: 0;
	padding-right: 0;
}
.index_district dd .ul1 {
	position: absolute;
	left: 0;
	top: 16px;
}
.index_district dd .ul2 {
	position: absolute;
	right: 0;
	top: 16px;
}
.index_district dd ul li {
	list-style: none;
	float: left;
	display: block;
	width: 64px;
	height: 26px;
	overflow: hidden;
	text-align: center;
	line-height: 28px;
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 2px;
	margin-top: 2px;
}
.index_district dd ul li a {
	display: block;
	width: 64px;
	height: 26px;
	color: #333;
}
.index_district dd ul li a:hover {
	color: #fff;
	background: url(../images/index-city_sel_bg.png);
}
#line {
	border: 0px;
	margin-left: 1px;
	background: url(../images/index_district-li_sline.png) no-repeat;
}