/* 分页 */
.custom-pagination {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    user-select: none;
    padding: 2.5rem 0;
}
.custom-pagination .prev, .custom-pagination .next {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0.625rem;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
    font-size: 1.25rem;
    font-family: var(--font-heading), "sans-serif";
}
.custom-pagination .prev:hover, .custom-pagination .next:hover {
    color: #21395b;
}
.custom-pagination .page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0.625rem;
    cursor: pointer;
    text-decoration: none;
    color: #bcbcbc;
    font-family: var(--font-heading), "sans-serif";
    font-size: 1.25rem;
}
.custom-pagination .page:hover, .custom-pagination .active {
    color: #000000;
}

/* 视频播放弹窗 */
.video-dialog-container {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.video-dialog-body {
    width: calc(50vw - 2.5rem);
    padding: 1.25rem;
    background: #ffffff;
    border-radius: 1.25rem;
    overflow: hidden;
}
.video-dialog-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.video-dialog-header-close-btn {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    cursor: pointer;
}
.video-dialog-header-close-btn-icon {
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.video-dialog-header-close-btn-icon-img {
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
}
.video-dialog-content {
    width: 100%;
    padding-top: 1.25rem;
}
.video-dialog-video {
    width: 100%;
    max-height: 60vh;
    object-fit: contain;
}

/* 全球布局 */
.global-layout-container{
    width: 100%;
    height: 62.5rem;
    position: relative;
}
.global-layout-bg{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.global-layout-bg-img{
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}
.global-layout-info{
    width: 100%;
    height: calc(62.5rem - 12.5rem);
    padding: 6.25rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.global-layout-info-wrap{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.global-layout-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
    color: #FFFFFF;
}
.global-layout-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 0.625rem;
}
.global-layout-description{
    width: 100%;
    text-align: left;
    font-size: 1rem;
    color: #FFFFFF;
    padding-top: 3.75rem;
}

/* 合作伙伴 */
.partners-container{
    width: 100%;
    padding: 8.4375rem 0;
}
.partners-container-header{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.partners-container-header-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
}
.partners-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
    font-weight: bold;
}
.partners-container-body{
    width: 100%;
    padding-top: 7.5rem;
}
/* 介绍轮播 */
.partners-desc-swiper-wrap{
    width: 100%;
}
.partners-desc-swiper{
    width: 100%;
}
.partners-desc-swiper .swiper-slide{
    width: 13.125rem;
}
.partners-desc{
    width: 13.125rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
}
.partners-desc-poster{
    width: 13.125rem;
    height: 3.625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.partners-desc-poster-img{
    width: 13.125rem;
    height: 3.625rem;
    object-fit: contain;
}
/* 介绍轮播2 */
.partners-desc2-swiper-wrap{
    width: 100%;
    padding-top: 7.5rem;
}
.partners-desc2-swiper{
    width: 100%;
}
.partners-desc2-swiper .swiper-slide{
    width: 66rem;
}
.partners-desc2{
    width: 100%;
    height: 28.625rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.partners-desc2-poster{
    width: 19.875rem;
    height: 28.625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 1.25rem;
    overflow: hidden;
}
.partners-desc2-poster-img{
    width: 19.875rem;
    height: 28.625rem;
    object-fit: cover;
}
.partners-desc2-info{
    width: calc(100% - 19.875rem - 0.75rem - 7.875rem);
    height: calc(28.625rem - 5rem);
    padding: 2.5rem 3.9375rem;
    background: #f3f3f3;
    border-radius: 1.25rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.partners-desc2-info-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.partners-desc2-customer{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.partners-desc2-customer-avatar{
    width: 6.375rem;
    height: 6.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 3.1875rem;
    overflow: hidden;
}
.partners-desc2-customer-avatar-img{
    width: 6.375rem;
    height: 6.375rem;
    object-fit: cover;
}
.partners-desc2-customer-info{
    flex: 1;
    padding-left: 1.5625rem;
    height: 6.375rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}
.partners-desc2-customer-jobs{
    width: 100%;
    text-align: left;
    font-size: 1.3125rem;
    font-weight: bold;
}
.partners-desc2-customer-country{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    color: #868686;
}
.partners-desc2-description{
    width: 100%;
    text-align: left;
    font-size: 1rem;
    color: #868686;
    padding-top: 3.125rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
}
.partners-desc2-info-footer{
    width: 100%;
    padding-top: 1.25rem;
    border-top: #aaaaaa solid 1px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.partners-desc2-info-footer-icon{
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.partners-desc2-info-footer-icon-img{
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
}

/* 资质证书 */
.certificates-container{
    width: 100%;
    height: 60.625rem;
    position: relative;
}
.certificates-bg{
    width: 100%;
    height: 60.625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.certificates-bg-img{
    width: 100%;
    height: 60.625rem;
    object-fit: cover;
}
.certificates-info{
    width: 100%;
    height: calc(60.625rem - 6.25rem);
    padding: 3.125rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.certificates-info-wrap{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.certificates-sub-title{
    width: 50%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
}
.certificates-title{
    width: 50%;
    text-align: left;
    font-size: 3.3125rem;
    font-weight: bold;
    padding-top: 0.625rem;
}
.certificates-description{
    width: 50%;
    padding-top: 4.6875rem;
    text-align: left;
    font-size: 1.0625rem;
    line-height: 1.7;
}

/* 常见问题 */
.faq-container{
    width: 100%;
    padding-top: 7.1875rem;
    padding-bottom: 10.625rem;
}
.faq-container.no-padding-top{
    padding-top: 0;
}
.faq-container-header{
    width: calc(100% - 4.75rem);
    padding: 0 2.375rem;
    height: 4.375rem;
    line-height: 4.375rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: var(--btn-bg);
    border-radius: 1.25rem;
}
.faq-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 1.625rem;
    font-weight: bold;
    color: #FFFFFF;
}
.faq-container-body{
    width: 100%;
    padding-top: 4.375rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.faq-container-body-left{
    flex: 1;
    padding-right: 3.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.faq-container-body-title{
    width: 100%;
    text-align: left;
    font-size: 2.5rem;
    font-weight: bold;
}
.faq-container-body-right{
    width: 47.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.faq-desc-list{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.faq-desc{
    width: calc(100% - 3.5rem);
    padding: 0 1.75rem;
    border-top: #c9c9c9 solid 1px;
    cursor: pointer;
}
.faq-desc:first-of-type{
    border-top: none;
}
.faq-desc:last-of-type{
    border-bottom: #c9c9c9 solid 1px;
}
.faq-desc.open{
    width: calc(100% - 3.625rem);
    border: #c9c9c9 solid 1px;
    border-radius: 1.25rem;
}
.faq-desc-header{
    width: 100%;
    padding: 2.1875rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.faq-desc-title{
    flex: 1;
    padding-right: 2.5rem;
    text-align: left;
    font-size: 1.625rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.faq-desc.open .faq-desc-title{
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
}
.faq-desc-header-icon{
    width: 0.75rem;
    height: 1.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.faq-desc-header-icon-img{
    width: 0.75rem;
    height: 0.75rem;
    object-fit: contain;
}
.faq-desc-header-icon-img:last-of-type{
    display: none;
}
.faq-desc.open .faq-desc-header-icon-img:first-of-type{
    display: none;
}
.faq-desc.open .faq-desc-header-icon-img:last-of-type{
    display: block;
}
.faq-desc-description{
    width: 100%;
    text-align: left;
    padding-bottom: 2.1875rem;
    font-size: 1rem;
    color: #a1a1a1;
    font-weight: 400;
    display: none;
}
.faq-desc.open .faq-desc-description{
    display: block;
}
.faq-desc.open + .faq-desc{
    border-top: none;
}

/* 生产流程 */
.production-process-container{
    width: 100%;
    padding-top: 11.875rem;
}
.production-process-container-header{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.production-process-container-header-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
}
.production-process-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
    font-weight: bold;
    padding-top: 0.625rem;
}
.production-process-container-body{
    width: 100%;
    padding-top: 6.25rem;
}
.production-process-desc-swiper-wrap{
    width: 100%;
}
.production-process-desc-swiper{
    width: 100%;
}
.production-process-desc-swiper .swiper-slide{
    width: 26.875rem;
    padding-bottom: 5.375rem;
}
.production-process-desc-swiper .swiper-button-prev,
.production-process-desc-swiper .swiper-button-next{
    width: 5.625rem;
    height: 3rem;
    border-radius: 1.25rem;
    background: var(--primary-color);
    display: flex;
    flex-direction: row;
    align-items: center;
    user-select: none;
}
.production-process-desc-swiper .swiper-button-prev:after,
.production-process-desc-swiper .swiper-button-next:after{
    display: none;
}
.production-process-desc-swiper .swiper-button-prev{
    justify-content: flex-start;
    top: unset;
    left: unset;
    right: calc((100vw - var(--section-width)) / 2 + 5.625rem + 0.625rem);
    bottom: 0;
}
.production-process-desc-swiper .swiper-button-next{
    justify-content: flex-end;
    top: unset;
    left: unset;
    right: calc((100vw - var(--section-width)) / 2);
    bottom: 0;
}
.production-process-desc-swiper .swiper-button-icon{
    width: 3rem;
    height: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.production-process-desc-swiper .swiper-button-icon-img{
    width: 1.0625rem;
    height: 1.0625rem;
    object-fit: contain;
}
.production-process-desc-swiper .swiper-button-icon-img:last-of-type{
    display: none;
}
.production-process-desc-swiper .swiper-button-disabled .swiper-button-icon-img:last-of-type{
    display: block;
}
.production-process-desc-swiper .swiper-button-disabled .swiper-button-icon-img:first-of-type{
    display: none;
}
.production-process-desc-swiper .swiper-button-disabled{
    background: #eaeaea;
    opacity: 1;
}
.production-process-desc{
    width: 26.875rem;
    height: 34.75rem;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
}
.production-process-desc-poster{
    width: 100%;
    height: 34.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.production-process-desc-poster-img{
    width: 100%;
    height: 34.75rem;
    object-fit: cover;
}
.production-process-desc-info{
    width: calc(100% - 6rem);
    height: calc(34.75rem - 9.5rem);
    padding: 4.75rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
}
.production-process-desc-title{
    width: 100%;
    text-align: left;
    font-size: 2.0625rem;
    font-weight: bold;
    color: #FFFFFF;
}
.production-process-desc-description{
    width: 100%;
    padding-top: 1.875rem;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    color: #a1a1a1;
}

/* 规格指南 */
.specification-guide-container{
    width: 100%;
    padding: 9.0625rem 0;
}
.specification-guide-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.specification-guide-container-header-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
}
.specification-guide-container-header-title{
    width: 100%;
    padding-top: 0.625rem;
    text-align: left;
    font-size: 3.3125rem;
    font-weight: bold;
}
.specification-guide-container-body{
    width: 100%;
    padding-top: 3.125rem;
}
.specification-guide-card{
    width: 100%;
    height: 34.875rem;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
}
.specification-guide-card-poster{
    width: 100%;
    height: 34.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.specification-guide-card-poster-img{
    width: 100%;
    height: 34.875rem;
    object-fit: cover;
}
.specification-guide-card-info{
    width: calc(100% - 12.5rem);
    height: calc(34.875rem - 11.875rem);
    padding: 5.9375rem 6.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
}
.specification-guide-card-title{
    width: 100%;
    text-align: left;
    font-size: 2.5rem;
    font-weight: bold;
}
.specification-guide-card-description{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
    padding-top: 0.625rem;
}
.specification-guide-card-actions{
    width: 100%;
    padding-top: 2.5rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.specification-guide-card-action{
    width: 11.75rem;
    height: 3.5rem;
    line-height: 3.5rem;
    border-radius: 1.75rem;
    text-align: center;
    background: var(--btn-bg);
    color: #FFFFFF;
    border: none;
    outline: none;
    text-decoration: none;
    font-size: 1.0625rem;
    cursor: pointer;
}
.specification-guide-card-action:hover{
    opacity: 0.8;
}