.hjzf_2hj02 {
    width: 100%;
    height: auto;
    margin: auto;
    border-bottom: 1px solid #d1d1d1;
}

.hjzf_2hj02_tilte {
    text-align: center;
    color: #333333;
}

#certify {
    position: relative;
    width: 100%;
    margin: 0 auto
}

#certify .swiper-container {
    padding-bottom: 60px;
    padding-top: 10px;
}

#certify .swiper-slide {
    width: 210px;
    height: 210px;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

#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%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 14px;
    height: 14px;
    box-shadow: 0 0 4px #666;
    opacity: 1;
    outline: none;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #fff;
    background-color: #333;
}

#certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/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(../images/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%
}

.hjzf_2hj02_text {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.hjzf_2hj02_number ul {
    justify-content: space-around;
}

.hjzf_2hj02_number ul li {
    text-align: center;
}

.hjzf_2hj02_number ul li .hjzf_2hj02_itemContent {
    margin: auto
}

.hjzf_2hj02_number ul li .hjzf_2hj02_itemContent_shuzi {
    color: #333333;
    font-weight: bold;
    position: relative;
}

.hjzf_2hj02_number ul li .hjzf_2hj02_itemContent_name {
    color: #666666;
    font-weight: normal;
}

.hjzf_2hj02_number ul li .hjzf_2hj02_itemContent_shuzi:after {
    content: attr(data-danwei);
    color: #333;
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    top: -3px;
    left: 6px;
}

@media(max-width:767px) {
    .hjzf_2hj02_number ul li .hjzf_2hj02_itemContent_shuzi {
        line-height: 32px;
    }

    .hjzf_2hj02_number ul li .hjzf_2hj02_itemContent_shuzi:after {
        line-height: 32px;
        font-size: 20px;
        top: 0px;
    }
}

@media (max-width: 576px) {
    #certify .swiper-slide {
        width: 120px;
        height: 120px;
    }

    .hjzf_2hj02_number ul {
        flex-direction: column;
    }

    .hjzf_2hj02_number ul li {
        margin-bottom: 20px;
    }

    .hjzf_2hj02_number ul li:last-child {
        margin-bottom: 0;
    }

}