/* 区块1 */
.service-section1-container{
    width: 100%;
    padding-top: 16.5625rem;
    padding-bottom: 10.625rem;
}
.service-section1-container-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.service-section1-container-header-title{
    width: 100%;
    text-align: center;
    font-size: 3.125rem;
    font-weight: 100;
    background-image: linear-gradient(to right, #fe791c, #fb8432, #feb769, #fe9a38);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
}
.service-section1-container-header-description{
    width: 60%;
    text-align: center;
    padding-top: 3.125rem;
    font-size: 1.125rem;
}
.service-section1-desc-swiper-wrap{
    width: 100%;
    padding-top: 6.875rem;
}
.service-section1-desc-swiper{
    width: 100%;
}
.service-section1-desc-swiper .swiper-slide{
    width: 23.625rem;
    height: 30rem;
}
.service-section1-desc{
    width: 23.625rem;
    height: 30rem;
    position: relative;
    border-radius: 0.625rem;
    overflow: hidden;
}
.service-section1-desc-poster{
    width: 23.625rem;
    height: 30rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.service-section1-desc-poster-img{
    width: 23.625rem;
    height: 30rem;
    object-fit: cover;
}
.service-section1-desc-info{
    width: calc(23.625rem - 6.25rem);
    height: calc(30rem - 7.5rem);
    padding: 3.75rem 3.125rem;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.service-section1-desc-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1rem;
    color: #FFFFFF;
    font-weight: 100;
}
.service-section1-desc-title{
    width: 100%;
    text-align: left;
    padding-top: 1.125rem;
    font-size: 1.875rem;
    color: #FFFFFF;
    font-weight: 100;
}

/* 区块2 */
.service-section2-container{
    width: 100%;
    height: 62.5rem;
    position: relative;
}
.service-section2-desc-swiper-wrap{
    width: 100%;
    height: 62.5rem;
}
.service-section2-desc-swiper{
    width: 100%;
}
.service-section2-desc{
    width: 100%;
    height: 62.5rem;
}
.service-section2-desc-poster{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.service-section2-desc-poster-img{
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}
.service-section2-container-content{
    width: 100%;
    height: 62.5rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0,0,0,0.4);
}
.service-section2-navigation-list{
    height: 62.5rem;
}
.service-section2-navigation-group{
    width: 100%;
    height: 6.25rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 62.5rem);
}
.service-section2-navigation{
    width: calc(100% - 0.0625rem - 7.5rem);
    height: calc(62.5rem - 7.8125rem - 7.8125rem);
    padding: 7.8125rem 3.75rem;
    border-right: rgba(255,255,255,0.4) solid 0.0625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    color: #FFFFFF;
    cursor: pointer;
}
.service-section2-navigation:last-of-type{
    border-right: none;
}
.service-section2-navigation:hover, .service-section2-navigation-active{
    color: #fe791d;
}
.service-section2-navigation-icon{
    width: 4rem;
    height: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.service-section2-navigation-icon-img{
    width: 4rem;
    height: 4rem;
    object-fit: contain;
}
.service-section2-navigation-icon-img:last-of-type{
    display: none;
}
.service-section2-navigation:hover .service-section2-navigation-icon-img:last-of-type, .service-section2-navigation-active .service-section2-navigation-icon-img:last-of-type{
    display: block;
}
.service-section2-navigation:hover .service-section2-navigation-icon-img:first-of-type, .service-section2-navigation-active .service-section2-navigation-icon-img:first-of-type{
    display: none;
}
.service-section2-navigation-info{
    width: 100%;
    padding-top: 3.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.service-section2-navigation-sub-title{
    width: 100%;
    text-align: left;
    font-size: 0.9375rem;
    font-weight: 100;
}
.service-section2-navigation-title{
    width: 100%;
    padding-top: 1.125rem;
    text-align: left;
    font-weight: 100;
    font-size: 1.875rem;
}

/* 区块3 */
.service-section3-container{
    width: 100%;
    padding: 10.625rem 0;
    background: #e1e2e2;
}
.service-section3-desc-swiper-wrap{
    width: 100%;
}
.service-section3-desc-swiper{
    width: 100%;
}
.service-section3-desc-swiper .swiper-slide{
    width: 48.75rem;
    height: 36.25rem;
    padding-bottom: 5rem;
}
.service-section3-desc{
    width: 48.75rem;
    height: 36.25rem;
    border-radius: 0.625rem;
    overflow: hidden;
    position: relative;
}
.service-section3-desc-poster{
    width: 48.75rem;
    height: 36.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.service-section3-desc-poster-img{
    width: 48.75rem;
    height: 36.25rem;
    object-fit: cover;
}
.service-section3-desc-info{
    width: calc(48.75rem - 10rem);
    height: calc(36.25rem - 10.625rem);
    padding: 5.3125rem 5rem;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.service-section3-desc-sub-title{
    width: 100%;
    text-align: left;
    font-size: 0.9375rem;
    color: #FFFFFF;
    font-weight: 100;
}
.service-section3-desc-title{
    width: 100%;
    padding-top: 1.125rem;
    text-align: left;
    font-size: 1.875rem;
    color: #FFFFFF;
    font-weight: 100;
}
.service-section3-desc-swiper .swiper-pagination-bullet{
    background: #FFFFFF;
    opacity: 1;
}
.service-section3-desc-swiper .swiper-pagination-bullet-active{
    background: #eb5c21;
}

/* 区块4 */
.service-section4-container{
    width: 100%;
    height: 62.5rem;
    position: relative;
}
.service-section4-container-bg{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.service-section4-container-bg-video{
    width: 100%;
    height: 62.5rem;
    background: #000000;
    object-fit: cover;
}
.service-section4-container-content{
    width: 100%;
    height: 62.5rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.service-section4-actions{
    width: calc(100% - 2.3125rem - 2.3125rem);
    padding: 2.3125rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.service-section4-action{
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.service-section4-action-icon{
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.service-section4-action-icon-img{
    width: 2.25rem;
    height: 2.25rem;
    object-fit: contain;
}

/* 区块5 */
.service-section5-container{
    width: 100%;
    padding: 9.375rem 0;
}
.service-section5-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.service-section5-container-header-title{
    width: 100%;
    text-align: center;
    font-size: 3.125rem;
    font-weight: 100;
    background-image: linear-gradient(to right, #fe791c, #fb8432, #feb769, #fe9a38);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
}
.service-section5-desc-list{
    width: 100%;
    padding-top: 7.5rem;
}
.service-section5-desc-group{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 18.125rem);
    grid-column-gap: 1.375rem;
    grid-row-gap: 1.375rem;
    margin-bottom: 1.375rem;
}
.service-section5-desc-group:last-of-type{
    margin-bottom: 0;
}
.service-section5-desc{
    width: calc(100% - 6.25rem);
    height: calc(18.125rem - 4.375rem);
    padding: 2.1875rem 3.125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 1.25rem;
    overflow: hidden;
    background: #e1e2e2;
}
.service-section5-desc-icon{
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.service-section5-desc-icon-img{
    width: 2.25rem;
    height: 2.25rem;
    object-fit: contain;
}
.service-section5-desc-title{
    width: 100%;
    padding-top: 1.5625rem;
    text-align: left;
    font-size: 1.5625rem;
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.service-section5-desc-description{
    width: 100%;
    text-align: left;
    padding-top: 1.5625rem;
    font-size: 1rem;
    font-weight: 100;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}