@charset "utf-8";

/* CSS Document */

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

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

#certify .swiper-slide {
    width: 520px;
    height: 408px;
    /* background: #fff; */
    position: relative;
    /* border: 2px solid #d4a253; */
}

#certify .swiper-slide .shadow{
    display: none;
}

#certify .swiper-slide .shadow {
    display: block;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    text-align: center;
    display: table;
}

#certify .swiper-slide .shadow .vermid{
    display: table-cell;
    vertical-align: middle;
}

#certify .swiper-slide .shadow .vermid >img{
    max-width: 100%;
}

#certify .swiper-slide .shadow h3{
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 30px 0;
}

#certify .swiper-slide .shadow i{
    display: block;
    font-style: inherit;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 3.125% auto 0;
    border: 1px solid #fff;
    line-height: 42px;
    max-width: 135px;
}

#certify .swiper-slide a.img>img {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
}


#certify .swiper-slide h3 {
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    position:relative;
    padding: 10px 0;
    width: 100%; 
    text-align: center;
}


#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: 10px;
    width: 50px;
    height: 50px;
    background: url(../images/prev.png) no-repeat;
    background-size: 100%;
    top: 50%;
    outline: none;
}

#certify .swiper-button-next {
    right: 10px;
    width: 50px;
    height: 50px;
    background: url(../images/next.png) no-repeat;
    background-size: 100%;
    top: 50%;
    outline: none;
}





@media (max-width:768px){
    #certify .swiper-slide.swiper-slide-active .shadow h3{
        font-size:16px;
    }
    #certify .swiper-slide.swiper-slide-active .shadow i{
        font-size:14px;
    }
}

@media (max-width:600px){
     #certify .swiper-slide{
        width:305px;
        height:224px;
    }
}


@media (max-width:500px){
    #certify .swiper-slide{
        width:305px;
        height:224px;
    }
     #certify .swiper-button-prev{
         left:15px;
         z-index:9999;
         width: 35px;
         height: 35px;
         background: url(../images/prev.png) no-repeat;
         background-size:100% 100%;
         
     }
     #certify .swiper-button-next{
         right:15px;
         z-index:9999;
         width: 35px;
         height: 35px;
         background: url(../images/next.png) no-repeat;
         background-size:100% 100%;
     }
     
}






