html {
    width: 100%;
    font-family: "Hiragino Sans GB", "MicroSofr YaHei", arial
}

body {
    text-align: center
}

ul, li, body {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #333
}

a:visited, a:active {
    color: #333
}

a:hover {
    color: #2d5b85 !important
}

.head {
    width: 1200px;
    margin: 10px auto;
    height: 50px;
    border-bottom: 1px solid #f5f5f5;
    /*   background: url("../images/changecity_bg_small.png") no-repeat;*/
}

.head .container {
    padding-bottom: 3px;
}

.head .container .left {
    float: left;
    margin-left: -40px;
    margin-top: 5px;

}

.head .container .left img {

    height: 40px;

}

.head .container .right {
    float: right;
    font-size: 12px;
    text-align: right;

}

.head .container .right .s1 {
    display: inline-block;
    width: 214px;
    height: 25px;
    border: 1px solid #2d5b85;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    background-color: #2d5b85;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;

}

.head .container .right .s1 a {

    color: #fff;
}

.head .container .right .s1 a:hover {

    color: #fff !important;
}

.head .container .right .s2 {

    color: #2d5b85;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;

}

.head .container .right .s2 a {

    margin: 0 10px;
    color: #666;
    font-size: 12px;
}

.around_city {

    width: 1200px;
    text-align: left;
    margin: 10px auto;

}

.around_city .container {

}

.around_city .container .title {

    color: #2d5b85;
    font-size: 12px;
    font-weight: 600;
}

.around_city .container .title a {

    margin: 0 10px;
    color: #666;
    font-size: 12px;
}

#selector {
    width: 1200px;
    margin: 17px auto 0;
    height: 30px;
    text-align: left;
}

.selector-title {
    float: left;
    line-height: 30px;
    margin-right: 29px;
    color: #555;
    font-size: 14px;
    font-weight: 600
}

.selector {
    float: left;
    cursor: pointer;
    position: relative;
    z-index: 10;
    width: 118px;
    height: 28px;
    margin-right: 8px;
    border: solid 1px #DDD;
    border-radius: 2px;
    color: #999;
    font-size: 14px
}

.selector:hover {
    border-color: #999
}

.selector-result {
    height: 28px;
    padding-left: 15px;
    line-height: 28px;
    font-size: 12px
}

.selector-arrow {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 11px;
    height: 7px;
    background-image: url('../images/changecity_down.png');
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.selector-arrow-up {
    transform: rotate(180deg)
}

.selector-box {
    display: none;
    position: absolute;
    top: 28px;
    left: -1px;
    width: 118px;
    border: solid 1px #DDD;
    font-size: 12px;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto
}

.selector-list {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    color: #999;
    box-sizing: border-box
}

.selector-list:hover {
    color: #2d5b85;
    background-color: #f8f8f8
}

#selector-city {
    margin-right: 39px
}

#selector-btn {
    cursor: pointer;
    float: left;
    width: 80px;
    height: 30px;
    margin-right: 39px;
    line-height: 30px;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    background-color: #2d5b85;
    text-align: center
}

#selector-search {
    float: left;
    width: 168px;
    height: 28px;
    border: solid 1px #DDD;
    border-radius: 2px;
    overflow: hidden
}

#selector-search-input {
    float: left;
    width: 108px;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 6px;
    border: 0;
    outline: 0;
    font-size: 14px;
    color: #999
}

#selector-search-btn {
    cursor: pointer;
    float: left;
    width: 53px;
    height: 28px;
    line-height: 28px;
    border-left: solid 1px #DDD;
    color: #555;
    font-size: 14px;
    text-align: center;
    background-color: #f5f5f5
}

#content {
    width: 1200px;
    margin: 33px auto 0;
    text-align: left
}

#content-title {
    line-height: 16px;
    color: #555;
    font-size: 16px;
    font-weight: 600
}

#content-box {
    float: left;
    width: 1198px;
    margin-top: 23px;
    border: solid 1px #eee
}

.content-letter {
    float: left;
    border-bottom: solid 1px #eee
}

.content-letter-panel {
    float: left;
    width: 40px;
    height: 100%;
    color: #999;
    font-size: 18px;
    font-weight: 700;
    background-color: #f5f5f5;
    text-align: center
}

.content-province {
    float: left;
    position: relative;
    z-index: 1;
    width: 1158px
}

.content-province-triangle {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 10px;
    margin-top: -5px;
    background-image: url('../images/changecity_triangle.png');
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.content-province-title {
    float: left;
    width: 54px;
    height: 100%;
    line-height: 46px;
    padding-left: 16px;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 1px;
    border-color: #eee;
    color: #333;
    font-size: 16px
}

.content-cities {
    float: left;
    width: 1086px;
    padding: 12px 0;
    overflow: hidden
}

.content-city {
    display: inline-block;
    line-height: 20px;
    color: #333;
    font-size: 12px;
    margin: 0 12px
}

.content-letter-panle-hover {
    color: #fff;
    background-color: #2d5b85
}

.content-province-hover {
    background-color: #f5f5f5
}

.content-province-triangle-hover {
    display: block
}

.clb {
    clear: both;
}


.footer {
    margin-top: 10px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;

}

.footer .container {

}


