@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
}

#certify {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

#certify .swiper-container {
    width: 1200px;
    height: 633px;
    padding-bottom: 120px;
}

#certify .swiper-slide {
    width: 1004px;
    height: 633px;
    border-radius: 10px;
}

#certify .swiper-slide img {
    display: block;
    border-radius: 15px;
    width: 1004px;
    height: 633px;
}

#certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #fff;
    font-size: 1.1em;
    margin: 0;
    text-align: center;
    font-size: 36px;
    line-height: 70px;
}

#certify .swiper-slide p a {
    color: #fff;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 0;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    background-color: #fff;
    width: 52px;
    height: 12px;
    border-radius: 5px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #E77502;
}

#certify .swiper-button-prev {
    left: -20px;
    top: 50%;
    margin-top: -140px;
    width: 68px;
    height: 116px;
    background: url(../images/left.png) no-repeat;
    color: transparent;
}

#certify .swiper-button-next {
    right: -20px;
    width: 68px;
    height: 116px;
    top: 50%;
    margin-top: -140px;
    background: url(../images/right.png) no-repeat;
    color: transparent;
}