*:focus{outline:none;}
.AllCityCont{
	width:1200px;
	margin:auto;
}
.AllCityCont .TopCont{
	height:280px;
	background:url(bg.gif) center top no-repeat;
	position:relative;
	overflow:hidden;
	border:1px solid #dfdfdf;
	box-shadow:0px 1px 2px #dfdfdf;
}
.TopCont .top-searchCity{padding-top:85px; padding-left:10px;overflow:hidden;}
.top-searchCity span{float:left; height:37px; line-height:45px; font-size:18px;}
.top-searchCity .ListArea{float:left;}
.top-searchCity .ListArea li{float:left; padding: 0 5px; width: 116px; height: 37px; line-height: 37px; margin-right: 20px; border: 1px solid #fe7d27; border-radius: 5px; background: url("drop-down.png") 110px center no-repeat; overflow: hidden;}
.top-searchCity .ListArea li select{border: 0;  background: none;  height: 37px;  width: 140px;  font-size: 16px;}
.top-searchCity .cityBt{float:left; width:144px; height:37px; background:url("searchBt.png") no-repeat;}
.top-searchCity .cityBt a{float:left; width:144px; height:37px;}
.top-hotCity{padding-left:10px; padding-top:50px; padding-bottom:30px; height:30px; line-height:30px; font-size:18px; border-bottom:1px dashed #e0e0e0;}
.top-hotCity span{display:inline-block; padding-right:40px; color:#1dbca6;}
.top-hotCity a{display:inline-block;  margin-right:30px; color:#505050;}
.top-levelCity{padding-left:10px; padding-top:5px; height:40px; line-height:40px; font-size:16px; }
.top-levelCity span{display:inline-block; padding-right:40px; color:#ff8042;}
.top-levelCity a{display:inline-block;  margin-right:30px; color:#1799e8;}
.top-levelCity b{float:right; padding-right:20px; font-size:16px; color:#000;}


.SelectCity{box-shadow:0px 1px 2px #f3f3f3; border-left:1px solid #f3f3f3; padding-top:20px;}
.SelectCity dl dt.city-color{background:#45c0b4; color:#fff;}
.SelectCity .head{
	height:35px;
	border-bottom:#D2D2D2 solid 1px;
	font-size:16px;
	color:#666;
	padding-left:40px;
	line-height:35px;
	position:relative;
	margin-bottom:10px;
}
.SelectCity .head:before{
	content:'';
	display:block;
	width:13px;
	height:6px;
	position:absolute;
	background:url(tag.png) no-repeat;
	bottom:-6px;
	left:25px;
}
.SelectCity dl{
	border-bottom:#efefef solid 1px;
	padding:6px 0;
	position:relative;
}
.SelectCity dl:after{
	content:'';
	display:block;
	height:1px;
	width:100%;
	clear:both;
}
.SelectCity dl dt{
	width:63px;
	padding:12px 10px 12px 16px;
	background:#eaeaea;
	line-height:26px;
	border-left:1px solid #e1e1e1;
	float:left;
	font-size:18px;
	color:#000;
	position:relative;
}
.SelectCity dl dd{
	float:left;
	margin:14px 0 14px 15px;
	line-height:25px;
	height:25px;
	font-size:16px;
	overflow:hidden;
}
.SelectCity dl dd.active{position:absolute; top:0px; left: 98px; height:64px; margin:0; line-height:32px;}
.SelectCity dl dd:after{
	content:'';
	display:block;
	height:1px;
	width:100%;
	clear:both;
}
.SelectCity dl dd a{
	display:block;
	float:left;
	margin-right:15px;
}