﻿/*城市切换*/
.city {
	color: #333;
	padding: 0px 0px 0 28px;
	float: left;
	width: 74px;
	margin-right: 80px;
	margin-top: 32px;
	position: relative;
	font-size: 14px;
}
.shouye_city {
	color: #fff;
	padding: 20px 0 0 22px;
	float: left;
}
.city span:hover {
	color: #333 !important
}
.qieH {
	width: 352px;
	background: #FFF;
	padding: 9px;
	color: #666;
	display: none;
	border-radius: 5px;
	position: absolute;
	top: 24px;
	z-index: 8888;
	border: 1px solid #ccc;
	left: -116px;
}
.qieH i {
	width: 100px;
	height: 5px;
	display: block;
	background: url("../images/jianjiao.png") no-repeat bottom;
	position: absolute;
	left: 123px;
	top: -35px !important;
	padding-top: 30px !important;
}
.qieH p {
	color: #000;
	border-bottom: 1px solid #e8e8e8;
	padding-left: 10px;
	margin-top: -1px;
	padding-bottom: 3px;
	float: none !important;
	line-height: 31px !important;
	font-size: 14px !important;
}
.qieH ul {
	padding-left: 10px;
	margin-top: 3px;
	overflow: hidden;
}
.qieH ul li {
	float: left;
	margin-right: 30px !important;
	line-height: 32px !important;
	padding-right: 0;
}
.qieH ul li a {
	color: #666;
	text-decoration: none
}
.qieH ul li a:hover {
	color: #ff5200;
}
.city:hover .qieH {
	display: block;
}
.shouye_city:hover .qieH {
	display: block;
}
/*新版头文件*/
#head2017 {
	line-height: 50px;
}
/*城市切换*/
#head2017 .city {
	float: left;
	margin: 0;
	color: #fff;
	background: url(../images/ico_city_qh.png) no-repeat 64px 23px;
}
#head2017 .city_tc {
	width: 352px;
	background: #FFF;
	padding: 9px;
	color: #666;
	border-radius: 5px;
	border: 1px solid #ccc;
	position: absolute;
	left: -110px;
	display: none;
	z-index: 10000000;
}
#head2017 .city p {
	color: #000;
	border-bottom: 1px solid #e8e8e8;
	padding-left: 10px;
	margin-top: -1px;
	padding-bottom: 3px;
	float: none !important;
	line-height: 31px !important;
	font-size: 14px !important;
}
#head2017 .city i {
	width: 100px;
	height: 5px;
	display: block;
	background: url("../images/jianjiao.png") no-repeat bottom;
	position: absolute;
	left: 96px;
	top: -35px !important;
	padding-top: 30px !important;
}
#head2017 .city_tc ul {
	padding-left: 10px;
	margin-top: 3px;
	overflow: hidden;
}
#head2017 .city_tc li {
	float: left;
	margin-right: 30px !important;
	line-height: 32px !important;
	padding-right: 0;
}
#head2017 .city_tc li a {
	color: #666;
	text-decoration: none
}
#head2017 .city_tc li a:hover {
	color: #ff5200;
}
#head2017 .city:hover .city_tc {
	display: block
}
