.ibanner-2 {
    height: 709px;
    background-color: transparent;
}
.ibanner-2 .ibanner-2-page{
    bottom: 42px;
}
.ibanner-2 .ibanner-2-page .swiper-pagination-bullet{
    width: 86px;
    height: 5px;
    border-radius: 3px;
    background-color: #021b91;
    opacity: 1;
}
.ibanner-2 .ibanner-2-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #e62105;
}
.ibanner-2-prev{
    background-image: url("../images/ibannerImg/prev.png");
    background-size: auto;
    width: 75px;
    height: 75px;
}
.ibanner-2-next{
    background-image: url("../images/ibannerImg/next.png");
    width: 75px;
    height: 75px;
    background-size: auto;
}