@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
}

#certify {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 570px;
    height: auto;
    background: #fff;
}

#certify .swiper-slide img {
    display: block;
}