.containter {
    width: 1190px;
    margin: auto;
}

.clear {
    clear: both;
}

.window-bin {
    width: 100%;
    height: 600px;
    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: 91%;
    bottom: auto !important;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
}

.banner-bin {
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    overflow: hidden;
    background: center no-repeat;
    background-size: cover;
    position: relative;

}

.my-pagination-clickable {
    text-align: center;
}

.my-pagination-clickable .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    margin: 0 15px !important;
}

.my-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
}

@media (max-width: 1600px){
    .window-bin{height: 400px;}
}
@media (max-width: 768px){
    .window-bin{height: 286px;}
}
@media (max-width: 479px){
    .window-bin{height: 160px;}
    .banner-down{display: none;}
    .banner-pager{top:87%}
}