.about-wrap {
    margin: 0.44rem auto;
}

.about-title {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding-bottom: .15rem;
    border-bottom: 0.01rem solid #EDEDED;
}

.brief-wrap {
    padding-bottom: 1rem;
    margin-top: .6rem;
}

.brief-top {
    display: flex;
    margin-bottom: .7rem;
}

.brief-left {
    flex-shrink: 0;
    width: 6.9rem;
    padding-top: 0.85rem;
}

.brief-img {
    width: 100%;
    height: 4.92rem;
}

.brief-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brief-num-wrap {
    margin-top: .26rem;
    display: flex;
}

.brief-num-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.brief-num-box::after {
    content: '';
    width: 0.01rem;
    height: 100%;
    background: #999999;
    position: absolute;
    right: 0;
    top: 0;
}

.brief-num-box:last-of-type::after {
    display: none;
}

.brief-num {
    font-size: 0.26rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #168E3E;
}

.brief-num span {
    font-size: .55rem;
}

.brief-num-text {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #999999;
    margin-top: .08rem;
}

.brief-des {
    flex: 1;
    margin-left: .4rem;
}

.brief-title {
    font-size: 0.26rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    position: relative;
    padding-bottom: .1rem;
}

.brief-title::after {
    content: '';
    width: 1.06rem;
    height: 0.04rem;
    background: #168E3E;
    position: absolute;
    left: 0;
    bottom: 0;
}

.brief-p {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.32rem;
    margin-top: .35rem;
}

/* 领导致辞 */
.boss-wrap {
    display: flex;
    margin: .8rem 0 1rem 0;
    display: flex;
    background: #168E3E;
}

.boss-img {
    flex-shrink: 0;
    width: 6.02rem;
    height: 7.18rem;
}

.boss-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boss-des {
    flex: 1;
    background: #168E3E;
    padding: .8rem 1.1rem;
    display: flex;
    align-items: center;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #E9E9E9;
    line-height: 0.36rem;
}

/* 组织架构 */
.organ-wrap {
    background: url(../image/about/zuzhi-bg.png) no-repeat;
    background-size: 100% auto;
    padding-bottom: 1rem;
}

.organ-box {
    margin: 0 auto;
}

.organ-img {
    width: 100%;
    height: auto;
}

.organ-img img {
    width: 100%;
}

/* 公司资质 */

.cert-wrap {
    margin: .6rem 0 1rem 0;
    position: relative;
}

.certSwiper {
    width: 100%;
    height: 7rem;
    position: relative;
}

.certSwiper .swiper-slide {
    background: #fff;
    height: calc((100% - 10px) / 2);
}


.cert-img {
    width: 100%;
    height: 100%;
}

.cert-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cert-next {
    right: -.5rem;
}

.cert-prev {
    left: -.5rem;
}

.cert-next:after,
.cert-prev:after {
    font-size: .3rem;
    color: #858585;
}

.cert-next:hover::after,
.cert-prev:hover::after {
    color: #168E3E;
}

/*  */
.honorSwiper {
    width: 100%;
    height: 6rem;
    position: relative;
}

.honorSwiper .swiper-slide {
    background: #fff;
    height: calc((100% - 30px) / 2);
}