@charset "utf-8";
#banner-1003 {
    display: none;
    width: 100%;
    height: auto;
    background: #f5f5f5;
    position: relative;
}

#banner-1003 .swiper-container {
    width: 100%;
    height: auto;
}

#banner-1003 .swiper-container .swiper-slide img {
    width: 100%;
}

#banner-1003 .swiper-container .swiper-pagination-bullets {
    bottom: 60px;
}

#banner-1003 .swiper-container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ffffff;
    opacity: 0.8;
}

#banner-1003 .swiper-container .swiper-pagination-bullet-active {
    width: 30px;
    height: 12px;
    border-radius: 6px;
    background: #ffffff;
}

#banner-1003 .wavewrapper {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0px;
    z-index: 5;
    overflow: hidden;
}

#banner-1003 .wavewrapper .wave {
    width: 100%;
    height: 60px;
    position: absolute;
}

#banner-1003 .wavewrapper .wave1 {
    top: 0;
    background: url('../../../../image/default/public/banner/1003/wave.png');
    background-position: 0 0;
    opacity: 0.4;
    animation: moveleft 7s linear infinite;
}

#banner-1003 .wavewrapper .wave2 {
    top: 10px;
    background: url('../../../../image/default/public/banner/1003/wave.png');
    background-position: 0 0;
    opacity: 0.6;
    animation: moveright 10s linear infinite;
}

#banner-1003 .wavewrapper .wave3 {
    top: 20px;
    background: url('../../../../image/default/public/banner/1003/wave.png');
    background-position: 0 0;
    opacity: 1;
    animation: moveleft 15s linear infinite;
}

@keyframes moveleft {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 1920px;
    }
}

@keyframes moveright {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -1920px;
    }
}

@media screen and (min-width: 1240px) {
    #banner-1003 {
        display: block;
    }
}