.slide_wrapper {
    position: relative;
    width: 775px;
}

.slide_box {
    width: 725px;
    height: 375px;
    overflow: hidden;
}

.slide {
    position: relative;
    left: 0px;
}

.slide .imgbox {
    float: left;
    display: block;
    width: 725px;
    height: 375px;
    box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide_link {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.btn_blt {
    position: relative;
    bottom: 36px;
    left: 50%;
    margin-left: -120px;
}

.btn_blt>p {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: white;
    opacity: 0.8;
    float: left;
    margin-right: 7px;
    cursor: pointer;
    transition: all 1s;
}

.btn_blt>p.active {
    background-color: black;
    opacity: 0.8;
}

.btn {
    display: none;
    position: absolute;
    bottom: 37px;
    left: 63px;
}

.btn_l {
    cursor: pointer;
    background-image: url(../images/left.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 38px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 0px;
    float: left;
}

.btn_r {
    cursor: pointer;
    background-image: url(../images/right.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 46px;
    height: 38px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.5);
    float: left;
}

/* new slide */
.slide_wrap .mySwiper {
    height:375px;
}

.slide_wrap .mySwiper .swiper-slide {
    background-size:100%;
    background-repeat: no-repeat;
}

.slide-info-box {
    position:absolute;
    right:24px;
    bottom:18px;
    z-index: 999;
    display: flex;
    align-items: center;
}

.slide-info-box .swiper-pagination2 {
    width: 72px;
    height: 42px;
    border-radius: 24px;
    background-color:rgba(0, 0, 0, 0.54);
    text-align: center;
    line-height:44px;
    color:#ccc;
    font-size:14px;
}

.slide-info-box .swiper-pagination2 .swiper-pagination-current {
    font-weight: 700;
    color:#fff;
}

.slide-info-box .sib-button {
    display:flex;
    width: 80px;
    height: 42px;
    border-radius: 24px;
    background-color:rgba(0, 0, 0, 0.54);
    text-align: center;
    justify-content: space-around;
    align-items: center;
    margin-left:8px;
    cursor: pointer;
}

.slide-info-box .sib-button svg {
    vertical-align: middle;
}

.slide-info-box .sib-control {
    background-color:rgba(0, 0, 0, 0.54);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-left: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.slide-info-box .sib-control .sib-play {
    display: none;
    margin-left: 4px;
}