img{
    max-width:100%;
    height:auto;
}

.headerbanner{
    margin-top:105px
}
.headerbanner img{
    margin-top:0 !important;
}

.to_left{
    display: none;
}
.to_right{
    display: none;
}
.swiper-pagination{
    position: static;
}
.swiper-container .swiper-pagination-bullet-active{
    background:#1092ED;
}
.myBanner{
    height:auto !important;
}
.swiper-pagination{
    margin-top:40px;
}
.swiper-container .swiper-pagination-bullet{
    background:#ccc;
}

@media (max-width:767px){
    .headerbanner{
        margin-top:44px;
    }
    .container{
        width:100% !important;
        height:auto !important;
    }
    .myBanner{
        width:100% !important;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
        margin-bottom:20px;
    }
}
