.about-title {
    display: flex;
    align-items: flex-end;
    width: 94%;
    padding: .3rem 3%;
}

.about-title h1 {
    color: #484848;
    font-size: .34rem;
    font-weight: normal;
    margin-right: .1rem;
}

.about-title p {
    color: #d9d9d9;
    font-size: .3rem;
    text-transform: uppercase;
}

/* about-tab */

.about-tab {
    width: 94%;
    padding: 0 3%;
    display: flex;
    align-items: center;
}
.about-tab .tabs {
    position: relative;
    color: #333;
    height: .8rem;
    font-weight: bold;
    font-size: .26rem;
    line-height: .8rem;
    margin-right: .45rem;
}

.about-tab .tabs.active {
    color: #0139a2;
}

.about-tab .tabs.active::after {
    position: absolute;
    bottom: 0;
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: .04rem;
    background: #0139a2;
}

.acout-h img {
    display: block;
}

/* about-text */

.about-text {
    width: 94%;
    padding: 0 3%;
}

.about-text {
    color: #444;
    font-size: .28rem;
    text-align: justify;
    padding-bottom: .65rem;
}

.about-text p {
    text-indent: .52rem;
    line-height: .55rem;
}


/* Honor-swiper */

.Honor-swiper {
    width: 80%;
    margin: 0 auto;
    height: 3rem;
}

.Honor-swiper .swiper-slide .cooperation-swiper {
    width: 98%;
    margin: 0 auto;
    border: 1px solid #ccc;
    height: 2.1rem;
    overflow: hidden;
}