#wrapper-box{overflow:hidden;min-width:1200px}
#wrapper{width:1920px;height:560px;position:relative;left:50%;margin-left:-960px}
#carousel{width:1920px;height:560px}
#carousel li{width:1920px;height:560px;float:left}
#pager{position:absolute;bottom:20px;left:50%}
#pager a,
#pager span{display:block;height:3px}
#pager a{background:rgba(255,255,255,.5);width:45px;margin:0 5px;float:left}
#pager a:hover{border-color:#fff}
#pager span{background-color:gray;width:0}

#btn-prev,
#btn-next{display: block;position: absolute;top:50%;margin-top: -51px;width: 47px;height: 102px;cursor: pointer;
background:url(../images/button_icon.png);
}
#btn-prev{background-position: top left;left:50%;margin-left: -600px;}
#btn-next{background-position: top right;right: 50%;margin-right: -600px;}
#btn-prev:hover{background-position: bottom left;}
#btn-next:hover{background-position: bottom right;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 40px!important;
}
.swiper-pagination-bullet{
    /*background: #fff;*/
    opacity: .9;
}