﻿*
{
	margin:0;
	padding:0;
}

ul li{ list-style-type:none; padding:0; margin:0;}
/*city*/
.city-map{
    width: 1200px;
    background-color: #fff;
    margin: 0 auto;
    color: #323232;
    font-size: 14px;
}
.city-map .hot-city a:hover,.city-map .city-letter-group a:hover{
    color: #1fb9ee;
}
.city-data{
    border: solid 1px #e6e6e6;
    margin: 0 auto;
}
.city-select{
    background-color: #f9f9f9;
    height: 62px;
    line-height: 62px;
    padding-left: 20px;
    border-bottom: solid 1px #e6e6e6;
    position:relative;
}

.hot-city{
    padding:11px 20px;
    background-color: #fff;
    border-bottom: solid 1px #e6e6e6;
}
.hot-city a{
    color: #323232;
    text-decoration: none;
    padding: 0px 16px;
    display:inline-block;
    height:34px;
    line-height:34px;
    text-align:center;
    white-space:nowrap;
}
.hot-title
{
    vertical-align:top;
    display:inline-block;
    line-height:34px;
}
.hot-items
{
    display:inline-block;
    width:1080px;
    line-height:34px;
}
.city-sort-letter{
    height: 70px;
    line-height: 70px;
    padding-left: 20px;
    border-bottom: solid 1px #e6e6e6;
}
.city-sort-letter span{
    display: inline-block;
    width: 140px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #1fb9ee;
    color: #fff;
	float:left;
	margin-top:20px;
	border-radius:3px;
    position:relative;
}
.city-sort-letter span i
{
	display:inline-block;
	width:0;
	height:0;
	border-top:6px solid #1fb9ee;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	position:absolute;
	left:10px;
	bottom:-6px;
}
.city-sort-letter ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    height: 30px;
    width: 1000px;
    margin-left:30px;
}
.city-sort-letter ul li{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.city-sort-letter ul li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #323232;
    text-decoration: none;
}
.city-sort-letter ul li a:hover,.city-sort-letter ul li a.focus{
    background-color: #1fb9ee;
    color: #fff;
}
.city-letter-group{
    padding: 0;
    margin: 0;
    list-style: none;
    height:368px;
    overflow:hidden;
}
.city-letter-group li{
    padding: 6px 10px 6px 20px;
    border-bottom: solid 1px #e6e6e6;
}
.city-letter-group li:last-child{
    border-bottom: none;
}
.city-letter-group li:hover,.city-letter-group li.focus
{
	background-color:#f8f8f8;
}
.city-letter-group li:hover .city-letter,.city-letter-group li.focus .city-letter{
    background-color: #1fb9ee;
    color: #fff;
}

.city-letter{
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background-color: #f8f8f8;
    border: solid 1px #eee;
    vertical-align: top;
}
.city-items{
    margin-left: 30px;
    line-height: 33px;
    width: 1080px;
    display: inline-block;
}
.city-items a{
    padding: 0px 10px;
    text-decoration: none;
    color: #666;
    white-space: nowrap;
}
.city-items a:hover{
    color: #1fb9ee;
}
#provinceDropdown,#cityDropdown
{
	width:120px;
}
#current_city_website
{


	color:#1a8fee;
	font-size:24px;
    text-decoration:none;
}
#current_city_website:hover
{
	color:#1fb9ee;
}
/*end  */

.city-site
{
	display:inline-block;
	padding:0px 20px 0px 0px;
	margin-right:20px;
	position:relative;
	float:left;
}
.city-site span
{
	font-size:16px;
	color:#000;
	margin-right:5px;
}
.city-site i
{
	display:inline-block;
	width:1px;
	height:32px;
	background-color:#e6e6e6;
	position:absolute;
	top:15px;
	right:0px;
}
.top-header .form {
    float: left;
    height: 110px;
    padding-top:36px;
    margin-left:100px;
}
.top-header .form *{}
.top-header .form .search_div{font-size:0;}
.top2_ad{margin-left:63px;}


    .city-letter-group{height:auto;}
    .city-sort-letter-fixed{position:fixed;width:1200px;top:0px;left:50%;transform:translateX(-50%);background-color:#fff;border:solid 1px #e6e6e6;box-shadow:0px 2px 4px #ccc;z-index:111111111;}
    .letter-box{height:70px;}
