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