@charset "utf-8";
/* CSS Document */

#certify2 {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5.125%;
}

#certify2 .swiper-container {
    padding-top: 20px;
    padding-bottom: 30px;
}

#certify2 .swiper-slide {
    width: 280px;
    height: 400px;
    background: #fff;
    position: relative;
   box-shadow: 0 0px 10px #999;
}

#certify2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
}


#certify2 .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify2 .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify2 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify2 .swiper-button-prev {
    left: 0px;
    width: 44px;
    height: 88px;
    background: url(../images/prev.png) no-repeat;
    background-size: 100%;
    top: 40%;
    outline: none;
    opacity: .5;
}

#certify2 .swiper-button-next {
    right: 0px;
    width: 44px;
    height: 88px;
    background: url(../images/next.png) no-repeat;
    background-size: 100%;
    top: 40%;
    outline: none;
    opacity: .5;
}

#certify2 .swiper-button-prev:hover,
#certify2 .swiper-button-next:hover {
    opacity: 1;
}

