.fuxuan-sildebanner{
    position: relative;
}
.fuxuan-sildebanner .banner-img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.fuxuan-sildebanner .banner-con{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner-con .fuxuan-slidebanner-text{
    color: #C8C8C8;
    font-family: var(--font--family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 143.75% */
}
.banner-con .fuxuan-slidebanner-text .active{
    columns: #fff;
}
.banner-con .fuxuan-slidebanner-title{
    color: #FFF;
    font-family: var(--font--family);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media screen and (max-width: 992px) {
    .fuxuan-sildebanner .banner-img{
        height: 150px;
    }
    .banner-con .fuxuan-slidebanner-title{
        font-size: 36px;
    }
}
@media screen and (max-width: 768px) {
    .fuxuan-sildebanner .banner-img{
        height: 100px;
    }
    .banner-con .fuxuan-slidebanner-title{
        font-size: 30px;
    }
}