#height {
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.17);
}

.header_top {
    margin: 0 auto;
   /*width: 1350px;*/
    width: 1250px;
    height: 90px;
    display: flex;
}

.header_bg {
     background: url("../images/header_bg.jpg") no-repeat 49% 0;
}

.logo {
    float: left;
}

.logo_a {
}

.logo_img {
    width: 184px;
    height: 51px;
    margin-top: 20px;
}

.title_new {
    margin-left: 50px;
}

.title_new li:not(:first-child) {
    margin-left: 60px;
}

.title_new li {
    float: left;
    margin-top: 33px;
}

.title_new a {
    font: 18px/1.5 PingFangSC-Regular, sans-serif;
    color: #333333;
    font-weight: normal;
}

.title_new .title_li {
    margin-top: 29px;
}

.title_new .title_a {
    color: #358CF1;
    font: 20px/1.5 PingFangSC-Regular, sans-serif;
    border-bottom: 2px solid;
}

.title_phone_new {
    display: flex;
    margin-left: 50px;
}

.phone_img_new {
    margin-top: 23px;
    width: 44px;
    height: 44px;
}

.title_phone_new span {
    font: 18px/1.5 PingFangSC-Regular, sans-serif;
    color: #333333;
}

.phone_span_new {
    display: block;
    margin-top: 33px;
}