.home_banner{
    position: relative;
    height: 100vh;
    max-height: 920px;
    margin-top: -127px;
    padding-top: 273px;
}
.home_banner:before{
    content: "";
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    transition: all 0.3s;
    top: 0;
    z-index: 1;
    background: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
    opacity: 0;
}
.home_banner.active:before{
    opacity: 1;
}
.home_banner .over{
    content: "";
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: all 0.3s;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,0.4),rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
}
.home_banner .over.active{
    opacity: 1;
}
.home_banner:after{
    content: "";
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url('../img/over.png') no-repeat center/cover;
}
.home_banner>img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_banner .content{
    z-index: 5;
}
.home_banner .head{
    color: white;
}
.home_banner .head>span{
    font-size: 22px;
    font-weight: 300;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    opacity: 0.9;
}
.home_banner .head>span:before{
    content: "";
    width: 18px;
    height: 3px;
    background: #ff5a00;
    margin-right: 1rem;
    display: inline-block;
}
.home_banner .head h1{
   font-size: 56px;
   font-weight: 600;
   line-height: 76px; 
   margin-top: 0.7rem;
}
.home_banner .head h1 span{
    font-weight: 300;
    display: block;
}
.home_banner .head a{
    margin-top: 35px;
    padding: 15px 23px;
}

.home_looking .swiper_content{
    padding-bottom: 60px;
}
.home_looking{
    padding: 140px 0 80px;
    background: url('../img/looking-bg.png') no-repeat center/cover;
}
.home_looking .swiper_looking li a>div{
    padding: 55px 27px 100px;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ededed;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    height: 100%;
    transition: all 0.3s;
}
.home_looking .head{
    margin-bottom: 100px;
}
.home_looking .swiper_looking li{
    height: auto;
    transition: all 0.3s;
}
.home_looking .swiper_looking li p{
    font-size: 20px;
    line-height: 31px;
    color: #161616;
    transition: all 0.3s;
}
.home_looking .swiper_looking li:nth-of-type(2n){
    transform: translateY(50px);
}
.home_looking .swiper_looking li p strong{
    color: var(--theme_color);
    font-weight: 600;
    display: block;
    transition: all 0.3s;
}
.home_looking .swiper_looking li .flex{
    position: absolute;
    left: 30px;
    bottom: 0;
    padding: 0 0 33px;
    width: calc(100% - 54px);
}
.home_looking .swiper_looking li .flex span{
    font-size: 20px;
    font-weight: 400;
    transition: all 0.3s;
}
.home_looking .swiper_looking li .flex span span{
    color: rgba(0,0,0,0.38);
}
.home_looking .swiper_looking li .icon{
    width: 49px;
    height: 49px;
    border-radius: 50%;
    display: inline-block;
    margin-left: auto;
    background: url('../img/circle-arrow.svg') no-repeat center/cover;
    transition: all 0.3s;
}
.home_looking .swiper_looking li.active a>div{
    background-color: var(--theme_color);
}
.home_looking .swiper_looking li.active a>div p{
    color: white;
}
.home_looking .swiper_looking li.active a>div p strong{
    color: white;
}
.home_looking .swiper_looking li.active a>div .flex span{
    color: white;
    transition: all 0.3s;
}
.home_looking .swiper_looking li.active a>div .flex span span{
    color: rgba(255,255,255,0.38);
    transition: all 0.3s;
}
.home_looking .swiper_looking li.active .icon{
    background-image: url('../img/circle-arrow-white.svg');
    transform: rotate(45deg);
}
.home_choose{
    padding-bottom: 68px;
}
.home_choose .head:before{
    content: "";
    width: 8px;
    height: 158px;
    background: url('../img/line.svg') no-repeat center/contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 43px;
}
.home_choose .head{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.home_choose .head{
    margin-bottom: 58px;
}
.home_choose .head p{
    margin-top: 30px;
}
.home_choose .mian ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 39px;
}
.home_choose .mian ul li{
    padding: 47px 36px;
    border-radius: 10px;
    border: 1px solid #ededed;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transition: all 0.3s;
}
.home_choose .mian ul li i{
    display: block;
    width: 73px;
    height: 73px;
    margin-bottom: 34px;
}

