/* 区块1 */
.about-section1-container{
    width: 100%;
    height: 57.1875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.about-section1-container-bg{
    width: 100%;
    height: 57.1875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section1-container-bg-img{
    width: 100%;
    height: 57.1875rem;
    object-fit: cover;
}
.about-section1-container-content{
    width: 100%;
    height: 57.1875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.about-section1-container-content-wrap{
    height: 57.1875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.about-section1-container-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
    color: rgba(255,255,255,0.5);
}
.about-section1-container-title{
    width: 100%;
    padding-top: 1.5625rem;
    text-align: left;
    font-size: 3.75rem;
    color: #FFFFFF;
}

/* 区块2 */
.about-section2-container{
    width: 100%;
    padding: 10rem 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about-section2-container-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.about-section2-container-left{
    width: 41.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about-section2-container-title{
    width: 100%;
    text-align: left;
    font-size: 2.8125rem;
}
.about-section2-container-poster{
    width: 100%;
    margin-top: 5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section2-container-poster-img{
    width: 29.3125rem;
    object-fit: contain;
}
.about-section2-container-right{
    width: 49.375rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about-section2-container-description{
    width: 100%;
    text-align: left;
    font-size: 1rem;
    line-height: 1.75;
}
.about-section2-data-list{
    width: 100%;
    padding-top: 3.125rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.about-section2-data{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 3.125rem;
}
.about-section2-data:last-of-type{
    margin-right: 0;
}
.about-section2-data-value{
    text-align: left;
    font-size: 3.125rem;
    color: #f47f00;
}
.about-section2-data-title{
    text-align: left;
    padding-top: 1.5625rem;
    font-size: 1.25rem;
}

/* 区块3 */
.about-section3-container{
    width: 100%;
    padding: 7.8125rem 0;
}
.about-section3-container-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.about-section3-container-header-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about-section3-container-title{
    width: 100%;
    text-align: left;
    font-size: 2.8125rem;
}
.about-section3-container-header-right{
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}
.about-section3-container-header-right .swiper-button-next{
    width: 3.25rem;
    height: 3.25rem;
    background: #f47f00;
    border: #f47f00 solid 0.0625rem;
    border-radius: 1.6875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    user-select: none;
    position: unset;
}
.about-section3-container-header-right .swiper-button-prev{
    width: 3.25rem;
    height: 3.25rem;
    background: #f47f00;
    border: #f47f00 solid 0.0625rem;
    border-radius: 1.6875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: unset;
    user-select: none;
    margin-right: 0.4375rem;
}
.about-section3-container-header-right .swiper-button-disabled{
    width: 3.25rem;
    height: 3.25rem;
    background: #FFFFFF;
    border: #000000 solid 0.0625rem;
    opacity: 1;
}
.about-section3-container-header-right .swiper-button-next:after, .about-section3-container-header-right .swiper-button-prev:after{
    display: none;
}
.about-section3-container-header-right .swiper-button-icon{
    width: 0.9375rem;
    height: 0.9375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section3-container-header-right .swiper-button-icon-img{
    width: 0.9375rem;
    height: 0.9375rem;
    object-fit: contain;
}
.about-section3-container-header-right .swiper-button-icon-img:last-of-type{
    display: none;
}
.about-section3-container-header-right .swiper-button-disabled .swiper-button-icon-img:first-of-type{
    display: none;
}
.about-section3-container-header-right .swiper-button-disabled .swiper-button-icon-img:last-of-type{
    display: block;
}
.about-section3-swiper-wrap{
    width: 100%;
    padding-top: 5.9375rem;
}
.about-section3-swiper{
    width: 100%;
}
.about-section3-swiper .swiper-slide{
    width: 45.625rem;
}
.about-section3-cert{
    width: 100%;
    height: 30.875rem;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
}
.about-section3-cert-bg{
    width: 100%;
    height: 30.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section3-cert-bg-img{
    width: 100%;
    height: 30.875rem;
    object-fit: cover;
}
.about-section3-cert-content{
    width: calc(100% - 3.75rem);
    height: calc(30.875rem - 3.75rem);
    padding: 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.about-section3-cert-poster{
    width: 26.75rem;
    height: 17.8125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section3-cert-poster-img{
    width: 26.75rem;
    height: 17.8125rem;
    object-fit: contain;
}

/* 区块4 */
.about-section4-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 9.1875rem 0;
}
.about-section4-swiper-wrap{
    width: 100%;
    position: relative;
}
.about-section4-desc-item{
    width: 100%;
    height: 37.5625rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.about-section4-desc-item-left{
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 37.5625rem;
}
.about-section4-desc-item-sub-poster{
    width: 15.9375rem;
    height: 20.125rem;
    border-radius: 1.25rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section4-desc-item-sub-poster-img{
    width: 15.9375rem;
    height: 20.125rem;
    object-fit: cover;
}
.about-section4-desc-item-poster{
    width: 29.75rem;
    height: 37.5625rem;
    border-radius: 1.25rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section4-desc-item-poster-img{
    width: 29.75rem;
    height: 37.5625rem;
    object-fit: cover;
}
.about-section4-desc-item-right{
    width: calc(50% - 6.875rem);
    padding-left: 6.875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.about-section4-desc-item-title{
    width: 100%;
    text-align: left;
    font-size: 3.4375rem;
}
.about-section4-desc-item-history-list{
    width: 100%;
    padding-top: 3.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about-section4-desc-item-history{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.about-section4-desc-item-history-year{
    width: max-content;
    min-width: 8.125rem;
    text-align: justify-all;
    padding-right: 2.5rem;
    font-size: 3.4375rem;
    color: #f47f00;
}
.about-section4-desc-item-history-event{
    flex: 1;
    text-align: left;
    font-size: 1rem;
    line-height: 1.75;
}

/* 区块5 */
.about-section5-container{
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 6.875rem 0;
}
.about-section5-container-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-section5-container-header-title{
    width: 100%;
    text-align: center;
    font-size: 2.8125rem;
    color: #000000;
}
.about-section5-swiper-wrap{
    width: 100%;
    margin-top: 5rem;
    position: relative;
}
.about-section5-desc-item{
    width: 100%;
    height: 31.4375rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
}
.about-section5-desc-item-bg{
    width: 100%;
    height: 31.4375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section5-desc-item-bg-img{
    width: 100%;
    height: 31.4375rem;
    object-fit: cover;
}
.about-section5-desc-item-content{
    width: calc(100% - 6.25rem);
    height: calc(31.4375rem - 6.25rem);
    padding: 3.125rem 3.125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.about-section5-desc-item-title{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
    color: #FFFFFF;
}

/* 区块8 */
.about-section8-container{
    width: 100%;
    padding: 8.375rem 0;
}
.about-section8-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.about-section8-container-header-left{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about-section8-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.8125rem;
}
.about-section8-container-header-right{
    width: 40%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}
.about-section8-container-header-right .swiper-button-next{
    width: 3.25rem;
    height: 3.25rem;
    background: #f47f00;
    border: #f47f00 solid 0.0625rem;
    border-radius: 1.6875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    user-select: none;
    position: unset;
}
.about-section8-container-header-right .swiper-button-prev{
    width: 3.25rem;
    height: 3.25rem;
    background: #f47f00;
    border: #f47f00 solid 0.0625rem;
    border-radius: 1.6875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: unset;
    user-select: none;
    margin-right: 0.4375rem;
}
.about-section8-container-header-right .swiper-button-disabled{
    width: 3.25rem;
    height: 3.25rem;
    background: #FFFFFF;
    border: #000000 solid 0.0625rem;
    opacity: 1;
}
.about-section8-container-header-right .swiper-button-next:after, .about-section8-container-header-right .swiper-button-prev:after{
    display: none;
}
.about-section8-container-header-right .swiper-button-icon{
    width: 0.9375rem;
    height: 0.9375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section8-container-header-right .swiper-button-icon-img{
    width: 0.9375rem;
    height: 0.9375rem;
    object-fit: contain;
}
.about-section8-container-header-right .swiper-button-icon-img:last-of-type{
    display: none;
}
.about-section8-container-header-right .swiper-button-disabled .swiper-button-icon-img:first-of-type{
    display: none;
}
.about-section8-container-header-right .swiper-button-disabled .swiper-button-icon-img:last-of-type{
    display: block;
}
.about-section8-swiper-wrap{
    width: 100%;
    padding-top: 6.875rem;
}
.about-section8-swiper{
    width: 100%;
}
.about-section8-desc-item{
    width: 100%;
    height: 29.9375rem;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-section8-desc-item-bg{
    width: 100%;
    height: 29.9375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section8-desc-item-bg-img{
    width: 100%;
    height: 29.9375rem;
    object-fit: cover;
}
.about-section8-desc-item-content{
    width: calc(100% - 7.5rem);
    height: calc(29.9375rem - 7.5rem);
    padding: 3.75rem 3.75rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.about-section8-desc-item-title{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
    color: #FFFFFF;
}