

/* CSS Document */

#certify {
    position: relative;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    margin-top: 5.125%;
}

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

#certify .swiper-slide {
    width: 370px;
    height: 520px;
    background: #fff;
    position: relative;
}

#certify .swiper-slide .shadow {
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    width: 100%;
}

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

#certify .swiper-slide h3 {
    display: none;
}

#certify .swiper-slide.swiper-slide-active h3 {
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    position:relative;
    padding: 10px 0;
    width: 100%; 
    text-align: center;
}

#certify .swiper-slide.swiper-slide-active .shadow {
    display: none;
}

#certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#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;
}

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

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

@media (max-width:500px){
    #certify .swiper-slide{
        width:305px;
        height:430px;
    }
}








