/* 区块1 */
.index-section1-container{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.index-section1-swiper{
    width: 100%;
    height: 62.5rem;
}
.index-section1-swiper-item{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.index-section1-swiper-item-bg{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section1-swiper-item-bg-video{
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
    background-color: #000000;
}
.index-section1-swiper-item-content{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.index-section1-swiper-item-content-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section1-swiper-item-sub-title{
    width: 100%;
    text-align: center;
    font-size: 1.5625rem;
    color: rgba(255,255,255,0.5);
}
.index-section1-swiper-item-title{
    width: 100%;
    text-align: center;
    padding-top: 2.1875rem;
    font-size: 3.75rem;
    color: #FFFFFF;
    font-weight: bold;
}
.index-section1-swiper-item-play-controls{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 3.125rem;
}
.index-section1-swiper-item-play-control{
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 1.875rem;
}
.index-section1-swiper-item-play-control:last-of-type{
    margin-right: 0;
}
.index-section1-swiper-item-play-control-icon{
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section1-swiper-item-play-control-icon-img{
    width: 2.75rem;
    height: 2.75rem;
    object-fit: contain;
}
.index-section1-container-footer{
    width: max-content;
    position: absolute;
    bottom: 5.3125rem;
    left: calc((100% - 93.75rem) / 2);
    z-index: 9;
}
.index-section1-container-footer-wrap{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}
.index-section1-container-more-tips{
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section1-container-more-tips-icon{
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section1-container-more-tips-icon-img{
    width: 4.5rem;
    height: 4.5rem;
    object-fit: contain;
}
.index-section1-swiper .swiper-pagination{
    width: 93.75rem;
    left: calc((100% - 93.75rem) / 2);
    bottom: 5.3125rem;
    text-align: right;
    vertical-align: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.index-section1-swiper .swiper-pagination-bullet{
    width: 1.1875rem;
    height: 0.375rem;
    border-radius: 0.1875rem;
    background-color: rgba(255,255,255,0.3);
}
.index-section1-swiper .swiper-pagination-bullet-active{
    width: 2rem;
    height: 0.5rem;
    border-radius: 0.25rem;
    background-color: #FFFFFF;
}

/* 区块2 */
.index-section2-container{
    width: 100%;
    height: 62.5rem;
    position: relative;
}
.index-section2-container-bg{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section2-container-bg-img{
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}
.index-section2-container-content{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.index-section2-container-content-wrap{
    height: calc(62.5rem - 15rem);
    padding: 7.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section2-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index-section2-container-header-left{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section2-container-header-title{
    text-align: left;
    font-size: 2.8125rem;
    font-weight: bold;
    color: #000000;
}
.index-section2-container-header-right{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.index-section2-product-categories{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}
.index-section2-product-category{
    padding: 0 1.875rem;
    width: max-content;
    height: 3.25rem;
    border: #545454 solid 0.0625rem;
    border-radius: 1.6875rem;
    line-height: 3.25rem;
    min-width: 11.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 0.5625rem;
    cursor: pointer;
}
.index-section2-product-category:last-of-type{
    margin-right: 0;
}
.index-section2-product-category-title{
    font-size: 1.25rem;
}
.index-section2-product-category-active, .index-section2-product-category:hover{
    background-color: #f47f00;
    border: #f47f00 solid 0.0625rem;
}
.index-section2-product-category-active .index-section2-product-category-title,
.index-section2-product-category:hover .index-section2-product-category-title{
    color: #FFFFFF;
}
.index-section2-swiper-list{
    width: 100%;
    padding-top: 5.625rem;
}
.index-section2-swiper-wrap{
    width: 100%;
}
.index-section2-swiper{
    width: 100%;
}
.index-section2-swiper .swiper-slide{
    width: 24.3125rem;
    padding-bottom: 5.9375rem;
}
.index-section2-swiper .swiper-slide:first-of-type{
    width: 42.25rem;
}
.index-section2-swiper .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;
    top: unset;
    right: 0;
    bottom: 0;
    user-select: none;
}
.index-section2-swiper .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;
    top: unset;
    left: unset;
    right: 3.8125rem;
    bottom: 0;
    user-select: none;
}
.index-section2-swiper .swiper-button-disabled{
    width: 3.25rem;
    height: 3.25rem;
    background: #FFFFFF;
    border: #000000 solid 0.0625rem;
    opacity: 1;
}
.index-section2-swiper .swiper-button-next:after, .index-section2-swiper .swiper-button-prev:after{
    display: none;
}
.index-section2-swiper .swiper-button-icon{
    width: 0.9375rem;
    height: 0.9375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section2-swiper .swiper-button-icon-img{
    width: 0.9375rem;
    height: 0.9375rem;
    object-fit: contain;
}
.index-section2-swiper .swiper-button-icon-img:last-of-type{
    display: none;
}
.index-section2-swiper .swiper-button-disabled .swiper-button-icon-img:first-of-type{
    display: none;
}
.index-section2-swiper .swiper-button-disabled .swiper-button-icon-img:last-of-type{
    display: block;
}
.index-section2-product-big{
    width: 100%;
    height: 32.3125rem;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    text-decoration: none;
}
.index-section2-product-big-info{
    width: 100%;
    height: 32.3125rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section2-product-big-info-header{
    width: calc(100% - 7.125rem);
    height: calc(20.875rem - 8.125rem);
    padding: 4.0625rem 3.5625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #578da0;
}
.index-section2-product-big-title-wrap{
    width: 100%;
    padding-bottom: 1.875rem;
    border-bottom: rgba(255,255,255,0.2) solid 0.0625rem;
}
.index-section2-product-big-title{
    width: 50%;
    text-align: left;
    font-size: 1.5625rem;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-section2-product-big-description{
    width: 50%;
    padding-top: 1.875rem;
    text-align: left;
    font-size: 1.125rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFFFFF;
}
.index-section2-product-big-info-footer{
    width: calc(100% - 7.125rem);
    padding: 0 3.5625rem;
    height: 11.4375rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.index-section2-product-big-more-tips{
    width: 4.25rem;
    height: 4.25rem;
    border: #f47f00 solid 0.0625rem;
    border-radius: 2.1875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section2-product-big-more-tips-icon{
    width: 3.375rem;
    height: 3.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section2-product-big-more-tips-icon-img{
    width: 3.375rem;
    height: 3.375rem;
    object-fit: contain;
}
.index-section2-product-big-poster{
    width: calc(100% - 7.125rem);
    padding: 0 3.5625rem;
    height: 38.375rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.index-section2-product-big-poster-img{
    width: 16.3125rem;
    height: 21.5rem;
    object-fit: contain;
}
.index-section2-product{
    width: calc(100%);
    height: calc(38.375rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 1.25rem;
    overflow: hidden;
    text-decoration: none;
}
.index-section2-product-poster{
    width: 100%;
    height: calc(38.375rem);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /*margin-top: 3.125rem;*/
}
.index-section2-product-poster-img{
    width: 100%;
    height: calc(38.375rem);
    object-fit: cover;
    /*max-height: 17.375rem;*/
}

/* 区块4 */
.index-section4-container-wrap{
    width: 100%;
    padding-top: 6.25rem;
}
.index-section4-container{
    width: 100%;
    height: 62.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.index-section4-container-content{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index-section4-container-left{
    width: calc(100% - 64.625rem - 13.125rem - 3.125rem);
    height: calc(62.5rem - 21.875rem);
    padding: 10.9375rem 3.125rem 10.9375rem 13.125rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.index-section4-container-title{
    width: 100%;
    text-align: left;
    font-size: 2.8125rem;
    font-weight: bold;
}
.index-section4-container-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
    padding-top: 0.9375rem;
}
.index-section4-container-description{
    width: 100%;
    text-align: left;
    padding-top: 4.3125rem;
    font-size: 1.25rem;
}
.index-section4-container-data-list{
    width: 100%;
    padding-top: 4.6875rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.index-section4-container-data{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 3.125rem;
}
.index-section4-container-data:last-of-type{
    margin-right: 0;
}
.index-section4-container-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section4-container-action{
    padding: 0 2.5rem;
    height: 3.5rem;
    border-radius: 1.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: #f47f00;
}
.index-section4-container-action-title{
    font-size: 1.25rem;
    color: #FFFFFF;
}
.index-section4-container-action-icon{
    width: 0.9375rem;
    height: 0.9375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section4-container-action-icon-img{
    width: 0.9375rem;
    height: 0.9375rem;
    object-fit: contain;
}
.index-section4-container-data-value{
    text-align: left;
    font-size: 3.125rem;
    color: #f47f00;
}
.index-section4-container-data-title{
    padding-top: 1.25rem;
    text-align: left;
    font-size: 1.25rem;
}
.index-section4-container-right{
    width: 64.625rem;
    height: 62.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section4-container-poster{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section4-container-poster-img{
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}

/* 区块8 */
.index-section8-container{
    width: 100%;
    padding-bottom: 11.875rem;
}
.index-section8-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index-section8-container-header-left{
    width: 45%;
    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-right{
    width: 45%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}
.index-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;
}
.index-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;
}
.index-section8-container-header-right .swiper-button-disabled{
    width: 3.25rem;
    height: 3.25rem;
    background: #FFFFFF;
    border: #000000 solid 0.0625rem;
    opacity: 1;
}
.index-section8-container-header-right .swiper-button-next:after, .index-section8-container-header-right .swiper-button-prev:after{
    display: none;
}
.index-section8-container-header-right .swiper-button-icon{
    width: 0.9375rem;
    height: 0.9375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section8-container-header-right .swiper-button-icon-img{
    width: 0.9375rem;
    height: 0.9375rem;
    object-fit: contain;
}
.index-section8-container-header-right .swiper-button-icon-img:last-of-type{
    display: none;
}
.index-section8-container-header-right .swiper-button-disabled .swiper-button-icon-img:first-of-type{
    display: none;
}
.index-section8-container-header-right .swiper-button-disabled .swiper-button-icon-img:last-of-type{
    display: block;
}
.index-section8-swiper-wrap{
    width: 100%;
    padding-top: 5.3125rem;
}
.index-section8-swiper{
    width: 100%;
}
.index-section8-news{
    width: 100%;
    height: 32.625rem;
    border-radius: 1.875rem 0.625rem 1.875rem 0.625rem;
    overflow: hidden;
    position: relative;
    display: block;
    text-decoration: none;
}
.index-section8-news-bg{
    width: 100%;
    height: 32.625rem;
    /*display: flex;*/
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: none;
}
.index-section8-news-bg-img{
    width: 100%;
    height: 32.625rem;
    object-fit: cover;
}
.index-section8-news-content{
    width: calc(100% - 5rem);
    height: calc(32.625rem - 12.5rem);
    padding: 6.25rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
}
.index-section8-news-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section8-news-title{
    width: 100%;
    text-align: left;
    font-size: 1.75rem;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-section8-news-description{
    width: 100%;
    padding-top: 1.5625rem;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    color: #878787;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-section8-news-footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section8-news-date{
    width: 100%;
    text-align: left;
    font-size: 1rem;
    color: #000000;
}
.index-section8-news-date span{
    font-size: 2.8125rem;
    font-weight: bold;
    padding-right: 1.125rem;
}
.index-section8-news:hover .index-section8-news-bg{
    display: flex;
}
.index-section8-news:hover .index-section8-news-content{
    background-color: rgba(0,0,0,0.5);
}
.index-section8-news:hover .index-section8-news-date,
.index-section8-news:hover .index-section8-news-description,
.index-section8-news:hover .index-section8-news-title
{
    color: #FFFFFF;
}