/*头部导航城市切换*/
.city_hend {
	/*width: 550px;*/
	width: auto;
	background: #fff;
	border: 1px solid #ea3516;
	padding: 30px 25px;
	position: absolute;
	left: -5px;
	top: 63px;
	z-index: 3;
	border-radius: 10px;
	display: none;
}
.header-city:hover .city_hend {
	display: block;
}


.syhomeheadce {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.eyou_city {
	float: left;
	margin-right: 24px;
}
.cityfly {
	float: right;
	margin-top: 5px;
	position: relative;
	padding-bottom: 10px;
	line-height: 20px;
}
.cityfly>a {
	display: block;
	border: 1px solid #ea3516;
	border-radius: 20px;
	padding: 0px 5px;
}
.cityfly a span {
	color: #969696;
	font-size: 12px;
	background: url(../images/down.png) no-repeat right center, url(../images/tb.png) no-repeat left center;
	padding-right: 20px;
	padding-left: 20px;
}
.city_hend {
	left: -30px;
	top: 40px;
}
.header-city {
	display: none !important;
}
@media screen and (max-width: 767px) {
.header-city {
	display: block !important;
}
}
.header-city {
	position: relative;
	line-height: 26px;
	padding: 0px 15px;
}
.fl {
	float: left;
}
.header-city a {
	display: inline-block;
	color: #575757;
}
.header-city i {
	display: inline-block;
	width: 23px;
	height: 15px;
	background: url(../images/icon-city.png) center center no-repeat;
	background-size: 12px auto;
	position: relative;
	top: 2px;
}
