.city_wrap{
	width: 1190px;
	margin: 0 auto;
}
.city_banner{
	width: 1190px;
	height: 240px;
}
.go_btn{
	width: 350px;
	margin: 30px auto 0;
}
.go_index{
	width: 350px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-family: 微软雅黑;
	display: inline-block;
	border-radius:5px;
	background: url(../images/btn.png) no-repeat 0 0 ;
	
}
.go_index:hover{
	color: #fff;
	text-decoration: none;
	background: #ee0000;
}
.city_name{
	margin: 0 20px;
}
.searh_main{
	width: 1090px;
	margin: 30px auto 0;
}
.searh_text{
	height: 80px;
	line-height: 80px;
	font-weight: bold;
	color: #333;
	border-top: 1px dotted #e5e5e5;
}
.searh_info{
	width: 175px;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	border: 1px solid #ccc;
	background: url(../images/searh_icon.png) no-repeat 3px 10px;
}
.left_searh{
	float: left;
}
.right_searh{
	float: left;
	margin-left: 88px;
}
.hot{
	font-size: 16px;
}
.right_searh a{
	font-weight: normal;
	margin-left: 17px;
	color: #007fd7;
}
.right_searh a:hover{
	color: #dd0000;
}
.city_main{
	width: 1090px;
	border-top:1px dotted #e5e5e5 ;
	position: relative;
	padding-top: 20px;
}
.city_area{
	background-color: #fff;
	position: absolute;
	top:0px;
	top: -14px;
	left: 0;
	font-size: 16px;
	font-family: 微软雅黑;
	color: #cccccc;
}
.city_main dl{
	margin-bottom: 20px;
	width: 1090px;
	overflow: hidden;
	height: 20px;
}
.city_main dl dt{
	color: #333;
	float: left;
	width:60px;
	font-weight: bold;
}
.city_main dl dd{
	
	float: left;
	margin-right: 10px;
}
.city_main dl dd a{
	color: #007fd7;
}
.city_main dl dd a:hover{
	color: #dd0000;
}
.city_main dl dt{height:20px;}
.city_main dl{height:auto}