/* 服务优势 */
.service-advantages-container{
    width: 100%;
    padding: 7.25rem 0;
}
.service-advantages-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.service-advantages-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 4.0625rem;
    font-weight: bold;
    color: #000000;
    font-family: "sanfranciscodisplay-semibold",sans-serif;
}
.service-advantage-list{
    width: 100%;
    padding-top: 6.25rem;
}
.service-advantage-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 1.5rem;
}
.service-advantage-group:last-of-type{
    margin-bottom: 0;
}
.service-advantage{
    width: calc(100% / 4 - 1.125rem);
    margin-right: 1.5rem;
    padding-bottom: 1.875rem;
    border-bottom: #0357ff solid 0.0625rem;
}
.service-advantage:last-of-type{
    margin-right: 0;
}
.service-advantage-poster{
    width: 100%;
    height: 18.75rem;
    border-radius: 0.625rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.service-advantage-poster-img{
    width: 100%;
    height: 18.75rem;
    object-fit: cover;
}
.service-advantage-info{
    width: 100%;
    padding-top: 1.875rem;
}
.service-advantage-title{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
    font-weight: bold;
    color: #000000;
    font-family: "sanfranciscodisplay-semibold",sans-serif;
}
.service-advantage-description{
    width: 100%;
    text-align: left;
    padding-top: 1.25rem;
    font-size: 1.125rem;
    font-weight: lighter;
    color: #000000;
    font-family: "sanfranciscodisplay-light",sans-serif;
}

/* 区块2 */
.custom-section2-container{
    width: 100%;
    padding: 10.625rem 0;
    background-color: #fcfbfc;
}
.custom-section2-container-body{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.custom-section2-container-body-left{
    width: 34.375rem;
    /*height: 47.5rem;*/
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.custom-section2-gallery-swiper{
    width: calc(100% - 6.25rem - 3.75rem);
}
.custom-section2-gallery{
    width: 100%;
    height: 46.875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.custom-section2-gallery-poster{
    width: 100%;
    height: 46.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.custom-section2-gallery-poster-img{
    width: 100%;
    height: 46.875rem;
    object-fit: contain;
}
.custom-section2-gallery-swiper-navigation-prev{
    position: absolute;
    top: calc(50% - 1.5rem);
    left: 0;
}
.custom-section2-gallery-swiper-navigation-next{
    position: absolute;
    top: calc(50% - 1.5rem);
    right: 0;
}
.custom-section2-gallery-swiper-navigation{
    width: 2.75rem;
    height: 2.75rem;
    border: #0357ff solid 0.125rem;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0357ff;
    cursor: pointer;
}
.custom-section2-gallery-swiper-navigation-icon{
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.custom-section2-gallery-swiper-navigation-icon-img{
    width: 1.125rem;
    height: 1.125rem;
    object-fit: contain;
}
.custom-section2-gallery-swiper-navigation-icon-img:last-of-type{
    display: none;
}
.custom-section2-gallery-swiper-navigation-disabled{
    border: #cbcbcb solid 0.125rem;
    background-color: #ffffff;
}
.custom-section2-gallery-swiper-navigation-disabled .custom-section2-gallery-swiper-navigation-icon-img:first-of-type{
    display: none;
}
.custom-section2-gallery-swiper-navigation-disabled .custom-section2-gallery-swiper-navigation-icon-img:last-of-type{
    display: block;
}
.custom-section2-container-body-right{
    width: calc(100% - 34.375rem - 13.125rem);
    padding-left: 13.125rem;
}
.custom-section2-container-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.custom-section2-container-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: bold;
    color: #000000;
    font-family: "sanfranciscodisplay-semibold",sans-serif;
}
.custom-section2-container-description{
    width: 100%;
    text-align: left;
    padding-top: 3rem;
    font-size: 1.25rem;
    font-weight: lighter;
    font-family: "sanfranciscodisplay-light",sans-serif;
    line-height: 1.5;
}
.custom-section2-container-gallery-thumbs{
    width: 100%;
    padding-top: 3.125rem;
}
.custom-section2-container-gallery-thumb-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.25rem;
}
.custom-section2-container-gallery-thumb-group:last-of-type{
    margin-bottom: 0;
}
.custom-section2-container-gallery-thumb{
    width: calc(100% / 5 - 1rem - 2.5rem);
    margin-right: 1.25rem;
    padding: 1.25rem;
    background-color: #ffffff;
    border-radius: 1.25rem;
}
.custom-section2-container-gallery-thumb:last-of-type{
    margin-right: 0;
}
.custom-section2-container-gallery-thumb-poster{
    width: 100%;
    height: 6.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.custom-section2-container-gallery-thumb-poster-img{
    width: 100%;
    height: 6.875rem;
    object-fit: contain;
}
.custom-section2-container-info-footer{
    width: 100%;
    padding-top: 4.375rem;
}
.custom-section2-container-info-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.custom-section2-container-info-action{
    width: max-content;
    display: block;
    padding: 0 1.875rem;
    text-decoration: none;
    min-width: 14.625rem;
    text-align: center;
    height: 3.25rem;
    line-height: 3.25rem;
    border-radius: 0.625rem;
    background-color: #0357ff;
    color: #ffffff;
    font-size: 1rem;
    font-weight: lighter;
    font-family: "sanfranciscodisplay-light",sans-serif;
}
.custom-section2-container-info-action:hover{
    opacity: 0.7;
}

/* 质量高于一切 */
.custom-quality-container{
    width: 100%;
    padding: 8.125rem 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.custom-quality-container-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.custom-quality-container-header-title{
    width: 100%;
    text-align: center;
    font-size: 4.0625rem;
    font-weight: bold;
    color: #ffffff;
    font-family: "sanfranciscodisplay-semibold",sans-serif;
}
.custom-quality-swiper-wrap{
    width: 100%;
    padding-top: 5rem;
}
.custom-quality-swiper{
    padding-bottom: 3.125rem;
}
.custom-quality{
    width: calc(100% - 4.375rem);
    padding: 2.1875rem;
    background-color: #ffffff;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.custom-quality-poster{
    width: 50%;
    height: 27.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.custom-quality-poster-img{
    width: 100%;
    height: 27.875rem;
    object-fit: cover;
    border-radius: 1.25rem;
}
.custom-quality-info{
    width: calc(50% - 5rem);
    padding-left: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.custom-quality-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: bold;
    color: #000000;
    font-family: "sanfranciscodisplay-semibold",sans-serif;
}
.custom-quality-description{
    width: 100%;
    padding-top: 2.1875rem;
    text-align: left;
    font-size: 1.25rem;
    font-weight: lighter;
    font-family: "sanfranciscodisplay-light",sans-serif;
    line-height: 1.5;
}
.custom-quality-swiper .swiper-pagination-bullet{
    background-color: #ffffff;
    opacity: 1;
}
.custom-quality-swiper .swiper-pagination-bullet-active{
    background-color: #0357ff;
}

/* Manufacturing Services */
.manufacturing-services-container{
    width: 100%;
    padding: 11.25rem 0;
}
.manufacturing-services-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.manufacturing-services-container-header-title{
    width: 50%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: bold;
    color: #000000;
    font-family: "sanfranciscodisplay-semibold",sans-serif;
    line-height: 1.5;
}
.manufacturing-services-list{
    width: 100%;
    padding-top: 4.6875rem;
}
.manufacturing-services-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.25rem;
}
.manufacturing-services-group:last-of-type{
    margin-bottom: 0;
}
.manufacturing-service{
    width: calc(20% - 0.75rem);
    margin-right: 1rem;
    position: relative;
    border-radius: 0.625rem;
    overflow: hidden;
    cursor: pointer;
}
.manufacturing-service:last-of-type{
    margin-right: 0;
}
.manufacturing-service-full{
    width: calc(40% - 0.75rem);
}
.manufacturing-service-poster{
    width: 100%;
    height: 35.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.manufacturing-service-poster-img{
    width: 100%;
    height: 35.375rem;
    object-fit: cover;
}
.manufacturing-service-info{
    width: calc(100% - 5rem);
    height: calc(35.375rem - 7.5rem);
    padding: 3.75rem 2.5rem;
    background-color: rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.manufacturing-service-title{
    width: 100%;
    text-align: center;
    font-size: 1.875rem;
    font-weight: bold;
    color: #ffffff;
    font-family: "sanfranciscodisplay-semibold",sans-serif;
}
.manufacturing-service-full .manufacturing-service-title{
    text-align: left;
}
.manufacturing-service-description{
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    font-weight: lighter;
    color: #ffffff;
    display: none;
    font-family: "sanfranciscodisplay-light",sans-serif;
    padding-bottom: 1.25rem;
}
.manufacturing-service-full .manufacturing-service-description{
    display: block;
}

/* 定制选项 */
.customization-options-container{
    width: 100%;
    padding-top: 8.375rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.customization-options-body-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.customization-options-body-header-title{
    width: 50%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: bold;
    color: #ffffff;
    font-family: "sanfranciscodisplay-semibold",sans-serif;
    word-break: break-all;
}
.customization-options-body-header-description{
    width: 100%;
    text-align: left;
    padding-top: 2.5rem;
    font-size: 1.25rem;
    font-weight: lighter;
    color: #858585;
    font-family: "sanfranciscodisplay-light",sans-serif;
}
.customization-options-swiper-wrap{
    width: 100%;
    padding: 4.6875rem 0;
}
.customization-option{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.customization-option-poster{
    width: 32.25rem;
    height: 20rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 1.25rem;
    overflow: hidden;
}
.customization-option-poster-img{
    width: 100%;
    height: 20rem;
    object-fit: cover;
}
.customization-option-info{
    width: calc(100% - 32.25rem - 7.5rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 20rem;
}
.customization-option-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: bold;
    color: #ffffff;
    font-family: "sanfranciscodisplay-semibold",sans-serif;
}
.customization-option-description{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: lighter;
    color: #ffffff;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "sanfranciscodisplay-light",sans-serif;
}
.customization-option-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.customization-option-action{
    width: max-content;
    display: block;
    text-decoration: none;
    padding: 0 1.875rem;
    min-width: 14.625rem;
    text-align: center;
    height: 3.25rem;
    line-height: 3.25rem;
    border-radius: 0.625rem;
    background-color: #0357ff;
    color: #ffffff;
    font-size: 1rem;
    font-weight: lighter;
    font-family: "sanfranciscodisplay-light",sans-serif;
}
.customization-option-action:hover{
    opacity: 0.7;
}
.customization-options-footer{
    width: 100%;
    border-top: #434343 solid 0.0625rem;
    padding: 1.875rem 0;
}
.customization-option-thumb{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.customization-option-thumb-poster{
    width: 7.875rem;
    height: 4.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 0.625rem;
    overflow: hidden;
}
.customization-option-thumb-poster-img{
    width: 7.875rem;
    height: 4.875rem;
    object-fit: cover;
}
.customization-option-thumb-info{
    width: calc(100% - 7.875rem - 1.875rem);
    padding-left: 1.875rem;
    text-align: left;
    font-size: 1.5625rem;
    font-weight: bold;
    color: #ffffff;
    font-family: "sanfranciscodisplay-semibold",sans-serif;
}

/* Reliable Power */
.reliable-power-container{
    width: 100%;
    /*padding: 11.875rem 0;*/
    padding-top: 11.875rem;
}
.reliable-power-container-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.reliable-power-container-header-title{
    width: 70%;
    text-align: center;
    font-size: 4.0625rem;
    font-weight: bold;
    color: #000000;
    font-family: "sanfranciscodisplay-semibold",sans-serif;
}
.reliable-power-container-content{
    width: 100%;
    padding-top: 5.5rem;
    position: relative;
}
.reliable-power-swiper{
     width: 80%;
     margin: 0 auto;
}
.reliable-power-swiper-navigation{
    width: 2.75rem;
    height: 2.75rem;
    border: #0a7aff solid 0.125rem;
    border-radius: 1.5rem;
    background-color: #0a7aff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.reliable-power-swiper-navigation-prev{
    position: absolute;
    top: calc(50% - 1.5rem + 2.5rem);
    left: calc(5vw + 1.5rem);
}
.reliable-power-swiper-navigation-next{
    position: absolute;
    top: calc(50% - 1.5rem + 2.5rem);
    right: calc(5vw + 1.5rem);
}
.reliable-power-swiper-navigation-icon{
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.reliable-power-swiper-navigation-icon-img{
    width: 1.125rem;
    height: 1.125rem;
    object-fit: contain;
}
.reliable-power-swiper-navigation-icon-img:last-of-type{
    display: none;
}
.reliable-power-swiper-navigation-disabled{
    background-color: #ffffff;
    border: #cbcbcb solid 0.125rem;
}
.reliable-power-swiper-navigation-disabled .reliable-power-swiper-navigation-icon-img:first-of-type{
    display: none;
}
.reliable-power-swiper-navigation-disabled .reliable-power-swiper-navigation-icon-img:last-of-type{
    display: block;
}
.reliable-power-item{
    width: 100%;
    height: 37.5rem;
    background-color: #fcfbfc;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
}
.reliable-power-item-poster{
    width: 100%;
    height: 37.5rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}
.reliable-power-item-poster-img{
    width: max-content;
    max-width: 100%;
    height: unset;
    max-height: 37.5rem;
    object-fit: contain;
}
.reliable-power-item-info{
    width: calc(100% - 6.25rem);
    height: calc(37.5rem - 6.25rem);
    padding: 3.125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
}
.reliable-power-item-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: bold;
    color: #000000;
    font-family: "sanfranciscodisplay-semibold",sans-serif;
}
.reliable-power-item-description{
    width: 100%;
    text-align: left;
    padding-top: 2.375rem;
    font-size: 1.25rem;
    font-weight: lighter;
    color: #000000;
    line-height: 1.3;
    font-family: "sanfranciscodisplay-light",sans-serif;
}