
#showCity{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    border-bottom:1px solid #e3e3e3;
    font-size:14px;
    color: #3F4358;
}
#showCity a{
    color:#00a4ff;
    font-weight: bold;
    font-size: 16px;
}
.cityItemTitle{
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    height: 38px;
    font-size: 14px;
    padding-left: 10px;
    line-height: 38px;
    background: #F8F8F8;
    color: #3F4358;
}
.cityItemTitle span{
    font-size: 13px;
    color: #999;
    line-height: 39px;
    margin-left: 10px;
    display: inline-block;
}
.letter .cityItemTitle{
    background: white;
    border-bottom:1px solid #00a4ff;
}
.cityliContent{
    overflow: hidden;
    width: 100%;
}
.cityliContent ul{
    width:100%;
    display: inline-block;
}
.cityliContent ul li{
    float: left;
    width: 33.3%;
    height: 45px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #394b59;
}
.letterliContent{
    width:100%;
    display: inline-block;
}
.cityliContent ul li a{
    color: #00a4ff;
    font-size: 16px;
    display: block;
    height: 45px;
}
.letterliContent ul li{
    width: 16.66666666666667%;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #394B59;
}
.letterliContent ul li a{
    display: block;
    height: 40px;
    color: #394b59;
    font-size: 14px;
    -webkit-border-radius: 0px;
}
.letterCityItemContent ul li a{
    color: #3F4358;
    font-size:14px;
    line-height: 45px;
}
.siteItem{
    width:100%;
    margin-top:15px;

}
.siteTitle{
    width:100%;
    color:#999;
    font-size: 14px;
    display: inline-block;
}

.scrollDiv{
    padding:0px 10px;
}

.siteNav{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top:10px;

}

.siteNav div{
    width: 29%;
    display: inline-block;
    margin:0px 10px 10px 0;

}

.siteNavText{
    width:100%;
    display: inline-block;
    color: #666;
    font-size: 12px;
    text-align: center;

    background: white;
    padding:5px 0;
}

.siteNav div:nth-child(3n){
    margin-right: 0px;
}

.scroll-right{
    width:30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top:50px;
    position: fixed;
    top:2%;
    right:0;

}

.scroll-right a {
    width:100%;
    display: inline-block;
    text-align: center;
    color:#666;
    font-size: 12px;
    margin:2px 0;
}



@media screen and (max-width: 1025px) {


    #header {
        /*max-width: 100%;*/
        width: 93%;
        height: 45px;
    }

    #header .header-left {
        width: 50%;
    }

    #header .header-right {
        width: 50%;
    }

    #header .header-left img {
        width: 30%;
        height: 25px;
    }

    #header .header-left a {
        font-size: 14px;
    }

    #header .header-right a {
        font-size: 14px;
        margin-bottom: 0px;
    }

    #header .header-right p {
        font-size: 12px;
        display: none;
    }


}
@media screen and (min-width: 1025px) {
    body {
        background: #F2F2F2;
    }
    .scrollDiv{
        width: 1200px;
        max-width: 1200px;
        margin:0px auto;
        background: white;
        padding:0px 30px;
    }
    .siteItem div{
       width: auto;
        margin:0px 20px 10px 0;
    }
    .siteNavText{
        font-size: 14px;
        background: transparent;
    }
    .siteNav div:nth-child(3n){
        margin:0px 20px 10px 0;
    }
    .siteNav div a:hover{
        color:#00a4ff
    }
    .siteTitle{
        margin:20px 0 !important;
    }
    .scroll-right{
        display: none;
    }
    #hotCity,#letterCity,#letterCityContent{
        max-width:1200px;
        margin:0px auto;
        display: flex;
    }

    #hotCity .cityItemTitle{
        margin-right:10px;
    }
    #hotCity .cityItemTitle,#letterCity .cityItemTitle{
        background: white;
        border:0px;
        padding:0px;
    }
    #hotCity .cityItemTitle h3{
        color:#00a4ff;
        font-size: 14px;
    }
    #letterCity .cityItemTitle h3{
        color:#555;
        font-size: 14px;
    }
    #hotCity .cityliContent,#letterCity .letterliContent{
        flex:1;
        margin-left: 10px;
    }
    #hotCity .cityliContent ul li,#letterCity .letterliContent ul li{
        width:auto;
        margin: 0 10px;
        height: 38px;
        line-height: 38px;
    }
    #hotCity .cityliContent ul li a,#letterCity .letterliContent ul li{
        height: 38px;
        color:#666;
        font-size: 14px;
    }
    #letterCity .letterliContent ul li:hover a{
        color:#00a4ff;
    }

    #letterCityContent{
        flex-wrap: wrap;
        margin-top:30px;
    }
    #letterCityContent .letter{
        width:100%
    }
    #letterCityContent .cityItemTitle{
        border-top:0px;
    }
    #letter .cityliContent{
        padding:10px 0px;
    }
    .letterCityItemContent ul li a:hover{
        /*background: #00a4ff;*/
        color:#00a4ff;
    }
}