/*头部导航城市切换*/
.taps {
    text-align: left;
    font-size: 14px;
    padding: 20px 0 5px;
    overflow: hidden;
}
.taps a {
    padding: 2px 18px;
    border-radius: 20px;
}

#zuixin li em {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    margin-right: 5px;
    padding: 0 5px;
}
#zuixin .ttcolor {background-color: #ff0000;}
#zuixin .tgcolor {background-color: #ff7100;}
#zuixin .zdcolor {background-color: #20a53a;}

/* 城市弹窗主体 */
.cityfly {
    float: right;
    margin-top: 5px;
    position: relative;
    padding-bottom: 10px;
    line-height: 20px;
}
.cityfly > a {
    display: block;
    border: 1px solid #ea3516;
    border-radius: 20px;
    padding: 0 5px;
}
.cityfly a span {
    color: #969696;
    font-size: 12px;
    background: url(../images/down.png) right center no-repeat, url(../images/tb.png) left center no-repeat;
    padding: 0 20px 0 20px;
}

/* 城市弹出面板 */
.city_hend {
    width: auto;
    background: #fff;
    border: 1px solid #ea3516;
    padding: 30px 25px;
    position: absolute;
    left: -30px;
    top: 40px;
    z-index: 999;
    border-radius: 10px;
    display: none;
}
.cityfly:hover .city_hend {
    display: block;
}
.city_hend::after {
    content: "";
    width: 100px;
    height: 12px;
    position: absolute;
    left: 25px;
    top: -12px;
    background: url(../images/top.png) no-repeat;
}

/* 城市导航 */
.city_nav {
    border-bottom: 1px solid #dadada;
    height: 36px;
    line-height: 36px;
}
.city_nav ul {
    display: flex;
    float: left !important;
    padding: 0;
    margin: 0;
    list-style: none;
}
.city_nav li {
    color: #000;
    font-size: 15px;
    line-height: 35px;
    background: #ececec;
    border: 1px solid #d7d7d7;
    padding: 0 20px;
    margin-right: 5px;
    min-width: 30px;
    text-align: center;
    cursor: pointer;
}
.city_nav li.on {
    background: #fff;
    border-bottom: 1px solid #fff;
}

/* 城市列表 */
.city_main {
    clear: both;
}
.city_main ul {
    display: flex;
    flex-wrap: wrap;
    float: left !important;
    padding: 0;
    margin: 0;
    list-style: none;
}
.city_main li a {
    display: inline-block;
    font-size: 16px;
    color: #5a5a5a;
    margin-right: 20px;
    padding: 0 10px;
    margin-top: 15px;
    text-decoration: none;
}
.city_main li a:hover,
.city_main li.on a {
    background: #ea3516;
    color: #fff;
}

/* 布局样式 */
.syhomeheadce {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.eyou_city {
    float: left;
    margin-right: 24px;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/* 移动端城市 */
.header-city {
    display: none !important;
    position: relative;
    line-height: 26px;
    padding: 0 15px;
}
.header-city a {
    color: #575757;
}
.header-city i {
    display: inline-block;
    width: 23px;
    height: 15px;
    background: url(../images/icon-city.png) center no-repeat;
    background-size: 12px auto;
    position: relative;
    top: 2px;
}
.fl {
    float: left;
}

@media screen and (max-width: 767px) {
    .header-city {
        display: block !important;
    }
}