@charset "utf-8";

/* CSS Document */
body {
    margin: 0;
}

#certify {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

#certify .swiper-slide {
    width: 852px;
    height: 498px;
    position: relative;
}

#certify .swiper-slide img {
    display: block;
}

#certify .swiper-slide p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 37px;
    line-height: 37px;
    background: rgba(255, 255, 255, 0.78);
    color: #272727;
    font-size: 18px;
    text-align: center;
}

#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 {
    z-index: 99;
    left: 172px;
    width: 69px;
    height: 69px;
    background: url(../images/left2.png) no-repeat;
	top: 217px;
	outline: none;
	
}

#certify .swiper-button-next {
    right: 172px;
    width: 69px;
    height: 69px;
	top: 217px;
	outline: none;
    background: url(../images/right2.png) no-repeat;
}