.home_choose .mian ul li i img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}
.home_choose .mian ul li strong{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    display: block;
    margin-bottom: 19px;
    transition: all 0.3s;
}
.home_choose .mian ul li p{
    line-height: 24px;
    color: #5b5b5b;
    font-weight: 300;
    transition: all 0.3s;
}
.home_choose .mian ul li.active{
    background-color: var(--theme_color);
}
.home_choose .mian ul li.active i{
    filter: contrast(0) brightness(100);
}
.home_choose .mian ul li.active strong{
    color: white;
}
.home_choose .mian ul li.active p{
    color: rgba(255,255,255,0.85);
}

.home_warehouse{
    padding: 68px 0 117px;
}
.home_warehouse .head{
    max-width: 680px;
    margin-bottom: 30px;
}
.home_warehouse .left{
    width: 49.1%;
}
.home_warehouse .left .img{
    aspect-ratio: 707/419;
    border-radius: 10px;
}
.home_warehouse .left .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_warehouse .right{
    width: 50.9%;
    padding-left: 7.9%;
    padding-top: 52px;
}
.home_warehouse .right p{
    font-size: 17px;
    line-height: 28px;
    color: #4c4c4c;
    margin-bottom: 43px;
}
.home_warehouse .right div{
    padding-left: 180px;
    background: url('../img/flag-contact.png') no-repeat left top 6px/90%;
    padding-bottom: 1rem;
}
.home_warehouse .right div strong{
    font-size: 26px;
    
    display: block;
    margin-bottom: 85px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.home_warehouse .right li{
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.home_warehouse .right li:before{
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 15px;
    background: url('../img/phone-blue.svg') no-repeat center/contain;
}
.home_warehouse .right li:nth-of-type(2):before{
    background-image: url('../img/email-blue.svg');
}
.home_video{
    background: url('../img/video-bg.png') no-repeat center/cover;
    position: relative;
    z-index: 10;
}
.swiper_video li.swiper-slide{
    width: 22%;
}
.swiper_video li .img{
    aspect-ratio: 315/231;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    width: 100%;
    transition: all 0.3s;
}
.swiper_video li:hover .img img{
    transform: scale(1.1);
}
.swiper_video li .img img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;
}
.swiper_video li .img:after{
    content: "";
    width: 72px;
    height: 72px;
    transition: all 0.3s;
    background: url('../img/play_btn.svg') no-repeat center/contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);

}
.swiper_video li.swiper-slide-active .img:after{
    width: 90px;
    height: 90px;
}
.home_video{
    overflow-y: visible;
    position: relative;
}
.home_video .head{
    margin-bottom: 125px;
}
.home_video li.swiper-slide{
    transition: all 0.3s;
    cursor: pointer;
}
.home_video li.swiper-slide-active{
    width: 30%;
    padding: 33px;
    background-color: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-radius: 12px;
    margin-right: 39px !important;
    /* margin-left: 80px;
    margin-right: 80px; */
}
.home_video li.swiper-slide.swiper-slide-prev{
    margin-right: 39px !important;
}
.home_video li.swiper-slide-active .img{
    margin-bottom: 27px;
    margin-top: -80px;
}
.home_video li.swiper-slide .info{
    
    transition: all 0.3s;
}
.home_video li.swiper-slide .info li:last-of-type{
    border: none;
}
.home_video li.swiper-slide .info strong{
    font-size: 17px;
    margin-top: 23px;
    display: block;
}
.home_video li.swiper-slide-active .info strong{
    font-size: 22px;
    display: block;
    font-weight: 600;
}
.home_video li.swiper-slide .info li{
    font-size: 17px;
    color: #4c4c4c;
    font-weight: 300;
    transition: all 0.3s;
    padding-top: 11px;
    padding-bottom: 5px;
    display: flex;
    border-bottom: 1px solid #e2e2e2;
}
.home_video li.swiper-slide .info li span{
    display: block;
    width: 50%;
}
.home_video li.swiper-slide .info li span:nth-of-type(2){
    color: #4c4c4c;
    font-weight: 400;
}
.home_video li.swiper-slide-active .info li{
    opacity: 1;
}

