﻿#certify {
    /* width: 100vw; */
    /* height: 70vh; */
    margin: 0 auto;
    /* margin-top: 30vh; */
    position: relative;
}
.honor-title {
    position: absolute;
    top: 120px;
    left: 3vw;
}
.cname {
    color: white;
    font-size: 32px;
}
.ename {
    color: white;
    font-size: 32px;
    margin-top: 30px;
}
.line {
    width: 30px;
    height: 2px;
    margin-top: 30px;
    background-color: white;
}

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

#certify .swiper-slide {
    width: 520px;
    height: auto;
    position: relative;
}
#certify .swiper-slide img {
    display: block;
    width: 100%;
}
#certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    font-size: 1.1em;
    margin: 0;
    color: white;
    margin-top: -33px;
}

#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 {
    /* width: 0.6rem;
    height: 0.6rem; */
    background: url(../image/left.png);
    background-size: 100% 100%;
    top: 36%;
    left: 0%;
}

#certify .swiper-button-next {
    /* width: 0.6rem;
    height: 0.6rem; */
    background:url(../image/right.png);
    background-size: 100% 100%;
    top: 37%;
    right: 0%;
}
@media screen and ( max-width: 1400px ) {
#certify .swiper-slide {
  width: 460px;
}

}
@media screen and ( max-width: 980px ) {
    #certify .swiper-slide {
    width: 300px;
    }

    .honor-title {
        position: absolute;
        top: 120px;
        left: 3vw;
    }
    .cname {
        color: white;
        font-size: 24px;
    }
    .ename {
        color: white;
        font-size: 24px;
        margin-top: 20px;
    }
    .line {
        width: 20px;
        height: 2px;
        margin-top: 20px;
        background-color: white;
    }
    #certify .swiper-button-prev{
        left: 2%;
    }
    #certify .swiper-button-next{
        right: 2%;
    }
}