
.home_banner{
    height: 510px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    text-align: center;
    color: white;
    padding-top: 3rem;
}
.home_banner:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000024;
    opacity: 0.79;
    z-index: 1;
}
.home_banner video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.home_banner h1{
    font-size: 48px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 25px;
    font-family: "Roboto", Sans-serif;
    position: relative;
}
.home_banner h1:after{
    content: "";
    width: 60px;
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: white;
}
.home_banner p{
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.5;
    font-family: "Fira Sans" , sans-serif;
}
.home_banner a{
    width: 57px;
    text-indent: -9999px;
    display: inline-block;
    height: 57px;
    border: 1px solid #fff;
    margin-top: 93px;
    background: url('../img/down.svg') no-repeat center/80%;
}
.home_banner .large_content{
    position: relative;
    z-index: 9;
}
.home_advantage{
    padding: 110px 0 50px;
    background-color: #F7F5E9;
}
.home_advantage ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;

}
.home_advantage ul li{
    padding: 24px;
    padding-top: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: #FFFCF6;
    text-align: center;
}
.home_advantage ul li strong{
    font-size: 23px;
    font-weight: 700;
    line-height: 1.1;
    display: block;
    max-width: 90%;
    margin: 0 auto;
}
.home_advantage ul li p{
    color: #9C8D7C;
    font-size: 17px;
    line-height: 1.5;
    margin-top: 13px;
}
.home_advantage ul li span{
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-top: 0.5rem;
    background: url('../img/arrow-green.svg') no-repeat center/contain;   
}
.home_categories{
    padding-bottom: 65px;
}
.home_categories .head h2{
    white-space: nowrap;
    justify-content: center;
    display: flex;
}
.home_categories .head{
    margin-bottom: 50px;
}
.home_categories .cate_main p.center a{
    color: var(--theme_color);
    font-size: 22px;
    font-weight: 700;
}
.home_categories .cate_main ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    margin-top: 30px;
}
.home_categories .cate_main ul li{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    aspect-ratio: 373/350;
    overflow: hidden;
}
.home_categories .cate_main ul li .over{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #004e2c70;
    opacity: 0;
    transition: all 0.3s;
}
.home_categories .cate_main ul li .over img{
    width: 29px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40%;
}
.home_categories .cate_main ul li p{
    position: relative;
    z-index: 9;
    position: absolute;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
    left: 0;
    width: 100%;
    transition: all 0.3s;
}
.home_categories .cate_main ul li .img{
    width: 100%;
    height: 100%;
    
}
.home_categories .cate_main ul li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_categories .cate_main ul li:hover .over{
    opacity: 1;
}
.home_categories .cate_main ul li:hover p{
    color: white;
}
.home_categories .cate_main ul li a{
    display: block;
    height: 100%;
}
.home_categories .cate_main{
    margin-top: 25px;
}
.home_categories .cate_main ul li.viewall p{
    font-family: "Fira Sans", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    bottom: unset;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
}
.home_categories .cate_main ul li.viewall p:after{
    content: "";
    width: 21px;
    height: 21px;
    background: url('../img/dayudayu.svg') no-repeat center/contain;
    display: inline-block;
}
.home_categories .cate_main ul li.viewall{
    background-color: var(--theme_color);
}
.home_categories .head+.cate_main{
    margin-top: 20px;
}
.home_categories p.center+.head{
    margin-bottom: 0;
    margin-top: 1rem;
}
.home_solutions{
    padding-bottom: 43px;
}
.home_solutions ul{
    display: flex;
}
.home_solutions ul li{
    flex: 1;
    position: relative;
    aspect-ratio: 475/370;
    overflow: hidden;
    color: white;
}
.home_solutions ul li img{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%,-50%);
}
.home_solutions ul li strong{
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
.home_solutions ul li strong:after{
    content: "";
    width: 50px;
    height: 2px;
    background-color: white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.home_solutions ul li a{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}
.home_solutions ul li div.bg{
    background-color: #004e2c70;
    transition: all 1s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.home_solutions ul li a p{
    font-size: 18px;
    padding: 0 1.5rem;
    line-height: 20px;
    position: relative;
    transition: all 1s;
}
/* .home_solutions ul li:hover a{
    transform: rotateY(90deg);
} */
.home_solutions ul li:hover div.bg{
    transform: rotateY(90deg);
}
.home_solutions ul li:hover a p{
    transform: rotateY(90deg);
}

.home_intro{
    padding: 50px 0 73px;
    background-color: #FCFCF7;
}
.home_intro .left strong{
    color: #292929;
    font-family: "Fira Sans", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 31px;
}
.home_intro .left{
    width: 60%;
}
.home_intro .right{
    width: 40%;
    text-align: right;
}
.home_intro .right img{
    width: 100%;
    height: auto;
}
.home_intro .left .border_btn{
    margin-top: 85px;
}
.home_intro .head{
    width: 62%;
}
.home_intro .head + .right{
    width: 38%;
}
.home_intro .head h2{
    color: #292929;
    font-family: "Fira Sans", Sans-serif;
    font-size: 48px;
    font-weight: 600;
}
.home_intro .head p{
    color: rgb(155, 161, 130);
    font-size: 17px;
    line-height: 1.3;
    font-weight: 400;
    margin-top: 1rem;
}
.home_intro .flex + .flex{
    margin-top: 140px;
}
.home_packing{
    padding: 65px 0;
}
.home_packing .packing_main{
    margin-top: 70px;
}
.home_packing .packing_main>ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.home_packing .packing_main>ul>li{
    padding: 40px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
}
.home_packing .packing_main>ul>li strong{
    color: #292929;
    font-family: "Fira Sans", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}
.home_packing .packing_main>ul>li p{
    color: var(--p_color);
    margin-bottom: 30px;
    font-size: 17px;
}
.home_packing .packing_main>ul>li li{
    color: var(--theme_color);
    font-weight: 500;
    padding-left: 21px;
    position: relative;
    margin-bottom: 0.6rem;
    font-family: "Fira Sans", Sans-serif;
}
.home_packing .packing_main>ul>li li:before{
    content: "";
    width: 14px;
    height: 14px;
    background: url('../img/circle.svg') no-repeat center/contain;
    position: absolute;
    left: 0;
    top: 3px;
}
.home_packing .packing_main>ul>li ul.flex{
    flex-flow: wrap;
}
.home_packing .packing_main>ul>li ul.flex li{
    width: 50%;
}
.home_sourcing{
    
}
.home_sourcing .left{
    width: 49%;
    padding: 200px 0 192px;
    padding-left: 7.4%;
    background-color: var(--theme_color);
    padding-right: 280px;
}
.home_sourcing .left .border_btn{
    border-color: #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    border-width: 2px;
    margin-top: 1rem;
}
.home_sourcing .left h2{
    color: #FCFCF7;
    font-family: "Fira Sans", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
}
.home_sourcing .right{
    width: 51%;
    background-color: white;
    padding: 60px;
    padding-bottom: 40px;
    margin-left: -120px;
    margin-top: 30px;
}
.home_sourcing .right li{
    padding-left: 44px;
    position: relative;
}
.home_sourcing .right li:before{
    content: "";
    width: 28px;
    height: 28px;
    background: url('../img/duigou.svg') no-repeat center/contain;
    position: absolute;
    left: 0;
    top: 0px;
}
.home_sourcing .right li p{
    color: var(--p_color);
    font-family: "Fira Sans", Sans-serif;
    line-height: 1.6rem;
    font-size: 16px;
}
.home_sourcing .right li strong{
    font-family: "Fira Sans", Sans-serif;
    font-size: 22px;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--theme_color);
}
.home_sourcing .right li{
    margin-bottom: 22px;
}
.home_around{
    padding: 113px 0 40px;
}
.home_around .head{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.home_around .around_main {
    margin-top: 75px;
}
.home_around .around_main ul{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
.home_around .around_main ul li{
    background-color: transparent;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
    aspect-ratio: 270/285;
    overflow: hidden;
}
.home_around .around_main ul li>div{
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.home_around .around_main ul li>div:nth-of-type(1){
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.home_around .around_main ul li .img{
    width: 50px;
    height: 50px;
    margin-bottom: 27px;
}
.home_around .around_main ul li .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.home_around .around_main ul li a{
    padding-left: 35px;
    padding-right: 35px;
    display: block;
    text-align: center;
    line-height: 1.2;
    color: #292929;
    font-family: "Fira Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.home_around .around_main ul li>div:nth-of-type(2){
    background-color: var(--theme_color);
    color: #FCFCF7;
    padding: 35px;
    text-align: center;
}
.home_around .around_main ul li>div:nth-of-type(2) p{
    font-size: 17px;
    line-height: 1.5rem;
}
.home_around .around_main ul li:hover > div{
    transform: translateY(-100%);
}
.home_inspiring .head h2{
    line-height: 1.5;
}
.home_inspiring .inspiring_swiper{
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}
.home_inspiring .head{
    margin-bottom: 40px;
}
.home_inspiring .left{
    width: 49%;
}
.home_inspiring .right{
    width: 51%;
    padding-left: 113px;
    padding-right: 110px;
}
.home_inspiring .inspiring_swiper li{
    aspect-ratio: 930/550
}
.home_inspiring .inspiring_swiper li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.home_inspiring .inspiring_swiper li>div{
    position: absolute;
    left: 90px;
    bottom: -20px;
    background-color: #004e2ca4;
    color: white;
    max-width: 500px;
    min-height: 280px;
    padding: 45px 30px;
}
.home_inspiring .inspiring_swiper li>div a{
    color: white;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    padding-right: 40px;
}
.home_inspiring .inspiring_swiper li>div p{
    font-size: 17px;
    line-height: 1.5rem;
}
.home_inspiring .inspiring_swiper .swiper_btns_po{
    position: absolute;
    right: 130px;
    z-index: 9;
    top: 50%;
}
.home_inspiring .right strong{
    color: #322929;
    font-family: "Fira Sans", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    display: block;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.home_inspiring .right strong:after{
    content: "";
    width: 54px;
    height: 1px;
    background-color: #333;
    position: absolute;
    left: 0;
    bottom: 0;
}
.home_inspiring .right p{
    font-size: 17px;
    color: var(--p_color);
    line-height: 1.5rem;
    margin-bottom: 20px;
}
.home_inspiring .right .border_btn{
    margin-top: 2rem;
    font-weight: 500;
    font-size: 22px;
}
.home_inspiring .flex + .flex{
    margin-top: 160px;
}
.home_inspiring .full_content div.flex:nth-of-type(2n) .right{
    padding-left: 90px;
}
.home_inspiring .full_content div.flex:nth-of-type(2n) .inspiring_swiper .swiper_btns_po{
    left: 90px;
    right: unset;
    top: 45%;
}
.home_about{
    padding: 180px 0 45px;
}
.home_about .left{
    width: 50%;
}
.home_about .right{
    width: 50%;
}
.home_about .left .img{
    aspect-ratio: 550/560;
}
.home_about .left .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_about .left .img div{
    position: absolute;
    left: 82px;
    top: 170px;
    color: white;
    max-width: 340px;
}
.home_about .left .img div h2{
    color: #FCFCF7;
    font-family: "Fira Sans", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    
}
.home_about .left .img div .border_btn{
    font-size: 19px;
    font-weight: 400;
    color: white;
    border-color: white;
    border-width: 2px;
    margin-top: 21px;
}
.home_about .left .img div .border_btn:hover{
    border-color: var(--theme_color);
}
.home_about .right{
    padding-left: 20px;
}
.home_about .right li{
    padding-left: 44px;
    position: relative;
    margin-bottom: 22px;
}
.home_about .right li strong, .home_about .right li strong a{
    font-family: "Fira Sans", Sans-serif;
    font-size: 22px;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--theme_color);
}
.home_about .right li p{
    color: var(--p_color);
    font-family: "Fira Sans", Sans-serif;
    line-height: 1.6rem;
    font-size: 16px;
}
.home_about .right li strong:before{
    content: "";
    width: 28px;
    height: 28px;
    background: url(../img/duigou.svg) no-repeat center / contain;
    position: absolute;
    left: 0;
    top: 0px;
}
.home_blog{
    padding-bottom: 73px;
}
.home_blog .head a{
    font-family: "Fira Sans", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: var(--theme_color);
    background-color: #02010100;
    padding: 0px 0px 0px 0px;
}
.home_blog .head{
    margin-bottom: 48px;
}
.home_blog .blog_main .img{
    width: 100%;
    aspect-ratio: 265/176;

}
.home_blog .blog_main .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.home_blog .blog_main ul{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
.home_blog .blog_main ul li .infos{
    padding: 30px 32px;
    background-color: #e9e7db;
    position: relative;
}
.home_blog .blog_main ul li .infos:after{
    content: "";
    width: 100%;
    height: 7px;
    background-color: var(--theme_color);
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 0;
    transition: all 1s;
}
.home_blog .blog_main ul li:hover .infos:after{
    width: 100%;
    opacity: 1;
}
.home_blog .blog_main ul li .infos span{
    display: block;
    color: var(--p_color);
}
.home_blog .blog_main ul li .infos strong{
    color: #292929;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;

}
.home_blog .blog_main ul li .infos span:nth-of-type(2){
    color: var(--theme_color);
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.home_blog .blog_main ul li:hover .infos span:nth-of-type(2){
    text-decoration: underline;
}
