/* 区块1 */
.index-section1-container{
    width: 100%;
    height: 37.5rem;
    position: relative;
}
.index-section1-container-bg{
    width: 100%;
    height: 37.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section1-container-bg-video{
    width: 100%;
    height: 37.5rem;
    object-fit: cover;
}
.index-section1-container-content{
    width: 100%;
    height: 37.5rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.5);
}
.index-section1-container-content-wrap{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section1-container-title{
    width: 50%;
    text-align: left;
    font-size: 1.875rem;
    color: #ffffff;
    word-break: break-all;
    padding-bottom: 1.25rem;
}
.index-section1-container-action{
    width: max-content;
    padding: 0.625rem 1.25rem;
    text-align: center;
    background: rgba(233,81,29,1);
    border-radius: 0 2.5rem 0 0;
    color: #ffffff;
    text-decoration: none;
}
.index-section1-container-action:hover{
    background: #1e235a;
}
@keyframes indexSection1BannerEaseIn {
    0%{
        left: -43.75rem;
    }
    100%{
        left: 0;
    }
}
.index-section1-banner{
    width: 43.75rem;
    height: 5rem;
    background: #1e235a;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 1.25rem;
    animation: indexSection1BannerEaseIn ease-in-out 1.5s;
}
.index-section1-banner-icon{
    width: 15.625rem;
    padding-right: 2.5rem;
    height: 5rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.index-section1-banner-icon-img{
    height: 1.875rem;
    object-fit: contain;
}
.index-section1-banner-title{
    flex: 1;
    text-align: left;
    font-size: 1.25rem;
    color: #ffffff;
}

/* 区块2 */
.index-section2-container{
    width: 100%;
    padding: 3.75rem 0;
}
.index-section2-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}
.index-section2-container-header-left{
    width: 18.75rem;
    padding-right: 6.25rem;
    border-right: #1e235a solid 0.125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section2-container-header-poster{
    width: 18.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section2-container-header-poster-img{
    width: 18.75rem;
    object-fit: contain;
}
.index-section2-container-header-right{
    flex: 1;
    padding-left: 6.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section2-container-header-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section2-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.25rem;
}
.index-section2-container-header-description{
    width: 100%;
    padding-top: 0.625rem;
    text-align: left;
    font-size: 1.125rem;
}
.index-section2-container-body{
    width: 100%;
    padding-top: 3.75rem;
}
.index-section2-desc-swiper-wrap{
    width: 100%;
}
.index-section2-desc-swiper{
    width: 100%;
    height: 28.125rem;
}
.index-section2-desc-swiper .swiper-slide{
    width: calc(100% - 2.25rem);
    padding-left: 2.25rem;
}
.index-section2-desc-swiper .swiper-pagination{
    left: 0!important;
    right: unset!important;
}
.index-section2-desc-swiper .swiper-pagination-bullet{
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 0.4375rem;
}
.index-section2-desc-swiper .swiper-pagination-bullet-active{
    background: rgb(233, 81, 29);
}
.index-section2-desc{
    width: 100%;
    height: 28.125rem;
    background: #1e235a;
    border-radius: 0 6.25rem 0 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.index-section2-desc-poster{
    width: 26.5625rem;
    height: 28.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section2-desc-poster-img{
    width: 26.5625rem;
    height: 28.125rem;
    object-fit: cover;
}
.index-section2-desc-info{
    flex: 1;
    padding: 2.5rem;
    height: calc(28.125rem - 5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.index-section2-desc-title{
    width: 100%;
    text-align: left;
    font-size: 3rem;
    color: #ffffff;
}
.index-section2-desc-description{
    width: 100%;
    padding-top: 1.25rem;
    text-align: left;
    font-size: 1.5rem;
    color: rgb(221, 221, 221);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-section2-desc-actions{
    width: 100%;
    padding-top: 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section2-desc-action{
    padding: 0 1.25rem;
    height: 2.75rem;
    border-radius: 0 2.875rem 0 0;
    border: rgba(233,81,29,1) solid 1px;
    text-align: center;
    text-decoration: none;
    font-size: 1.125rem;
    color: #ffffff;
    line-height: 2.75rem;
    font-weight: bold;
}
.index-section2-desc-action:hover{
    background: rgba(233,81,29,1);
}

/* 区块3 */
.index-section3-container{
    width: 100%;
}
.index-section3-container-header{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section3-container-header-wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section3-container-header-title{
    width: max-content;
    max-width: 100%;
    padding: 0.625rem 2.5rem 0.625rem 1.875rem;
    border-radius: 0 3.75rem 0 0;
    background: #1e235a;
    color: #ffffff;
    font-size: 3rem;
    text-align: left;
}
.index-section3-container-header-description{
    width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: left;
    font-size: 1.5rem;
}
.index-section3-container-body{
    width: 100%;
}
.index-section3-desc{
    width: 100%;
    height: 50rem;
    position: relative;
}
.index-section3-desc-bg{
    width: 100%;
    height: 50rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section3-desc-bg-img{
    width: 100%;
    height: 50rem;
    object-fit: cover;
}
.index-section3-desc-content{
    width: 100%;
    height: 50rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(63,92,88,0.5);
}
.index-section3-desc-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section3-desc-play-btn{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.index-section3-desc-play-btn-icon{
    width: 8.75rem;
    height: 8.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section3-desc-play-btn-icon-img{
    width: 8.75rem;
    height: 8.75rem;
    object-fit: contain;
}
.index-section3-desc-play-btn-title{
    width: 100%;
    text-align: center;
    font-size: 2.25rem;
    color: #ffffff;
    padding-top: 1.25rem;
    font-weight: bold;
}
.index-section3-desc-logo-list{
    width: 8.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3.125rem;
}
.index-section3-desc-logo{
    width: 8.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1.25rem 0;
    border-bottom: #ffffff solid 0.125rem;
}
.index-section3-desc-logo:last-of-type{
    border-bottom: none;
}
.index-section3-desc-logo-img{
    width: 8.75rem;
    object-fit: contain;
}
.index-section3-desc-description{
    width: 100%;
    text-align: center;
    font-size: 1.125rem;
    color: #ffffff;
}
.index-section3-desc2-container{
    width: 100%;
}
.index-section3-desc2-list{
    width: 100%;
}
.index-section3-desc2-group{
    width: calc(100% - 2.5rem);
    padding: 0 1.25rem;
    display: grid;
    grid-template-rows: repeat(1, 21.25rem);
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 1.25rem;
    grid-column-gap: 1.25rem;
    margin-bottom: 1.25rem;
}
.index-section3-desc2-group:last-of-type{
    margin-bottom: 0;
}
.index-section3-desc2{
    width: 100%;
    height: 100%;
    position: relative;
}
.index-section3-desc2-bg{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section3-desc2-bg-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-section3-desc2-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(27,29,54,0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section3-desc2-info{
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section3-desc2-icon{
    width: 7.5rem;
    height: 7.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section3-desc2-icon-img{
    width: 7.5rem;
    height: 7.5rem;
    object-fit: contain;
}
.index-section3-desc2-title{
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 1.875rem;
    padding-top: 0.625rem;
}
.index-section3-desc2-description{
    width: 100%;
    padding-top: 0.625rem;
    text-align: center;
    font-size: 1.125rem;
    color: #ffffff;
}
.index-section3-desc2-btn{
    padding: 0 1.875rem;
    height: 2.75rem;
    border-radius: 0 2.875rem 0 0;
    border: rgba(233,81,29,1) solid 1px;
    text-align: center;
    text-decoration: none;
    font-size: 1.125rem;
    color: #ffffff;
    line-height: 2.75rem;
    font-weight: bold;
    margin-top: 0.9375rem;
}
.index-section3-desc2-btn:hover{
    background: rgba(233,81,29,1);
}
.index-section3-desc2-white .index-section3-desc2-content{
    background: rgba(255,255,255,0.8);
}
.index-section3-desc2-white .index-section3-desc2-title{
    color: #1e235a;
}
.index-section3-desc2-white .index-section3-desc2-description{
    color: #1e235a;
}
.index-section3-desc2-white .index-section3-desc2-btn{
    background: rgba(233,81,29,1);
}
.index-section3-desc2-white .index-section3-desc2-btn:hover{
    background: #1e235a;
    border: #1e235a solid 1px;
}

/* 区块4 */
.index-section4-container{
    width: 100%;
}
.index-section4-container-header{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 1.25rem;
}
.index-section4-container-header-title{
    width: max-content;
    max-width: 100%;
    padding: 0.625rem 2.5rem 0.625rem 1.875rem;
    border-radius: 0 3.75rem 0 0;
    background: #1e235a;
    color: #ffffff;
    font-size: 3rem;
    text-align: left;
}
.index-section4-container-desc{
    width: 100%;
    height: 25rem;
    position: relative;
}
.index-section4-container-desc-bg{
    width: 100%;
    height: 25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section4-container-desc-bg-img{
    width: 100%;
    height: 25rem;
    object-fit: cover;
}
.index-section4-container-desc-content{
    width: 100%;
    height: 25rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(27,29,54, 0.9);
}
.index-section4-container-desc-content-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.index-section4-container-desc-title{
    width: 50rem;
    text-align: left;
    font-size: 1.5rem;
    color: #ffffff;
}
.index-section4-container-desc-description{
    width: 50rem;
    padding-top: 0.625rem;
    text-align: left;
    font-size: 1.125rem;
    color: #ffffff;
}
.index-section4-container-desc-actions{
    width: 100%;
    padding-top: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section4-container-desc-action{
    width: max-content;
    max-width: 80%;
    text-align: left;
    padding: 0.625rem 1.875rem;
    border: rgba(233,81,29,1) solid 1px;
    border-radius: 0 3.75rem 0 0;
    color: #ffffff;
    text-decoration: none;
}
.index-section4-container-desc-action:hover{
    background: rgba(233,81,29,1);
}

/* 区块5 */
.index-section5-container{
    width: 100%;
}
.index-section5-news-list{
    width: 100%;
}
.index-section5-news-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 1.25rem;
}
.index-section5-news-group:last-of-type{
    margin-bottom: 0;
}
.index-section5-news{
    width: calc(100% / 3 - 2.5rem);
    margin-right: 3.75rem;
    background: #1e235a;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section5-news:last-of-type{
    margin-right: 0;
}
.index-section5-news-poster{
    width: 100%;
    height: 14.0625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section5-news-poster-img{
    width: 100%;
    height: 14.0625rem;
    object-fit: cover;
}
.index-section5-news-info{
    flex: 1;
    width: calc(100% - 2.5rem);
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.index-section5-news-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    color: #ffffff;
}
.index-section5-news-description{
    width: 100%;
    padding-top: 0.625rem;
    text-align: left;
    font-size: 1.125rem;
    color: #ffffff;
}
.index-section5-news-btn{
    margin-top: 1.25rem;
    width: max-content;
    max-width: 80%;
    text-align: left;
    padding: 0.625rem 1.875rem;
    border: rgba(233,81,29,1) solid 1px;
    border-radius: 0 3.75rem 0 0;
    color: #ffffff;
    text-decoration: none;
    background: rgba(233,81,29,1);
}