@charset "utf-8";
/* CSS Document */

#certify {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 300px;
    height: 408px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
    position: relative;
    cursor: pointer;
}

#certify .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
}
