.about-wrap {
    background: #FECE00;
    padding: 1rem 0 1.2rem 0;
}

.about-box {
    margin: 0 auto;
}

.about-title {
    font-size: 0.43rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
}

.about-des {
    font-size: 0.32rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 0.48rem;
    margin-top: .43rem;
}

.about-list {
    display: flex;
    margin-top: .75rem;
}

.aboutSwiper {
    width: 100%;
    overflow: hidden;
}

.aboutSwiper .swiper-slide {
    background: #fff;
}

.about-item {
    padding: .4rem .27rem;
}

.about-img {
    width: 100%;
    height: .8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-img img {
    height: 100%;
    width: auto;
}

.about-text {
    font-size: 0.32rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    text-align: center;
    margin: .3rem 0;
}

.about-p {
    font-size: 0.32rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 0.48rem;
    text-align: justify;
}

/* 视屏 */
.video-wrap {
    padding: 1.45rem 0;
    background: #000;
}

.video-box {
    margin: 0 auto;
}

.video-box video {
    width: 100%;
}

/* 优势 */
.adv-box {
    margin: 1rem auto;
}

.adv-title {
    font-size: 0.43rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
}

.adv-list {
    margin-top: .5rem;
    display: flex;
    justify-content: space-between;
}

.adv-item {
    width: 4.2rem;
}

.adv-icon {
    height: 2.5rem;
}

.adv-icon img {
    height: 100%;
    margin: 0 auto;
}

.adv-text {
    font-size: 0.32rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    text-align: center;
}

.adv-p {
    text-align: justify;
    font-size: 0.32rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 0.48rem;
    margin-top: .4rem;
}

/*文化 */
.culture-wrap {
    padding: .77rem 0;
    background: #FC9BB3;
}

.culture-box {
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.culture-left {
    flex: 1;
    margin-right: 1rem;
}

.culture-title {
    font-size: 0.43rem;
    font-family: PingFangSC;
    font-weight: 600;
    color: #000000;
}

.culture-des {
    margin-top: .95rem;
}

.culture-text {
    font-size: 0.32rem;
    font-family: PingFangSC;
    font-weight: 600;
    color: #000000;
    line-height: 0.48rem;
}

.culture-p {
    font-size: 0.32rem;
    font-family: PingFangSC;
    font-weight: 400;
    color: #000000;
    line-height: 0.48rem;
    margin-top: .08rem;
}

.culture-img {
    width: 4.25rem;
}

.culture-img img {
    width: 100%;
}