#indexSwiper {
    width: 100%;
    height: 441px;
    background: #00a8d0;
}

#indexSwiper .swip-item {
    width: 100%;
    height: 100%;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    background: center no-repeat;
    background-size: cover;
}

#indexSwiper img {
    width: 100%;
}

.swiper {
    position: relative;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 46px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
    width: 30px;
    height: 5px;
    background: #fff;
    display: inline-block;
    border-radius: 0;
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0b6ab8;
}

.dingwei {
    background: rgba(0, 0, 0, 0.6);
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 11;
}

.botm-swip {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    display: flex;
}

.botm-swip {
    color: rgb(255, 255, 255);
    font-size: 14px;
    display: flex;
}

.botm-swip .swiper-container {
    flex: 1;
    text-align: center;
}

.botm-swip .swiper-container .swiper-slide {
    color: #fff;
}

#botmSwip {
    height: 40px;
}

#botmSwip a {
    display: block;
    color: #fff;
}

@media (max-width: 767px) {
    #indexSwiper {
        height: 300px;
    }
}