.swiper-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

#home-swiper img{
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
}

.layui-this {
    background-color: rgb(0,81,151, .93) !important;
}