.swiper_video{
    margin-left: -15%;
    min-height: 600px;
}

.home_video .squre_btns{
    top: unset;
    bottom: 130px;
    z-index: 20;
}
.home_video>.arrow_btn{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,50%);
}
.home_video .swiper_box{
    overflow: hidden;
}
.home_brand{
    overflow: hidden;
    padding: 138px 0 195px;

}
.home_brand .head img{
    width: 250px !important;
    height: auto;
    margin-bottom: 22px;
}
.home_brand .head{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 23px;
}
.home_brand .swiper_brand li.swiper-slide{
    width: 100%;
    transition: all 0.3s;
    position: relative;
    z-index: 15;
}

.home_brand .swiper_brand .img{
    aspect-ratio: unset !important;
    overflow: hidden;
    position: relative;
    /* margin-bottom: 37px; */
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin-bottom: 0 !important;
    max-height: 580px;
}
.swiper_brand{
    height: 100%;
}
.home_brand .swiper_brand .img:hover img{
    transform: scale(1.05);
}
.home_brand .swiper_brand .img img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;
}
.home_brand .swiper_brand .img:after{
    content: "";
    width: 76px;
    height: 76px;
    position: absolute;
    left: 50%;
    transition: all 0.3s;
    /* opacity: 0; */
    z-index: 1;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url('../img/btn_play2.svg') no-repeat center/contain;
}
.home_brand .swiper_brand .swiper-slide-active .img:after{
    opacity: 1;
}
.home_brand .swiper_brand .swiper-slide-active {
    transform: translateY(65px);
}
.home_brand .swiper_brand p{
    text-align: right;
}
.home_brand .middle>p{
    display: block;
    transform: translateY(4rem);
    text-align: right;
    
}
.home_brand .left{
    position: relative;
    z-index: 0 !important;
}
.home_brand .left, .home_brand .right{
    min-width: 61.5%;
}
.home_brand .main>.flex{
    align-items: flex-start;
}
.home_brand .main .img{
    aspect-ratio: 885/500;
    width: 100%;
}
.home_brand .main .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_brand .middle>p>a{
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.3s;
    padding-bottom: 5px;
    color: #161616;
    border-bottom: 1px solid var(--theme_color);
}
.home_brand .middle>p>a:after{
    content: "";
    width: 17px;
    margin-left: 10px;
    height: 13px;
    background: url('../img/arrow_green.svg') no-repeat center/contain;
    display: inline-block;
}

