.swiper{height:100vh;overflow:hidden}.swiper .swiper-wrapper .swiper-slide{position:relative}.swiper .swiper-wrapper .swiper-slide img{width:100%;height:100%;object-fit:cover}.swiper .swiper-wrapper .swiper-slide .swiper-slide-content{position:absolute;inset:0;z-index:2}.swiper .swiper-wrapper .swiper-slide .swiper-slide-content .container{height:100%;display:flex;flex-direction:column;justify-content:center;color:#fff}.swiper .swiper-wrapper .swiper-slide .swiper-slide-content .container .desc{padding-left:1em}.swiper .swiper-wrapper .swiper-slide .swiper-slide-content .container .button-wrapper{padding-left:1em;justify-content:flex-start}@keyframes scale{0%{transform:scale(1)}100%{transform:scale(1.2)}}.swiper .swiper-wrapper .swiper-slide.swiper-slide-active img{animation:scale 6s linear alternate infinite}.swiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-content .title{animation:indjsText 1s ease both .2s}.swiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-content .desc{animation:indjsText 1s ease both .4s}.swiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-content .button-wrapper{animation:indjsText 1s ease both .6s}.swiper .swiper-pagination .swiper-pagination-bullet{width:32px;height:4px;background-color:#fff;border-radius:10px}.swiper .swiper-pagination .swiper-pagination-bullet-active{background-color:var(--primary-color)}@keyframes indjsText{0%{opacity:0;transform:translateY(60px)}100%{opacity:1;transform:translateY(0)}}.title-wrapper .title2{color:#ccc;margin-left:12px}.title-wrapper .subhead{color:#666}.button-wrapper{display:flex;justify-content:center}.button-wrapper .button{padding:12px 48px;display:flex;align-items:center;justify-content:center;color:#fff;background-color:var(--primary-color)}.button-wrapper .button .iconfont{font-size:14px}.product{overflow:hidden;background-color:#f3f3f3}.product .title-wrapper{display:flex;justify-content:center}.product .product-classtype-list{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}.product .product-classtype-list .product-classtype-item{border-radius:5px;background:var(--primary-color)}.product .product-classtype-list .product-classtype-item a{display:block;padding:6px 24px;color:#fff}.product .product-classtype-list .product-classtype-item.active{background:#f69a09}.product .product-swiper-wrapper{position:relative}.product .product-swiper-wrapper .swiper-button{position:absolute;width:40px;height:40px;background-color:rgba(0,0,0,0.3);color:#fff}.product .product-swiper-wrapper .swiper-button::after{font-size:18px}.product .product-swiper-wrapper .swiper-button.swiper-button-prev{left:0;top:50%;transform:translate(-50%, -50%)}.product .product-swiper-wrapper .swiper-button.swiper-button-next{right:0;top:50%;transform:translate(50%, -50%)}.product .product-swiper{overflow:hidden}.product .product-swiper .swiper-slide{display:flex;flex-wrap:wrap;gap:24px}.product .product-swiper .product-item{width:calc(100% / 4 - (24px * 3 / 4));background-color:#fff}.product .product-swiper .product-item .image-wrapper{aspect-ratio:3 / 2;overflow:hidden}.product .product-swiper .product-item .image-wrapper img{width:100%;height:100%;object-fit:contain;transition:transform .5s ease}.product .product-swiper .product-item .content-wrapper{position:relative;padding:12px;overflow:hidden}.product .product-swiper .product-item .content-wrapper .title{text-align:center;position:relative;z-index:1}.product .product-swiper .product-item .content-wrapper::after{content:'';width:100%;height:100%;position:absolute;left:0;top:0;z-index:0;background-color:#f69a09;transform:translate3d(100%, 0, 0);transition:transform .5s ease}.product .product-swiper .product-item:hover .image-wrapper img{transform:scale(1.2)}.product .product-swiper .product-item:hover .content-wrapper{color:#fff}.product .product-swiper .product-item:hover .content-wrapper::after{transform:translate3d(0, 0, 0)}.digital .digital-list{display:flex}.digital .digital-list .digital-item{width:25%;position:relative;border-right:1px solid #e7e7e7;text-align:center}.digital .digital-list .digital-item:last-child{border-right:none}.digital .digital-list .digital-item .digital-content{width:118px;height:128px;margin:0 auto;background-size:contain;background-repeat:no-repeat;background-position:center;display:flex;flex-direction:column;align-items:center;padding-top:30px;color:#fff}.about-us{background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden}.about-us .about-us-content{display:flex}.about-us .about-us-content .content-left{width:50%;padding-right:100px}.about-us .about-us-content .content-left .desc{color:#666;line-height:2}.about-us .about-us-content .content-right{width:50%}.about-us .about-us-content .content-right .img-link-icon{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scale(0);z-index:2;color:#fff;transition:all .5s ease .2s;width:44px;height:44px;border-radius:50%;background-color:var(--primary-color);display:flex;justify-content:center;align-items:center}.about-us .about-us-content .content-right .img-link-icon .iconfont{font-size:26px}.about-us .about-us-content .content-right .swiper-slide:hover .img-link-icon{transform:translate(-50%, -50%) scale(1)}.about-us .about-us-content .content-right .company-profile-swiper{aspect-ratio:16 / 9;position:relative}.about-us .about-us-content .content-right .company-profile-swiper img{width:100%;height:100%;object-fit:cover}.core-advantage{background-position:center;background-size:cover;background-repeat:no-repeat}.core-advantage .title-wrapper{color:#fff}.core-advantage .title-wrapper .subhead{color:#fff}.core-advantage .core-advantage-list{display:flex;gap:48px}.core-advantage .core-advantage-list .core-advantage-item{width:calc(100% / 4 - (48px * 3 / 4));aspect-ratio:3 / 4;position:relative;overflow:hidden}.core-advantage .core-advantage-list .core-advantage-item .item-wrapper-front,.core-advantage .core-advantage-list .core-advantage-item .item-wrapper-back{background-color:#fff;padding:24px;position:absolute;left:0;top:0;width:100%;height:100%;backface-visibility:hidden;border-radius:25px;transition:transform 2s cubic-bezier(.34, 1.56, .64, 1)}.core-advantage .core-advantage-list .core-advantage-item .item-wrapper-front .desc{display:none}.core-advantage .core-advantage-list .core-advantage-item .item-wrapper-back{transform:rotateY(180deg)}.core-advantage .core-advantage-list .core-advantage-item.active .item-wrapper-front{transform:rotateY(180deg)}.core-advantage .core-advantage-list .core-advantage-item.active .item-wrapper-back{transform:rotateY(0deg)}.core-advantage .core-advantage-list .core-advantage-item .img-wrapper{width:50%;aspect-ratio:1 / 1;display:inline-block;padding:10%;border:1px solid #cccccc;border-radius:50%;margin:0 auto;display:flex;align-items:center;justify-content:center}.core-advantage .core-advantage-list .core-advantage-item .title{text-align:center}.core-advantage .core-advantage-list .core-advantage-item .desc{line-height:2;color:#757575}.news-information{overflow:hidden}.news-information .information-swiper{overflow:hidden;padding:10px}.news-information .information-swiper .swiper-slide{transition:all .3s ease;box-shadow:0 0 10px #ccc}.news-information .information-swiper .swiper-slide:hover{transform:translate3d(0, -10px, 0)}.news-information .information-swiper .swiper-slide:hover img{transform:scale(1.1)}.news-information .information-swiper .swiper-slide:hover .title{color:var(--primary-color)}.news-information .information-swiper .swiper-slide .swiper-slide-link{display:block}.news-information .information-swiper .swiper-slide .image-wrapper{width:100%;aspect-ratio:3 / 2;overflow:hidden}.news-information .information-swiper .swiper-slide .image-wrapper img{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.news-information .information-swiper .swiper-slide .content-wrapper{padding:24px}.news-information .information-swiper .swiper-slide .content-wrapper .desc{line-height:2;color:#666}.news-information .information-swiper .swiper-slide .content-wrapper .date{display:flex;align-items:center;color:#666}.news-information .information-swiper .swiper-slide .content-wrapper .date .iconfont{font-size:22px}.news-information .information-swiper .swiper-slide .content-wrapper .date span{margin-left:8px}@media screen and (max-width:992px){.swiper{height:60vh}.swiper .swiper-wrapper .swiper-slide .swiper-slide-content .container .title{width:80%;margin:0 auto;text-align:center}.swiper .swiper-wrapper .swiper-slide .swiper-slide-content .container .desc{text-align:center}.swiper .swiper-wrapper .swiper-slide .swiper-slide-content .container .button-wrapper{justify-content:center}.swiper .swiper-pagination{justify-content:center;bottom:20px;padding:0 20px}.swiper .swiper-pagination .swiper-pagination-bullet .line{width:30px;margin:0 8px}.title-wrapper{text-align:center}.title-wrapper .title2{display:block;margin-left:0;margin-top:8px}.digital .digital-list{flex-wrap:wrap}.digital .digital-list .digital-item{width:50%;margin-bottom:20px}.digital .digital-list .digital-item:nth-child(2n){border-right:none}.about-us .about-us-content{flex-direction:column}.about-us .about-us-content .content-left,.about-us .about-us-content .content-right{width:100%;padding-right:0}.about-us .about-us-content .content-right{margin-top:30px}.core-advantage .core-advantage-list{flex-wrap:wrap;gap:24px}.core-advantage .core-advantage-list .core-advantage-item{width:100%;height:280px}.core-advantage .core-advantage-list .core-advantage-item .item-wrapper-front .desc{display:block}.core-advantage .core-advantage-list.en .core-advantage-item{height:360px}.product .product-classtype-list{gap:12px}.product .product-swiper .swiper-slide{gap:12px}.product .product-swiper .product-item{width:calc(50% - 8px)}.product .product-swiper-wrapper .swiper-button{width:30px;height:30px}.product .product-swiper-wrapper .swiper-button::after{font-size:14px}.button-wrapper .button{padding:10px 30px}}