.title_banner {
    position: relative;
}
.nav_box h2 {
    line-height: 46px !important;
}
.title_banner img{
    width: 100%;
    height: auto;
}
.title_banner .title_tip_text {
    position: absolute;
    /* top: 27px;
    left: 36px;
    font-size: 23px; */
    top:1.5vw;
    left: 2vw;
    font-size: 1.27vw;
    font-family: FZLTCHK--GBK1-0;
    font-weight: 400;
    padding: .83vw .94vw;
    color: rgba(255, 255, 255, 1);
    background:rgba(255,255,255,.16);
}

