@charset "utf-8";@-webkit-keyframes bannerFadeUp{from{opacity:0;-webkit-transform:translateY(3rem);transform:translateY(3rem)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bannerFadeUp{from{opacity:0;-webkit-transform:translateY(3rem);transform:translateY(3rem)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.banner{position:relative}.banner .mobile{display:none}.banner .pic img{width:100%;min-height:76rem;-o-object-fit:cover;object-fit:cover}.banner .text{width:100%;text-align:center;position:absolute;top:20%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.banner .text-1{overflow:hidden;position:absolute;left:0;top:0;z-index:3;width:100%;height:100%;pointer-events:none}.banner .text-1 .container-2{position:relative}.banner .text-1 .textC{padding-top:6rem;width:86rem;max-width:58%;pointer-events:auto}.banner .text-1 .logo-mark{width:13.6rem;margin-bottom:4.2rem}.banner .text-1 .logo-mark img{width:100%;display:block}.banner .text-1 .model{width:auto;margin-bottom:1.4rem}.banner .text-1 .model img{height:25rem;display:block}.banner .text-1 .slogan{margin-bottom:.5rem;color:#31302e;font-size:4rem;font-weight:700;line-height:1.14}.banner .text-1 .slogan span{color:var(--main-color)}.banner .text-1 .desc{color:#31302e;font-size:2.4rem;line-height:1.5}.banner .text-1 .data-list{width:80.5rem;margin-top:2.6rem;padding:2rem 2.2rem 1.8rem;background:rgba(255,255,255,0.5);border-radius:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-backdrop-filter:blur(.2rem);backdrop-filter:blur(.2rem);position:relative}.banner .text-1 .data-list li{min-width:18rem;padding:0 1rem;border-right:.1rem solid rgba(251,119,49,0.3);text-align:center}.banner .text-1 .data-list li:last-child{border-right:0}.banner .text-1 .data-list .icon{width:6.4rem;height:6.4rem;margin:0 auto .8rem}.banner .text-1 .data-list .icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.banner .text-1 .data-list strong,.banner .text-1 .data-list span{display:block}.banner .text-1 .data-list strong{color:var(--main-color);font-size:2.8rem;font-weight:700;line-height:1.15}.banner .text-1 .data-list span{margin-top:.4rem;color:#13100e;font-size:1.8rem;line-height:1.2}.banner .text-1 .banner-tags{margin-top:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-filter:drop-shadow(0 .8rem 1.6rem rgba(0,0,0,0.08));filter:drop-shadow(0 .8rem 1.6rem rgba(0,0,0,0.08))}.banner .text-1 .tag-main,.banner .text-1 .tag-sub{font-weight:700;font-style:italic;line-height:1.15;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.banner .text-1 .tag-main{width:59rem;color:#fff;font-size:2.8rem;position:relative;z-index:9}.banner .text-1 .tag-main::after{content:"";display:block;width:100vw;height:100%;background:var(--main-color);position:absolute;z-index:-1;right:100%;top:0}.banner .text-1 .tag-main>div{width:100%;background:var(--main-color);-webkit-clip-path:polygon(0 0, 100% 0, 92% 100%, 0 100%);clip-path:polygon(0 0, 100% 0, 92% 100%, 0 100%);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:1rem;padding-bottom:1rem}.banner .text-1 .tag-sub{width:30.4rem;margin-left:-3.5rem;padding-left:5.5rem;background:#fff;color:var(--main-color);font-size:2.2rem;-webkit-clip-path:polygon(18% 0, 100% 0, 86% 100%, 0 100%);clip-path:polygon(18% 0, 100% 0, 86% 100%, 0 100%);padding-top:1rem;padding-bottom:1rem}.banner .swiper-slide-active .model{-webkit-animation:bannerFadeUp .8s ease both;animation:bannerFadeUp .8s ease both}.banner .swiper-slide-active .slogan{-webkit-animation:bannerFadeUp .8s .1s ease both;animation:bannerFadeUp .8s .1s ease both}.banner .swiper-slide-active .desc{-webkit-animation:bannerFadeUp .8s .2s ease both;animation:bannerFadeUp .8s .2s ease both}.banner .swiper-slide-active .data-list{-webkit-animation:fadeInRight2 .8s ease both;animation:fadeInRight2 .8s ease both}.banner .swiper-slide-active .banner-tags{-webkit-animation:bannerFadeUp .8s .4s ease both;animation:bannerFadeUp .8s .4s ease both}.banner .swiper-pagination{bottom:4rem}.banner .swiper-pagination .swiper-pagination-bullet{width:1rem;height:1rem;margin:0 1rem;border-radius:.5rem;background:#e0e0e0;opacity:1;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-transition:.5s;transition:.5s;position:relative}.banner .swiper-pagination .swiper-pagination-bullet-active{background:var(--main-color);width:8rem}.banner .swiper-pagination .swiper-pagination-bullet-active::after{opacity:1}.banner .swiper-button-next,.banner .swiper-button-prev{width:6rem;height:6rem;border-radius:50%;background:rgba(0,0,0,0.1);color:#fff}.banner .swiper-button-next::after,.banner .swiper-button-prev::after{font-size:1.8rem}.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover{background:var(--main-color)}@media screen and (max-width:1023px){.banner .pc{display:none}.banner .mobile{display:block}.banner .pic img{aspect-ratio:.95403727;min-height:600px;height:auto;width:100%;-o-object-fit:cover;object-fit:cover}.banner .text-1 .container-2{height:100%}.banner .text-map{padding-top:30px;height:100%}.banner .text-map .container{height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:distribute;justify-content:space-around;gap:20px}.banner .text-map .text{width:100%}.banner .title-1{font-size:24px;margin-bottom:0}.banner .text-1 .textC{position:absolute;top:8%;width:92%;max-width:92%;left:4%;padding-top:0}.banner .text-1 .logo-mark{width:78px;margin-bottom:18px}.banner .text-1 .model{width:230px;margin-bottom:8px}.banner .text-1 .model img{height:112px}.banner .text-1 .slogan{max-width:430px;font-size:25px;line-height:1.2}.banner .text-1 .desc{max-width:430px;font-size:15px}.banner .text-1 .data-list{width:100%;max-width:430px;margin-top:18px;padding:14px 8px 12px;border-radius:12px;display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:14px 0}.banner .text-1 .data-list li{min-width:0;padding:0 8px}.banner .text-1 .data-list li:nth-child(2n){border-right:0}.banner .text-1 .data-list .icon{width:34px;height:34px;margin-bottom:5px}.banner .text-1 .data-list strong{font-size:18px}.banner .text-1 .data-list span{font-size:12px}.banner .text-1 .banner-tags{display:none}.banner .info{font-size:14px;line-height:1.5}.banner .btnDiv{padding-top:20px}.banner .common-btn{min-width:140px;line-height:42px;font-size:14px}.banner .swiper-button-next,.banner .swiper-button-prev{opacity:0;background:none;width:48px;height:48px}.banner .swiper-button-next::after,.banner .swiper-button-prev::after{font-size:16px}.banner .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;border-radius:50%;margin:0 10px}.banner .swiper-pagination .swiper-pagination-bullet::after{width:20px;height:20px}}@media screen and (max-width:640px){.banner .pic img{min-height:500px}.banner .text-1 .model img{height:86px}.banner .text-1 .slogan{font-size:22px}.banner .text-1 .data-list{padding:12px 8px}.banner .text-1 .data-list .icon{width:30px;height:30px}.banner .text-1 .data-list strong{font-size:16px}.banner .text-1 .data-list span{font-size:12px}}.home-categories{padding:10rem 0 5rem;background-color:#f9f8f8;background-repeat:no-repeat;background-position:center bottom;background-size:cover;overflow:hidden}.home-categories .hd{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:3rem;margin-bottom:5rem}.home-categories .list{display:grid;grid-template-columns:repeat(5, minmax(0, 1fr));gap:2.4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:3rem}.home-categories .list li{min-width:0}.home-categories .list .box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;color:#303236;text-align:center;position:relative;overflow:hidden;-webkit-box-shadow:.5rem .87rem 1.5rem 0 rgba(6,0,1,0.08);box-shadow:.5rem .87rem 1.5rem 0 rgba(6,0,1,0.08);border-radius:3rem;-webkit-transition:.35s ease;transition:.35s ease}.home-categories .list .tag{opacity:0;position:absolute;top:2rem;right:1.5rem;z-index:2;min-width:7.4rem;height:3rem;padding:0 1.2rem;border-radius:1.5rem;background:#df6122;color:#fff;font-size:1.6rem;line-height:3rem;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.home-categories .list .pic{width:100%;aspect-ratio:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.home-categories .list .pic img{max-width:100%;-o-object-fit:contain;object-fit:contain;-webkit-transition:-webkit-transform .35s ease;transition:-webkit-transform .35s ease;transition:transform .35s ease;transition:transform .35s ease, -webkit-transform .35s ease}.home-categories .list .icon{width:6rem;height:6rem;margin-bottom:2.4rem;border-radius:50%;background:#fff;-webkit-box-shadow:0 0 8px 0 rgba(6,0,1,0.08);box-shadow:0 0 8px 0 rgba(6,0,1,0.08);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.home-categories .list .icon img{width:4rem;height:4rem}.home-categories .list .text{padding:0 1rem 4rem 1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}.home-categories .list .title{margin-bottom:1rem;color:#333;font-weight:700;font-size:1.8rem;line-height:2.4rem;height:2.4rem;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:2}.home-categories .list .info{margin:0 auto;color:#979797;font-size:1.6rem;line-height:2.4rem;max-height:4.8rem;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:2}.home-categories .list .btnDiv{margin-top:auto;padding-top:2.6rem}.home-categories .list .btnDiv .arrow{width:4.2rem;height:4.2rem;border:solid .1rem #e7e7e7;border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.home-categories .list .btnDiv .arrow::after{content:"";display:block;width:2rem;height:2rem;-webkit-transition:border-color .3s ease;transition:border-color .3s ease;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23fb7731" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>');background-repeat:no-repeat;background-position:center center;background-size:1.6rem;-webkit-filter:brightness(0) invert(0);filter:brightness(0) invert(0);opacity:.8}.home-categories .list .box:hover{background:var(--main-color);color:#fff;-webkit-box-shadow:0 1rem 1.5rem rgba(0,0,0,0.08);box-shadow:0 1rem 1.5rem rgba(0,0,0,0.08)}.home-categories .list .box:hover .tag{opacity:1}.home-categories .list .box:hover .icon{background:#fff;-webkit-box-shadow:none;box-shadow:none}.home-categories .list .box:hover .icon img{-webkit-filter:none;filter:none;opacity:1}.home-categories .list .box:hover .title,.home-categories .list .box:hover .info{color:#fff}.home-categories .list .box:hover .btnDiv .arrow{background:#fff;border-color:#fff}.home-categories .list .box:hover .btnDiv .arrow::after{-webkit-filter:none;filter:none;opacity:1}.home-categories .swiper .list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0}@media screen and (max-width:1023px){.home-categories{padding:40px 0 10px 0}.home-categories .hd{margin-bottom:20px}.home-categories .list{grid-template-columns:repeat(2, minmax(0, 1fr));gap:16px;padding-bottom:30px}.home-categories .list .box{border-radius:10px;-webkit-box-shadow:none;box-shadow:none}.home-categories .list .pic{margin-bottom:5px}.home-categories .list .tag{top:20px;right:15px;min-width:74px;height:30px;padding:0 12px;border-radius:15px;font-size:14px;line-height:30px}.home-categories .list .icon{width:60px;height:60px;margin-bottom:15px}.home-categories .list .icon img{width:28px;height:28px}.home-categories .list .text{padding:0 5px 20px 5px}.home-categories .list .title{font-size:16px;height:24px;line-height:24px}.home-categories .list .info{line-height:24px;max-height:48px;font-size:14px}.home-categories .list .btnDiv .arrow{width:40px;height:40px}.home-categories .list .btnDiv .arrow::after{width:20px;height:20px;background-size:16px}}@media screen and (max-width:640px){.home-categories .hd .common-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:0;min-width:initial;gap:0}.home-categories .hd .common-btn .icon{margin-left:0}.home-categories .list{grid-template-columns:1fr}.home-categories .list .box{min-height:0}}.home-product{padding:10rem 0 10rem;overflow:hidden}.home-product .hd{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:3rem;margin-bottom:1rem}.home-product .common-title{text-transform:capitalize;color:#292a2e;font-size:5rem;line-height:1.1}.home-product .nr{position:relative}.home-product .nrC{padding-left:1rem;padding-right:1rem;margin-left:-1rem;margin-right:-1rem;overflow:hidden;position:relative}.home-product .swiper{overflow:initial;padding-top:3rem;padding-bottom:8rem}.home-product .swiper .listProduct{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0;margin-left:0;margin-right:0}.home-product .swiper .listProduct li{padding-left:0;padding-right:0}.home-product .swiper .listProduct .action{gap:1.8rem}.home-product .swiper .listProduct .more{width:16.8rem;height:4.4rem;border-radius:.7rem;font-size:1.7rem;gap:2.2rem}.home-product .swiper .listProduct .more i{width:2rem;height:2rem;background-size:3rem}.home-product .swiper .listProduct .detail{font-size:1.6rem;gap:.7rem}.home-product .swiper .listProduct .detail::before{width:1.4rem;height:1.4rem}.home-product .swiper-button-prev,.home-product .swiper-button-next{width:5.6rem;height:5.6rem;border-radius:50%;background:#fff;-webkit-box-shadow:0 .5rem .5rem rgba(0,0,0,0.05);box-shadow:0 .5rem .5rem rgba(0,0,0,0.05);color:#777;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.home-product .swiper-button-prev::after,.home-product .swiper-button-next::after{font-size:1.8rem;font-weight:700}.home-product .swiper-button-prev:hover,.home-product .swiper-button-next:hover{background:var(--main-color);color:#fff}.home-product .swiper-button-prev{left:-2.8rem}.home-product .swiper-button-next{right:-2.8rem}.home-product .swiper-pagination{position:relative;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.6rem}.home-product .swiper-pagination-bullet{width:6rem;height:.6rem;margin:0 !important;border-radius:.6rem;background:#c9c9c9;opacity:1}.home-product .swiper-pagination-bullet-active{background:var(--main-color)}@media screen and (max-width:1023px){.home-product{padding:40px 0 60px}.home-product .hd{margin-bottom:20px}.home-product .common-title{font-size:24px}.home-product .swiper{padding-bottom:30px}.home-product .swiper .listProduct .action{padding-top:18px;gap:10px}.home-product .swiper .listProduct .more{min-width:initial;width:auto;height:38px;font-size:14px;padding-left:10px;padding-right:10px}.home-product .swiper .listProduct .more .icon{width:28px;height:28px;background-size:28px}.home-product .swiper .listProduct .detail{font-size:14px;padding-left:10px;padding-right:10px}.home-product .swiper .listProduct .detail .icon{width:16px;height:16px;background-size:16px}.home-product .swiper-button-prev,.home-product .swiper-button-next{display:none}.home-product .swiper-pagination-bullet{width:42px;height:5px}}@media screen and (max-width:640px){.home-product .hd .common-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:0;min-width:initial;gap:0}.home-product .hd .common-btn .icon{margin-left:0}.home-product .listProduct .type{font-size:16px}.home-product .listProduct .title{font-size:24px}.home-product .listProduct .action{gap:14px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.home-product .listProduct .more{width:148px;height:42px;font-size:15px}.home-product .listProduct .detail{font-size:14px}}.home-about{padding:7rem 0 7rem;background:rgba(237,232,222,0.2);overflow:hidden}.home-about .container{max-width:150rem;display:grid;grid-template-columns:minmax(0, 1fr) 43rem;gap:8.4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.home-about .left{min-width:0}.home-about .common-title{margin-bottom:3rem;color:#28292d;font-size:5rem;line-height:1}.home-about .left .text{max-width:103.5rem;color:#303136;font-size:1.8rem;line-height:1.85}.home-about .left .text p{margin-bottom:1rem}.home-about .left .text p:last-child{margin-bottom:0}.home-about .more{min-width:15.2rem;height:4.7rem;margin-top:3rem;border-radius:.7rem;background:var(--main-color);color:#fff;font-size:1.8rem;font-weight:700;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:-webkit-transform .25s ease,-webkit-box-shadow .25s ease;transition:-webkit-transform .25s ease,-webkit-box-shadow .25s ease;transition:transform .25s ease,box-shadow .25s ease;transition:transform .25s ease,box-shadow .25s ease,-webkit-transform .25s ease,-webkit-box-shadow .25s ease}.home-about .more:hover{color:#fff;-webkit-transform:translateY(-0.2rem);transform:translateY(-0.2rem);-webkit-box-shadow:0 1rem 2rem rgba(252,99,12,0.2);box-shadow:0 1rem 2rem rgba(252,99,12,0.2)}.home-about .right{min-width:0;border-left:.1rem solid rgba(208,195,187,0.3);padding-left:5.2rem}.home-about .list{display:grid;gap:4.2rem}.home-about .list .box{display:grid;grid-template-columns:9.6rem minmax(0, 1fr);gap:3rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.home-about .list .icon{overflow:hidden;width:10rem;height:10rem;border-radius:50%;background:#fff;-webkit-box-shadow:0 .8rem 2rem rgba(15,24,38,0.08);box-shadow:0 .8rem 2rem rgba(15,24,38,0.08);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.home-about .list .icon img{width:9rem;height:9rem;-o-object-fit:contain;object-fit:contain;display:block}.home-about .list .text strong{display:block;color:var(--main-color);font-size:6rem;font-weight:700;line-height:1;font-family:var(--font-family-O-B)}.home-about .list .text span{display:block;margin-top:1rem;color:#747474;font-size:1.8rem;line-height:1.25}@media screen and (max-width:1023px){.home-about{padding:40px 0 60px}.home-about .container{display:block}.home-about .common-title{margin-bottom:22px;font-size:30px;line-height:1.15}.home-about .left .text p{margin-bottom:14px;font-size:14px;line-height:1.75}.home-about .btnDiv{margin-top:24px}.home-about .more{min-width:120px;height:42px;border-radius:6px;font-size:15px}.home-about .right{margin-top:36px;padding-left:0;border-left:0}.home-about .list{grid-template-columns:repeat(3, minmax(0, 1fr));gap:18px}.home-about .list .box{display:block;text-align:center}.home-about .list .icon{width:72px;height:72px;margin:0 auto 14px}.home-about .list .icon img{width:42px;height:42px}.home-about .list .text strong{font-size:36px}.home-about .list .text span{margin-top:6px;font-size:13px}}@media screen and (max-width:640px){.home-about .list{grid-template-columns:1fr;gap:22px}.home-about .list .box{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:18px}.home-about .list .icon{margin:0;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.home-about .list .text{width:160px}}.home-history{padding:6rem 0 8.4rem;background-color:#fff;background-repeat:no-repeat;background-position:center bottom;background-size:cover;position:relative;overflow:hidden}.home-history::before,.home-history::after{content:"";position:absolute;bottom:0;width:34%;height:23rem;opacity:.35;background:repeating-linear-gradient(90deg, rgba(253,104,38,0.36) 0, rgba(253,104,38,0.36) .2rem, transparent .2rem, transparent 1.8rem);pointer-events:none}.home-history::before{left:-4%;-webkit-transform:skewY(13deg);transform:skewY(13deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}.home-history::after{right:-4%;-webkit-transform:skewY(-13deg);transform:skewY(-13deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}.home-history .container{position:relative;z-index:1}.home-history .hd{margin-bottom:3rem;text-align:center}.home-history .common-title{color:#28292d;font-size:3.2rem;line-height:1.15}.home-history .common-title::after{margin:1.6rem auto 0}.home-history .swiper{position:relative}.home-history .swiper::before{content:"";position:absolute;left:0;right:3.8rem;top:5.2rem;height:.2rem;background:var(--main-color)}.home-history .swiper::after{content:"";position:absolute;right:1.8rem;top:4.1rem;width:0;height:0;border-top:1.1rem solid transparent;border-bottom:1.1rem solid transparent;border-left:1.8rem solid var(--main-color)}.home-history .list{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.home-history .list .swiper-slide{height:auto;position:relative;padding-top:9rem}.home-history .list .year{width:100%;text-align:center;position:absolute;top:0;left:0;z-index:2;color:var(--main-color);font-size:3.2rem;font-weight:700;line-height:4rem;white-space:nowrap;margin-bottom:5rem}.home-history .list .year::before{content:"";position:absolute;z-index:9;left:50%;top:4.1rem;width:2.2rem;height:2.2rem;border:.3rem solid var(--main-color);border-radius:50%;background:#fff;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.home-history .list .year::after{content:"";display:block;height:5rem;border-left:1px #000 dashed;position:absolute;z-index:0;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-top:.2rem}.home-history .list .box{height:100%;border:.1rem solid #e6e6e6;border-radius:1.8rem;background:#fff;overflow:hidden;-webkit-transition:-webkit-transform .35s ease,-webkit-box-shadow .35s ease;transition:-webkit-transform .35s ease,-webkit-box-shadow .35s ease;transition:transform .35s ease,box-shadow .35s ease;transition:transform .35s ease,box-shadow .35s ease,-webkit-transform .35s ease,-webkit-box-shadow .35s ease;position:relative;z-index:9}.home-history .list .box::after{content:"";width:4.4rem;height:.2rem;margin-top:auto;background:var(--main-color);display:block;position:absolute;bottom:2.5rem;left:3.6rem}.home-history .list .box:hover{-webkit-transform:translateY(-0.8rem);transform:translateY(-0.8rem);border-color:var(--main-color)}.home-history .list .box:hover .pic img{-webkit-transform:scale(1.05);transform:scale(1.05)}.home-history .list .pic{overflow:hidden;position:relative;z-index:9}.home-history .list .pic img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;-webkit-transition:-webkit-transform .45s ease;transition:-webkit-transform .45s ease;transition:transform .45s ease;transition:transform .45s ease, -webkit-transform .45s ease}.home-history .list .text{padding:2rem 3.6rem 6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;color:#333;font-size:1.6rem;line-height:1.5}.home-history .swiper-pagination{display:none;margin-top:4rem;position:relative}.home-history .swiper-pagination .swiper-pagination-bullet{width:1rem;height:1rem;margin:0 1rem;border-radius:.5rem;background:#e0e0e0;opacity:1;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-transition:.5s;transition:.5s;position:relative}.home-history .swiper-pagination .swiper-pagination-bullet-active{background:var(--main-color);width:8rem}.home-history .swiper-pagination .swiper-pagination-bullet-active::after{opacity:1}.home-history .swiper-button-next,.home-history .swiper-button-prev{display:none;width:6rem;height:6rem;border-radius:50%;background:rgba(0,0,0,0.35);color:#fff}.home-history .swiper-button-next::after,.home-history .swiper-button-prev::after{font-size:1.8rem}.home-history .swiper-button-next:hover,.home-history .swiper-button-prev:hover{background:rgba(0,0,0,0.8)}@media screen and (max-width:1023px){.home-history{padding:60px 0 60px}.home-history .hd{margin-bottom:20px}.home-history .common-title{font-size:30px;line-height:1.15}.home-history .swiper{padding-left:1px;padding-right:1px;padding-top:58px}.home-history .swiper::before{top:46px;right:26px}.home-history .swiper::after{top:36px;right:9px;border-top-width:10px;border-bottom-width:10px;border-left-width:16px}.home-history .list .swiper-slide{padding-top:30px}.home-history .list .box{border-radius:10px;-webkit-box-shadow:none;box-shadow:none}.home-history .list .year{line-height:30px;height:30px;top:-56px;font-size:26px}.home-history .list .year::before{top:34px;width:20px;height:20px;border-width:2px}.home-history .list .year::after{height:50px;margin-top:4px}.home-history .list .text{padding:18px 24px 22px}.home-history .list .text p{font-size:16px}.home-history .swiper-button-next,.home-history .swiper-button-prev{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;background:none;width:48px;height:48px;color:var(--main-color)}.home-history .swiper-button-next::after,.home-history .swiper-button-prev::after{font-size:16px}.home-history .swiper-button-prev{left:10px}.home-history .swiper-button-next{right:10px}.home-history .swiper-pagination{display:block;margin-top:40px}.home-history .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;border-radius:50%;margin:0 5px}.home-history .swiper-pagination .swiper-pagination-bullet::after{width:20px;height:20px;border-radius:50%}}.home-advantage{min-height:72rem;padding:9.6rem 0 9rem;background-repeat:no-repeat;background-position:center center;background-size:cover;overflow:hidden}.home-advantage .container{display:grid;grid-template-columns:48.8rem 1fr;gap:8.2rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.home-advantage .left{min-width:0;position:relative;z-index:1}.home-advantage .left::after{content:"";position:absolute;right:-1.2rem;top:14.2rem;width:15rem;height:11.8rem;background:rgba(220,225,232,0.62);-webkit-filter:blur(1.8rem);filter:blur(1.8rem);border-radius:50%;z-index:-1}.home-advantage .left .hd{margin-bottom:4rem}.home-advantage .left .common-title{margin-bottom:2rem;color:#242529;font-size:5rem;line-height:1.1}.home-advantage .left .common-title::after{width:7rem;height:.3rem;margin-top:1.6rem}.home-advantage .left .hd .info{max-width:45rem;color:#55565b;font-size:2.2rem;line-height:1.2}.home-advantage .advantage-list{position:relative;display:grid;gap:2.8rem}.home-advantage .advantage-list::before{content:"";position:absolute;left:1.7rem;top:3.5rem;bottom:3.5rem;width:.1rem;background:#dcdcdc}.home-advantage .advantage-list li{min-width:0;display:grid;grid-template-columns:9.2rem minmax(0, 1fr);gap:1.4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.home-advantage .advantage-list li::before{content:"";position:absolute;left:1.3rem;top:50%;width:.8rem;height:.8rem;border-radius:50%;background:var(--main-color);-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2}.home-advantage .advantage-list .icon{width:7.6rem;height:7.6rem;background-color:#fff;-webkit-box-shadow:0 0 .92rem .08rem rgba(6,0,1,0.15);box-shadow:0 0 .92rem .08rem rgba(6,0,1,0.15);margin-left:3rem;border-radius:50%;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.home-advantage .advantage-list .icon img{width:7.2rem;height:7.2rem;-o-object-fit:contain;object-fit:contain;display:block}.home-advantage .advantage-list .text{padding-left:1.5rem}.home-advantage .advantage-list .text h3{margin-bottom:.3rem;color:#15161a;font-size:2rem;font-weight:700;line-height:1.18}.home-advantage .advantage-list .text p{max-width:26rem;color:#66676c;font-size:1.5rem;line-height:1.24}.home-advantage .advantage-list li:hover .text{color:var(--main-color)}.home-advantage .advantage-list li:hover .text h3{color:var(--main-color)}.home-advantage .advantage-list li:hover .text p{color:var(--main-color)}@media screen and (max-width:1023px){.home-advantage{min-height:0;padding:60px 0 60px;background-position:center center;background-size:contain;position:relative;z-index:0}.home-advantage::before{content:"";display:block;width:100%;height:100%;background:rgba(255,255,255,0.6);position:absolute;z-index:1;top:0;left:0}.home-advantage .container{display:block;position:relative;z-index:9}.home-advantage .left::after{display:none}.home-advantage .left .hd{margin-bottom:26px}.home-advantage .left .common-title{margin-bottom:16px;font-size:32px}.home-advantage .left .hd .info{max-width:100%;font-size:18px;line-height:1.35}.home-advantage .advantage-list{gap:20px}.home-advantage .advantage-list::before{left:14px;top:30px;bottom:30px}.home-advantage .advantage-list li{grid-template-columns:74px minmax(0, 1fr);gap:14px}.home-advantage .advantage-list li::before{left:10px;width:8px;height:8px}.home-advantage .advantage-list .icon{width:62px;height:62px;margin-left:26px}.home-advantage .advantage-list .icon img{width:34px;height:34px}.home-advantage .advantage-list .text h3{font-size:18px}.home-advantage .advantage-list .text p{max-width:100%;font-size:14px;line-height:1.35}.home-advantage .right{margin-top:34px}}.home-ccps{padding:10rem 0 6rem;background:#f4f3f7;position:relative;overflow:hidden}.home-ccps .container{position:relative;z-index:1}.home-ccps .common-title{margin-bottom:2.4rem;color:#232428}.home-ccps .hd{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:4rem;margin-bottom:6.8rem}.home-ccps .hd .info{max-width:78rem;color:#4b4c52;font-size:2.2rem;line-height:1.2}.home-ccps .swiper{overflow:hidden;padding-bottom:4rem}.home-ccps .swiper-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.4rem;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-top:0}.home-ccps .swiper-button-prev,.home-ccps .swiper-button-next{position:static;width:5.6rem;height:5.6rem;margin:0;border-radius:50%;background:#fff;color:#737373;-webkit-box-shadow:0 .5rem 1.2rem rgba(20,27,40,0.08);box-shadow:0 .5rem 1.2rem rgba(20,27,40,0.08);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:background-color .3s ease,color .3s ease;transition:background-color .3s ease,color .3s ease;opacity:1}.home-ccps .swiper-button-prev::after,.home-ccps .swiper-button-next::after{font-size:2rem;font-weight:700}.home-ccps .swiper-button-prev:hover,.home-ccps .swiper-button-next:hover{background:#303849;color:#fff}.home-ccps .list{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.home-ccps .list .swiper-slide{height:auto}.home-ccps .list .box{height:100%;overflow:hidden;border-radius:1.2rem;background:#fff;-webkit-box-shadow:0 .6rem 1.6rem rgba(18,24,36,0.11);box-shadow:0 .6rem 1.6rem rgba(18,24,36,0.11)}.home-ccps .list .pic{position:relative;overflow:hidden}.home-ccps .list .pic::after{content:"";display:block;padding-top:92.857%}.home-ccps .list .pic img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .45s ease;transition:-webkit-transform .45s ease;transition:transform .45s ease;transition:transform .45s ease, -webkit-transform .45s ease}.home-ccps .list .text{min-height:16rem;padding:3.2rem 2rem 2.8rem 10.8rem;position:relative}.home-ccps .list .icon{position:absolute;left:2rem;top:3rem;width:7.6rem;height:7.6rem;border-radius:50%;background:#fff;-webkit-box-shadow:0 .5rem 1.8rem rgba(0,0,0,0.12);box-shadow:0 .5rem 1.8rem rgba(0,0,0,0.12)}.home-ccps .list .icon::before,.home-ccps .list .icon::after{content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.home-ccps .list .title{margin-bottom:1rem;color:#000017;font-weight:700;font-size:1.9rem;line-height:1.25}.home-ccps .list .info{color:#606576;font-size:1.5rem;line-height:1.45}.home-ccps .list .box:hover .pic img{-webkit-transform:scale(1.05);transform:scale(1.05)}@media screen and (max-width:1023px){.home-ccps{padding:60px 0 60px}.home-ccps .hd{display:block;margin-bottom:28px}.home-ccps .common-title{margin-bottom:16px;font-size:30px;line-height:1.15}.home-ccps .hd .info{font-size:15px;line-height:1.55}.home-ccps .hd .info br{display:none}.home-ccps .swiper-arrow{margin-top:20px}.home-ccps .swiper-button-prev,.home-ccps .swiper-button-next{width:44px;height:44px}.home-ccps .swiper-button-prev::after,.home-ccps .swiper-button-next::after{font-size:16px}.home-ccps .list .box .text{min-height:132px;padding:22px 18px 22px 88px}.home-ccps .list .icon{left:18px;top:22px;width:58px;height:58px}.home-ccps .list .title{font-size:17px}.home-ccps .list .txt .info{font-size:14px}}@media screen and (max-width:640px){.home-ccps .pic::after{padding-top:70%}}.home-choose{padding:10rem 0 10rem;background-repeat:no-repeat;background-position:center center;background-size:cover;overflow:hidden}.home-choose .hd{margin-bottom:5rem}.home-choose .hd .info{margin-top:4rem;max-width:78rem;color:#4b4c52;font-size:2.2rem;line-height:1.2}.home-choose .nr{position:relative}.home-choose .list{display:grid;grid-template-columns:repeat(5, minmax(0, 1fr));gap:1.5rem;margin-bottom:2.6rem}.home-choose .list .box{min-height:100%;height:100%;padding:3.6rem 3.2rem 3.4rem;border-radius:2rem;background:#fff;text-align:center;-webkit-box-shadow:0 1.2rem 2.4rem rgba(18,24,36,0.08);box-shadow:0 1.2rem 2.4rem rgba(18,24,36,0.08);-webkit-transition:-webkit-transform .35s ease,-webkit-box-shadow .35s ease;transition:-webkit-transform .35s ease,-webkit-box-shadow .35s ease;transition:transform .35s ease,box-shadow .35s ease;transition:transform .35s ease,box-shadow .35s ease,-webkit-transform .35s ease,-webkit-box-shadow .35s ease}.home-choose .list .box:hover{-webkit-transform:translateY(-0.8rem);transform:translateY(-0.8rem);-webkit-box-shadow:0 2rem 3.6rem rgba(18,24,36,0.14);box-shadow:0 2rem 3.6rem rgba(18,24,36,0.14)}.home-choose .list .icon{width:13.2rem;height:13.2rem;margin:0 auto 2.4rem;border-radius:50%;background:#153550;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.home-choose .list .icon img{width:12rem;height:12rem;-o-object-fit:contain;object-fit:contain}.home-choose .list .title{min-height:6rem;margin-bottom:4rem;color:#061126;font-size:2.4rem;line-height:1.3;font-weight:normal;position:relative}.home-choose .list .title::after{content:"";position:absolute;left:50%;bottom:-2.2rem;width:4.4rem;height:.4rem;border-radius:.2rem;background:var(--main-color);-webkit-transform:translateX(-50%);transform:translateX(-50%)}.home-choose .list .info{color:#2d2e2e;font-size:1.6rem;line-height:1.5}.home-choose .bottom{padding:2.6rem 2rem;border-radius:2rem;background:#153550;color:#fff}.home-choose .list-2{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr))}.home-choose .list-2 li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:0;padding:0 2rem;border-right:1px solid rgba(255,255,255,0.18)}.home-choose .list-2 li:first-child{padding-left:0}.home-choose .list-2 li:last-child{padding-right:0;border-right:0}.home-choose .list-2 .icon{width:8rem;height:8rem;margin-right:1.6rem;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.home-choose .list-2 .icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.home-choose .list-2 .text{min-width:0}.home-choose .list-2 .title{margin-bottom:.6rem;color:#fff;font-weight:700;font-size:2rem;line-height:1.2;color:rgba(255,255,255,0.8)}.home-choose .list-2 .info{color:rgba(255,255,255,0.8);font-size:1.5rem;line-height:1.3}@media screen and (max-width:1023px){.home-choose{min-height:0;padding:46px 0;background-position:center right}.home-choose .hd{margin-bottom:28px;padding:18px 18px 20px;border-radius:14px}.home-choose .common-title{margin-bottom:18px;color:#10243a;font-size:30px;line-height:1.15}.home-choose .hd .info{color:#3b4654;font-size:15px;line-height:1.55}.home-choose .hd .info br{display:none}.home-choose .list{grid-template-columns:repeat(2, minmax(0, 1fr));gap:14px;margin-bottom:18px}.home-choose .list .box{min-height:0;padding:24px 18px}.home-choose .list .icon{width:86px;height:86px;margin-bottom:16px}.home-choose .list .icon img{width:50px;height:50px}.home-choose .list .title{min-height:0;margin-bottom:28px;font-size:19px}.home-choose .list .title::after{bottom:-15px;height:3px}.home-choose .list .info{font-size:14px}.home-choose .bottom{padding:18px;border-radius:14px}.home-choose .list-2{grid-template-columns:repeat(2, minmax(0, 1fr));gap:14px}.home-choose .list-2 li{padding:0;border-right:0}.home-choose .list-2 .icon{width:42px;height:42px;margin-right:10px}.home-choose .list-2 .title{font-size:16px}.home-choose .list-2 .info{font-size:13px}}@media screen and (max-width:640px){.home-choose{padding:38px 0;background-position:58% center}.home-choose .hd{padding:16px}.home-choose .list{gap:12px}.home-choose .list .box{min-height:0;padding:18px 14px;border-radius:12px;-webkit-box-shadow:0 8px 18px rgba(18,24,36,0.07);box-shadow:0 8px 18px rgba(18,24,36,0.07)}.home-choose .list .icon{width:68px;height:68px;margin-bottom:12px}.home-choose .list .icon img{width:40px;height:40px}.home-choose .list .title{margin-bottom:22px;font-size:17px;line-height:1.25}.home-choose .list .title::after{bottom:-12px;width:34px;height:2px}.home-choose .list .info{font-size:13px;line-height:1.45}.home-choose .list,.home-choose .list-2{grid-template-columns:1fr}.home-choose .list{grid-template-columns:repeat(2, minmax(0, 1fr))}.home-choose .list li:nth-child(5){grid-column:1 / -1}}@media screen and (max-width:420px){.home-choose .list .box{padding:16px 12px}.home-choose .list .icon{width:60px;height:60px;margin-bottom:10px}.home-choose .list .icon img{width:36px;height:36px}.home-choose .list .title{margin-bottom:20px;font-size:16px}}.home-news{padding:17rem 0 10rem;background:#fff;overflow:hidden}.home-news .swiper-initialized .listNews{-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-left:0;margin-right:0}.home-news .swiper-initialized .listNews li{padding-left:0;padding-right:0}.home-news .hd{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:3rem;margin-bottom:5.8rem}.home-news .nr{position:relative}.home-news .swiper-button-prev,.home-news .swiper-button-next{width:5.6rem;height:5.6rem;border-radius:50%;background:#fff;-webkit-box-shadow:0 .5rem .5rem rgba(0,0,0,0.05);box-shadow:0 .5rem .5rem rgba(0,0,0,0.05);color:#777;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.home-news .swiper-button-prev::after,.home-news .swiper-button-next::after{font-size:1.8rem;font-weight:700}.home-news .swiper-button-prev:hover,.home-news .swiper-button-next:hover{background:var(--main-color);color:#fff}.home-news .swiper-button-prev{left:-2.8rem}.home-news .swiper-button-next{right:-2.8rem}.home-news .swiper-pagination{position:relative;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.6rem}.home-news .swiper-pagination-bullet{width:6rem;height:.6rem;margin:0 !important;border-radius:.6rem;background:#c9c9c9;opacity:1}.home-news .swiper-pagination-bullet-active{background:var(--main-color)}@media screen and (max-width:1023px){.home-news{padding:42px 0 48px}.home-news .hd{display:block;margin-bottom:28px}.home-news .common-title{font-size:30px;line-height:1.15;margin-bottom:20px}.home-news .swiper{padding-bottom:20px}.home-news .swiper-button-prev,.home-news .swiper-button-next{display:none}.home-news .swiper-pagination-bullet{width:42px;height:5px}}.home-growth{padding-top:10rem;padding-bottom:10rem;background-color:#f7f7f7;background-repeat:no-repeat;background-position:center center;background-size:cover;overflow:hidden}.home-growth .nr{display:grid;grid-template-columns:52% minmax(0, 1fr);gap:5.4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.home-growth .left,.home-growth .right{min-width:0;font-size:1.6rem}.home-growth .pic{width:100%;-webkit-transform:translateX(-3.8rem);transform:translateX(-3.8rem)}.home-growth .pic img{width:100%;height:auto;display:block}.home-growth .right{padding-top:1rem}.home-growth .swiper{overflow:hidden;padding-bottom:6.6rem}.home-growth .text{max-width:71rem}.home-growth .titleBig{margin-bottom:2.6rem;color:#2a2a2a;font-size:6.4rem;font-weight:700;line-height:1.18}.home-growth .titleBig span{display:block;color:var(--main-color)}.home-growth .lead{margin-bottom:5.6rem;color:#1d2129;font-size:2.4rem;line-height:1.5}.home-growth .lead strong{color:var(--main-color);font-size:3.5rem;font-family:var(--font-family-O-B)}.home-growth .person{margin-bottom:3rem}.home-growth .person strong,.home-growth .person span{display:block}.home-growth .person strong{margin-bottom:.8rem;color:#202126;font-size:2rem;font-weight:800;line-height:1.2}.home-growth .person span{font-weight:400;color:#202126;font-size:2rem;line-height:1.2}.home-growth blockquote{max-width:69rem;margin:0;padding:0 7rem 0 6rem;color:#48494e;font-size:2rem;line-height:1.5;position:relative}.home-growth blockquote::before,.home-growth blockquote::after{content:"";display:block;color:var(--main-color);width:4.8rem;height:4.8rem;background-position:center center;background-repeat:no-repeat;background-size:cover;position:absolute}.home-growth blockquote::before{background-image:url(../images/icon/mark-left.webp);left:0;top:-2rem}.home-growth blockquote::after{background-image:url(../images/icon/mark-right.webp);right:0;bottom:-2rem}.home-growth .swiper-pagination{left:0;bottom:0;width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.6rem}.home-growth .swiper-pagination-bullet{width:6.8rem;height:.6rem;margin:0 !important;border-radius:.6rem;background:#d4d4d4;opacity:1}.home-growth .swiper-pagination-bullet-active{background:var(--main-color)}.home-growth .bottom{grid-column:-1;width:100%;margin-top:-0.8rem;margin-bottom:2.8rem;padding:3rem 2.2rem;border-radius:2rem;background:#fff;-webkit-box-shadow:0 1rem 2.4rem rgba(18,24,36,0.08);box-shadow:0 1rem 2.4rem rgba(18,24,36,0.08);font-size:1.6rem;position:relative;z-index:2}.home-growth .list-2{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr))}.home-growth .list-2 li{min-width:0;padding:0 3.6rem;border-right:.1rem solid #ededed}.home-growth .list-2 li:first-child{padding-left:0}.home-growth .list-2 li:last-child{padding-right:0;border-right:0}.home-growth .list-2 .box{min-width:0;display:grid;grid-template-columns:8rem minmax(0, 1fr);gap:1.8rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#666;font-size:1.5rem;line-height:1.5}.home-growth .list-2 .icon{width:8rem;height:8rem;border:.1rem solid var(--main-color);border-radius:50%;background:#fff;-webkit-box-shadow:0 0 1.35rem .15rem rgba(6,0,1,0.1);box-shadow:0 0 1.35rem .15rem rgba(6,0,1,0.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.home-growth .list-2 .icon img{width:8rem;height:8rem;-o-object-fit:contain;object-fit:contain;display:block}.home-growth .list-2 .title{margin-bottom:.5rem;color:#061126;font-size:2rem;font-weight:700;line-height:1.2}@media screen and (max-width:1023px){.home-growth{min-height:0;padding:46px 0 52px;background-position:center top}.home-growth .nr{display:block}.home-growth .pic{max-width:640px;margin:0 auto 26px;-webkit-transform:none;transform:none}.home-growth .right{padding-top:0}.home-growth .swiper{padding-bottom:42px}.home-growth .text{max-width:100%}.home-growth .title{margin-bottom:18px;font-size:34px}.home-growth .lead{margin-bottom:28px;font-size:18px}.home-growth .lead strong{font-size:24px}.home-growth .person{margin-bottom:22px}.home-growth .person strong{font-size:18px}.home-growth .person span{font-size:17px}.home-growth blockquote{padding:0 34px 0 30px;font-size:16px}.home-growth .swiper-pagination-bullet{width:42px;height:5px}.home-growth .bottom{margin-top:30px;margin-bottom:0;padding:22px 16px;border-radius:14px}.home-growth .list-2{grid-template-columns:repeat(2, minmax(0, 1fr));gap:22px 0}.home-growth .list-2 li{padding:0 14px}.home-growth .list-2 li:nth-child(2n){border-right:0}.home-growth .list-2 li:nth-child(2n + 1){padding-left:0}.home-growth .list-2 .box{grid-template-columns:58px minmax(0, 1fr);gap:12px}.home-growth .list-2 .icon{width:58px;height:58px}.home-growth .list-2 .icon img{width:34px;height:34px}.home-growth .list-2 h3{font-size:17px}.home-growth .list-2 p{font-size:14px}}@media screen and (max-width:640px){.home-growth .title{font-size:30px}.home-growth .lead{font-size:16px}.home-growth blockquote{padding-left:26px;padding-right:18px}.home-growth .list-2{grid-template-columns:1fr;gap:18px}.home-growth .list-2 li{padding:0;border-right:0}}