@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: 520px; /*580*/
    height: 380px; /*430*/
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
    padding: 10px;
}

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

#certify .swiper-slide div {
    text-align: center;
    color: #666;
    font-size: 14px;
    margin: 0;
    padding: 16px 35px;

    width: 325px;
    height: 86px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 2px rgba(173, 173, 173, 0.17);
    opacity: 0.95;
    border-radius: 10px;

    position: absolute;
    z-index: 4;
    left: 19%;
    bottom: 24px;
}

#certify .swiper-slide p {
    height: 42px;
    overflow: hidden;
}

#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 {
    top: 38%;
    left: -40px;
    width: 44px;
    height: 80px;
    background: url(../images/brand/left_arrow.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 1px 1px;
    background-size: 100%
}

#certify .swiper-button-next {
    top: 38%;
    right: -40px;
    width: 44px;
    height: 80px;
    background: url(../images/brand/right_arrow.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 1px 1px;
    background-size: 100%
}

@media only screen and (max-width: 1366px) {
    #certify .swiper-button-prev {
        left: 0;
    }

    #certify .swiper-button-next {
        right: 0;
    }
}
