#certify {
    position: relative;
    /*width: 1200px;*/
    /*margin: 0 auto*/
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 200px;
}

#certify .swiper-container {
    padding-bottom: 60px;
    width: 90%;
    margin: 0 auto;
}

#certify .swiper-slide {
    /* width: 520px;
    height: 408px; */
    width: 100%;
    height: 542px;
    background: #000000;
    border-radius: 0px 0px 0px 0px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}

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

#certify .swiper-slide p{
    position:absolute;
    bottom:0;
    text-align:center;
    font-size:20px;
    background:rgba(0,0,0,.5);
    width:100%;
    height:45px;
    line-height:40px;
    color:#fff;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 45px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 0 20px;
    box-sizing:border-box;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 74px;
    right: 0;
    text-align: right;
    padding-right: 25%;
    box-sizing: border-box;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  width: 8px;
height: 8px;
background: #FFFFFF;
opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 8px;
height: 8px;
background: #E93B3B;
}

#certify .swiper-button-prev {
    left: 0px;
    width: 38px;
    height: 38px;
    background: url(../img/next.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {

    background-size: 100%
}

#certify .swiper-button-next {
    right: 0px;
    width: 38px;
    height: 38px;
    background: url(../img/prev.png) no-repeat;
    background-position: 0 0px;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
  
    background-size: 100%
}
.info {
    position: relative;
    padding: 40px;
    box-sizing: border-box;
    padding-top: 0;
}

.info .infotitle {
    height: 29px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    line-height: 29px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
    display: none;
}

.infodesc {
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-indent: 2em;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content:'';
}