/* 区块1 */
.index-section1-container{
    width: 100%;
}
.index-section1-desc-swiper-wrap{
    width: 100%;
}
.index-section1-desc-swiper{
    width: 100%;
}
.index-section1-desc-swiper .swiper-pagination{
    width: var(--section-width);
    text-align: right;
    left: unset;
    right: calc((100vw - var(--section-width)) / 2);
    top: unset;
    bottom: 12.5rem;
}
.index-section1-desc-swiper .swiper-pagination-bullet{
    width: 0.375rem;
    height: 0.375rem;
    border: #ffffff solid 1px;
    border-radius: 0.25rem;
    background: rgba(0,0,0,0);
    opacity: 1;
}
.index-section1-desc-swiper .swiper-pagination-bullet-active{
    width: 0.375rem;
    height: 0.375rem;
    border: #209443 solid 1px;
    background: #209443;
}
.index-section1-desc{
    width: 100%;
    height: 62.5rem;
    position: relative;
}
.index-section1-desc-poster{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section1-desc-poster-img{
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}
.index-section1-desc-info{
    width: 100%;
    height: calc(62.5rem - 23.75rem);
    padding: 11.875rem 0;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.index-section1-desc-info-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.index-section1-desc-info-left{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.index-section1-desc-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
    color: #ffffff;
}
.index-section1-desc-en-title{
    width: 100%;
    text-align: left;
    font-size: 4.375rem;
    font-weight: bold;
    color: #ffffff;
}
.index-section1-desc-title{
    width: 100%;
    text-align: left;
    font-size: 3.75rem;
    font-weight: bold;
    color: #ffffff;
}
.index-section1-desc-info-right{
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 3.125rem;
}
.index-section1-desc-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}
.index-section1-desc-action{
    padding: 0 2.1875rem;
    height: 3.125rem;
    border: #ffffff solid 0.125rem;
    border-radius: 1.6875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.index-section1-desc-action:hover{
    background: #209443;
    border: #209443 solid 0.125rem;
}
.index-section1-desc-action-title{
    font-size: 1.25rem;
    color: #ffffff;
    padding-right: 1.25rem;
}
.index-section1-desc-action-icon{
    height: 1.5625rem;
    object-fit: contain;
}

/* 区块2 */
.index-section2-container{
    width: 100%;
    padding-top: 7.5rem;
}
.index-section2-desc-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 4.8125rem;
}
.index-section2-desc{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.875rem 0;
    border-top: #000000 solid 0.25rem;
    border-bottom: #000000 solid 0.25rem;
}
.index-section2-desc-title{
    width: 100%;
    text-align: left;
    font-size: 4.375rem;
    font-weight: bold;
    color: #209443;
}
.index-section2-desc-description{
    width: 100%;
    text-align: left;
    color: #6d6d6d;
    font-size: 1.5625rem;
    padding-top: 1.5625rem;
}

/* 区块3 */
.index-section3-container{
    width: 100%;
    padding-top: 3.75rem;
    padding-bottom: 7.5rem;
}
.index-section3-desc-list{
    width: 100%;
}
.index-section3-desc-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index-section3-desc{
    width: calc(25% - 0.5rem);
    margin-right: 0.75rem;
    height: 34.375rem;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
    transition: width 0.6s;
}
.index-section3-desc-full{
    width: calc(50% - 0.5rem);
}
.index-section3-desc:last-of-type{
    margin-right: 0;
}
.index-section3-desc-poster{
    width: 100%;
    height: 34.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section3-desc-poster-img{
    width: 100%;
    height: 34.375rem;
    object-fit: cover;
}
.index-section3-desc-info{
    width: calc(100% - 5rem);
    height: calc(34.375rem - 7.5rem);
    padding: 3.75rem 2.5rem;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.index-section3-desc-info-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section3-desc-info-header-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
    color: #ffffff;
    font-weight: bold;
}
.index-section3-desc-info-footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section3-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
    font-weight: bold;
    color: #ffffff;
    display: none;
}
.index-section3-desc-description{
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    color: #ffffff;
    padding-top: 1.75rem;
}
.index-section3-desc-actions{
    width: 100%;
    padding-top: 2.8125rem;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section3-desc-action{
    font-size: 1.125rem;
    color: #ffffff;
    text-decoration: none;
    padding: 0.625rem 0;
    border-bottom: #209443 solid 0.125rem;
}
.index-section3-desc-full .index-section3-desc-title{
    display: block;
}
.index-section3-desc-full .index-section3-desc-actions{
    display: flex;
}

/* 区块4 */
.index-section4-container{
    width: 100%;
    padding: 8.4375rem 0;
    background: #eeeeee;
}
.index-section4-container-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index-section4-container-header-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section4-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.8125rem;
}
.index-section4-container-header-en-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    padding-top: 1.5625rem;
}
.index-section4-container-header-right{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.index-section4-container-header-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}
.index-section4-container-header-action{
    padding: 0 2.1875rem;
    height: 3.625rem;
    border-radius: 1.8125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #209443;
    text-decoration: none;
}
.index-section4-container-header-action:hover{
    opacity: 0.8;
}
.index-section4-container-header-action-title{
    font-size: 1.25rem;
    color: #ffffff;
    margin-right: 1.5625rem;
}
.index-section4-container-header-action-icon{
    height: 1.125rem;
    object-fit: contain;
}
.index-section4-container-body{
    width: 100%;
    padding-top: 5rem;
}
.index-section4-desc-swiper-wrap{
    width: 100%;
}
.index-section4-desc-swiper{
    width: 100%;
}
.index-section4-desc-swiper .swiper-slide{
    width: 59.25rem;
    padding-bottom: 3.125rem;
}
.index-section4-desc-swiper .swiper-pagination{
    top: unset;
    bottom: 0;
    left: calc((100vw - var(--section-width)) / 2);
    width: 59.25rem;
    height: 0.375rem;
    border-radius: 0.1875rem;
    overflow: hidden;
}
.index-section4-desc-swiper .swiper-pagination-progressbar-fill{
    background: #209443;
    height: 0.375rem;
    border-radius: 0.1875rem;
}
.index-section4-desc{
    width: 100%;
    height: 38.625rem;
    border-radius: 1.25rem;
    position: relative;
    overflow: hidden;
}
.index-section4-desc-poster{
    width: 100%;
    height: 38.625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section4-desc-poster-img{
    width: 100%;
    height: 38.625rem;
    object-fit: cover;
}
.index-section4-desc-info{
    width: calc(100% - 10rem);
    height: calc(38.625rem - 8.125rem);
    padding: 4.0625rem 5rem;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.index-section4-desc-info-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section4-desc-info-header-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
    color: #ffffff;
}
.index-section4-desc-info-footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section4-desc-title{
    width: 100%;
    text-align: left;
    font-size: 2.8125rem;
    font-weight: bold;
    color: #ffffff;
}
.index-section4-desc-description{
    width: 100%;
    padding-top: 1.875rem;
    text-align: left;
    font-size: 1.125rem;
    color: #eeeeee;
}
.index-section4-desc-actions{
    width: 100%;
    padding-top: 1.5625rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section4-desc-action{
    padding: 0.625rem 0;
    font-size: 1.125rem;
    color: #ffffff;
    border-bottom: #209443 solid 0.125rem;
    text-decoration: none;
}

/* 区块8 */
.index-section8-container{
    width: 100%;
    padding: 8.75rem 0;
}
.index-section8-container-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index-section8-container-header-left{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section8-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.8125rem;
}
.index-section8-container-header-en-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    padding-top: 1.5625rem;
}
.index-section8-container-header-right{
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.index-section8-container-header-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}
.index-section8-container-header-action{
    padding: 0 2.1875rem;
    height: 3.625rem;
    border-radius: 1.8125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #209443;
    text-decoration: none;
}
.index-section8-container-header-action:hover{
    opacity: 0.8;
}
.index-section8-container-header-action-title{
    font-size: 1.25rem;
    color: #ffffff;
    margin-right: 1.5625rem;
}
.index-section8-container-header-action-icon{
    height: 1.125rem;
    object-fit: contain;
}
.index-section8-container-body{
    width: 100%;
    padding-top: 4.375rem;
}
.index-section8-desc-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1.125rem;
    grid-row-gap: 3.125rem;
}
.index-section8-desc{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
}
.index-section8-desc-poster{
    width: 100%;
    height: 18.375rem;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section8-desc-poster-img{
    width: 100%;
    height: 18.375rem;
    object-fit: cover;
}
.index-section8-desc-info{
    width: calc(100% - 1.875rem);
    padding: 1.25rem 0.9375rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section8-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
    color: #000000;
}
.index-section8-desc-date{
    width: 100%;
    padding-top: 1.875rem;
    text-align: left;
    font-size: 0.9375rem;
    color: #b1b1b1;
}