.yu_header2 .yu_head_pc{
    /* position: inherit; */
    background-color: #fff;
}
.yu_header2 .yu_head_pc .pc_nav,
.yu_header2 .yu_head_pc .pc_nav li a,
.yu_header2 .yu_head_pc .yu_yuyang a,
.yu_header2 .yu_head_pc .yu_yuyang{
    color: #333;
}
.yu_header2 .yu_height{
    height: 88px;
}

.other_banner2 .banner_div{
    width: 1200px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.other_banner2 .banner_div .banner_title,
.other_banner2 .banner_div .banner_text{
    text-align: left;
}

.other_banner2 .banner_div .banner_title{
    font-size: 56px;
}
.other_banner2 .banner_div .banner_text{
    font-size: 30px;
    margin-bottom: 12px;
}






@media (max-width: 767px){
    .yu_header2 .yu_height {
        height: 63px;
    }
    .other_banner2 .banner_div{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .other_banner2 .banner_div .banner_title{
        font-size: 26px;
        text-align: center;
    }
    .other_banner2 .banner_div .banner_text{font: 20px;text-align: center;}
    .other_banner .banner_div p{font-size: 14px;text-align: center;}
}