.home_brand .main{
    position: relative;
}
.home_brand .main:before{
    content: "";
    aspect-ratio: 817/326;
    width: 56.7%;
    left: 0;
    position: absolute;
    bottom: -70px;
    background: var(--theme_color);
    z-index: -1 !important;
}
.home_brand .main:after{
    content: "";
    aspect-ratio: 817/326;
    width: 56.7%;
    left: 0;
    position: absolute;
    bottom: -70px;
    background: url('../img/green.svg') no-repeat center/cover;
}
.home_exhibition{
    padding: 160px 0 130px;
    background: #f7f9fc;
}
.home_exhibition .head{ 
    margin-bottom: 64px;
}
.home_exhibition .swiper_exhibition a{
    display: flex;
    align-items: unset;
}
.home_exhibition .swiper_exhibition .left{
    width: 45%;
}
.home_exhibition .swiper_exhibition .right{
    width: 55%;
}
.home_exhibition .swiper_exhibition .right .img{
    width: 100%;
    aspect-ratio: 792/572;
    min-height: 100%;
    overflow: hidden;
    border-radius: 12px;
    overflow:  hidden;
}
.home_exhibition .swiper_exhibition .right .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.home_exhibition .swiper_exhibition .left{
    padding: 97px 70px ;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    border-radius: 12px 0 0 12px;
    
}
.home_exhibition .swiper_exhibition .left img{
    width: 165px;
    height: auto;
    display: block;
    margin-bottom: 15px;
}
.home_exhibition .swiper_exhibition .left strong{
    font-size: 36px;
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}
.home_exhibition .swiper_exhibition .left ul{
    padding-top: 28px;
}
.home_exhibition .swiper_exhibition .left ul li{
    font-size: 18px;
    display: flex;
    align-items: center;
}
.home_exhibition .swiper_exhibition .left ul li + li{
    margin-top: 12px;
}
.home_exhibition .swiper_exhibition .left ul li:before{
    content: "";
    width: 21px;
    height: 21px;
    background: url('../img/rili.svg') no-repeat center/contain;
    margin-right: 16px;
}
.home_exhibition .swiper_exhibition .left ul li:nth-of-type(2):before{
    background-image: url('../img/pos.svg');
}
.home_exhibition .swiper_exhibition .left ul li:nth-of-type(3):before{
    background-image: url('../img/address.svg');
}
.home_exhibition .swiper_exhibition .left >span{
    color: var(--theme_color);
    font-weight: 500;
    font-size: 18px;
    display: flex;
    margin-top: 37px;
    align-items: center;
}
.home_exhibition .swiper_exhibition .left >span:after{
    content: "";
    display: inline-block;
    transition: all 0.3s;
    width: 13px;
    height: 10px;
    margin-left: 8px;
    background: url('../img/arrow_green.svg') no-repeat center/contain;
}
.home_exhibition .swiper_exhibition .swiper-slide:hover .right .img img{
    transform: scale(1.1);
}
.home_exhibition .swiper_exhibition .swiper-slide:hover .left>span:after{
    transform: translateX(5px);
}

.home_exhibition .squre_btns>div.swiper-button-disabled{
    background-color: transparent;
}
.home_exhibition .swiper_dots{
    justify-content: left;
    margin-top: 16px;
}

.home_blog{
    padding: 146px 0;
}
.home_blog .head{
    margin-bottom: 25px;
}
.home_blog .head .nav ul{
    display: flex;
    gap: 30px;
}
.home_blog .head .nav li{
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 8px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}
.home_blog .head .nav li.active{
    border-color: var(--theme_color);
    color: var(--theme_color);
}
.home_blog .swiper_blog .swiper-slide{
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s;
    width: 466px;
    margin-right: 21px;
}
.home_blog .swiper_blog .swiper-slide .img{
    aspect-ratio: 495/319;
    border-radius: 7px;
    overflow: hidden;
}
.home_blog .swiper_blog .swiper-slide .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 00.3s;
}
.home_blog .swiper_blog .swiper-slide .info{
    padding: 37px 32px 23px;
}
.home_blog .swiper_blog .swiper-slide .info strong{
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 18px;
    display: block;
}
.home_blog .swiper_blog .swiper-slide:hover{
    box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
}
.home_blog .swiper_blog .swiper-slide .bottom{
    padding: 20px 32px;
    border-top: 1px solid #e6e6e6;
}
.home_blog .swiper_blog .swiper-slide .bottom p{
    color: var(--theme_color);
    font-weight: 500;
}
.home_blog .swiper_blog .swiper-slide .bottom p span{
    color: rgba(63,63,63,0.85);
}
.home_blog .swiper_blog .swiper-slide:hover .img img{
    transform: scale(1.1);
}
.home_blog .swiper_content{
    padding-bottom: 20px;
}
.home_blog .center a.arrow_btn{
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    background-color: transparent;
    border:1px solid rgba(36,36,36,0.45);
    color: var(--title_color);
    font-weight: 500;
    padding-left: 41px;
    padding-right: 41px;
}
.home_blog .center a.arrow_btn:after{
    filter: brightness(0);
}

.home_brand .middle{
    width: 61.5%;
    min-width: 61.5%;
    margin: 0 37px;
}