@charset "utf-8";
/* CSS Document */
#certify {
    position: relative;
    width: 1200px;
    margin: 20px auto 0;
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify  .swiper-slide {
    width: 520px;
    height: 360px;
    background: #fff;
    text-align: center;
    background-color: #fff;
    position: relative;
    box-shadow: 0 10px 12px rgba(0,0,0,0.12);
    top: 0;
}
#certify  .swiper-slide img{
    display:block;
    margin: 20px auto 0;
}
#certify  .swiper-slide h3 {
    padding-top: 0;
    text-align: center;
    font-size: 16px;
    color: #666;
    margin: 20px auto;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

.swiper-button-next, .swiper-button-prev{
    background-image: none;
    outline: none;
}
