@charset "utf-8";.home-title{font-size:30px;font-weight:bold;color:#202426;line-height:20px;text-transform:capitalize;text-align:center}.home-des{font-size:15px;font-weight:bold;color:var(--color);line-height:28px;text-align:center;margin-bottom:1.5em}.home-banner{padding:0 !important}.home-banner .swiper-slide::before{content:"";position:absolute;left:0;top:0px;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:0}.home-banner .swiper-slide img{width:100%;height:100%;object-fit:cover}.home-banner .homebanner-next,.home-banner .homebanner-prev{position:absolute;top:50%;transform:translateY(-50%);left:20px;z-index:1;color:#FFF;width:40px;height:100px;background:rgba(17,22,0,0.2);display:flex;align-items:center;justify-content:center;transition:all 0.1s linear;cursor:pointer}.home-banner .homebanner-next:hover,.home-banner .homebanner-prev:hover{background:rgba(17,22,0,0.5)}.home-banner .homebanner-next{left:auto;right:20px}.home-banner .swiper-pagination-bullet{background:none;opacity:0.8;position:relative;z-index:1;border:1px solid #FFF}.home-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#FFF}.home-banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid #000;width:4px;height:4px;z-index:-1}.home-banner .homebanner-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-transform:capitalize;text-align:center}.home-banner .homebanner-text .title{font-size:30px;max-width:800px;color:#FFF;opacity:0}.home-banner .swiper-slide-active .homebanner-text .title{animation:bannerText 0.5s forwards;animation-delay:0.7s}@keyframes bannerText{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.home-recommended .homerecommended-list{margin-top:4%;display:flex;flex-wrap:wrap;justify-content:space-between}.home-recommended .homerecommended-list .item{width:24%;position:relative}.home-recommended .homerecommended-list .item:hover .info::after{opacity:1}.home-recommended .homerecommended-list .item:hover .info .more em:nth-of-type(1){display:none}.home-recommended .homerecommended-list .item:hover .info .more em:nth-of-type(2){display:inline}.home-recommended .homerecommended-list .item .img{overflow:hidden;width:100%;height:100%}.home-recommended .homerecommended-list .item .img img{width:100%;height:100%;object-fit:cover}.home-recommended .homerecommended-list .item .info{position:absolute;left:0;top:0px;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:60px;color:#FFF;z-index:1}.home-recommended .homerecommended-list .item .info::after{content:"";position:absolute;left:0;top:0px;width:100%;height:100%;background:rgba(0,0,0,0.4);transition:all 0.2s linear;z-index:-1;opacity:0}.home-recommended .homerecommended-list .item .info .title{font-size:16px}.home-recommended .homerecommended-list .item .info .more{display:flex;align-items:center;transition:all 0.2s linear}.home-recommended .homerecommended-list .item .info .more em{font-size:22px;margin-left:10px;margin-top:4px}.home-recommended .homerecommended-list .item .info .more em:nth-of-type(1){display:inline}.home-recommended .homerecommended-list .item .info .more em:nth-of-type(2){display:none}.home-recommended .homerecommended-list .item:hover .info .more{color:var(--color)}.home-adv{padding-top:0 !important}.home-adv .homeadv-list{margin-top:5%;display:flex;flex-wrap:wrap;justify-content:space-between}.home-adv .homeadv-list .item{width:23%;display:flex;flex-direction:column}.home-adv .homeadv-list .item:hover .more{color:var(--color)}.home-adv .homeadv-list .item:hover .more span{display:block}.home-adv .homeadv-list .item img{height:60px;transition:all 0.2s linear}.home-adv .homeadv-list .item .title{font-size:20px;font-weight:bold;color:#222;margin:20px 0 10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.home-adv .homeadv-list .item .text{font-size:15px;color:#666666;height:50px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.home-adv .homeadv-list .item .more{margin-top:2em;display:flex;align-items:center;transition:all 0.1s linear}.home-adv .homeadv-list .item .more span{margin-right:10px;display:inline-block;width:0;overflow:hidden;white-space:nowrap;transition:all 0.1s linear}.home-adv .homeadv-list .item .more em{margin-top:4px;display:inline-block}.home-adv .homeadv-list .item:hover .more span{width:86px}.home-about .container{padding:0 !important;display:flex;flex-wrap:wrap}.home-about .homeabout-img{width:50%}.home-about .homeabout-img img{width:100%;height:100%;object-fit:cover}.home-about .homeabout-info{flex:1;background:#202426;color:#FFF;padding:5%}.home-about .homeabout-info .title{color:var(--color);font-size:16px;font-weight:bold;text-transform:uppercase}.home-about .homeabout-info .name{margin:20px 0;font-size:30px;font-weight:bold;text-transform:capitalize}.home-about .homeabout-info .text{font-size:15px;line-height:2;opacity:0.8}.home-about .homeabout-info .text p{margin-top:10px}.home-about .homeabout-info .about-btn{width:176px;height:50px;background-color:var(--color);border-radius:3px;display:flex;align-items:center;justify-content:center;color:#FFF;font-weight:bold;font-size:15px;margin-top:4%;position:relative;z-index:1}.home-about .homeabout-info .about-btn::before{content:"";position:absolute;z-index:-1;width:0;height:100%;left:0;background-color:#FFF;transition:ease-in-out .5s}.home-about .homeabout-info .about-btn:hover::before{width:100%}.home-about .homeabout-info .about-btn:hover{color:var(--color);border:1px solid var(--color)}.home-products{padding-bottom:60px !important;background:#F4F4F4}.home-products #homeproducts{padding-bottom:60px}.home-products .homeproducts-list{margin-top:5%}.home-products .homeproducts-list .item:hover .img::after{opacity:1}.home-products .homeproducts-list .item:hover .img em{opacity:1;left:50%}.home-products .homeproducts-list .item:hover .info .title{color:var(--color)}.home-products .homeproducts-list .item .img{position:relative;border-radius:5px;overflow:hidden}.home-products .homeproducts-list .item .img::after{content:"";position:absolute;left:0;top:0px;width:100%;height:100%;background:rgba(0,0,0,0.5);opacity:0;transition:all 0.2s linear}.home-products .homeproducts-list .item .img img{width:100%;height:100%;object-fit:cover}.home-products .homeproducts-list .item .img em{position:absolute;left:40%;top:50%;transform:translate(-50%,-50%);z-index:1;background:var(--color);color:#FFF;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:18px;border-radius:2px;opacity:0;transition:all 0.1s linear}.home-products .homeproducts-list .item .info{margin-top:20px;text-align:center}.home-products .homeproducts-list .item .info .title{display:block;margin:10px 0px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.home-products .homeproducts-list .item .info .text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.home-products .swiper-pagination{bottom:0px}.home-products .swiper-pagination .swiper-pagination-bullet{background:#828282}.home-products .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#FFF;border:2px solid var(--color)}.home-products .mySwiper .homeproducts-list{display:flex;align-items:center;justify-content:space-between}.home-products .mySwiper .homeproducts-list .item{width:23%}.home-news .homenews-wrap{margin-top:4%;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch;position:relative}.home-news .homenews-wrap .homenews-img{width:30%;height:100%;position:absolute;left:0;top:0}.home-news .homenews-wrap .homenews-img img{width:100%;height:100%;object-fit:cover}.home-news .homenews-wrap .homenews-list{flex:1;padding-left:32%}.home-news .homenews-wrap .homenews-list .item{border:1px solid #EEEEEE;border-radius:3px;margin-bottom:1em}.home-news .homenews-wrap .homenews-list .item:last-child{margin-bottom:0px}.home-news .homenews-wrap .homenews-list .item a{display:flex;align-items:center;height:70px;background:#F4F4F4;transition:all 0.2s linear}.home-news .homenews-wrap .homenews-list .item a:hover{background:var(--color);color:#FFF}.home-news .homenews-wrap .homenews-list .item a .date{height:100%;background:var(--color);color:#FFF;display:flex;align-items:center;justify-content:center;padding:0px 20px;text-align:center;border-right:1px solid #F4F4F4;white-space:nowrap}.home-news .homenews-wrap .homenews-list .item a .title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;padding:0 20px}@media (max-width:1440px){.home-about .homeabout-info{padding:2%}.home-about .homeabout-info .name{font-size:30px}.home-about .homeabout-info .text{line-height:30px}}@media (max-width:1024px){.homebanner{height:300px;margin-top:66px}.homebanner .homebanner-next,.homebanner .homebanner-prev{display:none}.homebanner .homebanner-text .title{font-size:24px}.home-recommended .homerecommended-list .item .info{padding:40px}.home-recommended .homerecommended-list .item .info .title{font-size:16px}.home-adv .homeadv-list .item{width:50%;margin-bottom:2em}.home-adv .homeadv-list .item .more{margin-top:0}.home-adv .homeadv-list .item .more span{display:block}.home-about .homeabout-img{width:100%;padding:15px;z-index:1}.home-about .homeabout-info{padding:130px 15px 30px;margin-top:-100px}.home-about .homeabout-info .name br{display:none}}@media (max-width:768px){.home-title{font-size:24px}.home-des{margin-bottom:10px;font-size:12px}.homebanner .homebanner-text{width:100%;padding:0 20px}.homebanner .homebanner-text .title{font-size:20px}.home-recommended .homerecommended-list .item{flex:none !important;width:49%;margin:5px 0 !important}.home-recommended .homerecommended-list .item .info{padding:20px}.home-recommended .homerecommended-list .item .info::after{opacity:1}.home-recommended .homerecommended-list .item .info .more em:nth-of-type(1){display:none}.home-recommended .homerecommended-list .item .info .more em:nth-of-type(2){display:inline}.home-adv{padding-bottom:0 !important}.home-adv .homeadv-list .item{width:100%;text-align:center}.home-adv .homeadv-list .item img{width:50px;height:auto}.home-adv .homeadv-list .item .title{font-size:16px}.home-adv .homeadv-list .item .more{justify-content:center}.home-about .homeabout-info .name{font-size:22px;margin:5px 0px}.home-about .homeabout-info .name br{display:block}.home-about .homeabout-info .text{color:#9e9c9c;font-size:16px}.home-news .homenews-wrap .homenews-img{display:none}.home-news .homenews-wrap .homenews-list{padding:0px}.home-news .homenews-wrap .homenews-list .item a{height:60px}.home-news .homenews-wrap .homenews-list .item a .date{padding:0 5px}.home-news .homenews-wrap .homenews-list .item a .title{padding:0 10px}}.home-products .homeproducts-list .item .img a{display:block;width:100%;height:100%}