﻿


.pc-fl{
    float: left;
}
.pc-fr{
    float: right;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}


.banner-box{
    text-align: center;
}

.banner-box .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 40px;

}
.banner-box .swiper-button-prev{
    color: #ffffff;
}
.banner-box .swiper-button-next{
    color: #ffffff;
}
.banner-box .swiper-pagination-bullet {
    width: 100px;
    height: 5px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: .2;
}
.banner-box .swiper-pagination-bullet-active {
    opacity: 1;
    background: #055aae;
}