/*header*/
.header-nav{
    height: 30px;
    background: #e3e4e5;
    width: 100%;
    font-size: 12px;
}
.header-nav-con{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.header-nav-con .city{
    height: 30px;
    background: #e3e4e5;
}
.header-nav-con a.citycon{
    padding: 0 20px;
    display: block;
    line-height: 30px;
/*     width:100%; */
    color: #333;
    height: 30px;
    text-align: center;
}
.header-nav-con a{
    line-height: 30px;
    color: #999;
    height: 30px;
}

div.cityList{
    display: none;
    position: absolute;
    left:0;
    top:30px;
    background: #fff;
    width: 60%;
    border: 1px solid #eee;
}

div.cityList ul li{
    float: left;
    color: #00A5FF;
    
}
.hoverBg{
    background: #fff;
}

.header-nav ul li{
    float: left;
    line-height: 30px;
    margin-left: 30px;
    color: #888;
}
.header-nav ul li a:hover{
    color: #ee5f5b;
}

    