
.aboutus-content {
    line-height: 1.5;
    font-size: 1rem;
}

.about-wenhua {
    background: url("../images/aboutus/wenhua-bg.jpg") no-repeat center top;
    background-size: contain;
}
.about-wenhua-ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 15px;
}
.about-wenhua-ul li {
    width: calc(33.33% - 15px);
    text-align: center;
}

.about-wenhua-ul li .photo img {
    width: 100%;
    border-radius: 15px;
}
.about-wenhua-ul li .title {
    margin: 15px 0;
    background-color: #01afae;
    border-radius: 15px;
    color: #fff;
    line-height: 2;
}
.about-wenhua-ul li p {
    color: #666;
}




.aboutus-history-wrap {
    background: url("../images/aboutus/history-bg.jpg") no-repeat center bottom;
    background-size: cover;
}
.aboutus-history {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0 50px 0;
    margin-bottom: 30px;
}
.aboutus-history li {
    padding: 20px;
    background: #ededed;
    border-radius: 10px;
    text-align: center;
}
.aboutus-history li h4 {
    font-size: 1rem;
    font-weight: bold;
}
.aboutus-history li .desc {
    font-size: 0.9rem;
    color: #666;
}

.swiper-container .swiper-button-prev {
    color: #333;
}
.swiper-container .swiper-button-next {
    color: #333;
}
@media (max-width: 768px) {
    .aboutus-history li {

    }
}

