.header {
    background: #fff;
}

.header .nav1 a {
    color: #333;
}

.header .logo_c {
    display: block;
}

.header .logo_w {
    display: none;
}

.header .header_line {
    background: rgba(0 0 0 / 80%);
}

.w1200 {
    margin-top: 130px;
    margin-bottom: 120px;
}

.new_top img {
    width: 100%;
}

.ne_b {
    font-family: 'Alibaba-PuHuiTi-Heavy';
    margin-top: 5vw;
}

.new_fx {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.new_time {
    line-height: 1;
    color: #333;
}

.new_fx_list {
    width: auto;
    display: flex;
    align-items: center;
    margin-left: 2.5vw;
}

.new_fx_list li {
    margin-right: 1.5vw;
    transition: 0.4s;
}

.new_fx_list li img {
    width: auto;
    max-width: 100%;
}

.new_fx_list li:hover {
    transform: translateY(-5px);
}

.new_ss {
    margin-top: 3vw;
    line-height: 1.8;
    color: #333;
}

.new_ss p {
    display: block;
    margin-bottom: 20px;
}

.new_ss p img {
    width: 32%;
}

.new_line {
    width: 100%;
    height: 1px;
    background: rgba(0 0 0 / 10%);
    margin-top: 6vw;
    margin-bottom: 2vw;
}

.new_page p {
    margin-top: 1vw;
    line-height: 1.5;
    color: #999;
}

.new_page p a {
    color: #999;
}

.new_page p a:hover {
    color:var(--yx_Color);
}

@media screen and (max-width: 768px) {
    .w1200 {
        margin-top: 90px;
        margin-bottom: 80px;
    }

    .ne_b{
        margin-top: 30px;
    }

    .new_ss{
        margin-top: 20px;
    }

    .new_fx_list{
        margin-left: 20px;
    }

    .new_fx_list li{
        margin-right: 15px;
    }

    .new_ss p img {
        width: 100%;
        margin-bottom: 10px;
    }

    .new_page li{
        margin-top: 10px;
    }

    .new_line{
        margin: 20px 0;
    }
}
