#height {
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.17);
}

.header_top {
    margin: 0 auto;
    width: 1270px;
    height: 80px;
    display: flex;
}

.header_bg {
    background: url("../images/header_bg.jpg") no-repeat 49% 0;
}

.logo {
    float: left;
}

.logo_a {
}

.logo_img {
    width: 187px;
    height: 40px;
    margin-top: 18px;
}

.title_new {
    margin-left: 142px;
}

.header_ul {
    display: flex;
}

.title_new li:not(:first-child) {
    margin-left: 49px;
}

.title_new li:first-child {
    width: 36px;
}

.title_new li:first-child a{
    width: 36px;
}

.title_new li {
    margin-top: 22px;
    width: 72px;
    height: 36px;
}

.title_li {
    margin-top: 30px;
    display: flex;

    justify-content: center; /* 水平居中 */
    align-items: center;
    flex-direction: column; /* 设置Flex方向为列 */
}

.title_new a {
    width: 72px;
    height: 26px;
    font-family: HYJunHei;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
    display: block;

}

.title_new .title_a {
    font-family: HYJunHei;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
}

.title_phone_new {
    display: flex;
    margin-left: 100px;
    margin-top: 20px;
    width: 200px;
    height: 40px;
    background: #FFCC00;
    border-radius: 20px;
}

.phone_img_new {
    width: 24px;
    height: 26px;
    margin: 7px 0 0 18px;
}

.phone_span_new {
    width: 141px;
    height: 16px;
    font-family: FZLanTingHei-DB-GBK;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 36px;
    margin: 0 0 0 10px;
}

.header_span {
    width: 20px;
    height: 3px;
    background: #FFCC00;
    display: block;
    margin-top: 8px;
}