
#J_home_cname {
    color: #fff;
    font-size: 15px;
    line-height: 1.5em;
    padding: 0 10px;
}

.hd .back{
	top: 8px;
	left: 11px;
	position: absolute;
	height: 44px;
	width: 44px;
	background-position: -296px -83px;	
}

.hd .hd-right-text{
	top: 22px;
	right: 16px;
	font-size: 12px;
	color: #fff;
	position: absolute;
	line-height: 12px;
}


.city-name{
	position:relative;
	left: 5em;
}
.iHeader .down{
	width:0;
	height:0;
	overflow:hidden;
	border-width:5px;
	border-color:#fff transparent transparent; 
	border-style:solid dashed dashed;
	position:absolute;
	left:37px;
	top:10px;
	margin-left:5px;
}
.iHeader .up{
	width:0;
	height:0;
	overflow:hidden;
	border-width:5px;
	border-color:transparent transparent #fff; 
	border-style:dashed dashed solid;
	position:absolute;
	left:30px;
	top:20px;
	margin-left:5px;
}
/* 城市列表 */
#city-warp{
	display:none;
}
.city-back{
	width:100%;
	height:100%;
	background-color:black;
	filter:alpha(opacity=60);
	opacity:0.6;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
}
#city-list{
	padding: 10px 0;
	width:100%;
	color:#333;
	font-size:14px;
	background-color:white;
	overflow:hidden;
	text-align:center;
	position:absolute;
/* 	top:55px;
	left:0; */
	z-index:10001;
}
#city-list li{
	padding: 5px 0;
	width: 25%;
	list-style:none;
}
#city-list a{
	width: 50%;
	margin: 0 auto;
	display:block;
	padding:10px 0;
	color:#000;
}
#city-list a.active{
	background: #0072dd;
    color: #fff;
}


.home-focus{
	position: relative;
}


.home-nav {
	text-align: center;
	color: #7b7b7b;
	font-size: 14px;
	position: relative;
	line-height: 14px;
	border-bottom: 1px solid #b9b9b9;
}
.home-nav .home-nav-text{
	position: relative;
	padding-left: 18px;
	padding-right: 18px;
	top: 10px;
	z-index: 10;
	background: #fff;
}

.home-nav-l, .home-more-l {
	font-size: 0;
	padding-top: 12px;
	width: 315px;
	margin: 0 auto;

}

.home-nav-item {
	display: inline-block;
	width: 151px;
	height: 69px;
	margin-right: 6px;
	margin-bottom: 6px;
}
.home-nav-img, .home-more-img{
	width: 100%;
	height: 100%;
	outline: none;
	border: 0;
} 
.home-more-item{
	display: inline-block;

}
.home-more-phone{
	width: 193px;
	height: 37px;
	margin-right: 6px;
}
.home-more-fallback{
	width: 109px;
	height: 37px;
}
.ft {
	height: 33px;
	text-align: center;
	font-size: 9px;
	color:#656565;
	line-height: 33px;
	margin-bottom:70px;
}


.city-wrp{
	width:60px;
	height:100%;
	margin:0px auto;
	
}
.more-city{
	float:left;
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	margin-left:2px;
	
}
.city-list-wrp{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	width:100%;
	height:100%;
	position:fixed;
	top:48px;
	left:0px;
	display:none;
	z-index:30;
}
.city-list{
	width:100%;
	height:300px;
	overflow-x:hidden;
	overflow-y:auto;
	background:white;
	color:#333;
	text-align:center;
	font-size:16px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.city-list a{
	color:#333;
}
.city-names{
	height:45px;
	line-height:45px;
	border-bottom:1px solid #ddd;
}