/* 分页 */
.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{
    width: 2.375rem;
    height: 2.375rem;
    border: #999999 solid 1px;
    border-radius: 1.1875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0.3125rem;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}
.custom-pagination .prev:hover, .custom-pagination .next:hover{
    background: #2f318b;
    color: #ffffff;
    border: #2f318b solid 1px;
}
.custom-pagination .page{
    width: 2.375rem;
    height: 2.375rem;
    border: #999999 solid 1px;
    border-radius: 1.1875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0.3125rem;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}
.custom-pagination .page:hover, .custom-pagination .active{
    background: #2f318b;
    color: #ffffff;
    border: #2f318b solid 1px;
}

/* 视频播放弹窗 */
.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: #2f318b;
    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;
}

/* 底部联系表单 */
.footer-contact-form-container{
    width: 100%;
    height: 33.75rem;
    background-image: url("/wp-content/themes/asb/assets/images/common/footer-contact-form-bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.footer-contact-form-content{
    width: 100%;
    height: calc(33.75rem - 12.5rem);
    padding: 6.25rem 0;
}
.footer-contact-form-content-wrap{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-contact-form-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-contact-form-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
    color: #ffffff;
}
.footer-contact-form-footer{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 0.625rem;
}
.footer-contact-form-item{
    width: 100%;
}
.footer-contact-form-input-wrap{
    width: calc(100% - 3.75rem - 0.25rem);
    padding: 0 1.875rem;
    height: 3.125rem;
    border: #ffffff solid 0.125rem;
    border-radius: 1.6875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer-contact-form-input{
    width: 100%;
    height: 1.875rem;
    line-height: 1.875rem;
    font-size: 1.25rem;
    text-align: left;
    background: none;
    outline: none;
    border: none;
    color: #ffffff;
}
.footer-contact-form-input::placeholder{
    font-size: 1.25rem;
    color: #c4c4c4;
}
.footer-contact-form-btn{
    width: 100%;
    display: block;
    padding: 0 1.875rem;
    height: 3.375rem;
    line-height: 3.375rem;
    border-radius: 1.6875rem;
    background: #000000;
    color: #ffffff;
    font-size: 1.25rem;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}
.footer-contact-form-btn:hover{
    background: #ffffff;
    color: #209443;
}

/* 自定义轮播导航 */
.custom-swiper-button{
    width: 2.875rem;
    height: 2.875rem;
    border: #209443 solid 1px;
    border-radius: 1.5rem;
    background: #209443;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    user-select: none;
}
.custom-swiper-button:after{
    display: none;
}
.custom-swiper-button-icon{
    width: 1.5625rem;
    height: 1.5625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.custom-swiper-button-icon-img{
    width: 1.5625rem;
    height: 1.5625rem;
    object-fit: contain;
}
.custom-swiper-button.swiper-button-disabled{
    border: #ffffff solid 1px;
    background: rgba(0,0,0,0);
    opacity: 1;
}

/* 合作伙伴 */
.partners-container{
    width: 100%;
    padding-top: 3.75rem;
}
.partners-container-padding-bottom{
    padding-bottom: 7.5rem;
}
.partners-container-no-padding-top{
    padding-top: 0;
}
.partners-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.partners-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
}
.partners-container-body{
    width: 100%;
    padding-top: 3.75rem;
}
.partners-desc-swiper-wrap{
    width: 100%;
}
.partners-desc-swiper{
    width: 100%;
}
.partners-desc-swiper .swiper-slide{
    padding-bottom: 1.875rem;
}
.partners-desc{
    width: 100%;
    height: 7.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.partners-desc-poster{
    width: 80%;
    height: 7.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.partners-desc-poster-img{
    width: 100%;
    height: 7.5rem;
    object-fit: contain;
}

/* 生产设备 */
.produce-devices-container{
    width: 100%;
    padding-bottom: 8.4375rem;
}
.produce-devices-container-padding-top{
    padding-top: 8.4375rem;
}
.produce-devices-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.produce-devices-container-header-title{
    width: 45%;
    text-align: left;
    font-size: 2.8125rem;
    font-weight: bold;
}
.produce-devices-container-header-description{
    width: 45%;
    text-align: right;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.7;
}
.produce-devices-container-body{
    width: 100%;
    padding-top: 6.875rem;
}
.produce-devices-desc-swiper-wrap{
    width: 100%;
}
.produce-devices-desc-swiper{
    width: 100%;
}
.produce-devices-desc-swiper .swiper-slide{
    padding-bottom: 3.75rem;
}
.produce-devices-desc-swiper .swiper-pagination-bullet{
    width: 0.375rem;
    height: 0.375rem;
    border: #b1b1b1 solid 1px;
    border-radius: 0.25rem;
    background: rgba(0,0,0,0);
    opacity: 1;
}
.produce-devices-desc-swiper .swiper-pagination-bullet-active{
    background: #209443;
    border: 1px solid #209443;
}
.produce-devices-desc{
    width: 100%;
    height: 34.125rem;
    border-radius: 1.25rem;
    position: relative;
    background-image: url("/wp-content/themes/asb/assets/images/common/index_section5_desc_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.produce-devices-desc-poster{
    width: 100%;
    height: 34.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.produce-devices-desc-poster-img{
    width: 100%;
    height: 34.125rem;
    object-fit: cover;
}
.produce-devices-desc-info{
    width: calc(100% - 6.25rem);
    height: calc(34.125rem - 9.375rem);
    padding: 4.6875rem 3.125rem;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.produce-devices-desc-info-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.produce-devices-desc-info-header-title{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
.produce-devices-desc-info-footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.produce-devices-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
    color: #ffffff;
    font-weight: bold;
}
.produce-devices-desc:hover .produce-devices-desc-poster{
    display: none;
}
.produce-devices-desc:hover .produce-devices-desc-info{
    background: rgba(0,0,0,0);
}

/* 推荐工程案例 */
.recommend-projects-container{
    width: 100%;
    padding: 9.375rem 0;
}
.recommend-projects-container-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.recommend-projects-container-header-left{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.recommend-projects-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.8125rem;
}
.recommend-projects-container-header-en-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    padding-top: 1.5625rem;
}
.recommend-projects-container-header-right{
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.recommend-projects-container-header-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}
.recommend-projects-container-header-action{
    padding: 0 2.1875rem;
    height: 3.625rem;
    border-radius: 1.8125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #209443;
    text-decoration: none;
}
.recommend-projects-container-header-action:hover{
    opacity: 0.8;
}
.recommend-projects-container-header-action-title{
    font-size: 1.25rem;
    color: #ffffff;
    margin-right: 1.5625rem;
}
.recommend-projects-container-header-action-icon{
    height: 1.125rem;
    object-fit: contain;
}
.recommend-projects-container-body{
    width: 100%;
    padding-top: 4.375rem;
}
.recommend-projects-desc-swiper-wrap{
    width: 100%;
}
.recommend-projects-desc-swiper{
    width: 100%;
}
.recommend-projects-desc-swiper .swiper-slide{
    width: 28.75rem;
    padding-bottom: 3.5rem;
}
.recommend-projects-desc-swiper .swiper-pagination{
    top: unset;
    bottom: 0;
    left: calc((100vw - var(--section-width)) / 2);
    width: var(--section-width);
    height: 0.375rem;
    border-radius: 0.1875rem;
    overflow: hidden;
}
.recommend-projects-desc-swiper .swiper-pagination-progressbar-fill{
    background: #209443;
    height: 0.375rem;
    border-radius: 0.1875rem;
}
.recommend-projects-desc{
    width: 100%;
    height: 30.3125rem;
    border-radius: 1.25rem;
    overflow: hidden;
    background: #eeeeee;
}
.recommend-projects-desc-poster{
    width: 100%;
    height: 18.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.recommend-projects-desc-poster-img{
    width: 100%;
    height: 18.75rem;
    object-fit: cover;
}
.recommend-projects-desc-info{
    width: calc(100% - 4.375rem);
    height: calc(11.5625rem - 4.375rem);
    padding: 2.1875rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.recommend-projects-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
}
.recommend-projects-desc-description{
    width: 100%;
    padding-top: 0.9375rem;
    text-align: left;
    font-size: 1.25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 联系弹窗 */
.contact-dialog-container{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 99;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-dialog-container-content-wrap{
    width: 33.5rem;
    padding: 4.375rem 0;
}
.contact-dialog-container-content{
    width: calc(33.5rem - 6.25rem);
    padding: 6.25rem 3.125rem;
    background-image: url("/wp-content/themes/asb/assets/images/common/contact_dialog_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 1.25rem;
    /*overflow: hidden;*/
    position: relative;
}
.contact-dialog-close-btn{
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 1.5625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -3.125rem;
    top: -3.125rem;
    background: #000000;
}
.contact-dialog-close-btn:hover{
    background: #209443;
}
.contact-dialog-close-btn-icon{
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
}
.contact-dialog-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact-dialog-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
    color: #ffffff;
}
.contact-dialog-container-body{
    width: 100%;
    padding-top: 1.875rem;
}
.contact-dialog-form{
    width: 100%;
}
.contact-dialog-form-item{
    width: calc(100% - 3.375rem);
    padding: 0 1.5625rem;
    border: #ffffff solid 0.125rem;
    height: 3.375rem;
    border-radius: 1.8125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.25rem;
}
.contact-dialog-form-item:last-of-type{
    margin-bottom: 0;
}
.contact-dialog-form-input{
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: left;
    font-size: 1.25rem;
    border: none;
    outline: none;
    background: rgba(0,0,0,0);
    color: #ffffff;
}
.contact-dialog-form-input::placeholder{
    font-size: 1.25rem;
    color: #c4c4c4;
    font-weight: 500;
}
.contact-dialog-form-footer{
    width: 100%;
    padding-top: 1.875rem;
}
.contact-dialog-form-btn{
    width: 100%;
    height: 3.5rem;
    line-height: 3.5rem;
    border-radius: 1.75rem;
    text-align: center;
    background: #000000;
    color: #c4c4c4;
    border: none;
    outline: none;
    font-size: 1.25rem;
    cursor: pointer;
}