@charset "utf-8";
/* CSS Document */

#certify {
    position: relative;
    width: 100%;
    margin: 0 auto
}

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

#certify  .swiper-slide {
    width: 450px;
    height: 240px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
    display: flex;
    border-radius: 6px;
}
#certify .slider-image-fed{
    display: block;
    width: 100px;
    height: 100px;
    background: #fff;
    padding: 10px;
    margin: 20px 20px 0 20px;
    border-radius: 6px;
}
#certify  .swiper-slide img{
    display:block;
    width: 75px;
    height: 75px;
    margin: 0 auto;
}
#certify .slider-image{
    float: left;
    height: 100%;
}
#certify .slider-content{
    float: right;
    height: 100%;
}
#certify .slider-content .title{
    padding-top: 25px;
    font-size: 16px;
}
#certify .slider-content .desc{
    width: 90%;
    overflow:hidden;
    text-overflow:ellipsis;
    height: 100px;
    -webkit-line-clamp:4;
}
#certify  .swiper-slide p {
    /*line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;*/
}
#certify  .swiper-slide-duplicate-active{
    background: #0a6aa1;
    color: #fff;
}
#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-slide-active{
    background: #3D52EB;
    color: #fff;
}

#certify .swiper-button-prev {
    display: block;
    left: 318px;
    width: 24px;
    height: 24px;
    background: url(/static/module/index/default/images/swiper_left.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    margin-top: -38px;
}

#certify .swiper-button-prev:hover {
   /* background-position: 0 -46px;
    background-size: 100%*/
}

#certify .swiper-button-next {
    display: block;
    right: 318px;
    width: 24px;
    height: 24px;
    background: url(/static/module/index/default/images/swiper_right.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    margin-top: -38px;
}

#certify .swiper-button-next:hover {
/*    background-position: 0 -139px;
    background-size: 100%*/
}

@media only screen and (max-width: 767px) {
    #certify  .swiper-slide {
        width: 260px;
    }
    #certify .swiper-button-next{
        right: 32px;
    }
    #certify .swiper-button-prev{
        left: 32px;
    }
}