/*banner*/
.ms-banner {
    flex-wrap:nowrap;
    flex-direction:row;
    display:flex;
    width:100%;
    box-sizing:border-box;
    margin-top:0px;
    height:560px;
}
/*swiper*/
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-button-next{
    background-color: rgba(2,48,71,0.3);
    width: 88px;
    height: 88px;
    right: 400px
}
.swiper-button-prev{
    background-color: rgba(2,48,71,0.3);
    width: 88px;
    height: 88px;
    left: 400px
}
:root{
    --swiper-navigation-size: 40px;
    --swiper-theme-color: white;
}
.swiper-pagination-bullet{
    border: 2px white solid;
    width: 12px;
    height: 12px;
}
.swiper-button-prev, .swiper-button-next{
    color: #fff;
}

/*notic*/
.cur{
    color: #00508F;
}
.curb{
    color: #00508F;
    border-bottom: #00508F 5px solid;
}
.blue{
    fill: #00508F;
}



@media (max-width: 1600px){
    /*banner*/
    .ms-banner {
        flex-wrap:nowrap;
        flex-direction:row;
        display:flex;
        width:100%;
        box-sizing:border-box;
        margin-top:0px;
    }
    /*swiper*/
    .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    :root{
        --swiper-navigation-size: 40px;
        --swiper-theme-color: white;
    }
    .swiper-pagination-bullet{
        border: 2px white solid;
        width: 12px;
        height: 12px;
    }
    .swiper-button-next{
        background-color: rgba(0,0,0,0);
    }
    .swiper-button-prev{
        background-color: rgba(0,0,0,0);
    }

    .swiper-pagination-bullet{
        border: 2px white solid;
        width: 7px;
        height: 7px;
    }
}