@charset "utf-8";

/* CSS Document */

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

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

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

#certify .swiper-slide .shadow {
    height: 100%;
    background: rgba(255, 255, 2555, 0.8);
    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(../../../../f7b85681/20/09/9eaac38275f271bade4818c231ed938c3d951341.png) no-repeat;
    background-size: 100%;
    top: 40%;
    outline: none;
    opacity: .5;
}

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

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

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