/*轮播图*/

.slideshow-container {
    max-width: 1920px;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.mySlides {
    display: none;
}

img {
    width: 100%;
    height: auto;
}

.dots-container {
    position: absolute;
    bottom: 27px;
    display: flex;
    justify-content: space-between;
    width: 226px;
    left: 900px;
}

.item_c {
    width: 45px;
    height: 5px;
    background: #d1d1d1;
    border-radius: 7px;
}

.active_c {
    background: #0281f6;
}
