/* 轮播图 */
.index-swiper-container{
    width: 100%;
    height: 62.5rem;
}
.index-swiper-mobile{
    display: none;
}
.index-swiper{
    width: 100%;
    height: 62.5rem;
}
.index-swiper .swiper-button-prev{
    left: 7.8125rem!important;
}
.index-swiper .swiper-button-next{
    right: 7.8125rem!important;
}
.index-swiper .swiper-pagination{
    bottom: 6.25rem;
    width: calc(100% - 11.5625rem);
    padding-right: 11.5625rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.index-swiper .swiper-pagination-bullet{
    width: max-content;
    height: max-content;
    background-color: unset;
    color: #FFFFFF;
    font-size: 1.125rem;
    opacity: 0.6;
    margin-right: 2.1875rem!important;
}
.index-swiper .swiper-pagination-bullet-active{
    opacity: 1;
}
.index-swiper .swiper-pagination-bullet:last-of-type{
    margin-right: 0;
}
.index-swiper-item{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}
.index-swiper-item-poster{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-swiper-item-poster-img{
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}
.index-swiper-item-info{
    width: 100%;
    height: 62.5rem;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.15);
}
.index-swiper-item-info-wrap{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.index-swiper-item-title{
    width: calc(100% - 25rem);
    text-align: center;
    font-size: 4.375rem;
    font-weight: bold;
    color: #FFFFFF;
}
.index-swiper-item-info-footer{
    width: calc(100% - 25rem);
    position: absolute;
    left: 12.5rem;
    bottom: 0;
    padding-bottom: 6.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.index-swiper-item-description{
    width: 100%;
    text-align: center;
    font-size: 1.125rem;
    color: #FFFFFF;
}

/* 产品系列 */
.index-product-series-container{
    width: 100%;
    padding-top: 8.5rem;
}
.index-product-series-container-header{
    width: calc(100% - 11.5625rem - 11.5625rem);
    padding: 6.25rem 11.5625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-product-series-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.8125rem;
}
.index-product-series-list{
    width: calc(100% - 1.625rem);
    padding: 0 0.8125rem;
}
.index-product-series-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1rem;
}
.index-product-series-group:last-of-type{
    margin-bottom: 0;
}
.index-product-series{
    width: calc(50% - 0.5rem);
    margin-right: 1rem;
    height: 36.5rem;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-product-series:last-of-type{
    margin-right: 0;
}
.index-product-series-poster{
    width: 100%;
    height: 36.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-product-series-poster-img{
    width: 100%;
    height: 36.5rem;
    object-fit: cover;
}
.index-product-series-info{
    width: calc(100% - 4.5625rem - 4.5625rem);
    height: calc(36.5rem - 4.25rem - 4.25rem);
    padding: 4.25rem 4.5625rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background: linear-gradient(to top, rgba(0,0,0,0.3), rgba(0,0,0,0));
}
.index-product-series-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
    color: #FFFFFF;
}
.index-product-series-info-footer{
    width: 100%;
    padding-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index-product-series-category-list{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.index-product-series-category{
    font-size: 1.125rem;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 1.1875rem;
}
.index-product-series-category:last-of-type{
    margin-right: 0;
}
.index-product-series-category:hover{
    color: #c38d00;
}
.index-product-series-info-footer-right{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.index-product-series-more-btn{
    font-size: 1.125rem;
    color: #FFFFFF;
    text-decoration: none;
}
.index-product-series-more-btn:hover{
    color: #c38d00;
}
.index-product-series-container-footer{
    width: 100%;
    padding-top: 5.125rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-product-series-container-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-product-series-container-action{
    width: 13.625rem;
    height: 4.3125rem;
    border: #c38d00 solid 0.0625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.index-product-series-container-action-icon{
    width: 1.4375rem;
    height: 1.4375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-product-series-container-action-icon-img{
    width: 1.4375rem;
    height: 1.4375rem;
    object-fit: contain;
}
.index-product-series-container-action-title{
    padding-left: 0.9375rem;
    font-size: 1.25rem;
    color: #000000;
}
.index-product-series-container-action:hover{
    background-color: #c38d00;
}
.index-product-series-container-action:hover .index-product-series-container-action-icon-img{
    filter: brightness(100);
}
.index-product-series-container-action:hover .index-product-series-container-action-title{
    color: #FFFFFF;
}

/* 质量保证 */
.index-product-quality-container{
    width: calc(100% - 11.5rem - 11.5rem);
    padding: 11.6875rem 11.5rem;
}
.index-product-quality-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index-product-quality-container-header-description{
    width: max-content;
    padding-left: 3.75rem;
    font-size: 1.25rem;
    color: #a5a5a5;
}
.index-product-quality-container-header-title{
    flex: 1;
    text-align: left;
    font-size: 2.8125rem;
}
.index-product-quality-desc-list{
    width: 100%;
    padding-top: 5rem;
}
.index-product-quality-desc-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 2.4375rem;
}
.index-product-quality-desc-group:last-of-type{
    margin-bottom: 0;
}
.index-product-quality-desc-item{
    width: calc(100% / 3 - 1.625rem);
    margin-right: 2.4375rem;
    height: 37.5625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}
.index-product-quality-desc-item:last-of-type{
    margin-right: 0;
}
.index-product-quality-desc-item-poster{
    width: 100%;
    height: 37.5625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-product-quality-desc-item-poster-img{
    width: 100%;
    height: 37.5625rem;
    object-fit: cover;
}
.index-product-quality-desc-item-info{
    width: calc(100% - 3.9375rem - 3.9375rem);
    height: calc(37.5625rem - 5.25rem - 5.25rem);
    padding: 5.25rem 3.9375rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.index-product-quality-desc-item-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: bold;
    color: #FFFFFF;
}
.index-product-quality-desc-item:first-of-type .index-product-quality-desc-item-title{
    color: #FFFFFF;
}
.index-product-quality-desc-item-description{
    width: 100%;
    padding-top: 1.3125rem;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 400;
    color: #8c8c8c;
}
.index-product-quality-desc-item:last-of-type .index-product-quality-desc-item-description{
    color: #FFFFFF;
}
.index-product-quality-desc-item-actions{
    width: 100%;
    padding-top: 1.375rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-product-quality-desc-item-action{
    width: 8.3125rem;
    height: 2.8125rem;
    border: #FFFFFF solid 0.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.index-product-quality-desc-item:first-of-type .index-product-quality-desc-item-action{
    border: #FFFFFF solid 0.125rem;
    background-color: #FFFFFF;
}
.index-product-quality-desc-item-action-icon{
    width: 0.625rem;
    height: 0.625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-product-quality-desc-item-action-icon-img{
    width: 0.625rem;
    height: 0.625rem;
    object-fit: contain;
}
.index-product-quality-desc-item-action-title{
    padding-right: 0.625rem;
    font-size: 1rem;
    font-weight: 400;
    color: #FFFFFF;
}
.index-product-quality-desc-item:first-of-type .index-product-quality-desc-item-action-title{
    color: #000000;
}
.index-product-quality-desc-item:first-of-type .index-product-quality-desc-item-action-icon-img{
    filter: brightness(0);
}
.index-product-quality-desc-item-action:hover{
    background-color: #c38d00;
    border: #c38d00 solid 0.125rem;
}
.index-product-quality-desc-item:first-of-type .index-product-quality-desc-item-action:hover{
    background-color: #c38d00;
    border: #c38d00 solid 0.125rem;
}
.index-product-quality-desc-item:first-of-type .index-product-quality-desc-item-action:hover .index-product-quality-desc-item-action-title{
    color: #FFFFFF;
}
.index-product-quality-desc-item:first-of-type .index-product-quality-desc-item-action:hover .index-product-quality-desc-item-action-icon-img{
    filter: none;
}

/* 关于我们 */
.index-about-container{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}
.index-about-container-bg{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-about-container-bg-img{
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}
.index-about-container-content{
    width: calc(100% - 11.5625rem - 11.5625rem);
    height: calc(62.5rem - 7.1875rem - 7.1875rem);
    padding: 7.1875rem 11.5625rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index-about-container-content-left{
    width: calc(50% - 2.5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-about-container-content-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-about-container-company-name{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
    color: #FFFFFF;
}
.index-about-container-title{
    width: 100%;
    padding-top: 1.9375rem;
    text-align: left;
    font-size: 2.8125rem;
    color: #FFFFFF;
}
.index-about-container-description{
    width: 100%;
    padding-top: 3.0625rem;
    text-align: left;
    font-size: 1.25rem;
    color: #FFFFFF;
}
.index-about-container-actions{
    width: 100%;
    padding-top: 5.1875rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-about-container-action{
    width: 13.5rem;
    height: 4.1875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: #FFFFFF solid 0.125rem;
    text-decoration: none;
}
.index-about-container-action:hover{
    background: #c38d00;
    border: #c38d00 solid 0.125rem;
}
.index-about-container-action-icon{
    width: 1.4375rem;
    height: 1.4375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-about-container-action-icon-img{
    width: 1.4375rem;
    height: 1.4375rem;
    object-fit: contain;
}
.index-about-container-action-title{
    padding-left: 1.1875rem;
    font-size: 1.25rem;
    color: #FFFFFF;
}
.index-about-container-content-right{
    width: calc(50% - 2.5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-about-desc-swiper-wrap{
    width: 100%;
    height: 48.1875rem;
}
.index-about-desc-swiper{
    width: 100%;
    height: 48.1875rem;
}
.index-about-desc-item{
    width: 100%;
    height: 48.1875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}
.index-about-desc-item-poster{
    width: 100%;
    height: 48.1875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-about-desc-item-poster-img{
    width: 100%;
    height: 48.1875rem;
    object-fit: cover;
}
.index-about-desc-item-info{
    width: calc(100% - 4rem - 4rem);
    height: calc(48.1875rem - 7.0625rem - 7.0625rem);
    padding: 7.0625rem 4rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0), rgba(0,0,0,0));
}
.index-about-desc-item-info-wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    user-select: none;
}
.index-about-desc-item-title{
    width: 15.625rem;
    text-align: left;
    font-size: 1.875rem;
    padding-right: 2.5rem;
    color: #FFFFFF;
}
.index-about-desc-item-description{
    flex: 1;
    text-align: left;
    font-size: 1.125rem;
    color: #FFFFFF;
}
.index-about-desc-swiper .swiper-pagination{
    width: calc(100% - 4rem - 4rem);
    padding: 0 4rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    bottom: 3.5rem;
    z-index: 99;
}
.index-about-desc-swiper .swiper-pagination-bullet{
    width: 3.75rem;
    height: 0.375rem;
    border-radius: 0.1875rem;
    background: #7a7a7a;
    opacity: 1;
}
.index-about-desc-swiper .swiper-pagination-bullet-active{
    background: #c38d00;
}

/* 案例展示 */
.index-cases-container{
    width: calc(100% - 11.5625rem - 11.5625rem);
    padding: 12.5rem 11.5625rem;
    padding-bottom: 5.625rem;
}
.index-cases-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index-cases-container-header-btn{
    width: 13.625rem;
    height: 4.3125rem;
    border: #c38d00 solid 0.0625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.index-cases-container-header-btn-icon{
    width: 1.4375rem;
    height: 1.4375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-cases-container-header-btn-icon-img{
    width: 1.4375rem;
    height: 1.4375rem;
    object-fit: contain;
}
.index-cases-container-header-btn-title{
    padding-left: 1rem;
    font-size: 1.25rem;
    color: #000000;
}
.index-cases-container-header-btn:hover{
    background: #c38d00;
}
.index-cases-container-header-btn:hover .index-cases-container-header-btn-title{
    color: #FFFFFF;
}
.index-cases-container-header-btn:hover .index-cases-container-header-btn-icon-img{
    filter: brightness(100);
}
.index-cases-container-header-title{
    flex: 1;
    padding-right: 3.75rem;
    text-align: left;
    font-size: 2.8125rem;
}
.index-cases-list{
    width: 100%;
    padding-top: 6.0625rem;
}
.index-cases-big-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1rem;
}
.index-case-big{
    width: calc(50% - 0.5rem);
    margin-right: 1rem;
    height: 35.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}
.index-case-big:last-of-type{
    margin-right: 0;
}
.index-case-big-poster{
    width: 100%;
    height: 35.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-case-big-poster-img{
    width: 100%;
    height: 35.25rem;
    object-fit: cover;
}
.index-case-big-info{
    width: calc(100% - 10rem);
    height: calc(35.25rem - 10rem);
    padding: 5rem;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0), rgba(0,0,0,0));
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.index-case-big-btn{
    width: max-content;
    font-size: 1.125rem;
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 3.75rem;
}
.index-case-big-btn:hover{
    color: #c38d00;
}
.index-case-big-title{
    flex: 1;
    text-align: left;
    font-size: 1.875rem;
    color: #FFFFFF;
}
.index-cases-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.9375rem;
}
.index-cases-group:last-of-type{
    margin-bottom: 0;
}
.index-case{
    width: calc(100% / 3 - 0.625rem);
    margin-right: 0.9375rem;
    height: 23.3125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}
.index-case:last-of-type{
    margin-right: 0;
}
.index-case-poster{
    width: 100%;
    height: 23.3125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-case-poster-img{
    width: 100%;
    height: 23.3125rem;
    object-fit: cover;
}
.index-case-info{
    width: calc(100% - 3.375rem - 3.375rem);
    height: calc(23.3125rem - 3.375rem - 3.375rem);
    padding: 3.375rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0), rgba(0,0,0,0));
}
.index-case-btn{
    width: max-content;
    padding-left: 2.5rem;
    font-size: 0.9375rem;
    color: #FFFFFF;
    text-decoration: none;
}
.index-case-btn:hover{
    color: #c38d00;
}
.index-case-title{
    flex: 1;
    text-align: left;
    font-size: 1.25rem;
    color: #FFFFFF;
}
.index-cases-container-footer{
    width: 100%;
}
.index-cases-partner-poster{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-cases-partner-poster-mobile{
    display: none;
}
.index-cases-partner-poster-img{
    width: calc(100% - 2.25rem - 2.25rem);
    object-fit: contain;
}
.index-cases-partner-poster-scroll-tips{
    display: none;
}

/* 最新消息 */
.index-news-container{
    width: 100%;
    padding: 9.5625rem 0;
    background-color: #eeeeee;
}
.index-news-container-header{
    width: calc(100% - 11.5rem - 11.5rem);
    padding: 0 11.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index-news-container-header-navigation{
    width: 7.0625rem;
    height: 3.3125rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index-news-container-header-navigation-item{
    width: 3.1875rem;
    height: 3.1875rem;
    border: #c38d00 solid 0.0625rem;
    background-color: #c38d00;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-news-container-header-navigation-item-icon{
    width: 1.3125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-news-container-header-navigation-item-icon-img{
    width: 1.3125rem;
    object-fit: contain;
    filter: brightness(100);
}
.index-news-container-header-navigation-item-disabled{
    background-color: #FFFFFF;
}
.index-news-container-header-navigation-item-disabled .index-news-container-header-navigation-item-icon-img{
    filter: brightness(0);
}
.index-news-list{
    width: 100%;
    padding-top: 6.0625rem;
}
.index-news-swiper{
    width: 100%;
    height: 25.4375rem;
}
.index-news{
    width: 100%;
    height: 25.4375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}
.index-news-poster{
    width: 100%;
    height: 25.4375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-news-poster-img{
    width: 100%;
    height: 25.4375rem;
    object-fit: cover;
}
.index-news-info{
    width: calc(100% - 3.9375rem - 3.9375rem);
    height: calc(25.4375rem - 3.625rem - 3.625rem);
    padding: 3.625rem 3.9375rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0), rgba(0,0,0,0));
}
.index-news-title{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
    color: #FFFFFF;
}
.index-news-actions{
    width: 100%;
    padding-top: 1.4375rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-news-action{
    font-size: 0.9375rem;
    color: #FFFFFF;
    text-decoration: none;
}
.index-news-action:hover{
    color: #c38d00;
}