@charset "utf-8";
/* CSS Document */
body{
    margin:0;}
#certify {
    position: relative;
    width: 1186px;
    margin: 0 auto;
}

#certify .swiper-container {
    /*padding-bottom: 60px;*/
    overflow: visible;
    margin: 100px 0 0 500px;
}

#certify  .swiper-slide {
    width: 270px;
    height: 550px;
    /*background: #fff;*/
    /*box-shadow: 0 8px 30px #ddd;*/
}
#certify  .swiper-slide img{
    display:block;
    width: 270px;
    height: 550px;
}
#certify  .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}
#certify .swiper-pagination{
    margin-left: 90px;
}
#certify .swiper-pagination .swiper-pagination-bullet{
    color: #000;
    display: block;
    text-align: left;
    padding: 10px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    /*margin: 0 5px;*/
    margin-bottom: 30px;
    /*border: 1px solid #fff;*/
    background-color: red;
    width: auto;
    height: auto;
    opacity: 1;
    border-radius:inherit;
    background-color:inherit;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    /* border: 1px dashed #000; */
    background-color: #7282FF;
    border-radius: 10px;
    color: #fff;
}

#certify .swiper-pagination .swiper-pagination-bullet h3{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 34px;
}
#certify .swiper-pagination .swiper-pagination-bullet h4{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 27px;
}



#certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../img/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../img/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}