/* .home_banner .home_banner_swiper .swiper-slide{
    background-repeat: no-repeat;
    background-size: cover;
}
.home_banner .home_banner_swiper .swiper-slide .large_content{
    max-width: calc(100% - 150px);
    margin: auto;
}
.home_banner .home_banner_swiper .swiper-slide .large_content,
.home_banner .home_banner_swiper .swiper-slide .large_content > .flex
{
    height: 100%;
}
.home_banner .home_banner_swiper .swiper-slide .large_content > .flex .head{
    color: #fff; 
} 
.home_banner .home_banner_swiper .swiper-slide .large_content > .flex .head .subtitle {
    display: block;
    font-size: 22px;
    margin-bottom: .8rem;
}
.home_banner .home_banner_swiper .swiper-slide .large_content > .flex .head h1,
.home_banner .home_banner_swiper .swiper-slide .large_content > .flex .head strong
{
    font-size: 50px;
    display: block;
    max-width: 500px;
}
.home_banner .home_banner_swiper .swiper-slide .large_content > .flex .head p{
    margin: 1.5rem 0;
    font-size: 17px;
} */


.home_banner .home_banner_swiper .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.home_banner .home_banner_swiper .swiper-slide>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    z-index: -1;
    pointer-events: none
}

.home_banner .home_banner_swiper .swiper-slide .large_content {
    max-width: calc(100% - 150px);
    margin: auto
}

.home_banner .home_banner_swiper .swiper-slide .large_content,.home_banner .home_banner_swiper .swiper-slide .large_content>.flex {
    height: 100%
}


.home_banner .home_banner_swiper .swiper-slide .large_content>.flex .head {
    color: rgb(255,255,255)
}

.home_banner .home_banner_swiper .swiper-slide .large_content>.flex .head .subtitle {
    display: block;
    font-size: 22px;
    margin-bottom: .8rem
}


.home_banner .home_banner_swiper .swiper-slide .large_content>.flex .head h1,.home_banner .home_banner_swiper .swiper-slide .large_content>.flex .head strong {
    font-size: 50px;
    display: block;
    max-width: 500px
}

.home_banner .home_banner_swiper .swiper-slide .large_content>.flex .head p {
    margin: 1.5rem 0;
    font-size: 17px
}


.home_service{ 
    background-color: rgb(227, 227, 227);
}
.home_service ul{
    height: 85px;
}
.home_service ul li{
    flex: 1;
    display: flex; 
    font-weight: 600;
    font-size: 17px;
    justify-content: center;
}

.home_masterpiece{
    padding: 100px 0;
}
.home_masterpiece > .content{
    overflow: hidden;
}
.home_masterpiece .head{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.home_masterpiece .head h2{
    font-size: 35px;
    font-weight: 500;
}
.home_masterpiece .head p{
    font-weight: 600;
    max-width: 800px;
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    margin: 1.5rem auto; 
    margin-bottom: 4rem;
}
.home_masterpiece .swiper_btns{
    position: unset;
    margin-bottom: 2.5rem;
    justify-content: right;
    gap: 1rem;
    transform: translateX(-47%);
    width: 100%;
}
.home_masterpiece .swiper_btns.small div{
    width: 30px;
    height: 30px;
    background-image: url(../img/arrow-up.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: unset;
    transform: unset;
    transform: rotate(90deg);
}
.home_masterpiece .swiper_btns.small div:nth-child(1){
    transform: rotate(270deg); 
}
.home_masterpiece ul.swiper-wrapper li a .img {
    overflow: hidden;
    border-radius: 10px;
}
.home_masterpiece ul.swiper-wrapper li img{
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: all .5s;
    vertical-align: top;
}
.home_masterpiece ul.swiper-wrapper li a{
    text-align: center;
    display: block;
}
.home_masterpiece ul.swiper-wrapper li a:hover img {
    transform: scale(1.05);
}
.home_masterpiece ul.swiper-wrapper li .image_box{
    overflow: hidden;
    border-radius: 10px;
}
.home_masterpiece ul.swiper-wrapper li .image_box:hover img{
    transform: scale(1.1);
}
.home_masterpiece ul.swiper-wrapper li .image_box img{
    width: 100%; 
    transition: all .3s;
}
.home_masterpiece ul.swiper-wrapper li p{
    margin: 0 auto;
    margin-top: 2rem; 
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: #000 solid 2px;
    transition: all .3s;
}
.home_masterpiece ul.swiper-wrapper li a:hover p {
    border-color: transparent;
}
.home_stories {
    padding-bottom: 82px;
    width: 97.5%;
    margin:1rem auto;
    overflow: hidden;
}
.home_stories .home_stories_swiper{
    height: 920px;
}
.home_stories .home_stories_swiper ul li {
    background-size: cover; 
    background-position-y: 20px;
    background-repeat: no-repeat;
}
.home_stories .home_stories_swiper ul li > .flex{ 
    flex-direction: column;  
    justify-content: end;
    align-items: start;
    height: 100%;
}
.home_stories .home_stories_swiper ul li > .flex .button_t{
    width: 100%; 
    border-radius: 0px;
    font-size: 17px;
    text-align: center;
    padding: 28px 0; 
    margin-bottom: -80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    gap: 0;
}
.home_stories .home_stories_swiper ul li > .flex .button_t:hover {
    gap: 30px;
    color: #fff;
    background-color: #000;
}
.home_stories .home_stories_swiper ul li > .flex .button_t:hover i {
    width: 68px;
}
.home_stories .home_stories_swiper ul li > .flex .button_t i {
    position: relative;
    width: 0;
    height: 1rem;
    transition: all .4s;
    overflow: hidden;
}
.home_stories .home_stories_swiper ul li > .flex .button_t i::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 2.5px;
    top: 50%;
    transform: translateY(-50%);
}
.home_stories .home_stories_swiper ul li > .flex .button_t i::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-2px, -50%) rotate(45deg);
}
.home_stories .home_stories_swiper ul li > .flex .head{ 
    margin-bottom: 4.8rem; 
    margin-left: 70px;
}
.home_stories .home_stories_swiper ul li > .flex .head .subtitle {
    font-size: 22px;
    margin-bottom: 1.5rem;
    display: block;
    color: #000;
}
.home_stories .home_stories_swiper ul li > .flex .head p{
    max-width: 660px;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
}

