@charset "utf-8";


/* 城市定位 */
.topbar_local_city{
	float:left;
	position:relative;
	/* height:30px; */
}
.topbar_local_city .local_city_current{
	width:135px;
	/* height:30px;
	line-height:30px; */
	/* padding:0 20px 0 25px; */
	position:relative;
	padding-left:0;
}
.topbar_local_city .local_city_current p{
	display:inline-block;
	height: 30px;
  line-height: 22px;
	font-size:16px;
}
.topbar_local_city .local_city_current p span{
	display:inline-block;
	/* color:#666;	 */
	/* color:rgba(255,255,255,.8); */
	color:#FA4925;	
}
.topbar_local_city .local_city_current p span:first-child{
	width:42px;
}
.topbar_local_city .local_city_current p span:last-child{
	width:84px;
}	
.topbar_local_city .local_city_current .icon_common{
	display:inline-block;
	position:absolute;
	width:20px;
	height:20px;
	/* top:6px; */
	top:17px;
	/* background:url('/show/images/top_icon_local.png') no-repeat; */
	background:url('/show/images/home_topbar_icon.png') no-repeat;
}
.topbar_local_city .local_city_current .icon_common.icon_city{
	left:4px;
	background-position:-28px -24px;
	
}
.topbar_local_city .local_city_current .icon_common.icon_arrow{
	/* width:16px; */
	width:12px;
	height:7px;
	/* right:8px; */
	right:14px;
	/* background-position:-138px -24px; */
	/* background-position:-24px -20px; */
	background-position:-294px -782px;
}
/* 站点修改 2017-11-21 lintao */
/* 修改处1
.topbar_local_city .local_city_items{
	display:none;
	position:absolute;
	top:30px;
	top:40px;
	left:0;
	width:250px;
	height:80px;
	padding:10px 20px;
	background-color:#fff;
}
.topbar_local_city .local_city_items ul li.city_items_single{
	float:left;
	width:80px;
	height:30px;
	line-height:30px;
	text-align:center;
}
.topbar_local_city .local_city_items ul li.city_items_single .city_items_now{
	display:block;
	width:100%;
	font-size:14px;
	color:#666;
}
.topbar_local_city .local_city_items ul li.city_items_single.city_single_current{
	background-color:#2dace3;
	color:#fff;
}
.topbar_local_city .local_city_items ul li.city_items_single.city_single_current .city_items_now{
	color:#fff;
} */

.topbar_local_city:hover .local_current_color{
	/* border-left:1px solid #e3e4e5;
	border-right:1px solid #e3e4e5;
	padding:0 19px 1px 20px; */
	/* padding:0 19px 1px 24px; */
	background-color:#fff;
	/* border-bottom:none; */
	z-index:1;
}

.topbar_local_city:hover::before {
	content: '';
	position: absolute;
	width: 40px;
	height: 14px;
	background: url('/show/images/arrows_up.png') no-repeat center;
	top: 22px;
	z-index: 100;
}
.topbar_local_city:hover .local_current_color .icon_common.icon_city{
	left:3px;
}
.topbar_local_city:hover .local_city_current p span:first-child{
	color:#2dace3;
}
.topbar_local_city:hover .local_city_current p span:last-child.local_change_city{
	color:#2dace3;
}
.topbar_local_city:hover .local_city_current .icon_common.icon_arrow{
	background-position:-242px -24px;
}
/*修改处2 
.topbar_local_city:hover .local_city_items{
	display:block;
	border:1px solid #e3e4e5;
	padding:10px 19px 9px 19px;
	box-shadow:1px 2px 6px rgba(0,0,0,.2);
} */

