 
.banners {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pics_wrap .font-box {
    width: calc(100% - 140px);
    height: calc(100% - 100px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .pics_wrap .font-box .container {
        height: 100%;
        display: flex; /*justify-content:center;*/
        align-items: center;
    }

    .pics_wrap .font-box .imgbox {
        position: absolute;
        right: 0;
    }

    .pics_wrap .font-box .font1 {
        font-weight: bold;
        color: rgb(255, 255, 255);
    }

    .pics_wrap .font-box .font2 {
        color: rgb(255, 255, 255);
    }

@media(min-width:992px) {
    .pics_wrap .font-box .imgbox img {
        max-width: 440px;
    }

    .pics_wrap .font-box .font1 {
        font-size: 42px;
    }

    .pics_wrap .font-box .font2 {
        font-size: 26px;
    }
}

@media(max-width:992px) {
    .pics_wrap .font-box .imgbox img {
        max-width: 150px;
    }

    .pics_wrap .font-box .font1 {
        font-size: 26px;
    }

    .pics_wrap .font-box .font2 {
        font-size: 18px;
    }
}

@media(max-width:468px) {
    .pics_wrap .font-box .imgbox img {
        display: none;
    }

    .pics_wrap .font-box {
        width: 100%;
        padding-left: 10px;
    }

        .pics_wrap .font-box .font1 {
            font-size: 18px;
        }

        .pics_wrap .font-box .font2 {
            font-size: 13px;
        }

    .pics_wrap .html5zoo-nav-0 {
        display: none !important;
    }
}
 