.circles{width:70px;height:70px;border-radius:50%;opacity:0;position:absolute;bottom:-35px;right:-30px;transition:all .36s;z-index:0}.circles:after{content:"";width:130%;height:130%;border-radius:50%;border-width:2px;border-color:rgba(243,110,33,.059);border-style:solid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.circles:before{content:"";width:173%;height:173%;border-radius:50%;border-width:2px;border-color:rgba(243,110,33,.031);border-style:solid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.circleActive .circles{opacity:1}.circleActive .circles:before{animation:kusan 2s infinite ease;-webkit-animation:kusan 2s infinite ease}.circleActive .circles:after{animation:kusan2 1.5s infinite ease;-webkit-animation:kusan2 1.5s infinite ease}@keyframes kusan{0%{width:100%;height:100%}100%{width:173%;height:173%}}@keyframes kusan2{0%{width:100%;height:100%}100%{width:130%;height:130%}}.successful-wrapper{padding-top:30px;text-align:center}.successful-wrapper .wrap{background-color:#fff;box-shadow:0 0 29px 0 rgba(112,112,112,.1);border-radius:.15rem;padding:1.87rem 1rem 1.8rem}.successful-wrapper .wrap>img{display:block;width:2.27rem;margin:0 auto 22px}.successful-wrapper .content{font-size:var(--fs18);line-height:var(--lh30);color:#333}@media (max-width:1004px){.successful-wrapper{padding-top:var(--offset);padding:var(--offset) var(--offset) 0}.successful-wrapper .wrap{padding:1rem .48rem}.successful-wrapper .wrap>img{width:42%}.successful-wrapper .page-title{margin-bottom:.2rem}.successful-wrapper .content{font-size:var(--fs14);line-height:var(--lh24)}}.like-goods-box .list{display:grid;gap:.5rem .32rem;grid-template-columns:repeat(4,1fr)}.like-goods-box a{display:block}.like-goods-box a:hover .pic:after{background-image:url(../img/goodsbg-on.png)}.like-goods-box a:hover .pic img{transform:scale(1.1) translateZ(0);-o-transform:scale(1.1) translateZ(0);-moz-transform:scale(1.1) translateZ(0);-webkit-transform:scale(1.1) translateZ(0)}.like-goods-box a:hover .name{color:#e62028}.like-goods-box .pic{box-shadow:0 0 29px 0 rgba(112,112,112,.1);border-radius:.15rem;border:solid 1px #ebebeb;position:relative}.like-goods-box .pic:after{content:"";width:100%;height:100%;background-size:contain;background-repeat:no-repeat;background-position:center center;position:absolute;left:0;top:0;background-color:#fff;transition:all .48s;-o-transition:all .48s;-moz-transition:all .48s;-webkit-transition:all .48s;background-image:url(../img/goodsbg.png);z-index:1;background-size:84%}.like-goods-box .pic img{position:relative;z-index:10;object-fit:contain}.like-goods-box .info{margin-top:.22rem}.like-goods-box .name{color:#000;font-size:var(--fs18);line-height:var(--lh30);font-family:medium;transition:color .48s;-o-transition:color .48s;-moz-transition:color .48s;-webkit-transition:color .48s}.like-goods-box .desc{font-size:var(--fs14);line-height:var(--lh24);color:#666;margin-top:8px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;max-height:calc(var(--lh24) * 4)}@media (max-width:1004px){.like-goods-box .list{gap:.6rem .3rem;grid-template-columns:repeat(2,1fr)}.like-goods-box .info{margin-top:.36rem}.like-goods-box .name{font-size:var(--fs16);line-height:var(--lh24);height:auto;-webkit-line-clamp:2;max-height:calc(var(--lh24) * 2)}.like-goods-box .desc{margin-top:4px}}.quick-search-box{position:relative;display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;justify-content:center;z-index:10;margin-bottom:.6rem}.quick-search-box .caption,.quick-search-box .text{width:100%;background-color:#fff;border:solid 1px #e5e5e5;color:#999}.quick-search-box .group{position:relative;margin-right:.2rem}.quick-search-box .group:last-child{margin-right:0}.quick-search-box .select{width:27.6%}.quick-search-box .select .caption{position:relative;cursor:pointer;padding:0 .46rem 0 .26rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quick-search-box .select .caption.on:after{transform:rotateX(180deg);-webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-ms-transform:rotateX(180deg);-o-transform:rotateX(180deg)}.quick-search-box .select .caption:after{content:"";display:block;width:.11rem;height:100%;background:url(../img/idown2.png) no-repeat left center;background-size:contain;position:absolute;right:.3rem;top:0;z-index:10}.quick-search-box .select .list{width:100%;position:absolute;left:0;top:100%;z-index:12;background:#fff;max-height:calc((var(--lh24) + 1px + .4rem) * 5);overflow-y:auto;display:none;border:1px solid #e5e5e5}.quick-search-box .select .list::-webkit-scrollbar{width:3px}.quick-search-box .select .list::-webkit-scrollbar-track{background-color:rgba(0,0,0,.1)}.quick-search-box .select .list::-webkit-scrollbar-thumb{background-color:#000}.quick-search-box .select .list a{display:block;font-size:var(--fs16);color:#999;line-height:var(--lh24);padding:.2rem .24rem;border-bottom:1px solid #eee}.quick-search-box .select .list a.on,.quick-search-box .select .list a:hover{color:#e62028}.quick-search-box .select .list a:last-child{border-bottom:none}.quick-search-box .select .list a.remove{display:none}.quick-search-box .input{width:21.74%}.quick-search-box .input svg{position:absolute;left:.28rem;top:50%;transform:translatey(-50%);-o-transform:translatey(-50%);-moz-transform:translatey(-50%);-webkit-transform:translatey(-50%);z-index:1;width:18px}.quick-search-box .input svg path{fill:#999}.quick-search-box ::-webkit-input-placeholder{color:#999;font-size:var(--fs16)}.quick-search-box :-moz-placeholder{color:#999;font-size:var(--fs16)}.quick-search-box ::-moz-placeholder{color:#999;font-size:var(--fs16)}.quick-search-box :-ms-input-placeholder{color:#999;font-size:var(--fs16)}.quick-search-box .caption,.quick-search-box .submit,.quick-search-box .text{font-size:var(--fs16);height:var(--lh50);line-height:var(--lh50);border-radius:calc(var(--lh50)/ 2)}.quick-search-box .text{padding-left:.56rem;padding-right:.3rem}.quick-search-box .submit{color:#fff;min-width:114px;padding:0 .2rem;background:#e62028;text-align:center}.download-box{display:grid;grid-template-columns:repeat(3,1fr);gap:.45rem}.download-box .item{position:relative;background-color:#fff;border-radius:.15rem;border:solid 1px #e5e5e5;padding:.38rem .6rem .4rem .4rem;transition:all .48s;-o-transition:all .48s;-moz-transition:all .48s;-webkit-transition:all .48s;overflow:hidden}.download-box .item:hover{box-shadow:0 0 30px 0 rgba(230,32,40,.1)}.download-box .item:hover .circles{opacity:1}.download-box .item:hover .circles:before{animation:kusan 2s infinite ease;-webkit-animation:kusan 2s infinite ease}.download-box .item:hover .circles:after{animation:kusan2 1.5s infinite ease;-webkit-animation:kusan2 1.5s infinite ease}.download-box .title{font-size:var(--fs30);line-height:var(--lh40);height:calc(var(--lh40) * 2);color:#000;font-family:medium;transition:color .48s;-o-transition:color .48s;-moz-transition:color .48s;-webkit-transition:color .48s;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;position:relative;z-index:10}.download-box .size{font-size:var(--fs14);line-height:var(--lh24);color:#666;margin:.16rem auto .68rem;position:relative;z-index:10}.btns{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;align-items:center;position:relative;z-index:10}.btns a{display:inline-block;text-align:center;min-width:1rem;font-size:var(--fs14);color:#000;background-color:#f3f3f3;height:var(--lh44);line-height:var(--lh44);border-radius:calc(var(--lh44)/ 2);padding:0 .2rem;margin-right:.15rem;transition:all .48s;-o-transition:all .48s;-moz-transition:all .48s;-webkit-transition:all .48s}.btns a:hover{background-color:#e62028;color:#fff}.btns a:last-child{margin-right:0}@media (max-width:1004px){.quick-search-box{flex-flow:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.quick-search-box .group{margin-right:0;margin-top:.3rem}.quick-search-box .group:first-child{margin-top:0}.quick-search-box .select{width:100%}.quick-search-box .select .caption{padding:0 .8rem 0 .3rem}.quick-search-box .select .caption:after{width:.2rem;right:.5rem}.quick-search-box .select .list{max-height:calc((var(--lh24) + 1px + .6rem) * 5)}.quick-search-box .select .list a{padding:.3rem .3rem}.quick-search-box .input{flex:1;width:auto;margin-right:.3rem}.quick-search-box .input svg{left:.3rem;width:18px}.quick-search-box .caption,.quick-search-box .submit,.quick-search-box .text{font-size:var(--fs14);height:var(--lh46);line-height:var(--lh46);border-radius:calc(var(--lh46)/ 2)}.quick-search-box .text{padding-left:.8rem}.quick-search-box .submit{min-width:120px;padding:0 .3rem;margin-top:.3rem}.download-box{grid-template-columns:repeat(1,1fr);gap:.3rem 0}.download-box .item{padding:.6rem .48rem}.download-box .title{font-size:var(--fs18);line-height:var(--lh26);height:auto;max-height:calc(var(--lh26) * 2)}.download-box .size{margin:.2rem auto .4rem}.btns a{min-width:1.6rem;height:var(--lh40);line-height:var(--lh40);border-radius:calc(var(--lh40)/ 2);padding:0 .3rem;margin-right:.2rem}}.office-wrapper .page-title{width:48.2%;margin-left:auto;margin-right:auto}.office-box .item{margin-bottom:.9rem}.office-box .item:last-child{margin-bottom:0;border-bottom:1px solid #e2e2e2;padding-bottom:.6rem}.office-box .item:nth-child(-n+2){padding:.3rem 0 .5rem;border-top:1px solid #e2e2e2;margin-bottom:0}.office-box .item:nth-child(-n+2).toggle .title i:after{transform:rotate(0);-o-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0)}.office-box .item:nth-child(-n+2) .title{cursor:pointer;user-select:none;background:url(../img/icon.png) no-repeat left center;background-size:.19rem;padding-left:.42rem;padding-right:.8rem}.office-box .item:nth-child(-n+2) .title i{width:.2rem;height:.2rem;position:absolute;right:.4rem;top:50%;margin-top:-.1rem;z-index:1}.office-box .item:nth-child(-n+2) .title i:after,.office-box .item:nth-child(-n+2) .title i:before{content:"";position:absolute;z-index:1;background:#e62028}.office-box .item:nth-child(-n+2) .title i:before{width:100%;height:.04rem;top:50%;margin-top:-.02rem;left:0}.office-box .item:nth-child(-n+2) .title i:after{height:100%;width:.04rem;left:50%;margin-left:-.02rem;top:0;transform:rotate(90deg);-o-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);transition:all .48s;-o-transition:all .48s;-moz-transition:all .48s;-webkit-transition:all .48s}.office-box .title{position:relative;font-family:medium;font-size:var(--fs24);line-height:var(--lh36);color:#010101;margin-bottom:.32rem}.office-box .list>.desc{font-size:var(--fs16);line-height:var(--lh28);color:#55646d;font-family:light;padding-left:0;margin-bottom:.32rem}.office-box .list>.desc.desc-2{margin-bottom:0;margin-top:.32rem}.office-box ul{display:grid;gap:.4rem;grid-template-columns:repeat(3,1fr)}.office-box li{background-color:#fff;box-shadow:0 0 30px 0 rgba(112,112,112,.1);border-radius:.15rem;overflow:hidden}.office-box li:hover .pic img{transform:scale(1.05) translateZ(0);-o-transform:scale(1.05) translateZ(0);-moz-transform:scale(1.05) translateZ(0);-webkit-transform:scale(1.05) translateZ(0)}.office-box .info{padding:.32rem .32rem .4rem}.office-box .name{font-size:var(--fs24);line-height:var(--lh30);color:#010101;font-family:medium;margin-bottom:.14rem}.office-box p{font-size:var(--fs16);line-height:var(--lh30);color:#000;font-family:medium;padding-left:.32rem;position:relative}.office-box p img{width:.22rem;position:absolute;left:0;top:calc((var(--lh30) - .22rem)/ 2);z-index:1}@media (max-width:1004px){.office-wrapper .page-title{width:80%}.office-box .item{margin-bottom:.8rem}.office-box .item:last-child{padding-bottom:var(--padding)}.office-box .item:nth-child(-n+2){padding:.6rem 0 .8rem}.office-box .item:nth-child(-n+2) .title{background-size:.26rem;padding-left:.6rem}.office-box .item:nth-child(-n+2) .title i{width:.32rem;height:.32rem;margin-top:-.14rem}.office-box .title{font-size:var(--fs20);line-height:var(--lh30)}.office-box .list>.desc{font-size:var(--fs14);line-height:var(--lh22);margin-bottom:.24rem}.office-box .list>.desc.desc-2{margin-bottom:0;margin-top:.24rem}.office-box ul{gap:.3rem 0;grid-template-columns:1fr}.office-box .info{padding:.6rem .48rem}.office-box .name{font-size:var(--fs18);line-height:var(--lh28);margin-bottom:.1rem}.office-box p{font-size:var(--fs14);line-height:var(--lh24);padding-left:.48rem;margin-bottom:4px}.office-box p:last-child{margin-bottom:0}.office-box p img{width:.3rem;top:calc((var(--lh24) - .3rem)/ 2)}}.global-wrapper-2 .wrap{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;border-radius:.15rem;overflow:hidden;background-color:#f6f7fb;transition:all .48s;-o-transition:all .48s;-moz-transition:all .48s;-webkit-transition:all .48s}.global-wrapper-2 .wrap:hover{background:#fff;box-shadow:0 2px 30px rgba(0,0,0,.1)}.global-wrapper-2 .wrap:hover .pic img{transform:scale(1.05) translateZ(0);-o-transform:scale(1.05) translateZ(0);-moz-transform:scale(1.05) translateZ(0);-webkit-transform:scale(1.05) translateZ(0)}.global-wrapper-2 .info,.global-wrapper-2 .pic{width:50%}.global-wrapper-2 .info{padding:.9rem 1.3rem .9rem 1rem}.global-wrapper-2 .page-title-box .brief{min-height:calc(var(--lh30) * 4)}@media (max-width:1004px){.global-wrapper-2 .wrap{display:block;background:0 0}.global-wrapper-2 .info,.global-wrapper-2 .pic{width:100%}.global-wrapper-2 .info{border-radius:.15rem .15rem 0 0;background-color:#f6f7fb;padding:.6rem .48rem}.global-wrapper-2 .pic{border-radius:0 0 .15rem .15rem}.global-wrapper-2 .page-title-box{margin-bottom:.6rem}.global-wrapper-2 .page-title-box .brief{min-height:inherit}}.faq-box .item{padding-top:.34rem;padding-bottom:.34rem;border-top:1px solid #e2e2e2}.faq-box .item:last-child{border-bottom:1px solid #e2e2e2}.faq-box .item.on .title,.faq-box .item:hover .title{color:#e62028}.faq-box .item.on .title i:after,.faq-box .item.on .title i:before,.faq-box .item:hover .title i:after,.faq-box .item:hover .title i:before{background:#e62028}.faq-box .item.on .title i:after{transform:rotate(90deg);-o-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg)}.faq-box .content,.faq-box .title{padding-left:.8rem;padding-right:.8rem}.faq-box .title{position:relative;font-family:medium;font-size:var(--fs24);color:#010101;line-height:var(--lh36);cursor:pointer;user-select:none;transition:color .48s;-o-transition:color .48s;-moz-transition:color .48s;-webkit-transition:color .48s}.faq-box .title i{width:.2rem;height:.2rem;position:absolute;left:.3rem;top:calc((var(--lh36) - .2rem)/ 2);z-index:1}.faq-box .title i:after,.faq-box .title i:before{content:"";position:absolute;z-index:1;background:#666;transition:all .48s;-o-transition:all .48s;-moz-transition:all .48s;-webkit-transition:all .48s}.faq-box .title i:before{width:100%;height:.04rem;top:50%;margin-top:-.02rem;left:0}.faq-box .title i:after{height:100%;width:.04rem;left:50%;margin-left:-.02rem;top:0;transition:all .48s;-o-transition:all .48s;-moz-transition:all .48s;-webkit-transition:all .48s}.faq-box .content{font-size:var(--fs16);line-height:var(--lh26);color:#666;margin-top:.2rem;display:none}.faq-box .content b,.faq-box .content strong{color:#333;font-family:medium}.faq-box .content li{position:relative;padding-left:15px}.faq-box .content li:before{content:"";width:4px;height:4px;background-image:linear-gradient(90deg,#1178be 0,#1c3177 100%);background-blend-mode:normal,normal;position:absolute;left:0;top:calc((var(--lh26) - 4px)/ 2);z-index:1;border-radius:50%}@media (max-width:1004px){.faq-box .item{padding-top:.48rem;padding-bottom:.48rem}.faq-box .content,.faq-box .title{padding-left:.6rem;padding-right:.4rem}.faq-box .title{font-size:var(--fs18);line-height:var(--lh28)}.faq-box .title i{left:0;width:.28rem;height:.28rem;top:calc((var(--lh28) - .28rem)/ 2)}.faq-box .content{font-size:var(--fs14);line-height:var(--lh24)}.faq-box .content li{padding-left:12px}.faq-box .content li:before{top:calc((var(--lh24) - 4px)/ 2)}}.newsinfo-wrapper .top{padding:1rem 0 .3rem;background:url(../img/nibg.jpg) no-repeat left bottom;background-size:cover}.newsinfo-wrapper .top .title{font-size:var(--fs36);font-family:medium;line-height:var(--lh48);width:64%;color:#000;margin-bottom:.64rem}.newsinfo-wrapper .top .brief{width:64%;font-size:var(--fs16);line-height:var(--lh30);color:#666;margin-top:-.4rem;margin-bottom:.4rem}.newsinfo-wrapper .top .wrap{position:relative}.newsinfo-wrapper .top .date{font-size:16px;line-height:24px;color:#666;margin-bottom:.1rem}.newsinfo-wrapper .breadcrumb-box{text-align:left}.newsinfo-wrapper .overview{display:inline-block;min-width:2.08rem;height:var(--lh50);line-height:var(--lh50);background-color:#fff;border-radius:5px;border:solid 1px rgba(230,32,40,.18);text-align:center;font-size:var(--fs16);color:#e62028;margin-top:.45rem;transition:all .48s;-o-transition:all .48s;-moz-transition:all .48s;-webkit-transition:all .48s;padding:0 .3rem}.newsinfo-wrapper .overview:hover{background:#e62028;color:#fff}.newsinfo-wrapper .return{display:block;width:var(--lh48);height:var(--lh48);border:solid 2px #cdd1d8;border-radius:50%;position:absolute;right:0;top:0;z-index:1;transition:all .48s;-o-transition:all .48s;-moz-transition:all .48s;-webkit-transition:all .48s}.newsinfo-wrapper .return:hover{border-color:#e62028}.newsinfo-wrapper .return:hover:before{transform:scale(1) translateZ(0);-o-transform:scale(1) translateZ(0);-moz-transform:scale(1) translateZ(0);-webkit-transform:scale(1) translateZ(0);opacity:1;visibility:visible}.newsinfo-wrapper .return:hover i{filter:brightness(0) invert(1)}.newsinfo-wrapper .return:before{content:"";width:100%;height:100%;transform:scale(.8) translateZ(0);-o-transform:scale(.8) translateZ(0);-moz-transform:scale(.8) translateZ(0);-webkit-transform:scale(.8) translateZ(0);background:#e62028;position:absolute;left:0;top:0;z-index:0;transition:all .48s;-o-transition:all .48s;-moz-transition:all .48s;-webkit-transition:all .48s;opacity:0;visibility:hidden;border-radius:50%}.newsinfo-wrapper .return i{display:block;width:14px;height:100%;margin:0 auto;background:url(../img/return.png) no-repeat center center;background-size:100%;position:relative;z-index:10;transition:all .48s;-o-transition:all .48s;-moz-transition:all .48s;-webkit-transition:all .48s}.newsinfo-wrapper .main{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-top:.72rem;padding-bottom:.7rem}.newsinfo-wrapper .left{width:65.49%}.newsinfo-wrapper .right{width:25.83%}.newsinfo-wrapper .content{font-size:var(--fs16);line-height:var(--lh30);color:#333}.newsinfo-wrapper .content ul{margin-left:20px}.newsinfo-wrapper .content p{margin:16px 0}.newsinfo-wrapper .news{margin-bottom:.7rem}.newsinfo-wrapper .news .pic{border-radius:.15rem}.newsinfo-wrapper .news li{margin-bottom:.45rem}.newsinfo-wrapper .news li:last-child{margin-bottom:0}.newsinfo-wrapper .news li a{display:block}.newsinfo-wrapper .news li a:hover .title{color:#e62028}.newsinfo-wrapper .news li a:hover .pic img{transform:scale(1.05) translateZ(0);-o-transform:scale(1.05) translateZ(0);-moz-transform:scale(1.05) translateZ(0);-webkit-transform:scale(1.05) translateZ(0)}.newsinfo-wrapper .news .title{font-size:var(--fs18);line-height:var(--lh30);color:#000;transition:color .48s;-o-transition:color .48s;-moz-transition:color .48s;-webkit-transition:color .48s;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin-top:.18rem;height:calc(var(--lh30) * 3)}.newsinfo-wrapper .tags ul{width:100%!important}.newsinfo-wrapper .tags li{display:inline-block;min-width:1.4rem;line-height:var(--lh46);background-color:#eaeef4;border-radius:5px;text-align:center;font-size:14px;margin-bottom:.13rem;margin-right:.13rem;padding:0 15px}.newsinfo-wrapper .tags li:hover{background:#e62028}.newsinfo-wrapper .tags li:hover a{color:#fff}.newsinfo-wrapper .relative-btn{margin-top:.74rem}.newsinfo-wrapper .link{border:solid 1px #e1e1e1;margin-bottom:.2rem;padding:.24rem .38rem;transition:all .3s;-o-transition:all .3s;-moz-transition:all .3s;-webkit-transition:all .3s;position:relative}.newsinfo-wrapper .link:after{content:"";width:calc(100% + 2px);height:2px;background:#5f5f5f;position:absolute;left:-1px;top:-1px;z-index:1}.newsinfo-wrapper .link:hover{background:#fff}.newsinfo-wrapper .link:hover:after{background:#e62028}.newsinfo-wrapper .link:last-child{margin-bottom:0}.newsinfo-wrapper .link p{font-size:var(--size18);color:#000;line-height:24px;margin-bottom:.05rem;font-family:medium}.newsinfo-wrapper .link a,.newsinfo-wrapper .link span{line-height:24px;font-size:var(--size16);color:#666}.newsinfo-wrapper .link a{transition:color .35s;-o-transition:color .35s;-moz-transition:color .35s;-webkit-transition:color .35s;max-width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.newsinfo-wrapper .link a:hover{color:#e62028}.newsinfo-wrapper .link span{display:inline-block}@media (max-width:1004px){.newsinfo-wrapper .top{padding:1.2rem 0 .3rem;background-attachment:inherit}.newsinfo-wrapper .top .title{font-size:var(--fs20);line-height:var(--lh30);width:100%;margin-bottom:.4rem}.newsinfo-wrapper .top .brief{width:100%;font-size:var(--fs14);line-height:var(--lh24);margin-top:-.2rem;margin-bottom:.3rem}.newsinfo-wrapper .top .date{font-size:var(--fs14);line-height:var(--lh24)}.newsinfo-wrapper .breadcrumb-box{position:relative;padding-left:0;padding-right:0}.newsinfo-wrapper .overview{height:var(--lh40);line-height:var(--lh40);font-size:var(--fs14)}.newsinfo-wrapper .return{right:.3rem;top:calc(var(--lh48) * -1);width:var(--lh36);height:var(--lh36);border-width:1px}.newsinfo-wrapper .return i{width:10px}.newsinfo-wrapper .main{display:block;padding-top:.8rem;padding-bottom:0}.newsinfo-wrapper .left{width:100%}.newsinfo-wrapper .right{width:100%;margin-top:.6rem}.newsinfo-wrapper .content{line-height:var(--lh28)}.newsinfo-wrapper .news .title{font-size:var(--fs18);line-height:var(--lh28);height:calc(var(--lh28) * 2);margin-top:.4rem}.newsinfo-wrapper .tags li{min-width:1.4rem;line-height:var(--lh40);font-size:12px;margin-bottom:.2rem;margin-right:.2rem}}.contact-wrapper .wrap{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;align-items:center}.contact-wrapper .paeg-title-box .title{text-transform:uppercase}.contact-wrapper .info{width:42%}.contact-wrapper .info li{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;align-items:center;margin-bottom:.28rem}.contact-wrapper .info li:last-child{margin-bottom:0}.contact-wrapper .info li>img{width:var(--lh40);margin-right:.3rem}.contact-wrapper .info p{flex:1;font-size:var(--fs18);color:#666;line-height:var(--lh22);font-family:light;overflow:hidden}.contact-wrapper .map{width:55.98%;border-radius:.2rem;overflow:hidden;height:6rem}.contact-wrapper .map iframe,.contact-wrapper .map>img{display:block;width:100%;object-fit:cover;height:100%}@media (max-width:1004px){.contact-wrapper .wrap{display:block}.contact-wrapper .info{width:100%}.contact-wrapper .info li{margin-bottom:.3rem}.contact-wrapper .info li>img{width:var(--lh36)}.contact-wrapper .info p{font-size:var(--fs16)}.contact-wrapper .map{width:100%;margin-top:.8rem;height:5rem}}.message-wrapper{background-color:#f1f2f4}.message-wrapper .message-form{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;flex-flow:wrap}.message-wrapper .group{width:calc((100% - .36rem)/ 3);margin-right:.18rem;margin-top:.18rem;padding-left:.2rem;padding-right:.2rem}.message-wrapper .group.md{width:calc(100% - ((100% - .36rem)/ 3) - .18rem);margin-right:0}.message-wrapper .group.max{width:100%;margin-right:0}.message-wrapper .group span{font-size:var(--fs16);color:#333;margin-right:.1rem}.message-wrapper .group span i{color:#ff0909}.message-wrapper .group ::-webkit-input-placeholder{color:#333;font-size:var(--fs16)}.message-wrapper .group :-moz-placeholder{color:#333;font-size:var(--fs16)}.message-wrapper .group ::-moz-placeholder{color:#333;font-size:var(--fs16)}.message-wrapper .group :-ms-input-placeholder{color:#333;font-size:var(--fs16)}.message-wrapper .msg,.message-wrapper .text{font-size:var(--fs16);color:#333}.message-wrapper .msg{resize:none;width:100%;font-family:inherit;height:1.6rem;padding-top:.18rem;padding-bottom:.18rem;line-height:var(--lh30)}.message-wrapper .group,.message-wrapper .text{height:var(--lh60);line-height:var(--lh60);background-color:#fff;border-radius:8px;display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;align-items:center}.message-wrapper .group.msgbox{height:auto;line-height:inherit}.message-wrapper .tel{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background:0 0;padding-left:0;padding-right:0}.message-wrapper .tel .text{padding-left:.2rem;padding-right:.2rem}.message-wrapper .text{flex:1}.message-wrapper .text.areacode{width:1.6rem;flex:inherit;margin-right:.18rem}.message-wrapper .txt-center{width:100%}.message-wrapper .submit{display:inline-block;min-width:1.8rem;height:var(--lh50);line-height:var(--lh50);width:100%;width:auto;color:#fff;padding:0 .3rem;font-size:var(--fs15);font-family:medium;margin-top:.4rem;background:#e62028;cursor:pointer;border-radius:calc(var(--lh50)/ 2)}@media screen and (min-width:1004px){.message-wrapper .group:nth-child(3){margin-right:0}.message-wrapper .group:nth-child(-n+3){margin-top:0}}@media (max-width:1004px){.message-wrapper .group{width:100%;margin-right:0;margin-top:.3rem;padding-left:.3rem;padding-right:.3rem}.message-wrapper .group.md{width:100%}.message-wrapper .group span{font-size:var(--fs16);margin-right:.2rem}.message-wrapper .group,.message-wrapper .text{height:var(--lh48);line-height:var(--lh48)}.message-wrapper .msg{height:3rem;padding-top:.24rem;padding-bottom:.24rem}.message-wrapper .tel{padding-left:0;padding-right:0}.message-wrapper .tel .text{padding-left:.3rem;padding-right:.3rem}.message-wrapper .text.areacode{width:2rem;margin-right:.3rem}.message-wrapper .submit{min-width:3rem;height:var(--lh48);line-height:var(--lh48);font-size:var(--fs14);border-radius:calc(var(--lh48)/ 2)}}.quality-wrapper .swiper-container{padding:0 var(--offset);overflow:hidden}.quality-wrapper .swiper-slide{width:3.6rem;background-color:#fff;border-radius:.15rem;border:solid 1px #ebebeb;margin-right:.32rem;overflow:hidden;cursor:pointer}.quality-wrapper .swiper-slide:hover .pic img{transform:scale(1.05) translateZ(0);-o-transform:scale(1.05) translateZ(0);-moz-transform:scale(1.05) translateZ(0);-webkit-transform:scale(1.05) translateZ(0)}.quality-wrapper .swiper-slide:hover .name{color:#e62028}.quality-wrapper .swiper-slide:last-child{margin-right:0}.quality-wrapper .pic{padding:.3rem}.quality-wrapper .pic img{height:2.4rem;object-fit:contain}.quality-wrapper .name{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;align-items:center;height:var(--lh60);font-size:var(--fs18);color:#000;font-family:light;background:#f2f2f2;text-align:center;padding:0 .3rem;transition:color .48s;-o-transition:color .48s;-moz-transition:color .48s;-webkit-transition:color .48s}.quality-wrapper .name span{line-height:var(--lh24);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;width:100%;max-height:calc(var(--lh24) * 2)}.swiper-bottom{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-top:.5rem}.swiper-bottom.white .swiper-pagination-progressbar:before{background:rgba(255,255,255,.28)}.swiper-bottom.white .left,.swiper-bottom.white .right{color:#fff}.swiper-bottom.white .iswiperbtn-box a:before{border-color:#fff;background:0 0}.swiper-bottom.white .iswiperbtn-box i{background-position:left bottom}.swiper-bottom .other{flex:1;margin-right:.97rem;overflow:hidden;display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;flex-flow:wrap}.swiper-bottom .left,.swiper-bottom .right{font-family:light;font-size:var(--fs16);color:#999;line-height:var(--lh24)}.swiper-bottom .swiper-pagination-progressbar{height:2px;position:relative;width:100%}.swiper-bottom .swiper-pagination-progressbar:before{content:"";width:100%;position:absolute;left:0;top:0;height:100%;background-color:rgba(0,0,0,.08);z-index:0}.swiper-bottom .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{position:absolute;left:0;top:0;height:100%;z-index:1;background-color:#e62028;width:100%;transform-origin:left center}@media screen and (min-width:1004px){.quality-wrapper .page-title-box .brief{width:74.22%}}@media (max-width:1004px){.quality-wrapper .swiper-slide{width:calc((100% - .3rem)/ 2);margin-right:.3rem}.quality-wrapper .pic{padding:.2rem}.quality-wrapper .pic img{height:4rem}.quality-wrapper .name{height:var(--lh48);font-size:var(--fs14);padding:0 .2rem}.quality-wrapper .name span{line-height:var(--lh20);max-height:calc(var(--lh20) * 2)}.swiper-bottom .other{margin-right:.6rem}.swiper-bottom .left,.swiper-bottom .right{font-size:var(--fs14);line-height:var(--lh20)}}.quality-wrapper-2{background:var(--bg) no-repeat center center fixed;background-size:cover;min-height:7.8rem;display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;align-items:center}.quality-wrapper-2 .page-title-box .title{width:566px}.quality-wrapper-2 .page-title-box .brief{width:650px;font-family:light}@media (max-width:1004px){.quality-wrapper-2{background-attachment:inherit;min-height:6rem}.quality-wrapper-2 .page-title-box .title{width:100%}.quality-wrapper-2 .page-title-box .brief{width:100%}}.quality-wrapper-3 .list ul{display:grid;gap:.6rem .32rem;grid-template-columns:repeat(4,1fr)}.quality-wrapper-3 .list li:hover .pic img{transform:scale(1.05) translateZ(0);-o-transform:scale(1.05) translateZ(0);-moz-transform:scale(1.05) translateZ(0);-webkit-transform:scale(1.05) translateZ(0)}.quality-wrapper-3 .list .pic{background-color:#fff;border-radius:.15rem;border:solid 1px #ebebeb}.quality-wrapper-3 .list .pic img{height:3.58rem;object-fit:contain}.quality-wrapper-3 .list p{font-size:var(--fs18);line-height:var(--lh24);color:#000;text-align:center;margin-top:.26rem;padding:0 .4rem}@media screen and (min-width:1004px){.quality-wrapper-3 .page-title-box .brief{width:81%}}@media (max-width:1600px){.quality-wrapper-3 .list .pic img{height:3.74rem}}@media (max-width:1004px){.quality-wrapper-3 .list ul{gap:.5rem .3rem;grid-template-columns:repeat(2,1fr)}.quality-wrapper-3 .list .pic img{height:auto}.quality-wrapper-3 .list p{font-size:var(--fs14);line-height:var(--lh20);padding:0 .2rem;margin-top:.3rem}}.core-wrapper .data ul{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.core-wrapper .data li{flex:1;text-align:center}.core-wrapper .data .num{font-size:1rem;line-height:1rem;height:1rem;background-image:linear-gradient(90deg,#1178be 0,#1c3177 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;font-weight:700}.core-wrapper .data .num span{display:inline-block;vertical-align:middle}.core-wrapper .data .num i{font-size:var(--fs24);height:14px;line-height:14px;display:inline-block;vertical-align:middle;margin-left:10px}.core-wrapper .data p{font-size:var(--fs18);line-height:var(--lh30);color:#666;margin-top:2px}.core-wrapper .core-box{margin-top:1rem}.core-wrapper .swiper-container{padding:0 var(--offset);overflow:hidden}.core-wrapper .swiper-slide{width:7.98rem;margin-right:.5rem;border-radius:.1rem}.core-wrapper .swiper-slide:hover img{transform:scale(1.05) translateZ(0);-o-transform:scale(1.05) translateZ(0);-moz-transform:scale(1.05) translateZ(0);-webkit-transform:scale(1.05) translateZ(0)}.core-wrapper .swiper-slide:last-child{margin-right:0}@media (max-width:1004px){.core-wrapper .data ul{flex-flow:wrap}.core-wrapper .data li{flex:inherit;width:33.33%;text-align:left;margin-top:.6rem}.core-wrapper .data li:nth-child(-n+3){margin-top:0}.core-wrapper .data .num{font-size:var(--fs30);line-height:var(--lh30);height:var(--lh30)}.core-wrapper .data .num i{font-size:var(--fs20);height:10px;line-height:10px;margin-left:2px}.core-wrapper .data p{font-size:var(--fs12);line-height:.3rem}.core-wrapper .core-box{margin-top:.8rem}.core-wrapper .swiper-slide{width:70%;margin-right:.3rem}}.core-wrapper-2{background:var(--bg) no-repeat center center fixed;background-size:cover;padding-bottom:.4rem}.core-wrapper-2 .swiper-box{padding:0 1.4rem}.core-wrapper-2 .swiper-container{overflow:hidden}.core-wrapper-2 .swiper-initialized{transform:translateX(.5rem);-o-transform:translateX(.5rem);-moz-transform:translateX(.5rem);-webkit-transform:translateX(.5rem)}.core-wrapper-2 .swiper-slide{width:3.32rem;padding-bottom:.7rem;transform:scale(.85) translateZ(0);-o-transform:scale(.85) translateZ(0);-moz-transform:scale(.85) translateZ(0);-webkit-transform:scale(.85) translateZ(0);margin-right:.74rem;transition:all .48s;-o-transition:all .48s;-moz-transition:all .48s;-webkit-transition:all .48s}.core-wrapper-2 .swiper-slide:last-child{margin-right:0}.core-wrapper-2 .swiper-slide.swiper-slide-active{transform:scale(1) translateZ(0);-o-transform:scale(1) translateZ(0);-moz-transform:scale(1) translateZ(0);-webkit-transform:scale(1) translateZ(0)}.core-wrapper-2 .noSwiper .swiper-wrapper{justify-content:center}.core-wrapper-2 .noSwiper .swiper-slide:nth-child(2){transform:scale(1) translateZ(0);-o-transform:scale(1) translateZ(0);-moz-transform:scale(1) translateZ(0);-webkit-transform:scale(1) translateZ(0)}.core-wrapper-2 .pic{position:relative;overflow:inherit}.core-wrapper-2 .pic:after{content:'';position:absolute;top:100%;left:0;width:100%;height:.7rem;background:var(--img) no-repeat bottom;transform:scaleY(-1);mask:linear-gradient(to bottom,transparent,rgba(0,0,0,0.08));-webkit-mask:linear-gradient(to bottom,transparent,rgba(0,0,0,0.08))}@media (max-width:1004px){.core-wrapper-2{background-attachment:inherit;padding-bottom:.4rem}.core-wrapper-2 .page-title-box{padding-left:.3rem;padding-right:.3rem}.core-wrapper-2 .wrap{padding:0}.core-wrapper-2 .swiper-box{padding:0}.core-wrapper-2 .swiper-initialized{transform:none}.core-wrapper-2 .swiper-slide{width:50%;padding-bottom:1rem;margin-right:.3rem}.core-wrapper-2 .pic:after{height:1rem}}.core-wrapper-3 .list ul{display:grid;grid-template-columns:repeat(3,1fr);gap:.45rem}.core-wrapper-3 .list li:hover .pic img{transform:scale(1.05) translateZ(0);-o-transform:scale(1.05) translateZ(0);-moz-transform:scale(1.05) translateZ(0);-webkit-transform:scale(1.05) translateZ(0)}.core-wrapper-3 .list .pic{position:relative;border-radius:.15rem}.core-wrapper-3 .list h3{font-size:var(--fs18);line-height:var(--lh28);color:#000;margin-top:.25rem}.core-wrapper-3 .list p{font-size:var(--fs16);line-height:var(--lh26);color:#55646d;font-family:light;margin-top:.12rem}@media (max-width:1004px){.core-wrapper-3 .list ul{grid-template-columns:repeat(2,1fr);gap:.48rem .3rem}.core-wrapper-3 .list h3{font-size:var(--fs14);line-height:var(--lh24);margin-top:.3rem}.core-wrapper-3 .list p{font-size:var(--fs13);line-height:var(--lh20);margin-top:.08rem}}.core-wrapper-4{background:var(--bg) no-repeat center center fixed;background-size:cover}.core-wrapper-4 .swiper-container{overflow:hidden;padding:0 var(--offset)}.core-wrapper-4 .swiper-slide{width:6.14rem;margin-right:.4rem}.core-wrapper-4 .swiper-slide:last-child{margin-right:0}.core-wrapper-4 .swiper-slide:hover .pic img{transform:scale(1.05) translateZ(0);-o-transform:scale(1.05) translateZ(0);-moz-transform:scale(1.05) translateZ(0);-webkit-transform:scale(1.05) translateZ(0)}.core-wrapper-4 .swiper-slide p{font-size:var(--fs18);line-height:var(--lh28);color:#fff;position:absolute;left:0;bottom:.2rem;z-index:10;width:100%;padding:0 .3rem}.core-wrapper-4 .pic{position:relative;border-radius:.15rem}.core-wrapper-4 .pic:after{content:"";width:100%;height:100%;background:url(../img/core4shadow.png) repeat-x left bottom;position:absolute;left:0;bottom:-1px;z-index:1}@media (max-width:1004px){.core-wrapper-4{background-attachment:fixed}.core-wrapper-4 .swiper-slide{width:70%;margin-right:.3rem}.core-wrapper-4 .swiper-slide p{font-size:var(--fs14);line-height:var(--lh24);bottom:.3rem}.core-wrapper-4 .pic:after{background-size:100% 100%}}.core-engineering-wrapper .content{max-width:11.2rem;margin:0 auto;font-size:var(--fs18);line-height:var(--lh32);color:#55646d;font-family:light;text-align:center}.core-engineering-wrapper .content p{margin-bottom:.28rem}.core-engineering-wrapper .content p:last-child{margin-bottom:0}.core-engineering-wrapper .content a{color:#1c3177;text-decoration:underline;transition:color .36s;-o-transition:color .36s;-moz-transition:color .36s;-webkit-transition:color .36s}.core-engineering-wrapper .content a:hover{color:#e62028}@media (max-width:1004px){.core-engineering-wrapper .content{font-size:var(--fs15);line-height:var(--lh26);text-align:left}.core-engineering-wrapper .content p{margin-bottom:.2rem}}.quality-text-wrapper .content{font-size:var(--fs18);line-height:var(--lh32);color:#55646d;font-family:light;text-align:left}.quality-text-wrapper .content p{margin-bottom:.28rem}.quality-text-wrapper .content p:last-child{margin-bottom:0}.quality-text-wrapper .content a{color:#1c3177;text-decoration:underline;transition:color .36s;-o-transition:color .36s;-moz-transition:color .36s;-webkit-transition:color .36s}.quality-text-wrapper .content a:hover{color:#e62028}.quality-text-wrapper .content li{position:relative;padding-left:1.5em;margin-top:.8em}.quality-text-wrapper .content li::before{content:"";display:block;width:.4em;height:.4em;position:absolute;left:0;top:.4em;border-radius:50%;background-color:#e62028}@media (max-width:1004px){.quality-text-wrapper .content{font-size:var(--fs15);line-height:var(--lh26)}.quality-text-wrapper .content p{margin-bottom:.2rem}.quality-text-wrapper .content li{margin-top:.6em}.quality-text-wrapper .content li::before{top:.35em}}.index-faq-wrapper{background:#f1f2f4}.index-faq-wrapper .item{background-color:rgba(255,255,255,.7);box-shadow:0 0 20px 0 rgba(0,0,0,.07);border-radius:5px;position:relative}.index-faq-wrapper .item:hover:before{opacity:0;visibility:hidden}.index-faq-wrapper .item:hover:after{opacity:1;visibility:visible}.index-faq-wrapper .item:hover .desc,.index-faq-wrapper .item:hover .name{color:#fff}.index-faq-wrapper .item:after,.index-faq-wrapper .item:before{content:"";position:absolute;left:0;top:0;z-index:0;transition:all .48s;-o-transition:all .48s;-moz-transition:all .48s;-webkit-transition:all .48s}.index-faq-wrapper .item:before{box-sizing:border;width:.05rem;height:100%;background:#e62028;border-radius:5px 0 0 5px}.index-faq-wrapper .item:after{width:100%;height:100%;background-image:linear-gradient(90deg,#1178be 0,#1c3177 100%);background-blend-mode:normal,normal;border-radius:5px;opacity:0;visibility:hidden}.index-faq-wrapper .inner{position:relative;z-index:10;padding:.31rem .6rem .31rem .48rem}.index-faq-wrapper .desc,.index-faq-wrapper .name{transition:color .48s;-o-transition:color .48s;-moz-transition:color .48s;-webkit-transition:color .48s}.index-faq-wrapper .name{font-size:var(--fs22);line-height:var(--lh30);color:#333}.index-faq-wrapper .desc{font-size:var(--fs16);line-height:var(--lh24);color:#666;font-family:light;margin-top:.1rem}@media screen and (min-width:1004px){.index-faq-wrapper .swiper-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:.2rem}}@media (max-width:1004px){.index-faq-wrapper .swiper-container{position:relative;overflow:hidden;padding:var(--offset) var(--offset) .6rem;margin:0 calc(var(--offset) * -1)}.index-faq-wrapper .swiper-pagination{display:block;bottom:0;font-size:0}.index-faq-wrapper .swiper-pagination .swiper-pagination-bullet{position:relative;margin:0 5px;width:8px;height:8px;border:none;background:0 0;transition:all .48s;-o-transition:all .48s;-moz-transition:all .48s;-webkit-transition:all .48s;overflow:hidden;opacity:.5}.index-faq-wrapper .swiper-pagination .swiper-pagination-bullet:active,.index-faq-wrapper .swiper-pagination .swiper-pagination-bullet:focus,.index-faq-wrapper .swiper-pagination .swiper-pagination-bullet:link,.index-faq-wrapper .swiper-pagination .swiper-pagination-bullet:visited{outline:0}.index-faq-wrapper .swiper-pagination .swiper-pagination-bullet:after{content:"";width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;border-radius:4px;background:#e62028}.index-faq-wrapper .swiper-pagination .swiper-pagination-bullet:before{content:"";width:0;background:#e62028;position:absolute;left:0;top:0;z-index:10;height:100%;transition:all 3s;-o-transition:all 3s;-moz-transition:all 3s;-webkit-transition:all 3s}.index-faq-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:.58rem;border-radius:.29rem;opacity:1}.index-faq-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{background:#e62028}.index-faq-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{width:100%}.index-faq-wrapper .item{width:85%;margin-right:var(--offset);height:auto}.index-faq-wrapper .item:last-child{margin-right:0}.index-faq-wrapper .item:before{width:.05rem}.index-faq-wrapper .inner{padding:.48rem}.index-faq-wrapper .name{font-size:var(--fs18);line-height:var(--lh28)}.index-faq-wrapper .desc{font-size:var(--fs14);margin-top:.14rem}}.about-wrapper .wrap{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;align-items:center}.about-wrapper .info{width:63.8%}.about-wrapper .title{font-size:var(--fs48);line-height:var(--lh60);color:#e62028;font-weight:700;margin-bottom:8px}.about-wrapper .content{font-size:var(--fs18);line-height:var(--lh36);color:#55646d;font-family:light}.about-wrapper .stock{font-size:var(--fs35);line-height:var(--lh40);letter-spacing:1px;display:inline-block;color:#1c3177;margin-bottom:.36rem}.about-wrapper .data{width:28%}.about-wrapper .data li{position:relative;padding-left:.95rem;margin-bottom:.68rem}.about-wrapper .data li:last-child{margin-bottom:0}.about-wrapper .data .icon{position:absolute;left:0;top:0;z-index:1;width:.52rem}.about-wrapper .data .num{font-weight:700;font-size:var(--fs72);color:#1c3177;line-height:var(--lh72)}.about-wrapper .data .num i{position:relative;top:.1rem;display:inline-block;font-size:30px;vertical-align:top;line-height:20px;height:20px;margin-left:.1rem}.about-wrapper .data p{font-size:var(--fs18);line-height:var(--lh26);color:#55646d;font-family:light;margin-top:.12rem}@media (max-width:1004px){.about-wrapper .wrap{flex-flow:wrap}.about-wrapper .info{width:100%}.about-wrapper .title{font-size:var(--fs24);line-height:var(--lh36);margin-bottom:2px}.about-wrapper .content{font-size:var(--fs15);line-height:var(--lh26)}.about-wrapper .stock{font-size:var(--fs18);line-height:var(--lh26);margin-bottom:.2rem;letter-spacing:0}.about-wrapper .data{width:100%;margin-top:.6rem}.about-wrapper .data ul{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;flex-flow:wrap}.about-wrapper .data li{width:48%;padding-left:1.1rem;margin-bottom:.6rem}.about-wrapper .data li:last-child{width:60%}.about-wrapper .data .icon{width:var(--lh36)}.about-wrapper .data .num{font-size:var(--fs36);line-height:var(--lh40)}.about-wrapper .data .num i{top:.16rem;font-size:20px;line-height:10px;height:10px}.about-wrapper .data p{font-size:var(--fs14);line-height:var(--lh20)}}.vr-wrapper iframe{width:100%;height:100vh}@media (max-width:1004px){.vr-wrapper iframe{height:50vh}}.portfolio-wrapper .list ul{display:grid;gap:.48rem .4rem;grid-template-columns:repeat(3,1fr)}.portfolio-wrapper .list li{position:relative;padding:.48rem .4rem .52rem;background:#f7f9fb;border-top:3px solid #1c3177}.portfolio-wrapper .name{font-family:medium;font-size:var(--fs24);line-height:var(--lh32);color:#1c3177;margin-bottom:.2rem}.portfolio-wrapper .desc{font-size:var(--fs16);line-height:var(--lh28);color:#55646d;font-family:light}.portfolio-wrapper .desc p{margin:0}@media (max-width:1004px){.portfolio-wrapper .list ul{grid-template-columns:1fr;gap:.3rem}.portfolio-wrapper .list li{padding:.36rem .3rem .4rem}.portfolio-wrapper .name{font-size:var(--fs18);line-height:var(--lh26);margin-bottom:.12rem}.portfolio-wrapper .desc{font-size:var(--fs14);line-height:var(--lh22)}}.history-wrapper{position:relative}.history-wrapper .years{position:absolute;right:var(--offset);top:0;z-index:1;height:100%;border-right:1px solid rgba(0,0,0,.08);display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;align-items:center;width:140px;justify-content:flex-end}.history-wrapper .years .inner{position:relative;top:16px}.history-wrapper .years a{display:block;font-size:var(--fs20);color:#55646d;font-family:light;transition:all .48s;-o-transition:all .48s;-moz-transition:all .48s;-webkit-transition:all .48s;height:.6rem;line-height:.6rem;text-align:right;padding-right:.4rem;margin-bottom:16px}.history-wrapper .years a.on{color:#e62028;font-family:medium;font-size:var(--fs36)}.history-wrapper .swiper-line{width:.05rem;height:.6rem;position:absolute;right:-.03rem;top:0;z-index:1;transition:all .6s;-o-transition:all .6s;-moz-transition:all .6s;-webkit-transition:all .6s;background:#e62028}.history-wrapper .swiper-box{width:calc(100% - 140px)}.history-wrapper .swiper-box .swiper-slide{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;align-items:flex-start}.history-wrapper .swiper-box .pic{width:51.58%;border-radius:.1rem}.history-wrapper .swiper-box .pic:hover img{transform:scale(1.05) translateZ(0);-o-transform:scale(1.05) translateZ(0);-moz-transform:scale(1.05) translateZ(0);-webkit-transform:scale(1.05) translateZ(0)}.history-wrapper .swiper-box .pic img{height:4.76rem;object-fit:cover;object-position:center top}.history-wrapper .swiper-box .info{width:36%;margin-left:1.1rem;padding-top:.42rem}.history-wrapper .swiper-box .year{font-size:var(--fs48);line-height:var(--lh60);background-image:linear-gradient(90deg,#1178be 0,#1c3177 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation-delay:.15s}.history-wrapper .swiper-box .name{font-family:medium;font-size:var(--fs30);line-height:var(--lh36);color:#55646d;margin:.12rem auto;animation-delay:.3s;white-space:nowrap}.history-wrapper .swiper-box .content{font-size:var(--fs16);line-height:var(--lh24);color:#55646d;animation-delay:.45s;height:calc(var(--lh24) * 11);overflow-y:auto;padding-right:10px}.history-wrapper .swiper-box .content::-webkit-scrollbar{width:3px}.history-wrapper .swiper-box .content::-webkit-scrollbar-track{background-color:rgba(0,0,0,.1)}.history-wrapper .swiper-box .content::-webkit-scrollbar-thumb{background-color:#000}.history-wrapper .swiper-box .content b,.history-wrapper .swiper-box .content strong{font-size:var(--fs20);font-family:medium;font-weight:500}.history-wrapper .swiper-box .content li{position:relative;padding-left:1.5em;margin-top:.8em}.history-wrapper .swiper-box .content li::before{content:"";display:block;width:.4em;height:.4em;position:absolute;left:0;top:.4em;border-radius:50%;background-color:#e62028}.history-wrapper .swiper-slide-active .ani{display:block}.history-wrapper .swiper-slide-active .ani.year{display:inline-block}.history-wrapper .ani{display:none}@media (max-width:1004px){.history-wrapper .years{position:relative;right:0;height:auto;border-bottom:1px solid rgba(0,0,0,.08);border-right:none;width:100%;justify-content:center}.history-wrapper .years .inner{top:0;display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;width:100%}.history-wrapper .years a{position:relative;width:40px;font-size:var(--fs16);height:var(--lh36);line-height:var(--lh36);padding-right:0;margin-bottom:0;margin-right:15px}.history-wrapper .years a:after{content:"";width:100%;height:2px;background:#e62028;position:absolute;left:0;bottom:0;z-index:1;transform:scale(0) translateZ(0);-o-transform:scale(0) translateZ(0);-moz-transform:scale(0) translateZ(0);-webkit-transform:scale(0) translateZ(0);transition:all .48s;-o-transition:all .48s;-moz-transition:all .48s;-webkit-transition:all .48s}.history-wrapper .years a.on{font-size:var(--fs18)}.history-wrapper .years a.on:after{transform:scale(1) translateZ(0);-o-transform:scale(1) translateZ(0);-moz-transform:scale(1) translateZ(0);-webkit-transform:scale(1) translateZ(0)}.history-wrapper .swiper-line{width:.4rem;height:.07rem;top:auto;bottom:-.04rem;display:none}.history-wrapper .swiper-box{width:100%;margin-top:.3rem}.history-wrapper .swiper-box .swiper-slide{display:block}.history-wrapper .swiper-box .pic{width:100%}.history-wrapper .swiper-box .info{width:100%;margin-left:0;padding-top:0;margin-top:.4rem}.history-wrapper .swiper-box .year{font-size:var(--fs28);line-height:var(--lh36)}.history-wrapper .swiper-box .name{font-size:var(--fs24);line-height:var(--lh30)}.history-wrapper .swiper-box .content{font-size:var(--fs14);padding-right:0;height:auto;overflow:inherit}.history-wrapper .swiper-box .content b,.history-wrapper .swiper-box .content strong{font-size:var(--fs16)}}.base-wrapper{background:var(--bg) no-repeat center center fixed;background-size:cover}.base-wrapper .list ul{display:grid;gap:.46rem .24rem;grid-template-columns:repeat(3,1fr)}.base-wrapper .list li:hover .pic img{transform:scale(1.05) translateZ(0);-o-transform:scale(1.05) translateZ(0);-moz-transform:scale(1.05) translateZ(0);-webkit-transform:scale(1.05) translateZ(0)}.base-wrapper .list p{font-size:var(--fs24);line-height:var(--lh30);color:#fff;text-align:center;margin-top:.3rem}.base-wrapper .pic{border-radius:.1rem}.base-wrapper .index-more{margin-top:.6rem}@media (max-width:1004px){.base-wrapper{background-attachment:inherit}.base-wrapper .list ul{gap:.6rem .3rem;grid-template-columns:repeat(2,1fr)}.base-wrapper .list p{font-size:var(--fs16);line-height:var(--lh26)}}.culture-wrapper{background:var(--bg) no-repeat center bottom;background-size:cover}.culture-wrapper .list{position:relative;background:#fff}.culture-wrapper .list ul{display:grid;grid-template-columns:repeat(4,1fr);position:relative;z-index:10;box-shadow:0 0 30px 0 rgba(0,0,0,.09);border-radius:.1rem;overflow:hidden}.culture-wrapper .list li{position:relative;border-right:1px solid #f3f3f3}.culture-wrapper .list li:last-child{border-right:none}.culture-wrapper .list li:hover .pic{opacity:1;visibility:visible}.culture-wrapper .list li:hover .pic:after{opacity:.85;visibility:visible}.culture-wrapper .list li:hover .icon{filter:brightness(0) invert(1)}.culture-wrapper .list li:hover .desc,.culture-wrapper .list li:hover .name{color:#fff}.culture-wrapper .list .pic{position:relative;opacity:0;visibility:hidden;transition:all .6s;-o-transition:all .6s;-moz-transition:all .6s;-webkit-transition:all .6s}.culture-wrapper .list .pic:after{content:"";background-image:linear-gradient(90deg,#1178be 0,#1c3177 100%);background-blend-mode:normal,normal;position:absolute;left:0;bottom:0;z-index:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:all .6s;-o-transition:all .6s;-moz-transition:all .6s;-webkit-transition:all .6s}.culture-wrapper .list .pic img{opacity:.3}.culture-wrapper .list .info{position:absolute;left:0;top:0;z-index:1;width:100%;height:100%;padding:1rem .45rem .96rem .65rem}.culture-wrapper .icon{width:var(--lh50);display:block;margin-bottom:.5rem;transition:all .48s;-o-transition:all .48s;-moz-transition:all .48s;-webkit-transition:all .48s}.culture-wrapper .name{font-family:medium;font-size:var(--fs30);line-height:var(--lh40);color:#333;margin-bottom:.15rem;transition:color .48s;-o-transition:color .48s;-moz-transition:color .48s;-webkit-transition:color .48s}.culture-wrapper .desc{font-size:var(--fs16);color:#666;font-family:light;overflow-y:auto;padding-right:10px;text-align:justify;line-height:var(--lh28);height:calc(var(--lh28) * 9);transition:color .48s;-o-transition:color .48s;-moz-transition:color .48s;-webkit-transition:color .48s}.culture-wrapper .desc::-webkit-scrollbar{width:3px}.culture-wrapper .desc::-webkit-scrollbar-track{background-color:rgba(0,0,0,.1)}.culture-wrapper .desc::-webkit-scrollbar-thumb{background-color:#e62028}.culture-wrapper #aboutbg{position:absolute;left:0;bottom:0;z-index:0;width:100%;height:100%}@media (max-width:1600px){.culture-wrapper .list .info{padding-top:.8rem}.culture-wrapper .desc{line-height:var(--lh24);height:calc(var(--lh24) * 9)}}@media (max-width:1004px){.culture-wrapper .list ul{grid-template-columns:repeat(2,1fr)}.culture-wrapper .list li{border-right:1px solid #f3f3f3;border-top:1px solid #f3f3f3}.culture-wrapper .list li:nth-child(-n+2){border-top:none}.culture-wrapper .list li:nth-child(2n){border-right:none}.culture-wrapper .list .info{padding:.6rem .4rem}.culture-wrapper .icon{width:var(--lh30);margin-bottom:.3rem}.culture-wrapper .name{font-size:var(--fs20);line-height:var(--lh30);margin-bottom:.1rem}.culture-wrapper .desc{font-size:var(--fs13);line-height:var(--lh20);height:calc(var(--lh20) * 8);text-align:left}.culture-wrapper #aboutbg{height:8rem}}.goods-box{display:grid;gap:.47rem .32rem;grid-template-columns:repeat(4,1fr)}.goods-box div.item{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;flex-flow:wrap;flex-direction:column-reverse}.goods-box .item{position:relative;display:block}.goods-box .item:hover .pic:after{background-image:url(../img/goodsbg-on.png)}.goods-box .item:hover .pic img{transform:scale(1.1) translateZ(0);-o-transform:scale(1.1) translateZ(0);-moz-transform:scale(1.1) translateZ(0);-webkit-transform:scale(1.1) translateZ(0)}.goods-box .item:hover .name{color:#e62028}.goods-box .item:hover .info{opacity:1;visibility:visible}.goods-box .pic{box-shadow:0 0 29px 0 rgba(112,112,112,.1);border-radius:.15rem;border:solid 1px #ebebeb;position:relative}.goods-box .pic:after{content:"";width:100%;height:100%;background-size:contain;background-repeat:no-repeat;background-position:center center;position:absolute;left:0;top:0;background-color:#fff;transition:all .48s;-o-transition:all .48s;-moz-transition:all .48s;-webkit-transition:all .48s;background-image:url(../img/goodsbg.png);z-index:1}.goods-box .pic img{position:relative;z-index:10;object-fit:contain}.goods-box .info{position:absolute;left:0;top:0;z-index:10;width:100%;height:100%;padding:.32rem .4rem;opacity:0;visibility:hidden;transition:all .48s;-o-transition:all .48s;-moz-transition:all .48s;-webkit-transition:all .48s}.goods-box .info:before{content:"";width:100%;height:100%;background-image:linear-gradient(90deg,#1178be 0,#1c3177 100%);background-blend-mode:normal,normal;border-radius:.15rem;opacity:.95;position:absolute;left:0;top:0;z-index:-1}.goods-box .info .title{font-size:var(--fs18);line-height:var(--lh24);color:#fff;margin-bottom:.18rem}.goods-box .info ul li{position:relative;padding-left:15px;margin-bottom:.06rem}.goods-box .info ul li:last-child{margin-bottom:0}.goods-box .info ul li:hover:before{filter:brightness(0) invert(1)}.goods-box .info ul li:hover a{color:#fff}.goods-box .info ul li:before{content:"";width:.06rem;height:.1rem;background:url(../img/iright2.png) no-repeat left center;background-size:contain;position:absolute;left:0;top:calc((var(--lh24) - .1rem)/ 2);z-index:1}.goods-box .info ul li a{font-size:var(--fs16);color:#c6dded;line-height:var(--lh24);display:inline-block;transition:color .48s;-o-transition:color .48s;-moz-transition:color .48s;-webkit-transition:color .48s}.goods-box .name{margin-top:.28rem;text-align:center;color:#000;font-size:var(--fs18);line-height:var(--lh24);height:calc(var(--lh24) * 2);font-family:medium;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;transition:color .48s;-o-transition:color .48s;-moz-transition:color .48s;-webkit-transition:color .48s}@media (max-width:1004px){.goods-box{gap:.6rem .3rem;grid-template-columns:repeat(2,1fr)}.goods-box .info{padding:.3rem}.goods-box .info .title{font-size:var(--fs16);margin-bottom:.1rem}.goods-box .info ul li{margin-bottom:0}.goods-box .info ul li:before{width:.1rem;height:.17rem;top:calc((18px - .17rem)/ 2)}.goods-box .info ul li a{font-size:var(--fs12);line-height:18px}.goods-box .name{margin-top:.4rem;font-size:var(--fs14);line-height:var(--lh20)}}.goods-wrapper{padding-top:.8rem}.goods-wrapper .page-title-box{position:relative;min-height:var(--lh60)}.goods-wrapper .page-title-box .brief{width:55.98%;white-space:inherit}.goods-wrapper .filter{position:absolute;top:0;right:0;z-index:10;padding:0 14px;display:none}.goods-wrapper .filter.show{display:inline-block}.goods-wrapper .filter span:before{content:"";width:.2rem;height:.17rem;display:inline-block;vertical-align:middle;background-image:url(../img/filter.png);background-size:contain;background-repeat:no-repeat;background-position:center center;margin-right:8px}@media (max-width:1004px){.goods-wrapper .page-title-box{min-height:inherit}.goods-wrapper .page-title-box .brief{width:100%}.goods-wrapper .filter{position:relative;margin-top:.3rem}.goods-wrapper .filter span:before{width:.28rem;height:.24rem}}.goods-features-wrapper{margin-top:calc(var(--padding) * -1);background:#fff url(../img/gbg.jpg) repeat-x left bottom;background-size:100% 100%}.goods-features-wrapper.goodsinfo{margin-top:0}.goods-features-wrapper .swiper-container{overflow:hidden}.goods-features-wrapper .swiper-slide{width:calc((100% - 1.8rem)/ 3);margin-right:.9rem;border-left:2px solid #e62028;padding-left:.38rem;height:auto;padding-top:.3rem;padding-bottom:.7rem}.goods-features-wrapper .swiper-slide:last-child{margin-right:0}.goods-features-wrapper .swiper-slide .title{font-size:var(--fs30);line-height:var(--lh40);color:#25387b;font-family:medium}.goods-features-wrapper .desc{font-size:var(--fs16);line-height:var(--lh24);color:#666;margin-top:.24rem}.goods-features-wrapper .hasswiper .iswiper-btn{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox}.goods-features-wrapper .iswiper-btn{display:none}@media (max-width:1004px){.goods-features-wrapper .swiper-slide{width:100%;margin-right:0;padding-left:.48rem;padding-right:.48rem;padding-bottom:.48rem}.goods-features-wrapper .swiper-slide .title{font-size:var(--fs24);line-height:var(--lh36)}.goods-features-wrapper .desc{font-size:var(--fs15)}.goods-features-wrapper .iswiper-btn{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox}}.goods-application-wrapper .list{display:grid;grid-template-columns:repeat(4,1fr);gap:.48rem .32rem}.goods-application-wrapper .goods-item:hover .pic img{transform:scale(1.05) translateZ(0);-o-transform:scale(1.05) translateZ(0);-moz-transform:scale(1.05) translateZ(0);-webkit-transform:scale(1.05) translateZ(0)}.goods-application-wrapper .pic{border-radius:.15rem}.goods-application-wrapper .pic img{object-fit:cover}.goods-application-wrapper p{font-size:var(--fs18);line-height:var(--lh24);color:#000;font-family:medium;margin-top:.25rem}.goods-application-wrapper.goodsinfo .goods-item h3{font-size:var(--fs18);line-height:var(--lh24);color:#000;font-family:medium;margin-top:.25rem}.goods-application-wrapper.goodsinfo .goods-item p{font-size:var(--fs16);line-height:var(--lh28);color:#55646d;font-family:light;margin-top:.16rem}@media (max-width:1004px){.goods-application-wrapper .list{grid-template-columns:repeat(2,1fr);gap:.6rem var(--offset)}.goods-application-wrapper p{font-size:var(--fs16);line-height:var(--lh28);margin-top:.36rem}.goods-application-wrapper.goodsinfo .goods-item h3{font-size:var(--fs16);line-height:var(--lh28);margin-top:.36rem}.goods-application-wrapper.goodsinfo .goods-item p{margin-top:.2rem}}.goods-application-case-wrapper .swiper-box{background-color:#fff}.goods-application-case-wrapper .swiper-container{overflow:hidden;box-shadow:0 0 29px 0 rgba(112,112,112,.1);border-radius:.15rem}.goods-application-case-wrapper .swiper-slide{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;width:100%}.goods-application-case-wrapper .info,.goods-application-case-wrapper .swiper-slide>.pic{width:50%}.goods-application-case-wrapper .info{padding:.6rem 1.2rem .6rem .8rem}.goods-application-case-wrapper .swiper-slide-active .ani{display:block}.goods-application-case-wrapper .swiper-slide-active .goods.ani{display:grid}.goods-application-case-wrapper .ani{display:none}.goods-application-case-wrapper .swiper-slide>.pic:hover img{transform:scale(1.05) translateZ(0);-o-transform:scale(1.05) translateZ(0);-moz-transform:scale(1.05) translateZ(0);-webkit-transform:scale(1.05) translateZ(0)}.goods-application-case-wrapper .swiper-slide>.pic img{height:100%;object-fit:cover}.goods-application-case-wrapper .name{font-size:var(--fs30);line-height:var(--lh36);color:#000;font-weight:700;margin-bottom:.14rem;animation-delay:.15s}.goods-application-case-wrapper .desc{font-size:var(--fs16);line-height:var(--lh24);color:#333;margin-bottom:.58rem;animation-delay:.3s;overflow-y:auto;padding-right:15px;height:calc(var(--lh24) * 12)}.goods-application-case-wrapper .desc::-webkit-scrollbar{width:3px}.goods-application-case-wrapper .desc::-webkit-scrollbar-track{background-color:rgba(0,0,0,.1)}.goods-application-case-wrapper .desc::-webkit-scrollbar-thumb{background-color:#000}.goods-application-case-wrapper .caption{font-size:var(--fs18);line-height:var(--lh30);color:#000;font-family:medium;position:relative;margin-bottom:.2rem;animation-delay:.45s}.goods-application-case-wrapper .caption:before{content:"";width:.03rem;height:.16rem;background-color:#e62028;border-radius:2px;display:inline-block;vertical-align:middle;position:relative;top:-1px;margin-right:.16rem}.goods-application-case-wrapper .goods{grid-template-columns:repeat(2,1fr);gap:.4rem;animation-delay:.6s}.goods-application-case-wrapper .goods a{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;align-items:center}.goods-application-case-wrapper .goods a:hover .pic img{transform:scale(1.05) translateZ(0);-o-transform:scale(1.05) translateZ(0);-moz-transform:scale(1.05) translateZ(0);-webkit-transform:scale(1.05) translateZ(0)}.goods-application-case-wrapper .goods a:hover .title{color:#e62028}.goods-application-case-wrapper .goods .pic{width:1rem;background-color:#eeefef;border-radius:.1rem}.goods-application-case-wrapper .goods .pic img{height:1rem;object-fit:contain;mix-blend-mode:multiply}.goods-application-case-wrapper .goods .title{font-size:var(--fs18);line-height:var(--lh24);color:#333;flex:1;overflow:hidden;margin-left:.2rem;transition:color .48s;-o-transition:color .48s;-moz-transition:color .48s;-webkit-transition:color .48s}@media (max-width:1004px){.goods-application-case-wrapper .swiper-slide{flex-flow:wrap;flex-direction:column-reverse}.goods-application-case-wrapper .info,.goods-application-case-wrapper .swiper-slide>.pic{width:100%}.goods-application-case-wrapper .swiper-slide>.pic img{height:6.9rem;object-fit:cover}.goods-application-case-wrapper .iswiper-btn{transform:none;top:calc((6.9rem - var(--lh40))/ 2)}.goods-application-case-wrapper .info{padding:.6rem .4rem}.goods-application-case-wrapper .name{font-size:var(--fs22);line-height:var(--lh30);margin-bottom:.2rem}.goods-application-case-wrapper .desc{font-size:var(--fs14);margin-bottom:.4rem}.goods-application-case-wrapper .caption{font-size:var(--fs16);line-height:var(--lh26)}.goods-application-case-wrapper .caption:before{width:.04rem;height:.2rem;margin-right:.16rem}.goods-application-case-wrapper .goods{gap:.3rem}.goods-application-case-wrapper .goods .pic{width:1.2rem}.goods-application-case-wrapper .goods .pic img{height:1.2rem}.goods-application-case-wrapper .goods .title{font-size:var(--fs14);margin-left:.3rem}}.goodsinfo-wrapper .wrap{position:relative;padding-top:.8rem;display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;align-items:flex-start;z-index:21}.goodsinfo-wrapper .info{width:50%}.goodsinfo-wrapper .name{font-size:var(--fs48);line-height:var(--lh60);color:#222;font-weight:700;margin-bottom:.3rem}.goodsinfo-wrapper .desc{font-size:var(--fs18);line-height:var(--lh30);color:#333;margin-bottom:.43rem}.goodsinfo-wrapper .content{background-color:#f5f5f5;border-radius:.15rem;padding:.18rem .3rem}.goodsinfo-wrapper .content table{width:100%;table-layout:fixed}.goodsinfo-wrapper .content table td:first-child{font-family:medium;color:#000;padding-right:.3rem}.goodsinfo-wrapper .content li{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox}.goodsinfo-wrapper .content li strong{width:50%}.goodsinfo-wrapper .content li,.goodsinfo-wrapper .content strong,.goodsinfo-wrapper .content td{font-size:var(--fs18);color:#333;height:var(--lh48);line-height:var(--lh30)}.goodsinfo-wrapper .content strong{margin-right:.1rem}.goodsinfo-wrapper .content li strong{font-family:medium;color:#000;padding-right:.3rem}.goodsinfo-wrapper .index-more{margin-top:.7rem}.goodsinfo-wrapper .pic{width:42.31%;background-color:#fff;box-shadow:0 0 29px 0 rgba(112,112,112,.2);border-radius:.15rem;border:solid 1px #ebebeb;position:relative}.goodsinfo-wrapper .pic:hover img{transform:scale(1.05) translateZ(0);-o-transform:scale(1.05) translateZ(0);-moz-transform:scale(1.05) translateZ(0);-webkit-transform:scale(1.05) translateZ(0)}.goodsinfo-wrapper .pic:after{content:"";width:100%;height:100%;background-size:contain;background-repeat:no-repeat;background-position:center center;position:absolute;left:0;top:0;background-color:#fff;transition:all .48s;-o-transition:all .48s;-moz-transition:all .48s;-webkit-transition:all .48s;background-image:url(../img/goodsbg-on.png);z-index:1;background-size:84%}.goodsinfo-wrapper .pic img{position:relative;z-index:10;object-fit:contain}.goodsinfo-wrapper .return{display:block;position:absolute;right:0;top:-.6rem;z-index:1;transition:all .48s;-o-transition:all .48s;-moz-transition:all .48s;-webkit-transition:all .48s;font-size:var(--fs14);color:#999;font-family:medium;line-height:var(--lh30)}.goodsinfo-wrapper .return:hover{color:#e62028}.goodsinfo-wrapper .return:hover i{filter:brightness(1)}.goodsinfo-wrapper .return i{display:inline-block;width:.17rem;height:.14rem;margin:0 auto;background:url(../img/return2.png) no-repeat center center;background-size:100%;position:relative;z-index:10;transition:all .48s;-o-transition:all .48s;-moz-transition:all .48s;-webkit-transition:all .48s;filter:brightness(0) invert(.6);margin-right:.1rem;top:1px}@media (max-width:1004px){.goodsinfo-wrapper .wrap{padding-top:var(--padding);flex-flow:wrap;flex-direction:column-reverse}.goodsinfo-wrapper .info{width:100%}.goodsinfo-wrapper .name{font-size:var(--fs24);line-height:var(--lh36);margin-bottom:.2rem}.goodsinfo-wrapper .desc{font-size:var(--fs16);line-height:var(--lh26)}.goodsinfo-wrapper .content{padding:.24rem .3rem}.goodsinfo-wrapper .content table td{font-size:var(--fs14);height:var(--lh38);line-height:var(--lh24)}.goodsinfo-wrapper .pic{width:100%;margin-bottom:.6rem}.goodsinfo-wrapper .return{left:var(--offset);right:auto;top:.3rem;line-height:var(--lh24)}.goodsinfo-wrapper .return i{width:.24rem;height:.2rem;margin-right:.1rem}}.goodsinfo-wrapper-2 table{table-layout:fixed;width:100%!important}.goodsinfo-wrapper-2 tr:nth-child(odd) td{background:#f7f7f7}.goodsinfo-wrapper-2 td{height:var(--lh60);line-height:var(--lh30);font-size:var(--fs18);color:#333;padding-right:.3rem}.goodsinfo-wrapper-2 td:first-child{font-family:medium;padding-left:.3rem;color:#000}@media (max-width:1004px){.goodsinfo-wrapper-2 td{height:var(--lh40);line-height:var(--lh24);font-size:var(--fs14);width:50%!important}}.goodsinfo-wrapper-3 .content{padding:.32rem;border-radius:.15rem;border:solid 1px #ebebeb}@media (max-width:1004px){.goodsinfo-wrapper-3 .content{padding:.32rem;border-radius:.15rem;border:solid 1px #ebebeb}}.robotic-wrapper .page-title-box{margin-bottom:1rem}.robotic-wrapper .circle{overflow:hidden;height:100%;position:absolute;left:0;bottom:0;z-index:-1;width:100%}.robotic-wrapper .circle-1,.robotic-wrapper .circle-2{position:absolute;left:50%;transform:translateX(-50%);-o-transform:translateX(-50%);-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);z-index:0;border-radius:50%;border:dashed 1px rgba(28,50,120,.2)}.robotic-wrapper .circle-1{width:13.3rem;height:13.3rem;bottom:-6.63rem}.robotic-wrapper .circle-2{width:11.34rem;height:11.34rem;bottom:-5.64rem}.robotic-wrapper ul{position:absolute}.robotic-box{position:relative;height:6.67rem;display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;align-items:flex-end}.robotic-box:after{content:"";width:73.83%;height:100%;background:url(../img/roboticbg.png) no-repeat center bottom;position:absolute;left:13.085%;bottom:0;z-index:-1;background-size:100%}.robotic-box>img{display:block;margin:0 auto;width:18.49%}.robotic-box .pic{width:1rem;background-color:#fff;box-shadow:0 0 30px 0 rgba(17,119,189,.13);border-radius:50%;transition:all .8s;-o-transition:all .8s;-moz-transition:all .8s;-webkit-transition:all .8s;border:1px solid #fff}.robotic-box .pic img{height:calc(1rem - 2px);object-fit:contain}.robotic-box ul{position:absolute;left:0;bottom:0;z-index:10;width:100%;height:100%}.robotic-box li{position:absolute;z-index:10}.robotic-box li a{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;align-items:center}.robotic-box .name{font-size:var(--fs18);line-height:var(--lh24);color:#333;flex:1;overflow:hidden;white-space:nowrap}@media screen and (min-width:1004px){.robotic-wrapper .page-title-box .brief{width:82%}.robotic-box li:hover .pic{transform:scale(1.3) translateZ(0);-o-transform:scale(1.3) translateZ(0);-moz-transform:scale(1.3) translateZ(0);-webkit-transform:scale(1.3) translateZ(0);border-color:#e62028}.robotic-box li:hover .name{color:#e62028}.robotic-box li:nth-child(-n+5) a{flex-direction:row-reverse}.robotic-box li:nth-child(-n+5) .name{margin-right:.2rem}.robotic-box li:nth-last-child(-n+5) .name{margin-left:.2rem}.robotic-box li:first-child,.robotic-box li:nth-child(10){bottom:.95rem}.robotic-box li:first-child{left:-.35rem}.robotic-box li:nth-child(10){right:0}.robotic-box li:nth-child(2),.robotic-box li:nth-child(9){bottom:2.36rem}.robotic-box li:nth-child(2){left:2%}.robotic-box li:nth-child(9){right:10%}.robotic-box li:nth-child(3),.robotic-box li:nth-child(8){bottom:3.9rem}.robotic-box li:nth-child(3){left:10%}.robotic-box li:nth-child(8){right:5%}.robotic-box li:nth-child(4),.robotic-box li:nth-child(7){bottom:4.52rem}.robotic-box li:nth-child(4){left:24%}.robotic-box li:nth-child(4) a{align-items:flex-start}.robotic-box li:nth-child(4) .name{margin-right:.16rem}.robotic-box li:nth-child(7){right:16%}.robotic-box li:nth-child(5),.robotic-box li:nth-child(6){top:-.4rem}.robotic-box li:nth-child(5){left:32%}.robotic-box li:nth-child(6){right:32%}}@media (max-width:1004px){.robotic-wrapper .wrap{padding:0}.robotic-wrapper .page-title-box{margin-bottom:.4rem;padding-left:var(--offset);padding-right:var(--offset)}.robotic-wrapper .circle-1{width:11rem;height:11rem;bottom:-6rem}.robotic-wrapper .circle-2{width:8rem;height:8rem;bottom:-3.9rem}.robotic-wrapper ul{position:relative;padding-left:var(--offset);padding-right:var(--offset)}.robotic-box{height:auto;display:block}.robotic-box>img{width:24%}.robotic-box .pic{width:1rem;margin:0 auto}.robotic-box .pic img{height:calc(1rem - 2px)}.robotic-box ul{position:relative;height:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:.3rem .2rem;margin-top:.6rem;margin-bottom:2rem}.robotic-box li{position:relative}.robotic-box li a{display:block}.robotic-box .name{font-size:var(--fs12);line-height:.3rem;text-align:center;white-space:wrap;margin-top:.14rem}}.robotic-wrapper-2{background:var(--bg) no-repeat center center fixed;background-size:cover}.robotic-wrapper-2 .main{background:#fff;display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-radius:.15rem;padding:.2rem 1.2rem .2rem .8rem}.robotic-wrapper-2 .info{width:45%;overflow:hidden;padding-top:.53rem;padding-bottom:.6rem}.robotic-wrapper-2 .pic{width:38.93%;position:relative}.robotic-wrapper-2 .pic:hover img{transform:scale(1.05) translateZ(0);-o-transform:scale(1.05) translateZ(0);-moz-transform:scale(1.05) translateZ(0);-webkit-transform:scale(1.05) translateZ(0)}.robotic-wrapper-2 .pic:after{content:"";width:100%;height:100%;background-size:contain;background-repeat:no-repeat;background-position:center center;position:absolute;left:0;top:0;background-color:#fff;transition:all .48s;-o-transition:all .48s;-moz-transition:all .48s;-webkit-transition:all .48s;background-image:url(../img/goodsbg2.png);z-index:1}.robotic-wrapper-2 .pic img{position:relative;z-index:10}.robotic-wrapper-2 .name{font-size:var(--fs36);line-height:var(--lh48);color:#222;font-weight:700;margin-bottom:.35rem}.robotic-wrapper-2 .content,.robotic-wrapper-2 .content li{font-size:var(--fs16);line-height:var(--lh24);color:#222}.robotic-wrapper-2 .content{margin-bottom:.56rem}.robotic-wrapper-2 .content li{position:relative;padding-left:.15rem;margin-bottom:.24rem}.robotic-wrapper-2 .content li:last-child{margin-bottom:0}.robotic-wrapper-2 .content li:before{content:"";position:absolute;left:0;top:calc((var(--lh24) - .06rem)/ 2);z-index:1;width:.06rem;height:.06rem;background-color:#e62028;border-radius:50%}@media (max-width:1004px){.robotic-wrapper-2{background-attachment:inherit}.robotic-wrapper-2 .main{flex-flow:wrap;flex-direction:column-reverse;padding:.6rem .48rem}.robotic-wrapper-2 .info{width:100%;padding-top:.48rem;padding-bottom:0}.robotic-wrapper-2 .pic{width:100%}.robotic-wrapper-2 .name{font-size:var(--fs24);line-height:var(--lh36)}.robotic-wrapper-2 .content,.robotic-wrapper-2 .content li{font-size:var(--fs14)}.robotic-wrapper-2 .content{margin-bottom:.48rem}.robotic-wrapper-2 .content li{padding-left:.24rem;margin-bottom:.2rem}.robotic-wrapper-2 .content li:before{top:calc((var(--lh24) - .08rem)/ 2);width:.08rem;height:.08rem}}.top-box{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #e6e6e6;margin-bottom:.54rem;position:relative;z-index:10}.goods-filter-wrapper .page-title{margin-bottom:16px}.goods-filter-wrapper .quick-search-box{margin-bottom:0}.goods-filter-wrapper .quick-search-box .select{width:424px}.goods-filter-wrapper .quick-search-box .select .caption{border-radius:8px}.goods-filter-wrapper .quick-search-box .select .list a.children{padding-left:.4rem}.goods-filter-wrapper .main{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.goods-filter-wrapper .main .caption{font-size:var(--fs18);line-height:var(--lh30);color:#222;margin-bottom:.25rem}.goods-filter-wrapper .left,.goods-filter-wrapper .right{box-shadow:0 0 29px 0 rgba(112,112,112,.1);border-radius:.15rem;border:solid 1px #e6e6e6;padding:.25rem .3rem .3rem}.goods-filter-wrapper .left{width:42.02%}.goods-filter-wrapper .left .item{display:none}.goods-filter-wrapper .right{width:calc(57.98% - .2rem)}.goods-filter-wrapper .right>p{font-size:14px;line-height:var(--lh24);color:#333;text-align:center;margin-top:-.4rem}.goods-filter-wrapper .top{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;align-items:center;margin-bottom:18px}.goods-filter-wrapper .top .caption{margin-bottom:0}.goods-filter-wrapper .btn-group,.goods-filter-wrapper .btns-box{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;align-items:center}.goods-filter-wrapper .dataToggle{display:none;align-items:center}.goods-filter-wrapper .divider{width:4px;height:40px;margin:0 10px;background-color:#eee}.goods-filter-wrapper .btn-group,.goods-filter-wrapper .btns{background-color:#fff;border-radius:8px;border:solid 1px #e62028;text-align:center;overflow:hidden}.goods-filter-wrapper .btns{display:grid;width:228px;grid-template-columns:repeat(3,1fr)}.goods-filter-wrapper .btn,.goods-filter-wrapper button{font-size:14px;line-height:44px;height:44px;color:#e62028;background:0 0;transition:all .48s;-o-transition:all .48s;-moz-transition:all .48s;-webkit-transition:all .48s;cursor:pointer;border-right:solid 1px #e62028}.goods-filter-wrapper .btn:last-child,.goods-filter-wrapper button:last-child{border-right:none}.goods-filter-wrapper .btn.active,.goods-filter-wrapper button.active{color:#fff;background:#e62028}.goods-filter-wrapper .btn{padding:0 14px}.goods-filter-wrapper .canvas{height:4.8rem;width:100%}.goods-filter-wrapper .canvas canvas{width:100%}.series-box{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.series-box a{display:block;background:#fff;text-align:center;padding:.17rem;border-bottom:2px solid #fff;transition:all .48s;-o-transition:all .48s;-moz-transition:all .48s;-webkit-transition:all .48s}.series-box a.on{background:#f6f6f6;border-color:#e62028}.series-box .pic img{height:1rem;object-fit:contain;mix-blend-mode:multiply}.series-box .info{margin-top:.11rem}.series-box .name{font-size:var(--fs16);line-height:18px;color:#000;font-family:medium;padding:0 .2rem;transition:color .48s;-o-transition:color .48s;-moz-transition:color .48s;-webkit-transition:color .48s}.series-box .desc{font-size:var(--fs12);line-height:18px;color:#666;margin-top:4px}@media (max-width:1004px){.top-box{display:block;margin-bottom:.3rem}.goods-filter-wrapper{padding-top:.8rem}.goods-filter-wrapper .page-title{margin-bottom:.3rem}.goods-filter-wrapper .quick-search-box .select{width:100%}.goods-filter-wrapper .main{display:block}.goods-filter-wrapper .left,.goods-filter-wrapper .right{padding:.3rem}.goods-filter-wrapper .left{width:100%}.goods-filter-wrapper .right{width:100%;margin-top:.3rem}.goods-filter-wrapper .top{display:block;margin-bottom:.3rem}.goods-filter-wrapper .btns-box{margin-top:.3rem}.goods-filter-wrapper .btns{width:100%;text-align:center}.goods-filter-wrapper .btn,.goods-filter-wrapper button{font-size:var(--fs14)}.goods-filter-wrapper .btn,.goods-filter-wrapper .divider,.goods-filter-wrapper button{line-height:var(--lh32);height:var(--lh32)}.goods-filter-wrapper .canvas{height:6rem}.series-box{grid-template-columns:repeat(2,1fr)}.series-box a{padding:.2rem;background:rgba(253,253,253,.8)}.series-box .pic img{height:2rem}.series-box .info{margin-top:.16rem}.series-box .name{font-size:var(--fs14);line-height:.34rem;height:.68rem}.series-box .desc{line-height:.34rem}}.filter-result-wrapper .caption{font-size:var(--fs30);line-height:var(--lh36);color:#222;margin-bottom:16px}.filter-result-wrapper .caption strong{font-weight:500}.filter-result-wrapper .tips{font-size:var(--fs18);line-height:var(--lh30);color:#333}.filter-result-wrapper .tips li{position:relative;padding-left:.14rem}.filter-result-wrapper .tips li:before{content:"";width:.06rem;height:.06rem;position:absolute;left:0;top:calc((var(--lh30) - .06rem)/ 2);z-index:1;border-radius:50%;background:#e62028}.filter-result-wrapper .like-goods-box .pic img{height:4.24rem;object-fit:contain}.tooltip{font-size:var(--fs16);font-family:medium;color:#333;line-height:var(--lh30);min-width:140px}@media (max-width:1440px){.filter-result-wrapper .like-goods-box .pic img{height:4.2rem}}@media (max-width:1004px){.filter-result-wrapper .caption{font-size:var(--fs22);line-height:var(--lh30);margin-bottom:.3rem}.filter-result-wrapper .tips{font-size:var(--fs15);line-height:var(--lh24)}.filter-result-wrapper .tips li{padding-left:.2rem}.filter-result-wrapper .tips li:before{content:"";width:.08rem;height:.08rem;top:calc((var(--lh24) - .08rem)/ 2)}.filter-result-wrapper .like-goods-box .pic img{height:4rem}.tooltip{font-size:var(--fs14);line-height:var(--lh24)}}
/* 缩略图。z-index 必须提升——卡片内 .circles 装饰是 z-index:0 的绝对定位元素，
   不提升层级图片会被它盖住（.title / .size / .btns 都是这么处理的）。 */
.download-box .item .pic {
    position: relative;
    z-index: 10;
    height: 1.8rem;
    margin-bottom: .3rem;
    overflow: hidden;
}

.download-box .item .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;          /* 主轴是横向长条，cover 会裁掉两端 */
    object-position: left center; /* 与卡片左对齐的排版保持一致 */
    transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    -webkit-transition: all .48s;
}

/* 悬停放大。.download-box 原本没有图，所以现有的 .item:hover 规则里
   只有阴影和 .circles 动画，没有图片缩放，必须显式补上。 */
.download-box .item:hover .pic img {
    transform: scale(1.05) translateZ(0);
    -o-transform: scale(1.05) translateZ(0);
    -moz-transform: scale(1.05) translateZ(0);
    -webkit-transform: scale(1.05) translateZ(0);
}

/* 搜索无结果提示。.download-box 是 repeat(3, 1fr) 的 grid，需要横跨整行 */
.download-box .no-result {
    grid-column: 1 / -1;
    font-size: var(--fs16);
    line-height: var(--lh30);
    color: #666;
    text-align: center;
    padding: 1rem 0;
}

@media (max-width: 1004px) {
    .download-box .item .pic {
        height: 2.6rem;
        margin-bottom: .4rem;
    }

    .download-box .no-result {
        font-size: var(--fs14);
        line-height: var(--lh24);
        padding: 1.2rem 0;
    }
}