.yanfa-info {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}
.yanfa-info .title {
    width: 30%;
    color: #96876a;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 30px;
}
.yanfa-info .title span {
    display: inline-block;
    padding-top: 5px;
    border-top: 2px solid #96876a;
}
.yanfa-info .txt {
    flex: 1;
}
.yanfa-info .txt p {
    color: #2a211f;
    margin-bottom: 20px;
    text-indent: 2rem;
    font-size: 14px;
    line-height: 1.6rem;
}
.swiper-slide-active {
    background: #ff6600;
    width: 50%;
}

/* swiper */

#certify {
    position: relative;
    width: 100%;
    margin: 35px auto;
   /* border: 1px solid #ff6600;
    background-color: #d5d5d5;*/
    padding: 20px;
    box-sizing: border-box;
}


#certify .swiper-slide {
    width: 42%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}
#certify .swiper-slide img {
    display: block;
    width: 100%;
}
#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%;
    margin-top: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 5px;
    height: 5px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../img/assets/common/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(../img/assets/common/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%;
}
#certify .swiper-button-prev::after,
#certify .swiper-button-next::after {
    content: '';
}
@media screen and (max-width: 768px) {
    .yanfa-info .title,
    .yanfa-info .txt {
        width: 100%;
    }
	#certify{
        margin: 20px auto;
    }
    #certify .swiper-slide {
        width: 60%;
    }
    #certify .swiper-button-next,
    #certify .swiper-button-prev {
        display: none;
    }
}
