.banners {
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
}
.banners .txt{
    position:absolute;
    margin-top:20px;
}
.banners h1{
    text-align:center;
    font-size: 55px;
    color: #fff;
    font-family:"BEBAS";
    font-weight:normal;
    text-shadow: 0 3px 10px #666;
}
.banners p{
    text-align:center;
    font-size: 36px;
    color: #fff;
    text-shadow: 0 3px 10px #666;
}

.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;
}

.html5zoo-slider-0 {
    min-height: 200px;
}

.html5zoo-box-0 {
    min-height: 200px;
}

.html5zoo-swipe-box-0 {
    min-height: 200px;
}

.html5zoo-space-0 {
    min-height: 200px;
}

.html5zoo-img-box-0 {
    min-height: 200px;
}

.html5zoo-img-0 {
    min-height: 200px;
}

.html5zoo-img-0 img {
    min-height: 200px;
}

.html5zoo-space-0 img {
    min-height: 200px;
}

.pics_wrap .font-box .font1 {
    font-family: 微软雅黑;
    font-size: 43px;
}

.pics_wrap .font-box .font2 {
    font-family: 微软雅黑;
    font-size: 14px;
    line-height: 1.5;
}

.lookmore li {
    display: inline-block;
}

.lookmore li a {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    border-radius: 30px;
}

.lookmore li a.more1 {
    background-color: #ef425a;
    margin-right: 30px;
}

.lookmore li a.more2 {
    background-color: #35c5af;
}

.lookmore li a:hover {
    background-color: #000;
}

@media(min-width:992px) {
    .pics_wrap .font-box .imgbox img {
        max-width: 440px;
    }

    .pics_wrap .font-box .font1 {
        font-size: 60px;
        font-weight: bold;
    }

    .pics_wrap .font-box .font2 {
        font-size: 13px;
        line-height: 2;
        margin: 20px 0;
    }

    .pics_wrap .font-box .font2 i {
        width: 10%;
        display: inline-flex;
        border-bottom: 2px solid #fff;
    }

    .lookmore {
        margin-top: 50px;
    }

    .lookmore li a {
        padding: 14px 45px;
    }
}

@media(max-width:992px) {
    .pics_wrap .font-box .imgbox img {
        max-width: 150px;
    }

    .pics_wrap .font-box .font1 {
        font-size: 26px;
        font-weight: bold;
    }

    .pics_wrap .font-box .container {
        justify-content: center;
    }

    .lookmore {
        margin-top: 40px;
        text-align: center;
    }

    .lookmore li a {
        padding: 14px 45px;
    }
}

@media(max-width:468px) {
    .pics_wrap .font-box .imgbox img {
        display: none;
    }

    .pics_wrap .font-box {
        width: 100%;
    }

    .pics_wrap .font-box .font1 {
        font-size: 22px;
    }

    .pics_wrap .html5zoo-nav-0 {
        display: none !important;
    }

    .pics_wrap .font-box .container {
        justify-content: center;
    }

    .lookmore {
        margin-top: 20px;
        text-align: center;
    }

    .lookmore li a {
        padding: 8px 20px;
    }

}


.honorlist li{
    padding: 0 10px;
}

.honorlist li a{
    display: block;
    border: 1px solid #eee;
}

.news .subtitle{
    font-size: 40px;
    color: #0f27b5;
}


@media (max-width: 767px) {
    .banners .pics_wrap{
        width: 100%;
    }
    .banners img{
        height: 250px;
        object-fit: cover;
    }
    .banners h1{
        font-size: 38px;
    }
    .banners p{
        font-size: 28px;
    }
}