.about-page {
    background-color: #fff;
}

.about-page .aboutbox {
    background-image: url('https://qicaishangcheng.oss-cn-hangzhou.aliyuncs.com/about_us/company_bg.jpg');
    width: 100%;
    height: 865px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;


}

.about-page .aboutbox .aboutcontent {
    display: flex;
    flex-direction: column;
    width: 68%;
    margin-top: 300px;


}

.about-page .aboutbox .aboutcontent .atitle {
    font-weight: bold;
    color: #2C66E1;
    font-size: 26px;
}

.about-page .aboutbox .aboutcontent .acontent {
    width: 44%;
    letter-spacing: 1px;
    font-size: 1.1rem;
    margin-top: 10px;
}

/* 平板设备 */
@media (min-width: 768px) {
    .acontent * {
        font-size: 0.8rem;
    }
}

/* 针对大于 1024px 宽度的桌面设备 */
@media (min-width: 1024px) {
    .acontent * {
        font-size: 0.9rem;
    }
}

/* 桌面设备 */
@media (min-width: 1440px) {
    .acontent * {
        font-size: inherit;
    }
}


.about-page .img {
    width: 100%;
    height: auto;
    border: none;
}

.about-page .section-bg {
    width: 100%;
    background: linear-gradient(to bottom, #ECECEC 50%, #2C66E1 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;

}

.about-page .section-bg .section-box {
    width: 73%;
    margin: 0 auto;
    position: relative;

}

.about-page .section-bg .section-box .title-box {
    text-align: center;
    margin-bottom: 30px;


}

.about-page .section-bg .section-box .title-box .title {
    font-size: 28px;
    font-weight: 600;
    color: #2B66E1;
}

.about-page .section-bg .section-box .title-box .title-line {
    font-size: 20px;
    color: #BFBFBF;
    font-weight: 600;
}

.about-page .section-bg .section-box .title-box .sub-title {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}

.about-page .section-bg .section-box .arrow-left {
    position: absolute;
    top: 320px;
    width: 80px;
    left: 20px;
    cursor: pointer;
}

.about-page .section-bg .section-box .arrow-right {
    position: absolute;
    top: 320px;
    width: 80px;
    right: 20px;
    cursor: pointer;
}

.about-page .section-bg .section-box .section2-2 {
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;


}

.about-page .section-bg .section-box .section2-2 .swiper-box {
    width: 80%;
    position: relative;
    overflow: hidden;
}

.about-page .section-bg .section-box .section2-2 .swiper-box .brand-list:hover {
    transform: scale(1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s;
}

.about-page .section-bg .section-box .section2-2 .swiper-box .brand-list {
    transform: scale(0.9);
    transition: all 0.5s ease;


}

.about-page .section-bg .section-box .section2-2 .swiper-box .brand-list img {
    width: 100%;
}

.about-page .section-bg .section-box .section2-2 .swiper-box .brand-list .info-box {
    margin-top: 20px;
    font-size: 20px;
    width: 80%;
    padding: 0 10px;
}

.about-page .section-bg .section-box .section2-2 .swiper-box .brand-list.swiper-slide-next {
    z-index: 2;
}