@charset"utf-8";
#certify {
    position:relative;
    width:556px;
    /*margin:0 auto*/
    float: left;
}
#certify .swiper-container {
    padding-bottom:48px;
}
#certify .swiper-slide {
    width:162px;
    height:216px;
    background:#fff;
    box-shadow:0 3px 7px rgba(0,0,0,.35)
}
#certify .swiper-slide a img {
    display:block;
    width: 162px;
    height: 216px;
}
#certify .swiper-slide img{
    width: 100%;
    height: 100%;
}
#certify .swiper-slide span{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    top: 0;
}
#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:0;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin:0 5px;
    width:8px;
    height:8px;
    opacity:1;
    background: #DEDEDE;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color:#333;
}
#certify .swiper-button-prev {
    left:-30px;
    width:45px;
    height:45px;
    background:url(../images/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(../images/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%
}