﻿.banners {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pics_wrap .font-box {
    width: calc(100% - 140px);
    height: calc(100% - 100px);
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .pics_wrap .font-box .container {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }

    .pics_wrap .font-box .font1 i {
        background-color: #fff;
        width: 100%;
        height: 0.5px;
        display: block;
    }

@media(min-width:992px) {
    .pics_wrap .font-box .font1 .title {
        padding: 12px;
        background:rgba(128,128,128,0.3);
    }

    .pics_wrap .font-box .font1 {
        font-size: 32px;
    }

    .xbanner li img {
        height: 449px;
        width: 100%;
    }
}

@media(max-width:992px) {
    .pics_wrap .font-box .font1 .title {
        padding: 12px;
    }

    .pics_wrap .font-box .font1 {
        font-size: 26px;
    }

    .pics_wrap .font-box .container {
        justify-content: center;
    }

    .xbanner li img {
        height: auto;
        width: 100%;
    }
}

@media(max-width:468px) {
    .pics_wrap .font-box .font1 .title {
        padding: 4px 0;
    }

    .pics_wrap .font-box {
        position: absolute;
        top: 68%;
        left: 50%;
    }

        .pics_wrap .font-box .imgbox img {
            display: none;
        }

    .pics_wrap .font-box {
        width: 100%;
    }

        .pics_wrap .font-box .font1 {
            font-size: 12px;
        }

    .pics_wrap .html5zoo-nav-0 {
        display: none !important;
    }

    .pics_wrap .font-box .container {
        justify-content: center;
    }

    .xbanner li img {
        min-height: 120px;
        width: 100%;
    }
}
