﻿.home-about:not(.home-about2){background:#FCFCFC;}
.home-about2{padding-top:1px;background:#fff}
.home-about .aboutflex{margin-top:4%}
.home-about .aboutflex .aboutimg lite-youtube{border-radius:15px}
@media (max-width:1280px){.home-about:not(.home-about2){padding-top:4%}}
@media (max-width:768px){.home-about .abouttop .abouttop-list li{padding:20px}
.home-about:not(.home-about2){padding:40px 0}
.home-about2{padding-bottom:40px}
.home-about .aboutflex{margin-top:40px}}
.home-static{background:url(https://css02.v15cdn.com/m421/static-bg.webp) var(--color) no-repeat left top;background-size:cover;padding:4% 0;position:relative}
.home-static .list{display:flex;justify-content:space-between;flex-wrap:wrap}
.home-static .list li{width:16%;display:flex;flex-direction:column;align-items:center;color:#FFFFFF}
.home-static .list li .num{font-size:50px;font-weight:var(--fontbold5);position:relative;line-height:1;padding-bottom:20px}
.home-static .list li .num sup{font-size:25px}
.home-static .list li .num::after{content:"";position:absolute;bottom:0px;left:50%;transform:translateX(-50%);width:40px;height:2px;background:#FFFFFF}
.home-static .list li .inner{padding:20px 0px;font-size:var(--fontsize18);color:#FFFFFF}
.home-static .list li .icon img{height:50px;width:auto}
@media (max-width:1024px){.home-static .list li{width:50%}
.home-static .list li:nth-child(n+3){margin-top:20px}}
@media (max-width:768px){.home-static{padding:40px 0}
.home-static .list li .num{font-size:var(--fontsize30)}
.home-static .list li .inner{font-size:var(--fontsize14);padding:10px 0px}
.home-static .list li .icon img{height:8.26667vw}}
.home-static .list li .num sup{vertical-align:super;}
.home-static .list li .icon{margin-top:auto;}
@media (max-width:768px){.home-static .list li .num sup{font-size:var(--fontsize18)}}
#newswiper li{height:auto;display:flex;flex-direction:column}
#newswiper li .img img {display:block;aspect-ratio:3/2;object-fit:cover}
#newswiper li .info{display:flex;flex-direction:column;flex:1;}
#newswiper li .info .title{line-height:1.4;margin-bottom:6px}
#newswiper li .info .text{margin-bottom:15px}
#newswiper li .info .more{margin-top:auto}
.home-news2{padding:4% 0px}
.home-news2 .swiper{padding:40px 0px}
.home-news2 .newslist{display:flex;align-items:center}
.home-news2 .newslist .newsitem{overflow:hidden;margin-right:2%;width:23.5%;border-radius:var(--borderradius);transition:all .2s ease;transform:translateY(0);height:auto;display:flex;flex-wrap:wrap;}
.home-news2 .newslist .newsitem .img{position:relative;display:block;width:100%;border:1px solid #EDEDED}
.home-news2 .newslist .newsitem .img img{display:block;width:100%;aspect-ratio: 4/3;object-fit: cover;}
.home-news2 .newslist .newsitem .img::before{position:absolute;top:0px;left:0px;display:inline-block;width:100%;height:100%;background-color:rgba(0,0,0,0);content:"";transition:all .2s ease}
.home-news2 .newslist .newsitem .info{flex:1;position:relative;border:1px solid #EDEDED;border-top:none;border-bottom-right-radius:var(--borderradius);border-bottom-left-radius:var(--borderradius);background-color:#FFFFFF}
.home-news2 .newslist .newsitem .info .inter{position:relative;display:flex;box-sizing:border-box;padding:5px 10px;background-color:#fafafb;align-items:center;justify-content:flex-end}
.home-news2 .newslist .newsitem .info .inter .date{position:absolute;bottom:0px;left:-1px;display:flex;width:62px;height:62px;background-color:var(--color);color:#FFFFFF;align-items:center;justify-content:center;flex-direction:column}
.home-news2 .newslist .newsitem .info .inter .date .day{font-weight:var(--fontbold5);font-size:var(--fontsize22);line-height:1}
.home-news2 .newslist .newsitem .info .inter .date::before{position:absolute;top:-11px;right:-11px;border:11px solid transparent;border-bottom:11px solid var(--color);content:"";opacity:.8}
.home-news2 .newslist .newsitem .info .inter .btn{display:inline-flex;height:40px;border-radius:var(--borderradius);transition:all .2s ease;align-items:center;justify-content:center;color:var(--introcolor)}
.home-news2 .newslist .newsitem .info .text{padding:15px}
.home-news2 .newslist .newsitem .info .text p{display:-webkit-box;overflow:hidden;color:var(--introcolor);-webkit-box-orient:vertical;-webkit-line-clamp:3}
.home-news2 .newslist .newsitem .info .title{display:-webkit-box;overflow:hidden;margin-bottom:5px;font-weight:var(--fontbold5);font-size:var(--fontsize18);transition:all .2s ease;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.home-news2 .newslist .newsitem:hover{transform:translateY(-8px)}
.home-news2 .newslist .newsitem:hover .img::before{background-color:rgba(0,0,0,.5)}
.home-news2 .newslist .newsitem:hover .info .inter .btn{color:var(--color)}
.home-news2 .newslist .newsitem:hover .info .title{color:var(--color)}
.home-news2 .swiper-pagination{bottom:2px;display:flex;align-items:center;justify-content:center}
.home-news2 .swiper-pagination .swiper-pagination-bullet{display:inline-flex;width:14px;height:14px;border:1px solid #000000;border-radius:0;background-color:transparent;align-items:center;justify-content:center}
.home-news2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before{display:inline-block;width:4px;height:4px;background-color:var(--color);content:""}
@media screen and (max-width:768px){.home-news2{padding:40px 0px}}
@media screen and (max-width:500px){.home-news2 .newslist .newsitem{margin-right:0px}
.home-news2 .newslist .newsitem .info .text{padding:10px}
.home-news2 .newslist .newsitem .info .title{line-height:1.2;-webkit-line-clamp:3}
.home-news2 .swiper{padding-top:30px}}
.home-product .list{display:grid;gap:20px;grid-template-columns:repeat(5,1fr)}
.home-product .list li{width:100%;margin-right:0}
@media (max-width:1024px){.home-product .list{grid-template-columns:repeat(3,1fr)}
}@media (max-width:768px){.home-product .list{grid-template-columns:repeat(2,1fr)}
}@media (max-width:500px){.home-product .list{grid-template-columns:repeat(1,1fr)}
}
.home-product .list li .info .text{display:none;}
.banner-text-1{position:absolute;left:9%;top:50%;transform:translate(0,-50%);color:#fff}
.banner-text-1 a{color:#fff;padding:1% 3%;border:2px solid #fff;font-size:1vw;font-weight:600}
.banner-text-1 .title{font-size:3vw;font-weight:900;line-height:1.2}
.banner-text-1 .desc{font-weight:600;font-size:1.2vw;margin:4% 0}
.banner-text-2{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff;text-align:center}
.banner-text-2 a{color:#fff;padding:1% 3%;border:2px solid #fff;font-size:1vw;font-weight:600}
.banner-text-2 .title{font-size:3vw;font-weight:900;line-height:1.2}
.banner-text-2 .desc{font-weight:600;font-size:1.2vw;margin:4% 0}
.home-banner .swiper-slide-active .banner-text-1,.home-banner .swiper-slide-active .banner-text-2{animation:bannerani .5s forwards;animation-delay:1s}
.home-banner .banner-text-1,.home-banner .banner-text-2{opacity:0;  z-index: 2;}