.swiper-slide {
    width: 75%;
    height: auto;
    margin: auto;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    margin: auto;
    border: 6px solid #fff8ea;
}

.swiper-pagination {
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 960px) {
    .swiper-slide {
        width: 100%;
        height: auto;
        margin: auto;
        padding: 0px;
        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-slide img {
        width: 100%;
        height: auto;
        margin: auto;
        cursor: grab;
    }

}

/* for ie10,ie11 */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    ul.menu {
        margin-top: 18px;
    }

    .swiper-container {
        width: 100% !important;
        height: 500px;
        margin: auto;
        position: relative;
    }

    .swiper-slide {
        width: auto !important;
        height: 465px;
        margin: auto;
        border: 1px solid #fff;
        padding: 0;
    }

    .swiper-slide img {
        width: 100%;
        height: auto;
        margin: auto;
        cursor: grab;
    }
}
