.swiper-container {
    width: 90%;
    margin-left: 5%;
}
.swiper-wrap li { 
    border-radius: 0; 
}
.swiper-wrap .swiper_box {
    width: 820px!important;  
    background-color: #fff;
} 

.swiper-wrap .swiper_box_img {
    width: 100%;
    height: 420px;
    background-size: 100% 100%;
} 

.swiper_box_text {
    height: 120px;
    line-height: 120px;
    font-weight: 800;
    font-size: 28px;
    text-align: center;
    background-color: #fff;
}

.swiper_box_text b {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgb(92, 179, 246);
    margin-right: 10px;
}