.sjyj_index_swiper{
    position: relative;
}
.sjyj_index_swiper::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 164px;
    background: linear-gradient(to bottom,rgba(0,0,0,0.4),rgba(0,0,0,0));
    z-index: 1;
}
.sjyj_index_swiper_img{
    font-size: 0;
}
.sjyj_index_swiper_img img{
    width: 100%;
    height: 918px;
    object-fit: cover;
}
.sjyj_index_swiper .swiper-pagination{
    font-size: 0;
    bottom: 37px;
}
.sjyj_index_swiper .swiper-pagination .swiper-pagination-bullet{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    margin: 0 5px;
}
.sjyj_index_swiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 25px;
    height: 5px;
    border-radius: 3px;
    background: #FC7B26;
}