.home_affiche{
    margin: 3rem auto;
    height: 800px;
    background-repeat: no-repeat;
    /* background-image: url(../img/home_affiche_banner.png); */
    background-size: contain; 
}
.home_affiche .large_content{
    display: flex;
    align-items: center;
    height: 100%;
    max-width: calc(100% - 150px);
    margin: auto;
}
.home_affiche .large_content .head{
    color: #fff;
}
.home_affiche .large_content .head .subtitle {
    display: block;
    font-size: 22px;
    margin-bottom: 0.8rem;
}
.home_affiche .large_content .head strong{
    font-size: 50px;
    display: block;
    max-width: 500px;
}
.home_affiche .large_content .head p{
    margin: 1.5rem 0;
    font-size: 17px;
}
.home_products{
    margin: 7rem auto 9rem;
}
.home_products > .content{
    overflow: hidden;
}
.home_products > .content .head{
    display: flex;
    margin-bottom: 5rem;
    justify-content: center;
}
.home_products > .content .head h2{
    font-weight: 400;
    font-size: 35px;
} 
.home_reviews {
    background-color: rgb(244,244,244);
    padding: 100px 0;
}
.home_reviews .head{
    margin-bottom: 2rem;
}
.home_reviews .head h2{
    font-weight: 400;
}
.home_reviews .head h2::after{
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    margin-top: .8rem;
    background-color: rgb(183,183,183); 
}
.home_reviews .review_list ul{
    gap: 2rem;
}
.home_reviews .review_list ul li {
    background-color: #fff;
    border: #000 solid 1px;
    padding: 2.5rem;
    border-radius: 5px;
}
.home_reviews .review_list ul li .points{
    background-image: url(../img/wujiaoxin.svg);
    background-size: 15px;
    background-position-Y: center;
    background-repeat: space;
    max-width: 100px;
    height: 15px;
    margin-bottom: 1rem;
}
.home_reviews .review_list ul li .review_title{
    font-weight: bold;
    font-size: 17px;
    margin-bottom: .2rem;
}
.home_reviews .review_list ul li p{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 1rem;
}
.home_reviews .review_list ul li .review_user{
    display: flex;
    flex-direction: column;
    gap: .2rem;
    font-size: 14px;
}
.home_reviews .review_list ul li .review_user .review_user_name{
    font-weight: 600;
}
.home_reviews .review_list ul li .review_user .review_user_tag{
    color: #999;
}
.home_reviews .jdgm-carousel-wrapper .jdgm-star.jdgm-star, .home_reviews .jdgm-carousel .jdgm-star.jdgm-star{
    color: #FFD140;
    padding: 0!important;
    font-size: 17px; 
    background-color: transparent;
}
.home_reviews .jdgm-carousel__item-container .jdgm-carousel__item-wrapper{
    height: 300px;
}
.home_reviews .jdgm-carousel--card-theme .jdgm-carousel-item__inner-wrapper{
    padding: 4rem 2rem;
}

.home_reviews .jdgm-carousel__item-container .jdgm-carousel-item__review-title{
    font-size: 18px;
    display: block;
    margin-bottom: .5rem;
}
.home_reviews .jdgm-carousel-title{
    font-size: 26px;
    margin-bottom: .5rem;

}
.home_reviews .jdgm-all-reviews-rating{
    margin-bottom: .5rem;
}