.containter{width: 1190px;margin: auto;}
.clear{clear: both;}

.window-bin{width: 100%;height: 610px;overflow: hidden}
.window-back {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
}
.window-back.banner {
    padding: 0;
}
.banner-box {
    width: 100%;
    height: 100%;
    position: relative;
}
.banner-cut {
    width: 1000%;
    height: 100%;
}
.banner-pager {
    position: absolute;
    height: 8px;
    line-height: 0;
    top: 93%;
    bottom: auto !important;
    left: 0;
    right: 0;
    text-align: center;
}
.banner-bin {
    width: 10%;
    height: 100%;
    float: left;
    display: block;
    overflow: hidden;
    background: center no-repeat;
    background-size: cover;
    position: relative;
}

.my-pagination-clickable .swiper-pagination-bullet{
    width: 48px;height: 8px;border-radius: 20px;background: #ffffff;margin: 0 15px!important;opacity: 1;
}
.my-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 48px;height: 8px;background: #d1d1d1;
}

.banner-ctrl .ctrl-box {
    position: absolute;
    color: #a8a8a8;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    cursor: pointer;
    z-index: 99;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.banner-ctrl .ctrl-left {
    left: 5%;
    top: 52%;
    background: url(../ZERO/img/banner_prev.png) no-repeat;
}
.banner-ctrl .ctrl-right {
    right: 5%;
    top: 52%;
    background: url(../ZERO/img/banner_next.png) no-repeat;
}
