body{
    padding-top: 0!important;
}
/* 顶部Banner */
.home-banner-container{
    width: 100%;
}
.home-banner-swiper{
    width: 100%;
    height: 62.5rem;
}
.home-banner-swiper .swiper-pagination{
    bottom: 2.5rem!important;
}
.home-banner-swiper .swiper-pagination-bullet{
    background-color: #e5e5e5;
    opacity: 0.7;
}
.home-banner-swiper .swiper-pagination-bullet-active{
    background-color: #c40d23;
    opacity: 1;
}
.home-banner-poster{
    width: 100%;
    height: 62.5rem;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.home-banner-poster-img{
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}
.home-banner-poster-info{
    width: calc(100% - 20rem);
    height: calc(62.5rem - 12.5rem);
    padding: 6.25rem 10rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.home-banner-poster-info-left{
    flex: 1;
    padding-right: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.home-banner-poster-subtitle{
    width: 100%;
    text-align: left;
    /*font-size: 1.25rem;*/
    font-size: 1rem;
    font-weight: 500;

    color: #ffffff;
}
.home-banner-poster-title{
    width: 100%;
    /*padding-top: 0.625rem;*/
    text-align: left;
    /*font-size: 3.75rem;*/
    font-size: 2.25rem;
    font-weight: 400;

    color: #ffffff;
}
.home-banner-poster-info-right{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.home-banner-poster-actions{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.home-banner-poster-action{
    width: max-content;
    height: 2.625rem;
    border: #ffffff solid 0.125rem;
    border-radius: 1.4375rem;
    line-height: 2.625rem;
    padding: 0 2.1875rem;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.125rem;

    font-weight: 400;
}
.home-banner-poster-action:hover{
    background-color: #c40d23;
    border: #c40d23 solid 0.125rem;
}

/* 产品轮播 */
.home-product-swiper-container{
    width: 100%;
    padding: 9.375rem 0;
}
.home-product-swiper-container-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home-product-swiper-container-header-title{
    width: 80%;
    text-align: center;
    font-size: 2.1875rem;
    font-weight: 400;

    color: #444444;
}
.home-product-swiper-pagination{
    width: 100%;
    padding-top: 2.1875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 6.125rem;
}
.home-product-swiper-pagination .swiper-pagination-bullet{
    width: 0.375rem;
    height: 0.375rem;
    background-color: #ffffff;
    border: #484848 solid 1px;
    border-radius: 0.25rem;
    margin-right: 0.5rem;
    cursor: pointer;
}
.home-product-swiper-pagination .swiper-pagination-bullet:last-of-type{
    margin-right: 0;
}
.home-product-swiper-pagination .swiper-pagination-bullet-active{
    background-color: #c40d23;
    border: #c40d23 solid 1px;
}
.home-product-swiper-wrap{
    width: 100%;
}
.home-product-swiper{
    width: 100%;
}
.home-product-swiper-item{
    width: 100%;
    height: 48.375rem;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
    scale: 0.85;
}
.home-product-swiper .swiper-slide-active .home-product-swiper-item{
    scale: 1;
    transition: scale 0.5s;
}
.home-product-swiper-bg{
    width: 100%;
    height: 48.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.home-product-swiper-bg-img{
    width: 100%;
    height: 48.375rem;
    object-fit: cover;
}
.home-product-swiper-content{
    width: calc(100% - 8.125rem);
    height: calc(48.375rem - 8.5rem);
    padding: 4.25rem 4.0625rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    opacity: 0;
}
.home-product-swiper .swiper-slide-active .home-product-swiper-item .home-product-swiper-content{
    opacity: 1;
    transition: opacity 0.5s;
}
.home-product-swiper-content-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.home-product-swiper-content-header-title{
    width: 18.75rem;
    text-align: left;
    font-size: 2.5rem;
    font-weight: 400;

    color: #ffffff;
}
.home-product-swiper-content-footer{
    width: calc(100% - 8.75rem);
    height: calc(15.25rem - 6.25rem);
    padding: 3.125rem 4.375rem;
    /*background-color: #ffffff;*/
    background-color: rgba(255,255,255,0.8);
    /*backdrop-filter: blur(0.625rem);*/
    border-radius: 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.home-product-swiper-content-footer-left{
    width: 10.625rem;
}
.home-product-swiper-content-poster{
    width: 10.625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.home-product-swiper-content-poster-img{
    width: 10.625rem;
    object-fit: contain;
}
.home-product-swiper-content-footer-right{
    width: calc(100% - 10.625rem - 4.375rem);
    padding-left: 4.375rem;
}
.home-product-swiper-content-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home-product-swiper-content-info-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.home-product-swiper-content-title{
    flex: 1;
    padding-right: 1.25rem;
    /*width: 100%;*/
    text-align: left;
    font-size: 1.5625rem;
    font-weight: 400;

    color: #444444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-product-swiper-content-more-btn{
    width: max-content;
    padding: 0 1.375rem;
    height: 2.25rem;
    line-height: 2.25rem;
    border-radius: 1.125rem;
    background-color: #c40d23;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 400;

    text-decoration: none;
}
.home-product-swiper-content-more-btn:hover{
    opacity: 0.8;
}
.home-product-swiper-content-info-footer{
    width: 100%;
    padding-top: 1.875rem;
}
.home-product-swiper-content-attrs{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.home-product-swiper-content-attr{
    width: calc(25% - 1px - 1.25rem - 1.25rem);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-right: #c1c1c1 solid 1px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.home-product-swiper-content-attr:first-of-type{
    padding-left: 0;
}
.home-product-swiper-content-attr:last-of-type{
    border-right: none;
    padding-right: 1.3125rem;
}
.home-product-swiper-content-attr-label{
    width: 100%;
    text-align: left;
    font-size: 0.9375rem;
    font-weight: 400;

    color: #a7a7a7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-product-swiper-content-attr-value{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
    font-weight: 500;
    color: #444444;
    padding-top: 0.9375rem;
}

/* 品牌简介 */
.home-brand-introduce-container{
    width: 100%;
    padding: 12.5rem 0;
    background-color: #444444;
}
.home-brand-introduce-danmu-container{
    width: 100%;
}
.home-brand-introduce-danmu-row{
    width: 100%;
    padding-bottom: 4.375rem;
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.home-brand-introduce-danmu-row-inner{
    width: max-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
@keyframes site-foot-marquee-slide {
    0% {
        transform: translateX(-0%)
    }

    100% {
        transform: translateX(-100%)
    }
}
@keyframes site-foot-marquee-slide-reverse {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%)
    }
}
.home-brand-introduce-danmu-row .home-brand-introduce-danmu-row-inner{
    animation: site-foot-marquee-slide 20s linear infinite;
}
.home-brand-introduce-danmu-row-reverse .home-brand-introduce-danmu-row-inner{
    animation: site-foot-marquee-slide-reverse 20s linear infinite;
}
.home-brand-introduce-danmu-word{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.home-brand-introduce-danmu-word-icon{
    width: 3rem;
    height: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 2.5rem;
}
.home-brand-introduce-danmu-word-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home-brand-introduce-danmu-word-label{
    width: max-content;
    font-size: 1.25rem;
    font-weight: 400;

    color: #a7a7a7;
}
.home-brand-introduce-danmu-word-title{
    width: max-content;
    font-size: 5.3125rem;
    font-weight: 400;

    color: #ffffff;
}
.home-brand-introduce-danmu-word-title-highlight{
    color: #c42733;
}
.home-brand-introduce-danmu-word-icon-img{
    width: 3rem;
    height: 3rem;
    object-fit: contain;
}
.home-brand-introduce-info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 11.5625rem;
}
.home-brand-introduce-info-mobile{
    display: none;
}
.home-brand-introduce-info-left{
    width: calc(50% - 7.8125rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.home-brand-introduce-info-left-header{
    width: 100%;
}
.home-brand-introduce-info-left-header-title{
    width: 100%;
    text-align: left;
    /*font-size: 4.375rem;*/
    font-size: 2.1875rem;
    font-weight: bold;
    color: #ffffff;
}
.home-brand-introduce-info-left-body{
    width: 100%;
    padding-top: 3.25rem;
}
.home-brand-introduce-info-left-attrs{
    width: 100%;
}
.home-brand-introduce-info-left-attr{
    width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: #676767 solid 1px;
}
.home-brand-introduce-info-left-attr-value{
    width: 100%;
    text-align: left;
    font-size: 2.5rem;
    font-weight: 400;

    color: #ffffff;
}
.home-brand-introduce-info-left-attr-label{
    width: 100%;
    padding-top: 0.625rem;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 400;

    color: #a7a7a7;
}
.home-brand-introduce-info-left-footer{
    width: 100%;
    padding-top: 3.4375rem;
}
.home-brand-introduce-info-left-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.home-brand-introduce-info-left-action{
    width: max-content;
    padding: 0 2.375rem;
    height: 3.625rem;
    line-height: 3.625rem;
    border-radius: 1.8125rem;
    font-size: 1.125rem;
    font-weight: 400;

    color: #444444;
    background-color: #ffffff;
    text-decoration: none;
    margin-right: 1rem;
}
.home-brand-introduce-info-left-action:hover{
    opacity: 0.8;
}
.home-brand-introduce-info-left-action:last-of-type{
    margin-right: 0;
}
.home-brand-introduce-info-left-action-primary{
    background-color: #c40d23;
    color: #ffffff;
}
.home-brand-introduce-info-right{
    width: 50%;
}
.home-brand-introduce-info-gallery{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.home-brand-introduce-info-gallery-item{
    width: calc(25% - 0.625rem);
    height: 45.375rem;
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    cursor: pointer;
    transition: width .6s;
}
.home-brand-introduce-info-gallery-item-open{
    width: calc(75% - 0.625rem);
    transition: width .6s;
}
.home-brand-introduce-info-gallery-item-poster{
    width: 100%;
    height: 45.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.home-brand-introduce-info-gallery-item-poster-img{
    width: 100%;
    height: 45.375rem;
    object-fit: cover;
    filter: grayscale(1);
}
.home-brand-introduce-info-gallery-item-open .home-brand-introduce-info-gallery-item-poster-img{
    filter: grayscale(0);
    transition: filter .6s;
}
.home-brand-introduce-info-gallery-item-info{
    width: calc(100% - 3.75rem);
    height: calc(45.375rem - 8.25rem);
    padding: 4.125rem 1.875rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background-color: rgba(0,0,0,0.4);
    overflow-x: hidden;
}
.home-brand-introduce-info-gallery-item-open .home-brand-introduce-info-gallery-item-info{
    width: calc(100% - 8.25rem);
    height: calc(45.375rem - 8.25rem);
    padding: 4.125rem;
    background-color: rgba(0,0,0,0);
}
.home-brand-introduce-info-gallery-item-description{
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 400;

    color: #ffffff;
    display: none;
}
@keyframes textInLine {
    0%{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    100%{
        overflow: unset;
        text-overflow: unset;
        white-space: wrap;
    }
}
.home-brand-introduce-info-gallery-item-open .home-brand-introduce-info-gallery-item-description{
    display: block;
    transition: width .6s ease-in-out;
    animation: textInLine .6s ease-in-out;
}
.home-brand-introduce-info-gallery-item-title{
    width: 100%;
    text-align: center;
    font-size: 1.5625rem;
    font-weight: 400;

    color: #ffffff;
    padding-top: 1.25rem;
}
.home-brand-introduce-info-gallery-item-open .home-brand-introduce-info-gallery-item-title{
    text-align: left;
}

/* 材质介绍 */
.home-materials-container{
    width: 100%;
    padding: 10.3125rem 0;
    background-color: #f2f2f2;
}
.home-materials-container-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.home-materials-container-left{
    width: calc(60% - 15.625rem);
    padding-right: 15.625rem;
    /*position: sticky;*/
    /*top: 10.3125rem;*/
}
.home-materials-container-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.home-materials-container-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: 400;

    color: #444444;
}
.home-materials-container-description{
    width: 100%;
    padding-top: 3.125rem;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 400;

    color: #444444;
}
.home-materials-container-poster{
    width: 100%;
    padding-top: 7.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.home-materials-container-poster-img{
    max-width: 100%;
    object-fit: contain;
}
.home-materials-desc-swiper-wrap{
    width: 100%;
    padding-top: 1.25rem;
}
.home-materials-desc-swiper{
    width: 100%;
    height: 16.25rem;
}
.home-materials-desc-swiper .swiper-slide{
    width: 100%;
    height: max-content;
}
.home-materials-desc{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: #8a8a8a solid 1px;
    padding: 1.75rem 0;
}
.home-materials-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 400;
    color: #c40d23;
}
.home-materials-desc-description{
    width: 100%;
    padding-top: 1.5625rem;
    text-align: left;
    font-size: 1rem;
    color: #444444;
    font-weight: 300;
}
.home-materials-desc-actions{
    width: 100%;
    padding-top: 2.1875rem;
}
.home-materials-desc-action{
    display: block;
    width: max-content;
    padding: 0 2.1875rem;
    height: 2.875rem;
    line-height: 2.875rem;
    border-radius: 1.4375rem;
    background: #c40d23;
    color: #FFFFFF;
    font-size: 1.125rem;
    font-weight: 400;
    text-decoration: none;
}
.home-materials-container-right{
    width: 40%;
}
.home-material-swiper-wrap{
    width: 100%;
}
.home-material-swiper{
    width: 100%;
    height: 31.25rem;
}
.home-material-swiper .swiper-slide{
    width: 100%;
    height: 25.625rem;
    border-radius: 1.25rem;
    overflow: hidden;
}
.home-material{
    display: block;
    width: 100%;
    height: 25.625rem;
    background-color: #ffffff;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.5625rem;
    text-decoration: none;
}
.home-material:last-of-type{
    margin-bottom: 0;
}
.home-material-poster{
    width: 100%;
    height: 25.625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.home-material-poster-img{
    width: 100%;
    height: 25.625rem;
    object-fit: cover;
}
.home-material-info{
    width: calc(100% - 11.875rem);
    height: calc(25.625rem - 10rem);
    padding: 5rem 5.9375rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.home-material-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: 400;

    color: #444444;
}
.home-material-description{
    width: 100%;
    padding-top: 1.5625rem;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 400;

    color: #444444;
}
.home-material-info-has-img{
    background-color: rgba(0,0,0,0.2);
}
.home-material-info-has-img .home-material-title{
    color: #ffffff;
}
.home-material-info-has-img .home-material-description{
    color: #ffffff;
}

/* 品牌介绍视频 */
.home-brand-video-container{
    width: 100%;
    height: 56.25rem;
    position: relative;
}
.home-brand-video-container-bg{
    width: 100%;
    height: 56.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.home-brand-video-container-bg-video-wrap{
    width: 100%;
    height: 56.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.home-brand-video-container-bg-video{
    width: 100%;
    height: 56.25rem;
    object-fit: cover;
}
.home-brand-video-container-content-wrap{
    width: 100%;
    height: 56.25rem;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.1);
}
.home-brand-video-container-content{
    height: calc(56.25rem - 16.25rem);
    padding: 8.125rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.home-brand-video-title{
    width: 100%;
    text-align: center;
    font-size: 6.25rem;
    font-weight: 500;
    color: #ffffff;
}
.home-brand-video-description{
    width: 100%;
    padding-top: 3.4375rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 400;

    color: #ffffff;
    padding-bottom: 10rem;
}
.home-brand-video-footer{
    width: 100%;
}
.home-brand-video-footer-video-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 2.375rem 0;
}
.home-brand-video-footer-video-action{
    width: 3.125rem;
    height: 3.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 1.5625rem;
}
.home-brand-video-footer-video-action:last-of-type{
    margin-right: 0;
}
.home-brand-video-footer-video-action-icon{
    width: 3.125rem;
    height: 3.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.home-brand-video-footer-video-action-icon-img{
    width: 3.125rem;
    height: 3.125rem;
    object-fit: contain;
    display: block;
}
.home-brand-video-footer-video-action-icon-img:last-of-type{
    display: none;
}
.home-brand-video-footer-video-action-active .home-brand-video-footer-video-action-icon .home-brand-video-footer-video-action-icon-img:last-of-type{
    display: block;
}
.home-brand-video-footer-video-action-active .home-brand-video-footer-video-action-icon .home-brand-video-footer-video-action-icon-img:first-of-type{
    display: none;
}
.home-brand-video-footer-progress-bar-wrap{
    width: 100%;
}
.home-brand-video-footer-progress-bar{
    width: 100%;
    height: 0.25rem;
    background-color: #ffffff;
}
.home-brand-video-footer-progress-bar-active{
    height: 0.25rem;
    background-color: #c40d23;
}

/* 项目案例 */
.home-project-container{
    width: 100%;
    padding: 12.1875rem 0;
}
.home-project-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.home-project-container-header-title{
    width: 50%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: 400;

    color: #444444;
}
.home-project-container-header-more-btn{
    width: max-content;
    padding: 0 3.4375rem;
    height: 3.125rem;
    border: #b6b6b6 solid 0.125rem;
    border-radius: 1.6875rem;
    line-height: 3.125rem;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 400;

    color: #444444;
}
.home-project-container-header-more-btn:hover{
    background-color: #c40d23;
    color: #ffffff;
    border: #c40d23 solid 0.125rem;
}
.home-project-list{
    width: 100%;
    padding-top: 7.5rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.home-project-group{
    width: calc(100% / 3 - 2.5rem);
    margin-right: 3.75rem;
}
.home-project-group:last-of-type{
    margin-right: 0;
}
.home-project{
    width: 100%;
    margin-bottom: 3.75rem;
    display: block;
    text-decoration: none;
}
.home-project:last-of-type{
    margin-bottom: 0;
}
.home-project-poster{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.home-project-poster-img{
    width: 100%;
    border-radius: 1.25rem;
    object-fit: contain;
}
.home-project-info{
    width: 100%;
    padding-top: 1.5625rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.home-project-year{
    width: 4rem;
    text-align: left;
    font-size: 0.9375rem;
    font-weight: 400;

    color: #a7a7a7;
    height: 1.875rem;
    line-height: 1.875rem;
}
.home-project-title{
    width: max-content;
    max-width: calc(100% - 4rem);
    text-align: left;
    font-size: 1.5625rem;
    font-weight: 400;

    color: #444444;
}

/* 国际认证 */
.home-certificates-container{
    width: 100%;
    padding-bottom: 8.75rem;
}
.home-certificates-container-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.home-certificates-container-header-left{
    flex: 1;
    padding-right: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.home-certificates-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
}
.home-certificates-container-header-right{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.home-certificates-container-header-actions{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.home-certificates-container-header-action{
    width: max-content;
    padding: 0 2.5rem;
    height: 3.125rem;
    line-height: 3.125rem;
    text-align: center;
    border: #b6b6b6 solid 0.125rem;
    border-radius: 1.6875rem;
    text-decoration: none;
    color: #444444;
    font-size: 1.125rem;
    font-weight: 400;
}
.home-certificates-container-header-action:hover{
    background-color: #c40d23;
    color: #ffffff;
    border: #c40d23 solid 0.125rem;
}
.home-certificates-container-body{
    width: 100%;
    padding-top: 6.875rem;
}
.home-certificates-swiper-wrap{
    width: 100%;
}
.home-certificates-swiper{
    width: 100%;
}
.home-certificates-swiper .swiper-slide{
    width: 53.5rem;
    height: 35.1875rem;
    padding-bottom: 3.125rem;
}
.home-certificates-swiper .swiper-pagination-bullet{
    width: 0.375rem;
    height: 0.375rem;
    border: #484848 solid 1px;
    border-radius: 0.25rem;
    background: rgba(0,0,0,0);
    opacity: 1;
}
.home-certificates-swiper .swiper-pagination-bullet-active{
    background-color: #c40d23;
    border: #c40d23 solid 1px;
}
.home-certificate{
    width: 53.5rem;
    height: 35.1875rem;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
}
.home-certificate-poster{
    width: 53.5rem;
    height: 35.1875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #000000;
}
.home-certificate-poster-img{
    width: 53.5rem;
    height: 35.1875rem;
    object-fit: cover;
}
.home-certificate-info{
    width: calc(100% - 7.5rem);
    height: calc(35.1875rem - 8.75rem);
    padding: 4.375rem 3.75rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background: rgba(0,0,0,0.3);
}
.home-certificate-info-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.home-certificate-logo{
    width: 6.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.home-certificate-logo-img{
    width: 6.25rem;
    object-fit: contain;
}
.home-certificate-info-footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.home-certificate-description{
    width: 70%;
    text-align: left;
    font-size: 1.875rem;
    font-weight: 400;
    color: #FFFFFF;
}
.home-certificate-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2.1875rem;
}
.home-certificate-action{
    width: max-content;
    padding: 0 2.1875rem;
    height: 2.75rem;
    line-height: 2.75rem;
    border: #FFFFFF solid 1px;
    border-radius: 1.4375rem;
    font-size: 1.125rem;
    color: #FFFFFF;
    text-decoration: none;
}
.home-certificate-action:hover{
    background: #c40d23;
    border: #c40d23 solid 1px;
}

/* 展会 */
.home-exhibition-container{
    width: 100%;
    padding-top: 9.0625rem;
    padding-bottom: 15rem;
}
.home-exhibition-container-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.home-exhibition-container-header-left{
    flex: 1;
    padding-right: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.home-exhibition-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: 400;
    color: #444444;
}
.home-exhibition-container-header-right{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.home-exhibition-container-header-actions{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.home-exhibition-container-header-action{
    width: max-content;
    padding: 0 3.125rem;
    height: 3.125rem;
    border: #b6b6b6 solid 0.125rem;
    line-height: 3.125rem;
    border-radius: 1.6875rem;
    font-size: 1.125rem;
    font-weight: 300;
    color: #444444;
    text-decoration: none;
}
.home-exhibition-container-header-action:hover{
    background: #c40d23;
    border: #c40d23 solid 0.125rem;
    color: #FFFFFF;
}
.home-exhibition-container-body{
    width: 100%;
    padding-top: 5rem;
}
.home-exhibition-desc-swiper-wrap{
    width: 100%;
}
.home-exhibition-desc-swiper{
    width: 100%;
}
.home-exhibition-desc-swiper .swiper-slide{
    width: max-content;
    padding-bottom: 2.5rem;
}
.home-exhibition-desc-swiper .swiper-pagination-bullet{
    width: 0.375rem;
    height: 0.375rem;
    border: #484848 solid 1px;
    border-radius: 0.25rem;
    background: rgba(0,0,0,0);
    opacity: 1;
}
.home-exhibition-desc-swiper .swiper-pagination-bullet-active{
    background-color: #c40d23;
    border: #c40d23 solid 1px;
}
.home-exhibition-desc{
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    position: relative;
    padding-bottom: 8.125rem;
}
.home-exhibition-desc-poster{
    width: max-content;
    height: 34.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 1.25rem;
    overflow: hidden;
}
.home-exhibition-desc-poster-img{
    height: 34.125rem;
    object-fit: contain;
}
.home-exhibition-desc-info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.625rem 0;
    height: 6.875rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.home-exhibition-desc-category{
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 300;
    color: #a7a7a7;
}
.home-exhibition-desc-title{
    width: 100%;
    padding-top: 1.25rem;
    text-align: left;
    font-size: 1.5625rem;
    font-weight: 400;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Hide overflow slides in home product swiper */
.home-product-swiper-wrap {
    overflow: hidden;
}

/* Single product — no slider */
.home-product-swiper-single .swiper-wrapper {
    transform: none !important;
    display: block;
}
.home-product-swiper-single .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
}
.home-product-swiper-single .home-product-swiper-item {
    scale: 1 !important;
}
.home-product-swiper-single .home-product-swiper-content {
    opacity: 1 !important;
}