/* m-site-city -- 站点城市 */
@charset "utf-8";
.m-site-city {
  display:none;	
  position:absolute;
  left:0;
  top:33px;
  width: 430px;
  padding: 15px 0 30px;
	background-color: #fff;
	z-index: 99;
}
.m-site-city li {
  float: left;
}
.m-hot-city {
  padding: 0 12px;
  width: 406px;
}
.m-hot-city p {
  padding-left: 8px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #999;
}
.m-tab-area {
  position: relative;
  width: 406px;
  padding: 0 12px;
  margin-top: 20px;
}
.m-tab-area .tab-line {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #999;
  z-index: 1;
  margin: 0px 10px;
}
.tab-area-group li {
  position:relative;
  height:30px;
}
.tab-area-group li:not(:last-child) {
  margin-right: 20px;
}
.tab-area-group li a {
  display: block;
  width: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.tab-area-group li.active_tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  border-bottom: 1px solid #2dabe3;
  z-index: 2;
}
.tab-area-group li.active_tit a {
  color: #2dabe3;
}
.tab-city-group {
  margin-top: 10px;
}
.tab-city-group .area-city-item {
  display: none;
}
.tab-city-group .area-city-item.active_cont {
  display: block;
}
.select-city li {
  height: 20px;
  margin-right: 20px;
  padding: 5px 8px;
}
.select-city li a {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.select-city li:hover a {
  height: 19px;
  color: #2dabe3;
  border-bottom: 1px solid #2dabe3;
}
.topbar_local_city:hover .m-site-city {
  display:block;
  border:1px solid #e3e4e5;
  padding-top:14px;
  box-shadow:1px 2px 6px rgba(0,0,0,.2);	
}
/* End m-site-city */




/* 手机应用 */
.topbar_phone{
	/* height:30px; */
	height:40px;
	float:right;
	/* margin-left:15px; */
	margin-left:32px;
	position:relative;
	cursor:default;
}

.topbar_phone .topbar_phone_title{
	/* height:30px; */
	height:40px;
	position:relative;
}
.topbar_phone .topbar_phone_title span{
	position:absolute;
}
.topbar_phone .topbar_phone_title .topbar_icon_phone{
	/* top:7px; */
	top:12px;
	left:2px;
	/* width:18px;
	height:18px; */
	width:11px;
	height:16px;
	/* background:url('/show/images/top_icon_phone.png') no-repeat; */
	/* background:url('/show/images/home_topbar_icon.png') no-repeat -142px -20px; */
	background:url('/show/images/home_topbar_icon.png') no-repeat -244px -782px;
}	
.topbar_phone .topbar_phone_title .topbar_icon_arrow{
	/* top:12px; */
	top:17px;
	left:81px;
	width:12px;
	/* height:12px; */
	height:7px;
	/* background:url('/show/images/top_icon_arrow.png') no-repeat; */
	/* background:url('/show/images/home_topbar_icon.png') no-repeat -24px -20px; */
	background:url('/show/images/home_topbar_icon.png') no-repeat -294px -782px;
}
.topbar_phone .topbar_phone_title p{
	height:100%;
	/* line-height:30px; */
	line-height:40px;
	/* padding-left:20px;
	padding-right:20px; */
	padding: 0 18px;
	font-size:14px;
	/* color:black; */
	/* color:rgba(255,255,255,.8); */
}
/* 二维码 */
.topbar_phone .topbar_phone_content{
	position:absolute;
	/* top:30px; */
	top:40px;
	right:0px;
	width:150px;
	background:#fff;
	text-align:center;
	padding-top:4px;
	padding-bottom:10px;
	border-radius:8px;
	box-shadow:0 0 20px rgba(204,204,204,0.8);
	display:none;
}
.topbar_phone:hover .topbar_phone_title .topbar_icon_phone {
	background-position:-325px -20px;
}
.topbar_phone:hover .topbar_phone_title p{
	/* color:#01b7e6; */
	color:#2dabe3;
}
.topbar_phone:hover .topbar_phone_title .topbar_icon_arrow {
	background-position: -207px -20px;
}
.topbar_phone:hover .topbar_phone_content{
	display:block;
}
.topbar_phone .topbar_phone_content span{
	display:block;
	font-size:14px;
}
.topbar_phone .topbar_phone_content .topbar_icon_tArrow{
	position:absolute;
	top:-10px;
	left:70px;
	width:10px;
	height:10px;
	background:url('/show/images/top_icon_tArrow.png') no-repeat;
}




.topbar_local_content {
	display: block;
	float: left;
	width: 350px;
	position: relative;
	top: 0;
	padding: 0;
	padding-left: 20px;
}
.topbar_local_content>p {
	float: left;
}
.topbar_local_content .quick_start_city {
	padding-top: 5px;
	float: left;
}
.topbar_local_content .describe {
	font-size: 16px;
	color: #999;
	padding-left: 10px;
}
.topbar_local_content .quick_start_city li {
	font-size: 16px;
	color: #999;
	padding: 0px 10px;
	border-right: 1px solid #e0e0e0;
	height: 16px;
	line-height: 14px;
	margin: 0;
}
.topbar_local_content .quick_start_city li:first-child {
	color: #1a1a1a;
	position: relative;
}
.topbar_local_content .quick_start_city li:first-child::before {
	content: '';
	position: absolute;
	width: 11px;
	height: 8px;
	background: url('/show/images/arrows_up_city.png') no-repeat;
	bottom: -8px;
	left: 42%;
}
.topbar_local_content .quick_start_city li:last-child {
	border: none;
}
.topbar_local_content .quick_start_city li a {
	height: auto;
	line-height: 14px;
	font-size: 16px;
	color: #999;
}
.topbar_local_content .quick_start_city li:hover a {
	border: none;
	color: #2dabe3;
}
