#certifybannerCP {
    position: relative;
    width: 800px;
    margin: 0 auto
}
.filter{
    filter: blur(4px);
}
#certifybannerCP {
    position: relative;
    width: 100%;
    margin: 0.79rem auto 0.65rem;
}

#certifybannerCP  .swiper-slide {
    /*width: 50%;*/
    width: 40%;
    /*height: 3.15rem;*/
    border-radius:0.16rem;
    background: #fff;
    background: #fff;
    box-shadow: 0 7px 21px #dadada;
}
#certifybannerCP  .swiper-slide img{
    display:block;
    width: 100%;
    height:100%;
    border-radius:0.16rem;
}
#certifybannerCP  .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certifybannerCP .swiper-pagination {
    width: 100%;
    display: none;
    bottom: 20px;
}

#certifybannerCP .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certifybannerCP .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certifybannerCP .swiper-button-prev {
    left: 1rem;
    width: 0.64rem;
    height: 0.64rem;
    background: url(../../images/homePage/qieLeft.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certifybannerCP .swiper-button-prev:hover {
    /*background-position: 0 -46px;*/
    background-size: 100%
}

#certifybannerCP .swiper-button-next {
    right: 1rem;
    width:0.64rem;
    height: 0.64rem;
    background: url(../../images/homePage/qieRight.png) no-repeat;
    background-size: 100%;
}

#certifybannerCP .swiper-button-next:hover {
    /*background-position: 0 -139px;*/
    background-size: 100%
}
#certifybannerCP .swiper-button-prev::after,#certifybannerCP .swiper-button-next::after{
    content: '';
}


/*html, body {*/
/*    overflow: hidden;*/
/*}*/
