/* 区块1 */
.about-section1-container{
    width: 100%;
    height: 50.9375rem;
    position: relative;
}
.about-section1-container-bg{
    width: 100%;
    height: 50.9375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section1-container-bg-img{
    width: 100%;
    height: 50.9375rem;
    object-fit: cover;
}
.about-section1-container-content{
    width: 100%;
    height: calc(50.9375rem - 10rem);
    padding-bottom: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
.about-section1-container-content-wrap{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.about-section1-container-title{
    width: 100%;
    text-align: center;
    font-size: 3.125rem;
    font-weight: 400;
    color: #ffffff;
}

/* 区块2 */
.about-section2-container{
    width: 100%;
    padding: 8.4375rem 0;
}
.about-section2-desc{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.about-section2-desc-poster{
    width: 50%;
    height: 57.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section2-desc-poster-img{
    width: 100%;
    height: 57.125rem;
    object-fit: cover;
}
.about-section2-desc-info{
    flex: 1;
    padding-right: 6.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.about-section2-desc-title{
    width: 100%;
    text-align: left;
    font-size: 3.125rem;
    font-weight: 400;
}
.about-section2-desc-description{
    width: 100%;
    padding-top: 3.125rem;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 400;
}
.about-section2-kpi-list{
    width: 100%;
    padding-top: 8.4375rem;
}
.about-section2-kpi-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}
.about-section2-kpi{
    width: calc(100% / 4 - 7.5rem - 1px);
    padding: 0 3.75rem;
    border-right: #e9e9e9 solid 1px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.about-section2-kpi:last-of-type{
    width: calc(100% / 4 - 7.5rem);
    border-right: none;
}
.about-section2-kpi-value{
    width: 100%;
    font-size: 3.125rem;
    font-weight: 400;
    text-align: center;
}
.about-section2-kpi-desc{
    width: 100%;
    text-align: center;
    padding-top: 1.75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #676767;
}

/* 区块3 */
.about-section3-container{
    width: 100%;
    padding: 5.625rem 0;
    background: #f7f5f4;
}
.about-section3-container-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.about-section3-container-header-title{
    width: 50%;
    text-align: left;
    font-size: 3.125rem;
    font-weight: 400;
}
.about-section3-container-header-actions{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.about-section3-container-body{
    width: 100%;
    padding-top: 5rem;
}
.about-section3-desc-swiper-wrap{
    width: 100%;
}
.about-section3-desc-swiper{
    width: 100%;
}
.about-section3-desc-swiper .swiper-slide{
    width: 26.4375rem;
}
.about-section3-desc{
    width: 100%;
    height: 38.625rem;
    position: relative;
    text-decoration: none;
}
.about-section3-desc-poster{
    width: 100%;
    height: 38.625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section3-desc-poster-img{
    width: 100%;
    height: 38.625rem;
    object-fit: cover;
}
.about-section3-desc-info{
    width: calc(100% - 6.25rem);
    height: calc(38.625rem - 11.25rem);
    padding: 5.625rem 3.125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
.about-section3-desc-year{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 400;
    color: #ffffff;
}
.about-section3-desc-title{
    width: 100%;
    padding-top: 1.25rem;
    text-align: left;
    font-size: 1.5625rem;
    font-weight: 400;
    color: #ffffff;
}
.about-section3-desc-description{
    width: 100%;
    padding-top: 1.5625rem;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
}

/* 区块4 */
.about-section4-container{
    width: 100%;
    height: 62.5rem;
    position: relative;
}
.about-section4-container-bg{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section4-container-bg-img{
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}
.about-section4-container-content{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.about-section4-container-content-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.about-section4-info{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about-section4-title{
    width: 100%;
    text-align: left;
    font-size: 3.125rem;
    font-weight: 400;
    color: #ffffff;
}
.about-section4-description{
    width: 100%;
    padding-top: 2.5rem;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 400;
    color: #ffffff;
}

/* 区块5 */
.about-section5-container{
    width: 100%;
    padding-top: 7.8125rem;
}
.about-section5-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about-section5-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.125rem;
    font-weight: 400;
}
.about-section5-container-body{
    width: 100%;
    padding-top: 4.375rem;
}
.about-section5-desc-list{
    width: 100%;
}
.about-section5-desc-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 3.1875rem;
}
.about-section5-desc-group:last-of-type{
    margin-bottom: 0;
}
.about-section5-desc{
    width: calc(100% / 3 - 2.125rem);
    margin-right: 3.1875rem;
    height: 38.5rem;
    position: relative;
}
.about-section5-desc:last-of-type{
    margin-right: 0;
}
.about-section5-desc-poster{
    width: 100%;
    height: 38.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section5-desc-poster-img{
    width: 100%;
    height: 38.5rem;
    object-fit: cover;
}
.about-section5-desc-info{
    width: calc(100% - 4.375rem);
    padding: 0 2.1875rem 4.6875rem;
    height: calc(38.5rem - 4.6875rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
}
.about-section5-desc-description{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 400;
    color: #ffffff;
}
.about-section5-desc-file{
    width: 100%;
    padding-top: 2.5rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.about-section5-desc-file-icon{
    width: 1.625rem;
    height: 1.625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section5-desc-file-icon-img{
    width: 1.625rem;
    height: 1.625rem;
    object-fit: contain;
}
.about-section5-desc-file-title{
    flex: 1;
    padding-left: 0.625rem;
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
}

/* 区块6 */
.about-section6-container{
    width: 100%;
    padding: 7.8125rem 0;
}
.about-section6-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about-section6-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.125rem;
    font-weight: 400;
}
.about-section6-container-body{
    width: 100%;
    padding-top: 3.125rem;
}
.about-section6-desc-list{
    width: 100%;
}
.about-section6-desc-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}
.about-section6-desc{
    width: calc(50% - 1.25rem);
    margin-right: 2.5rem;
    border-top: #000000 solid 1px;
    padding-bottom: 3.125rem;
    padding-top: 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about-section6-desc:last-of-type{
    margin-right: 0;
}
.about-section6-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
    font-weight: 400;
}
.about-section6-desc-description{
    width: 100%;
    text-align: left;
    padding-top: 1.25rem;
    font-size: 1.25rem;
    font-weight: 400;
    color: #818181;
}