﻿@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
}

#certify {
    position: relative;
    width: 100%;
    margin: .3rem auto;
}
#certify .swiper-slide {
    width: 75%;
    /*height: 4.8rem;*/
    background: #fff;
}
#certify .swiper-slide .img_wrap{
    /*height:4rem;*/
    display:-webkit-flex;
    display:flex;
    justify-content:center;
    align-items:center;
}

#certify .swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

#certify .swiper-slide p {
    font-weight:bold;
    line-height:.86rem;
    padding-top: 0;
    text-align: center;
    color: #333;
    font-size:.28rem;
    margin: 0;
}