.header{font-size:2rem;width:100%;height:10rem;color:#000;text-align:center;background:#fff;position:-webkit-sticky;position:sticky;z-index:999;top:0;left:0;padding-left:4rem}.header img{max-width:100%;max-height:100%}.header .mask{display:block;position:fixed;width:100%;height:100vw;background:rgba(0,0,0,0.5);position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.header a{color:#000}.header>.container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;max-width:100%}.header .logo{z-index:1;height:7.4rem;float:left;display:block;position:relative;top:1.3rem;left:0;-webkit-transition:all .5s;transition:all .5s}.header .logo img{vertical-align:middle;position:relative}.header .other{height:10rem;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:end;-ms-flex-pack:end;justify-content:flex-end;padding-left:6.5rem;-webkit-transition:all .5s;transition:all .5s}.header .other .otherC{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;float:right}.header .other .line{width:1px;height:1.4rem;background:rgba(157,157,157,0.6);margin-left:1.5rem;margin-right:1.5rem}.header .searchDiv{width:20rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:1rem;position:relative}.header .searchDiv input[type="text"]{width:100%;border-radius:1.8rem;line-height:3.4rem;height:3.6rem;padding:0 3.5rem 0 1.5rem;background:#fff;border:.1rem #fff solid}.header .searchBtn{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;width:3.3rem;height:3.3rem;cursor:pointer;margin-top:-1.1rem;z-index:1}.header .searchBtn .icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.header .searchBtn svg{fill:#9d9d9d;width:3.6rem;height:3.6rem;margin:auto}.header .searchBtn:hover svg{fill:var(--main-color)}.header .language{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:3.6rem;font-size:1.8rem;color:#9d9d9d;position:relative;margin-right:5rem;margin-top:-1.3rem}.header .language>a{color:#9d9d9d;height:3.6rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:top;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:arial;position:relative;margin-left:.5rem;margin-right:.5rem}.header .language>a:hover{color:var(--main-color)}.header .language .icon{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;width:3.4rem;height:3.4rem}.header .language .icon img{width:3.4rem;height:3.4rem}.header .language .icon svg{width:3.4rem;height:3.4rem;fill:#9d9d9d}.header .language .drop{opacity:0;visibility:hidden;font-size:1.6rem;background:#fff;width:12rem;line-height:4rem;text-align:center;border-radius:.5rem;padding:1rem 0;-webkit-box-shadow:0 0 1rem rgba(0,0,0,0.2);box-shadow:0 0 1rem rgba(0,0,0,0.2);position:absolute;z-index:999;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-top:1rem;display:none;-webkit-transition:.5s;transition:.5s;color:#333}.header .language .drop::after{content:"";border:.8rem solid transparent;border-bottom-color:#fff;width:0;height:0;margin:0 auto;position:absolute;top:-1.6rem;left:0;right:0}.header .language .drop a{color:#333;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:1rem;padding-right:1rem}.header .language .drop a:hover{background:#eee;text-decoration:none}.header .language .drop img{width:3rem;height:auto;margin-right:1rem}.header .language .arrow{display:inline-block;width:.8rem;height:.8rem;margin-left:1rem;position:relative}.header .language .arrow::after{content:"";display:inline-block;width:.8rem;height:.8rem;border-right:.1rem #fff solid;border-bottom:.1rem #fff solid;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg);margin-top:-0.2rem}.header .language:hover .drop{opacity:1;visibility:visible;display:block;margin-top:0}.header .btn-1{display:inline-block;text-align:center;color:#fff;min-width:14.4rem;line-height:10rem;padding:0 1rem;background:var(--main-color);margin-left:6rem;position:relative}.header .btn-1::before{content:"";position:absolute;width:100px;height:100%;background-image:linear-gradient(120deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.8), rgba(255,255,255,0) 70%);top:0;left:-100px;opacity:.6}.header .btn-1:hover::before{-webkit-animation:shine 1.5s ease-out infinite;animation:shine 1.5s ease-out infinite;-webkit-transform:scale(1.05);transform:scale(1.05)}@media screen and (max-width:1600px){.header .other{padding-left:2.5rem}.header .language .icon{width:2.4rem;height:2.4rem}}@media screen and (max-width:1280px){.header{background:#fff;font-size:14px;height:8rem;position:-webkit-sticky;position:sticky;top:0;left:0;padding-left:0}.header .logo{height:40px;top:1.4rem}.header>.container{width:100%;max-width:100%;height:60px}.header .other{height:8rem}.header .btn-1{line-height:8rem}.header .language:hover .drop{opacity:1;visibility:visible;display:block;margin-top:0}}@media screen and (max-width:1140px){.header .other{display:none}.header .common-nav{display:none}.header .navPhoneBtn{display:block;right:5vw}}.common-nav{margin-left:auto;display:inline-block;vertical-align:top;text-align:center}.common-nav>.listNav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.common-nav>.listNav>li{text-align:center;float:left;position:relative}.common-nav>.listNav>li.li-static{position:static}.common-nav>.listNav>li>a{font-size:2rem;height:8.6rem;padding:2.8rem 3.5rem;line-height:3rem;z-index:1;display:inline-block;vertical-align:middle;position:relative}.common-nav>.listNav>li>a>span{display:block;overflow:hidden;height:3rem;line-height:3rem;position:relative}.common-nav>.listNav>li>a .txt-1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s;position:relative}.common-nav>.listNav>li>a .txt-2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s;position:relative}.common-nav>.listNav>li:hover>a .txt-1{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.common-nav>.listNav>li:hover>a .txt-2{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.common-nav>.listNav>li.active>a>span::after{width:100%}.common-nav>.listNav>li.active>a .txt-1{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.common-nav>.listNav>li.active>a .txt-2{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.common-nav .mask{display:none;position:fixed;width:100%;height:100vw;background:rgba(0,0,0,0.5);position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.common-nav .active .mask{display:block}.common-nav .child{width:150%;font-size:1.8rem;text-align:center;position:absolute;z-index:9999;top:117%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scaleY(0) translateX(-50%);transform:scaleY(0) translateX(-50%);-webkit-transition:.4s;transition:.4s;color:#333}.common-nav .child a{color:#333}.common-nav .child .list{padding:2rem 1.5rem;background:rgba(255,255,255,0.8);-webkit-box-shadow:0 0 1rem 0 rgba(0,0,0,0.1);box-shadow:0 0 1rem 0 rgba(0,0,0,0.1);border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;overflow:hidden;position:relative}.common-nav .child .list li{width:100%;padding-bottom:0;float:left;display:block}.common-nav .child .list li:last-child{padding-bottom:0}.common-nav .child .list a{width:100%;display:block;color:#333;font-size:1.6rem;line-height:3rem;padding:.5rem 1rem;position:relative}.common-nav .child .list a:hover{color:var(--main-color)}.common-nav .child.show{-webkit-transform:scaleY(1) translateX(-50%);transform:scaleY(1) translateX(-50%)}.common-nav>.listNav>li:nth-child(3) .child{width:200%}.common-nav>.listNav>li:nth-child(6) .child{width:90%}@media screen and (max-width:1280px){.common-nav>.listNav>li>a{font-size:1.6rem;height:8rem;padding:0 2rem;line-height:8rem;z-index:1;display:inline-block;vertical-align:middle;position:relative}.common-nav>.listNav>li>a>span{display:block;overflow:hidden;height:8rem;line-height:8rem;position:relative}.common-nav>.listNav>li .child{width:150%;font-size:1.6rem;text-align:center;position:absolute;z-index:9999;top:100%;left:50%;-webkit-transform:translateX(-240%);transform:translateX(-240%);-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scaleY(0) translateX(-50%);transform:scaleY(0) translateX(-50%);-webkit-transition:.4s;transition:.4s;color:#333}.common-nav>.listNav>li .child.show{-webkit-transform:scaleY(1) translateX(-50%);transform:scaleY(1) translateX(-50%)}.common-nav>.listNav>li:nth-child(3) .child{width:300%}.common-nav>.listNav>li:nth-child(6) .child{width:130%}.common-nav>.listNav>li:nth-child(7) .child{width:180%}}@media screen and (max-width:1023px){.common-nav{display:none}}.navPhoneBtn{display:inline-block;padding:10px;cursor:pointer;position:absolute;z-index:11;right:0;top:0;bottom:0;margin:auto;height:36px;text-align:right;display:none}.navPhoneBtn span{display:block;width:20px;height:2px;margin-bottom:5px;position:relative;background:var(--main-color);border-radius:3px;z-index:1;-webkit-transform-origin:20px;transform-origin:20px;-webkit-transition:background .5s cubic-bezier(.77, .2, .05, 1),opacity .5s ease,width .5s,-webkit-transform .5s cubic-bezier(.77, .2, .05, 1),-webkit-transform .5s cubic-bezier(.77, .2, .05, 1);transition:background .5s cubic-bezier(.77, .2, .05, 1),opacity .5s ease,width .5s,-webkit-transform .5s cubic-bezier(.77, .2, .05, 1),-webkit-transform .5s cubic-bezier(.77, .2, .05, 1);transition:background .5s cubic-bezier(.77, .2, .05, 1),opacity .5s ease,transform .5s cubic-bezier(.77, .2, .05, 1),width .5s,transform .5s cubic-bezier(.77, .2, .05, 1);transition:background .5s cubic-bezier(.77, .2, .05, 1),opacity .5s ease,transform .5s cubic-bezier(.77, .2, .05, 1),width .5s,transform .5s cubic-bezier(.77, .2, .05, 1),-webkit-transform .5s cubic-bezier(.77, .2, .05, 1),-webkit-transform .5s cubic-bezier(.77, .2, .05, 1)}.navPhoneBtn span:nth-last-child(2){-webkit-transform:rotate(0);transform:rotate(0)}.navPhoneBtn span:last-child{margin-bottom:0}.navPhoneBtn.close,.navPhoneBtn.closeMember{opacity:1;z-index:10}.navPhoneBtn.close span,.navPhoneBtn.closeMember span{opacity:1;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.navPhoneBtn.close span:nth-last-child(3),.navPhoneBtn.closeMember span:nth-last-child(3){opacity:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.navPhoneBtn.close span:nth-last-child(2),.navPhoneBtn.closeMember span:nth-last-child(2){width:0;opacity:0;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:width .5s;transition:width .5s}.navPhoneBtn.close span:last-child,.navPhoneBtn.closeMember span:last-child{margin-bottom:0}@media screen and (max-width:1023px){.navPhoneBtn{display:block}}.common-navM .mask{background:rgba(0,0,0,0.2);width:100%;height:100%;position:fixed;z-index:999;top:0;left:0;display:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.common-navM .navMCon{background-color:#f3f3f3;width:85%;min-width:140px;max-width:440px;height:100%;border-left:1px rgba(0,0,0,0.1) solid;padding:10px 20px;font-size:14px;line-height:2;position:fixed;z-index:9999;top:0;bottom:0;right:auto;left:-100%;-webkit-transition:all .5s;transition:all .5s}.common-navM .navMWrap{overflow-y:auto;padding:10px 20px;position:absolute;top:0;right:0;bottom:0;left:0}.common-navM.open .mask{display:block}.common-navM.open .closeBtn{display:block}.common-navM.open .navMCon{left:0}.common-navM .closeBtn{display:none;width:48px;height:48px;border-radius:50%;text-align:center;line-height:40px;background:var(--main-color);color:#fff;position:absolute;z-index:999;right:-24px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.common-navM .closeBtn:before,.common-navM .closeBtn:after{content:"";display:block;background:#fff;margin:auto;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.common-navM .closeBtn:before{width:16px;height:2px}.common-navM .closeBtn:after{width:2px;height:16px}.common-navM .titleBig{text-align:center;padding:10px 0;display:none}.common-navM .navMWrap>.list em{font-style:initial}.common-navM .navMWrap>.list .title{padding:10px 0;border-bottom:1px rgba(0,0,0,0.1) solid;position:relative}.common-navM .navMWrap>.list .title .icon{width:40px;height:40px;margin:auto;display:none;position:absolute;top:0;bottom:0;right:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.common-navM .navMWrap>.list .title .icon:before,.common-navM .navMWrap>.list .title .icon:after{content:"";margin:auto;position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;-webkit-transform-origin:center center;transform-origin:center center;-webkit-transition:all .3s ease;transition:all .3s ease}.common-navM .navMWrap>.list .title .icon:before{width:10px;height:10px;border-top:1px #aaa solid;border-right:1px #aaa solid}.common-navM .navMWrap>.list .title em{font-style:initial}.common-navM .navMWrap>.list .has .title .icon{display:block}.common-navM .navMWrap>.list .active>.title .icon:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.common-navM .navMWrap>.list>li>.title{font-weight:700;font-size:14px}.common-navM .navMWrap>.list>li>.child>.list>li{text-indent:24px;font-size:14px}.common-navM .navMWrap>.list>li>.child>.list>li>.child{font-size:14px}.common-navM .navMWrap>.list>li>.child>.list>li>.child .title{padding-left:20px}.common-navM .navMWrap>.list>li>.child>.list>li>.title{position:relative}.common-navM .navMWrap>.list>li>.child>.list>li>.title:before{content:"";display:block;width:4px;height:4px;border-radius:50%;background:var(--main-color);position:absolute;top:26px;left:10px}.common-navM .navMWrap>.list .tb{width:20px;height:20px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:absolute;top:7px;left:0}.common-navM .child{padding:0 0 20px 0;display:none;position:relative}.common-navM .child a{color:#666;display:block;line-height:28px;padding:5px 0;-webkit-transition:all .5s;transition:all .5s;position:relative}.common-navM .child a:hover{color:#000;margin-left:10px}.common-navM .mSearch{padding:10px 0;text-align:left;overflow:hidden;border-bottom:#f3f3f3 1px solid;position:relative}.common-navM .mSearch .btn{width:26px;height:26px;font-size:0;padding:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:10px}.common-navM .mSearch .btn .icon{width:20px;height:20px;line-height:20px;vertical-align:top}.common-navM .mSearch input{height:40px;line-height:38px;border:0;vertical-align:middle;-webkit-box-sizing:border-box !important;box-sizing:border-box !important;color:#333;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition:all .4s cubic-bezier(.11393, .8644, .14684, 1);transition:all .4s cubic-bezier(.11393, .8644, .14684, 1);opacity:1;width:100%;padding:5px 40px 5px 15px;border-radius:2px;font-size:14px;background-color:#fff;position:static;left:0;right:0}.common-navM .other{padding:10px}.common-navM .languageBtn{padding:10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:0;column-gap:0}.common-navM .languageBtn>div{width:auto}.common-navM .languageBtn .col-2{width:50%}.common-navM .languageBtn .col-3{width:33.33333333%}.common-navM .languageBtn .col-4{width:25%}.common-navM .languageBtn .col-5{width:20%}.common-navM .languageBtn .col-6{width:16.66666667%}.common-navM .languageBtn a{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;height:40px;line-height:40px;padding:0 10px;text-align:center;border:1px #eee solid;margin-right:-1px;margin-top:-1px;background:#fff}.common-navM .languageBtn a img{height:16px;-o-object-fit:cover;object-fit:cover;margin-right:10px}#searchPopup{height:100%;position:fixed;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0;width:100%;display:none;z-index:9999}#searchPopup .transparent{display:none;position:fixed;z-index:9;top:0;margin:auto;left:0;width:100%;height:100%;background:rgba(0,0,0,0.3)}#searchPopup .searchBox{color:#fff;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:90%;max-width:800px;z-index:-1;top:100px;opacity:0;-webkit-transition:all .5s;transition:all .5s;top:40%}#searchPopup .searchBox.fadeIn{top:50%;opacity:1;z-index:999}#searchPopup .searchBox .container{width:100%;border-radius:10px;position:relative;z-index:1;margin-left:auto;margin-right:auto;text-align:right}#searchPopup .searchBox input{border:none;border-radius:5px;background:#fff;color:#333;width:100%;padding:0 10px;font-size:14px;height:60px;line-height:58px;-webkit-transition:.5s;transition:.5s}#searchPopup .searchBox input:focus{color:#000;-webkit-box-shadow:0 0 0 1px var(--main-color) inset;box-shadow:0 0 0 1px var(--main-color) inset}#searchPopup .searchBox .btn{border-top-right-radius:5px;border-bottom-right-radius:5px;position:absolute;top:0;bottom:0;margin:auto;right:0;height:60px;width:60px;background:var(--main-color);text-align:center;color:#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}#searchPopup .searchBox .btn svg{width:24px;height:24px;fill:#fff}#searchPopup .searchBox .btn:hover{opacity:.8}#searchPopup .searchBox .close{display:none}#searchPopup .searchBox2.fadeIn{top:95px}@media screen and (max-width:1023px){#searchPopup .searchBox .container{width:100%}#searchPopup .searchBox input{width:100%}#searchPopup .searchBox .btn{right:15px}#searchPopup .searchBox .btn svg{width:24px;height:24px}}.banner{position:relative;text-align:center;max-height:81rem;overflow:hidden}.banner .pc img,.banner .ph img,.banner .pc video,.banner .ph video{display:block;-o-object-fit:cover;object-fit:cover}.banner .pc{position:relative}.banner .pc::after{content:"";display:block;padding-top:51.04166667%}.banner .ph{display:none}.banner .box{position:relative;overflow:hidden;z-index:20}.banner .box:before{position:absolute;content:"";left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:1}.banner .box .text{left:0;width:100%;color:#fff;z-index:999;top:45%;-webkit-transform:translateY(-45%);transform:translateY(-45%);z-index:99;position:absolute;z-index:10}.banner .box .text .item{color:#fff;position:relative;z-index:20;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;width:60%;margin:0 auto}.banner .box .text .item .title{font-size:6rem;line-height:1.1;-webkit-animation:1.5s ease fadeInLeft2;animation:1.5s ease fadeInLeft2;font-family:var(--font-family-1);margin-bottom:4rem}.banner .box .text .item .info{font-size:2.4rem;font-family:var(--font-family-2);padding:0 10rem;margin-bottom:9rem}.banner .swiper-pagination{bottom:3rem;width:100%;text-align:center;position:absolute}.banner .swiper-pagination .swiper-pagination-bullet{width:1rem;height:1rem;background:#fff;border-radius:50%;margin:0 .6rem;position:relative;overflow:hidden;opacity:1;-webkit-transition:all .3s;transition:all .3s}.banner .swiper-pagination .swiper-pagination-bullet-active{width:4rem;height:1rem;border-radius:3rem;background:var(--main-color)}@media (max-width:1200px){.banner .box .text .item{width:100%}.banner .box .text .item .title{font-size:20px}}@media (max-width:1023px){.banner .box .pc{display:none}.banner .box .ph{display:block}}@media (max-width:767px){.banner .box .text .item .info{display:none}}.pubmore a,.pubmore p{border:1px solid #fff;min-width:23rem;height:6rem;line-height:5.8rem;text-align:center;display:inline-block;vertical-align:top;color:#fff}.pubmore a span,.pubmore p span{font-size:1.8rem;line-height:5.8rem;color:#fff;font-family:var(--font-family-2);text-align:center;display:block}.pubmore a:hover{background-position:right center;background-size:200% auto;-webkit-animation:pulse512 2s infinite;animation:pulse512 1.5s infinite}@-webkit-keyframes pulse512{0%{-webkit-box-shadow:0 0 0 0 #6ea2ed;box-shadow:0 0 0 0 #6ea2ed}70%{-webkit-box-shadow:0 0 0 10px rgba(218,103,68,0);box-shadow:0 0 0 10px rgba(218,103,68,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(218,103,68,0);box-shadow:0 0 0 0 rgba(218,103,68,0)}}@keyframes pulse512{0%{-webkit-box-shadow:0 0 0 0 #6ea2ed;box-shadow:0 0 0 0 #6ea2ed}70%{-webkit-box-shadow:0 0 0 10px rgba(218,103,68,0);box-shadow:0 0 0 10px rgba(218,103,68,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(218,103,68,0);box-shadow:0 0 0 0 rgba(218,103,68,0)}}@media (max-width:1023px){.pubmore a,.pubmore p{min-width:19rem;height:45px;line-height:43px}.pubmore a span,.pubmore p span{font-size:15px;line-height:43px}}.section-title{font-family:var(--font-family-1);font-size:4rem}.products-section{position:relative;padding:8rem 0;color:#fff;z-index:66}.products-section:before{position:absolute;content:"";left:0;top:0;width:100%;height:45rem;background:var(--main-color) url(../images/home-product-bj1.webp) no-repeat top center;z-index:-1}.products-section .products-swiper{overflow:hidden}.section-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:2rem}.section-title{font-size:4rem;font-weight:700}.products-nav{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem}.products-nav .swiper-button-next,.products-nav .swiper-button-prev{position:static;width:4rem;height:4rem;border:1px solid rgba(255,255,255,0.3);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;color:#fff;margin:0;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.products-nav .swiper-button-next::after,.products-nav .swiper-button-prev::after{font-size:1.6rem;color:#fff}.products-nav .swiper-button-next:hover,.products-nav .swiper-button-prev:hover{background:#fff;color:var(--main-color)}.products-nav .swiper-button-next:hover::after,.products-nav .swiper-button-prev:hover::after{color:var(--main-color)}.products-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4rem;margin-bottom:4rem;border-bottom:1px solid rgba(255,255,255,0.2)}.products-tabs span{font-size:1.8rem;padding-bottom:1.5rem;cursor:pointer;position:relative;opacity:.7;-webkit-transition:all .3s;transition:all .3s}.products-tabs span.active,.products-tabs span:hover{opacity:1}.products-tabs span.active::after{content:'';position:absolute;bottom:-1px;left:0;width:100%;height:3px;background:#fff}.product-card{background:#f2f8fd;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all .3s;transition:all .3s;position:relative;overflow:hidden}.product-card .box .box01{padding:1.5rem 1.5rem 2rem 1.5rem}.product-card .pic:after{padding-bottom:100.85714286%}.product-card .pic img{-webkit-transition:.5s;transition:.5s}.product-card:hover .pic img{-webkit-transform:scale(1.1);transform:scale(1.1)}.product-card .pro-tit{font-size:1.8rem;font-weight:600;margin-bottom:1rem;color:#000;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:var(--font-family-0);min-height:5.5rem}.product-card .formula{margin-top:auto;font-size:1.6rem;color:#626262;border-top:1px solid #e2e1e1;padding-top:2.5rem;margin-top:2rem}.product-card .hover-content{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(4,27,91,0.9);color:#fff;padding:4rem 3rem;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease, -webkit-transform .4s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-card:hover .hover-content{-webkit-transform:translateY(0);transform:translateY(0)}.product-card .hover-content .pro-tit{font-weight:700;color:#fff;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;min-height:auto}.product-card .hover-content .pic:after{padding-bottom:62.85714286%}.product-card .hover-content .synonyms{font-size:1.6rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.product-card .hover-content .view-more{margin-top:auto;font-size:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.box-product-xont .products-swiper{display:none}@media (max-width:1023px){.products-section{padding:40px 0}.products-tabs{gap:2rem;margin-bottom:3rem;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:0;border-bottom:none}.products-tabs span{font-size:14px;padding-bottom:1rem;white-space:nowrap;padding-bottom:.5rem}.products-tabs span.active::after{height:1px}}.about-banner{position:relative;min-height:60rem;padding:23rem 0 10rem 0;background:rgba(2,11,35,0.9);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-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff}.about-banner>img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.4;z-index:1}.about-content{position:relative;z-index:2;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;width:100%}.play-btn{width:8rem;height:8rem;background:var(--main-color);border-radius:50%;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;cursor:pointer;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;margin-bottom:4rem}.play-btn:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.play-btn::after{content:'';display:block;width:0;height:0;border-style:solid;border-width:1.5rem 0 1.5rem 2.5rem;border-color:transparent transparent transparent #fff;margin-left:.5rem}.about-desc{font-size:1.8rem;line-height:1.8;margin-bottom:14rem;text-align:left}.stats-grid{display:grid;grid-template-columns:.8fr 1.2fr 1.55fr 1.5fr;gap:2rem;width:100%;text-align:left}.stat-item .shuzi{font-size:6.6rem;margin-bottom:1rem;font-family:'impact';line-height:7rem}.stat-item p{font-size:1.6rem}@media (max-width:1023px){.stat-item .shuzi{font-size:23px;line-height:30px}.stats-grid{grid-template-columns:5fr 5fr;gap:2rem;font-size:14px}.about-desc{margin-bottom:40px}.about-banner{padding-top:10rem}}.videoPopup{display:none;width:100%;height:100%;position:fixed;z-index:9999;top:0;left:0}.videoPopup.show{display:block}.videoPopup .transparent{display:block;position:fixed;z-index:9;top:0;margin:auto;left:0;width:100%;height:100%;background:rgba(0,0,0,0.3)}.videoPopup .videoPopupCon{width:100%;height:100%;text-align:center;position:relative;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}.videoPopup .videoPopupWrap{width:auto;max-width:90vw;max-height:90vh;padding:0;margin:auto;vertical-align:top}.videoPopup .con{width:auto;height:100%;position:relative;z-index:100}.videoPopup iframe{width:100% !important;height:100% !important}.videoPopup video{width:100%;height:auto;max-width:90vw;max-height:90vh;vertical-align:top}.videoPopup .closeBtn{cursor:pointer;display:block;width:60px;height:60px;text-align:center;line-height:60px;background:var(--main-color);color:#fff;position:absolute;z-index:9999;right:0;top:0}.videoPopup .closeBtn:after,.videoPopup .closeBtn:before{content:"";display:block;background:#fff;margin:auto;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.videoPopup .closeBtn:before{width:25px;height:1px}.videoPopup .closeBtn:after{width:1px;height:25px}@media (max-width:1023px){.videoPopup .videoPopupWrap{width:100%}.videoPopup .closeBtn{width:30px;height:30px;text-align:center;line-height:30px}.videoPopup .closeBtn:before{width:17px;height:1px}.videoPopup .closeBtn:after{width:1px;height:17px}}.index-product-center{padding:8rem 0;text-align:center}.index-product-center .section-title{color:var(--main-color);margin-bottom:2rem}.index-product-center .section-desc{font-size:1.8rem;color:#4c4c4c;margin:0 auto 5rem;line-height:2.6rem;text-align:left}.index-product-center .about-bottom ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden}.index-product-center .about-bottom ul li{width:18%;float:left;-webkit-transition:.5s;transition:.5s}.index-product-center .about-bottom ul li .box{height:65rem;overflow:hidden;position:relative;-webkit-transition:.5s;transition:.5s}.index-product-center .about-bottom ul li .box:after{content:'';display:block;width:100%;height:100%;background:rgba(4,27,91,0.5);position:absolute;bottom:-1px;left:0;z-index:3}.index-product-center .about-bottom ul li .box .text{position:absolute;padding:0 4rem;top:43%;left:0;width:100%;-webkit-transition:.5s;transition:.5s;z-index:34}.index-product-center .about-bottom ul li .box .text .bt{margin-top:1.5rem;font-size:2.1rem;line-height:2.6rem;color:#fff;font-weight:bold}.index-product-center .about-bottom ul li .box .text .btn-more{-webkit-transition:.5s;transition:.5s;min-width:30rem;height:6.6rem;line-height:6.4rem;border:1px solid #fff;display:none;margin-top:5.5rem;font-size:2rem;color:#fff;font-weight:bold}.index-product-center .about-bottom ul .active{width:45.8%}.index-product-center .about-bottom ul .active .box .text{top:37%}.index-product-center .about-bottom ul .active .box .text .bt{font-size:3rem;margin-bottom:1rem}.index-product-center .about-bottom ul .active .box .text .bt br{display:none}.index-product-center .about-bottom ul .active .box .text .btn-more{height:auto;display:inline-block}@media (max-width:1023px){.section-title{font-size:23px}.index-product-center{padding:40px 0}.index-product-center .section-desc{font-size:15px;line-height:28px}.index-product-center .about-bottom ul li{width:50%;float:left;padding:0 4px;margin-top:10px}.index-product-center .about-bottom ul li .box{height:360px;border-radius:8px}.index-product-center .about-bottom ul li .box .text{position:absolute;padding:0 20px;bottom:5%;left:0;width:100%;-webkit-transition:.5s;transition:.5s;z-index:34;top:auto}.index-product-center .about-bottom ul li .box .text .bt{font-size:18px;line-height:32px;margin-bottom:5px}.index-product-center .about-bottom ul li .box .text .bt br{display:none}.index-product-center .about-bottom ul li .box .text .btn-more{font-size:14px;line-height:33px;height:35px;min-width:180px;margin-top:10px;display:inline-block}.index-product-center .about-bottom ul .active{width:50%}.index-product-center .about-bottom ul .active .box .text{bottom:5%;top:auto}.index-product-center .about-bottom ul .active .box .text .bt{font-size:18px;margin-bottom:5px}}@media (max-width:640px){.index-product-center .about-bottom ul li .box .text .bt{font-size:14px;line-height:24px}.index-product-center .about-bottom ul .active .box .text .bt{font-size:14px}.index-product-center .about-bottom ul li .box{height:310px}.index-product-center .about-bottom ul li .box .text .tubiao img{max-width:60px}.index-product-center .about-bottom ul .active .box .text .tubiao img{max-width:60px}.index-product-center .about-bottom ul li .box .text .btn-more{min-width:100%}}.news-section{padding:0 0 8rem 0;background:#fff}.news-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:4rem}.news-header .section-title{color:var(--main-color)}.news-header .more-link{font-size:1.6rem;color:var(--main-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.news-header .more-link img{vertical-align:middle}.news-grid ul li{border:1px solid #eee;background:#fff;-webkit-transition:.5s;transition:.5s}.news-card .pic:after{padding-bottom:64.86486486%}.news-card .pic img{-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s}.news-grid ul li:hover .pic img{-webkit-transform:scale(1.05);transform:scale(1.05)}.news-card .info{padding:2.5rem}.news-card .date{font-size:1.4rem;color:var(--main-color);margin-bottom:1rem;text-transform:uppercase;color:#00082b}.news-card .text-truncate{font-size:2.4rem;margin-bottom:1.5rem;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:1}.news-card .text-truncate-multi{font-size:1.4rem;color:#4c4c4c;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:3;height:7.8rem}.news-card .read-more{font-size:1.4rem;color:#303b5c;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.2rem;border-top:1px solid #f3f3f3;padding-top:2.8rem;margin-top:2.8rem}.news-card .read-more img{vertical-align:middle}.news-grid ul li:hover .read-more{color:var(--main-color)}.news-grid ul li:hover .text-truncate{color:var(--main-color)}@media (max-width:1023px){.news-header{margin-bottom:22px}.news-section{padding-bottom:40px}.news-card .date{font-size:14px}.news-card .text-truncate{font-size:18px}.news-card .text-truncate-multi{font-size:14px}.news-card .read-more{font-size:14px}.news-header .more-link{font-size:15px}}.footer{background:#f3f7fd;padding:4rem 0 3rem}.footer-top{margin-bottom:3rem}.footer-logo{margin-bottom:1.2rem}.footer-top .contact-info{width:26%;float:left;font-size:1.4rem;line-height:1.6;border-right:2px solid #d8e7ff}.foot-tit{font-size:1.8rem;color:#00082b;margin-bottom:1.5rem}.contact-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;margin-bottom:2.5rem;font-size:1.4rem;line-height:1.4;color:#6e7cb5;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-family:var(--font-family-0)}.contact-item .tb{width:2.1rem;display:block;-ms-flex-negative:0;flex-shrink:0;margin-top:.5rem}.contact-item .tb img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.contact-item span a{color:#6e7cb5;display:inline-block}.contact-item:last-child .tb{margin-top:.2rem}.footer-top .footer-right{width:74%;float:right;padding-left:3rem}.footer-top .footer-right .box{overflow:hidden}.footer-top .footer-right .box li{width:14%;float:left;padding-right:1.5%}.footer-top .footer-right .box li:nth-child(2){width:24.5%}.footer-top .footer-right .box li:nth-child(4){width:17.5%}.footer-top .footer-right .box li:nth-child(5){width:16%}.footer-top .footer-right .box li .textbox a{display:block;font-size:1.4rem;color:#666;line-height:3.9rem}.footer-top .footer-right .box li .textbox a:hover{color:var(--main-color)}.footer-top .footer-right .box li:last-child{padding-right:0}.social-links{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;margin-top:3.5rem;float:right}.social-links a{width:4.2rem;height:4.2rem;border:1px solid var(--main-color);border-radius:50%;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;color:var(--main-color);font-size:1.6rem;-webkit-transition:all .3s;transition:all .3s}.social-links a:hover{background:var(--main-color);color:#fff;border-color:var(--main-color)}.social-links a:hover img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #ddd;font-size:1.4rem;color:#909090}@media (max-width:1023px){.footer-top .footer-right{display:none}.footer-top .contact-info{width:100%;float:none;border-right:none}.contact-item{font-size:14px;line-height:1.2}.footer-bottom{font-size:14px}}@media (max-width:767px){.footer-logo{height:40px}}.inside-banner{position:relative}.inside-banner .pc img{width:100%}.inside-banner .ph{display:none}.inside-banner .index-title{color:#fff;font-size:6rem;font-family:var(--font-family-1);text-align:left;-webkit-animation:fadeInUp2 2s alternate;animation:fadeInUp2 2s alternate}.inside-banner .info{font-size:2rem;color:#fff;-webkit-animation:fadeInUp2 2s alternate;animation:fadeInUp2 2s alternate}.inside-banner .banner-hover{position:absolute;top:42%;left:0;width:100%;-webkit-transform:translateY(-54%);transform:translateY(-54%);z-index:5}@media (max-width:1023px){.inside-banner .pc{display:none}.inside-banner .ph{display:block}.inside-banner .index-title{font-size:23px}}.inside-box{background:rgba(255,255,255,0.4);margin-top:-7rem;position:relative;font-family:var(--font-family-3)}.inside-box .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.inside-menu{width:59%;height:7rem;line-height:7rem;font-size:1.8rem}.inside-menu ul{display:-webkit-box;    justify-content: space-between;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.inside-menu li{width:20%;text-align:center}.inside-menu li a{color:#fff;display:block}.inside-menu li img{margin-right:1rem;max-height:3.2rem;vertical-align:middle}.inside-menu .cur,.inside-menu li:hover{background:var(--main-color)}.inside-menu .cur a,.inside-menu li:hover a{color:#fff}.inside-current{width:27%;font-size:1.8rem;height:7rem;line-height:7rem;font-weight:lighter;font-weight:400;text-align:right;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:1;color:#fff}.inside-current span{color:#fff}.inside-current img{margin-right:1rem;vertical-align:middle;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.inside-current a{color:#fff}.inside-current a:hover{text-decoration:underline}@media (max-width:1200px){.inside-box{margin-top:0;position:inherit}.inside-menu li{border:1px solid #f00}.inside-menu{display:none}.inside-current{width:100%;color:#999;font-size:14px;text-align:left}.inside-current a{color:#999}.inside-current span{color:#3f3f40}.inside-current img{-webkit-filter:none;filter:none}}.inside-about01{background-size:cover;background-position:center bottom;background-repeat:no-repeat;padding:15rem 0 15rem 0;color:#fff}.inside-title{font-size:6rem;font-family:var(--font-family-1);text-align:center}.inside-about01 .inside-title{margin-bottom:2.3rem}.inside-about01 .info{font-size:2rem}.inside-about01 .box{max-width:99rem;margin:0 auto;text-align:center}.inside-about01 .box .line{width:13rem;height:1px;background:#fff;margin:4.5rem auto 4.5rem}.history{overflow:hidden;padding-top:6rem;background:#f9fcfc}.history .inside-title{margin-bottom:10rem;color:var(--main-color)}.history .lishi-bottom{position:relative;background-size:cover;background-repeat:no-repeat;background-position:left top;height:79rem}.history .lishi-bottom .container{max-width:154rem}.history .lishi-bottom:after{width:100%;z-index:1;content:"";top:0;left:0;height:74rem;position:absolute;background:url(../images/lishi-line.webp) no-repeat center top;background-size:cover}.history .list{z-index:5;position:relative}.history .list .swiper-container{height:74rem}.history .list .item{height:12rem;position:absolute}.history .list .item:after{content:"";bottom:13rem;left:1.3rem;width:5rem;height:5rem;position:absolute;background:url(../images/lishi-yd.webp) no-repeat center center;background-size:5rem}.history .list .item .nr{width:28rem}.history .list .item .time span{color:#2b2c2e;font-size:3rem;text-align:center;padding:0 1rem;line-height:3rem;display:inline-block;border-bottom-right-radius:0;min-width:28rem}.history .list .item .tit{color:#2b2c2e;height:7.8rem;overflow-y:auto;line-height:2.6rem;font-size:1.6rem;margin-top:.3rem;text-align:center}.history .list .item-1{left:0;bottom:1rem}.history .list .item-2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:18rem;bottom:14rem;left:6rem;top:auto;padding-bottom:8.8rem}.history .list .item-2:after{bottom:0;left:16rem;top:auto}.history .list .item-2 .tit{height:5.2rem}.history .list .item-3{bottom:32rem;left:22rem}.history .list .item-3:after{bottom:-6.5rem;left:14rem;top:auto}.history .list .item-4{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:16rem;left:42.3rem;top:39.8rem}.history .list .item-4:after{top:-1rem;bottom:auto;left:11.3rem}.history .list .item-5{left:50.3rem;top:22.8rem;height:15rem}.history .list .item-5:after{top:15rem;bottom:auto;left:17.3rem}.history .list .item-5 .nr{width:32rem}.history .list .item-5 .tit{height:11rem}.history .list .item-6{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:15rem;left:83.3rem;top:21.8rem}.history .list .item-6:after{top:-1rem;bottom:auto;left:8.3rem}.history .list .item-6 .nr{width:30rem}.history .list .item-7{left:89rem;top:6.1rem}.history .list .item-7 .nr{width:30rem}.history .list .item-7:after{top:13rem;bottom:auto;left:13.3rem}.history .list .item-8{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;left:113rem;top:27.1rem}.history .list .item-8:after{top:-5rem;bottom:auto;left:9rem}.history .list .item-8 .nr{width:30rem}.history .list .item-9{left:122rem;top:7.8rem;height:9rem}.history .list .item-9 .nr{width:23rem}.history .list .item-9:after{top:11rem;bottom:auto;left:10rem}.history .list .item-9 .tit{height:6rem}.history .list .item-10{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;left:141rem;top:11.5rem}.history .list .item-10:after{top:-3rem;bottom:auto;left:5rem}.history .list .item-10 .nr{width:12rem}.history .list .item-10 .tit{height:6rem}.history .list-ph{z-index:5;position:relative;padding-bottom:50px;display:none;padding-top:30px}.history .list-ph .swiper-container{margin:0 30px}.history .list-ph .swiper-button-next,.history .list-ph .swiper-button-prev{z-index:9;top:57%}.history .list-ph .swiper-button-next:after,.history .list-ph .swiper-button-prev:after{color:#999;font-size:20px;font-weight:700}.history .list-ph .swiper-button-prev{left:0}.history .list-ph .swiper-button-next{right:0}.history .list-ph .item{text-align:center}.history .list-ph .item .time{padding-bottom:3rem;position:relative}.history .list-ph .item .time span{font-size:38px;line-height:60px;color:var(--main-color);font-family:var(--font-family-1)}.history .list-ph .item .time:before{content:"";left:50%;width:1px;height:50%;bottom:0;position:absolute;background:-webkit-gradient(linear, left bottom, left top, from(#c42840), to(rgba(196,40,64,0.1)));background:linear-gradient(to top, #c42840, rgba(196,40,64,0.1))}.history .list-ph .item .time:after{content:"";left:50%;width:10px;height:10px;bottom:0;position:absolute;border-radius:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background:var(--main-color)}.history .list-ph .item .tit{color:#474747;font-size:16px;margin-top:15px}.honor{background:#f4f4f4;padding:4rem 0 6rem 0}.honor .inside-title{color:var(--main-color)}.honor .list .pic:after{padding-bottom:77.52808989%}.honor .list{padding:0 21rem;margin-top:5rem}.honor .list li{background:#fff;padding:4rem 0}.honor .list li .info{margin-top:2.2rem;text-align:center;padding:0 2rem;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:1;font-size:2.2rem;color:#333}@media (max-width:1580px){.history .lishi-bottom .container{padding:0}}@media (max-width:1280px){.history{height:auto}.history .list{display:none}.history .list-ph{display:block}.history .lishi-bottom{height:auto}.history .lishi-bottom::after{display:none}.history .inside-title{margin-bottom:10px}.honor .list{padding:0;margin-top:20px}}@media (max-width:1023px){.inside-title{font-size:21px}.history{padding-top:40px}.inside-about01{padding:50px 0}.honor .list li .info{font-size:15px;margin-top:5px}}.inside-exhibitions-01{padding-top:5rem;padding-bottom:10rem}.inside-exhibitions-01 .list{position:relative;margin-top:4.5rem}.inside-exhibitions-01 .list a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;background:#f7f7f7}.inside-exhibitions-01 .list a:hover .pic img{-webkit-transform:scale(1.1);transform:scale(1.1)}.inside-exhibitions-01 .list a:hover .tit{color:var(--main-color)}.inside-exhibitions-01 .list a:hover .button span:before{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-animation:shine 1.5s ease-out infinite;animation:shine 1.5s ease-out infinite}.inside-exhibitions-01 .list .pic img{-webkit-transition:all .7s ease;transition:all .7s ease}.inside-exhibitions-01 .list .pic{width:47.5%;overflow:hidden;position:relative}.inside-exhibitions-01 .list .pic:after{padding-bottom:56%}.inside-exhibitions-01 .list .txtbox{padding-right:9.5rem;padding-left:8rem;width:52.5%}.inside-exhibitions-01 .list .txtbox .nr{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.inside-exhibitions-01 .list .txtbox .time{width:15%;position:relative}.inside-exhibitions-01 .list .txtbox .time span{display:block;color:#6d6d6d;font-size:1.4rem}.inside-exhibitions-01 .list .txtbox .time span:first-child{padding-bottom:1rem;color:#3f3f3f;font-size:4rem;line-height:4rem}.inside-exhibitions-01 .list .txtbox .time:after{top:.8rem;content:"";width:1px;right:2.5rem;position:absolute;height:6.8rem;background:#b1b1b1}.inside-exhibitions-01 .list .txtbox .tit{width:80%;font-weight:400;color:#000;font-size:4rem;line-height:7rem;-webkit-transition:color 334ms ease;transition:color 334ms ease;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:1}.inside-exhibitions-01 .list .txt{color:#888;margin-top:4rem;height:9rem;line-height:3rem;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:3;font-size:1.8rem}.inside-exhibitions-01 .swiper-box{width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;max-width:95rem;margin-top:7rem}.inside-exhibitions-01 .swiper-button-next,.inside-exhibitions-01 .swiper-button-prev{width:4rem;height:4rem;z-index:9;display:inline-block;border:solid 1px #e7e7e7;border-radius:50%;-webkit-transition:all .5s ease;transition:all .5s ease;vertical-align:top}.inside-exhibitions-01 .swiper-button-next:after,.inside-exhibitions-01 .swiper-button-prev:after{content:"";color:var(--main-color);font-size:2rem;font-family:"宋体"}.inside-exhibitions-01 .swiper-pagination{z-index:2;height:2px;position:relative;width:85%;margin:0 auto;background:#ececec}.inside-exhibitions-01 .swiper-button-prev{left:0;background:url(../images/prev.webp) no-repeat center center #fff;background-size:1.5rem}.inside-exhibitions-01 .swiper-button-next{right:0;background:url(../images/next.webp) no-repeat center center #fff;background-size:1.5rem}.inside-exhibitions-01 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{height:.2rem;background:var(--main-color)}.inside-exhibitions-02{padding-bottom:8rem}.exhibition-list{padding-bottom:2rem}.exhibition-list li{width:31.2%;float:left;margin-right:2.8%;margin-bottom:2.8%;overflow:hidden}.exhibition-list li:nth-child(3n){margin-right:0}.exhibition-list li .pic:after{padding-bottom:55.87628866%}.exhibition-list li .box{background:#f7f7f7}.exhibition-list li .box .text-box{padding:3rem 3rem 2rem 3rem}.exhibition-list li .box .title{font-size:2.4rem;color:#000;line-height:1.3;margin-bottom:1.2rem;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:2;font-family:var(--font-family-3);font-weight:normal}.exhibition-list li .box .info{font-size:1.8rem;color:#888;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:2}.exhibition-list li .box .text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2rem 3rem 3rem 3rem;border-top:1px solid #b1b1b1}.exhibition-list li .box .text .date{font-size:1.4rem;color:#6d6d6d}.exhibition-list li .pic img{-webkit-transition:.5s;transition:.5s}.exhibition-list li:hover .pic img{-webkit-transform:scale(1.1);transform:scale(1.1)}.exhibition-list li:hover .box .title{color:var(--main-color)}.exhibition-list li .box .link{-webkit-transition:.5s;transition:.5s}.exhibition-list li:hover .box .link{-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media (max-width:1023px){.inside-exhibitions-01{padding:50px 0}.inside-exhibitions-01 .list{margin-top:30px}.inside-exhibitions-01 .list .txt{margin-top:10px}.inside-exhibitions-01 .list .nr{width:100%}.inside-exhibitions-01 .list .nr .tit{font-size:20px;height:30px;line-height:30px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:1}.inside-exhibitions-01 .list a{display:block}.inside-exhibitions-01 .list li{padding:0}.inside-exhibitions-01 .list li .time{display:none}.inside-exhibitions-01 .list li .pic{width:100%}.inside-exhibitions-01 .list li .nr{padding-left:0}.inside-exhibitions-01 .list li .txtbox{width:100%;padding:30px}.inside-exhibitions-01 .list li .text{padding-right:0;padding-left:20px}.inside-exhibitions-01 .swiper-pagination{margin-top:-15px}.exhibition-list li{width:48%;float:left;margin-right:4%;margin-bottom:4%;overflow:hidden}.exhibition-list li:nth-child(3n){margin-right:4%}.exhibition-list li:nth-child(2n){margin-right:0}.exhibition-list li .box .title{font-size:15px}.exhibition-list li .box .info{font-size:14px}.exhibition-list li .box .text .date{font-size:14px}.exhibition-list li .box .link img{width:1.8rem}.inside-exhibitions-02{padding-bottom:50px}}@media (max-width:767px){.exhibition-list li{width:100%;float:none;margin-right:0}.exhibition-list li:nth-child(3n){margin-right:0}}.page{clear:both;text-align:center;color:#464a4b}.page a{color:#464a4b;display:inline-block;text-align:center;font-size:1.8rem;min-width:4.2rem;line-height:4.2rem;text-transform:uppercase;height:4.2rem;border-radius:3rem;margin:0 .8rem;padding:0 .5rem;vertical-align:top;background:#fff;-webkit-transition:background .5s;transition:background .5s;-webkit-box-shadow:0 0 0 1px #e8ebec}.page a span{display:block}.page a.next,.page a.prev{margin-right:.5rem;padding:0 2.2rem}.page a.prev{padding-left:2.4rem}.page a.next{padding-right:2.4rem}.page a.cur,.page a:hover{background:var(--main-color);-webkit-box-shadow:0 0 0 1px #fff;color:#fff}@media (max-width:1200px){.page a{font-size:12px;min-width:40px;line-height:40px;height:40px;border-radius:30px;margin:0 8px;padding:0 5px}.page a.next,.page a.prev{margin-right:5px;padding:0 27px}.page a.prev{padding-left:24px}.page a.next{padding-right:24px}.page a,.page em{display:none}.page a.next,.page a.prev{display:inline-block}}.inside-holiday{background:#f0f3fb;padding:6rem 0 8rem 0}.team-main{background:none}#certify{position:relative;margin-top:5rem;padding-left:10rem;padding-right:10rem}#certify .swiper-container{overflow:initial}#certify .swiper-slide{max-width:128rem;background-color:#fff;margin-left:auto;margin-right:auto;-webkit-transition:opacity .5s ease,-webkit-transform .5s ease,-webkit-filter .5s ease;transition:opacity .5s ease,-webkit-transform .5s ease,-webkit-filter .5s ease;transition:transform .5s ease,filter .5s ease,opacity .5s ease;transition:transform .5s ease,filter .5s ease,opacity .5s ease,-webkit-transform .5s ease,-webkit-filter .5s ease}#certify .swiper-slide img{width:100%;opacity:.6}#certify .swiper-slide-active{-webkit-filter:blur(0);filter:blur(0);z-index:2}#certify .swiper-slide-active img{opacity:1}.team-main #certify .container{max-width:100%;overflow:hidden}#certify .bt{opacity:0;color:#333;text-align:center;font-weight:700}#certify .pic{border-radius:2rem}#certify .pic:before{position:absolute;content:"";left:0;bottom:0;width:100%;height:12rem;background:-webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.9)), to(transparent));background:linear-gradient(to top, rgba(0,0,0,0.9), transparent);z-index:66}#certify .info{position:absolute;content:"";padding:0 5rem 2rem 5rem;font-size:2.8rem;opacity:0;bottom:0;left:0;color:#fff;z-index:77}#certify .swiper-slide-active .info{opacity:1;font-size:2.8rem}#certify .info p{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:1;font-family:var(--font-family-0)}.team-main #certify .swiper-button-prev{left:8rem}.team-main #certify .swiper-button-next{right:8rem}#certify .swiper-button-next,#certify .swiper-button-prev{width:6rem;height:6rem;-webkit-transition:all .5s ease;transition:all .5s ease;border-radius:50%;background:rgba(0,0,0,0.5);top:45%}#certify .swiper-button-next:after,#certify .swiper-button-prev:after{color:#fff;font-size:2.5rem}#certify .swiper-button-next:hover,#certify .swiper-button-prev:hover{background-color:var(--main-color)}#certify .swiper-button-next:hover:after,#certify .swiper-button-prev:hover:after{color:#fff}@media (max-width:1600px){.team-main #certify .container{max-width:100%}}@media (max-width:1023px){#certify{padding-left:0;padding-right:0}#certify .swiper-container{overflow:hidden}#certify .swiper-button-next,#certify .swiper-button-prev{width:35px;height:35px}#certify .swiper-button-next:after,#certify .swiper-button-prev:after{font-size:15px}#certify{margin-top:30px}.inside-holiday{padding:40px 0}}@media (max-width:560px){#certify .info{padding:20px}}@media (max-width:540px){#certify .info{display:none}}.team-02{padding-bottom:8rem}.team-02 ul{padding-bottom:3rem}.team-02 li{width:31.2%;float:left;margin-right:2.8%;margin-bottom:2.8%;overflow:hidden}.team-02 li:nth-child(3n){margin-right:0}.team-02 li .pic:after{padding-bottom:55.87628866%}.team-02 li .pic{border-top-left-radius:2rem;border-top-right-radius:2rem}.team-02 li .info{border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;background:#f7f7f7;padding:3rem;font-size:2.4rem;line-height:2.8rem;color:#000}.team-02 li .info p{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:2}.team-02 li .pic img{-webkit-transition:.5s;transition:.5s}.team-02 li:hover .pic img{-webkit-transform:scale(1.1);transform:scale(1.1)}.team-02 li:hover .info{color:var(--main-color)}.news-list{padding:6rem 0 8rem 0}.news-list ul{padding-bottom:3rem;padding-top:5rem;overflow:hidden}.news-list li{width:23.5%;float:left;margin-right:2%;margin-bottom:2%;overflow:hidden}.news-list li:nth-child(4n){margin-right:0}.news-list li .pic:after{padding-bottom:64.86486486%}.news-list li .text-box{border:2px solid #f3f3f3;padding:3.4rem 2.4rem}.news-list li .text-box .date{font-size:1.4rem;color:#294590;margin-bottom:.6rem}.news-list li .text-box .tit{font-size:2.4rem;color:#00082b;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:1;margin-bottom:.9rem}.news-list li .text-box .info{font-size:1.4rem;color:#4c4c4c;line-height:2.6rem;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:3}.news-list li .text-box .news-more{color:#303b5c;font-size:1.4rem;margin-top:2rem;padding-top:2rem;border-top:2px solid #f3f3f3}.news-list li .text-box .news-more img{vertical-align:middle;margin-left:1.4rem;-webkit-transition:.5s;transition:.5s}.news-list li .pic img{-webkit-transition:.5s;transition:.5s}.news-list li:hover .pic img{-webkit-transform:scale(1.1);transform:scale(1.1)}.news-list li:hover .text-box .tit{color:var(--main-color)}.news-list li:hover .news-more img{margin-left:4rem}.newsxx-box3{background:#f5f5f5}.newsxx-box3 .inside-current{width:100%;text-align:left}.newsxx-box3 .inside-current a,.newsxx-box3 .inside-current{color:#999}.newsxx-box3 .inside-current span{color:#3f3f40}.newsxx-box3 .inside-current img{-webkit-filter:none;filter:none;margin-top:-0.4rem}.newsxx-cont{background:#f5f5f5;padding-bottom:11rem}.newsxx-cont .container{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:3rem}.main-content{-webkit-box-flex:0;-ms-flex:0 0 68%;flex:0 0 68%;background:#fff;padding:7rem 7rem}.sidebar{-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%;display:inline-block;position:-webkit-sticky;position:sticky;top:12rem;z-index:33;-ms-flex-item-align:start;align-self:flex-start}.article-title{font-size:3.5rem;margin-bottom:1.3rem;line-height:1.2;color:#4c4c4c;font-family:'Arial'}.publish-time{font-size:1.8rem;color:#888;padding-bottom:2.2rem;border-bottom:.2rem solid #f3f3f3;margin-bottom:2rem}.article-content p{font-size:1.8rem;line-height:3rem;margin-bottom:1.5rem;text-align:justify;color:#4c4c4c;font-family:'Arial'}.article-img{width:100%;height:auto;margin:1.5rem 0}.quote{margin:2rem 0}.article-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:3rem;padding-top:3rem;border-top:1px solid #eee;width:100%}.prev-btn,.next-btn{position:relative;font-size:1.6rem;color:#3e3e3e;text-decoration:none;line-height:1.2;padding-bottom:.8rem}.prev-btn:hover,.next-btn:hover{color:var(--main-color)}.prev-btn{padding-left:2.1rem}.next-btn{padding-right:2.1rem}.prev-btn::after{position:absolute;content:"";left:0;bottom:0;width:6.5rem;height:1.2rem;background:url(../images/prev-left.webp);-webkit-transition:.5s;transition:.5s;background-size:6.5rem}.prev-btn:hover:after{background:url(../images/prev-lefth.webp);background-size:6.5rem}.next-btn::after{position:absolute;content:"";right:0;bottom:0;left:auto;width:6.8rem;height:1.2rem;background:url(../images/prev-right.webp);-webkit-transition:.5s;transition:.5s;background-size:6.8rem}.next-btn:hover:after{background:url(../images/prev-righth.webp);background-size:6.8rem}.sidebar .right-box{background:#fff;padding:5rem 3rem 2rem 3rem}.sidebar-title{font-size:2.4rem;margin-bottom:15px;color:#00082b;font-weight:normal}.related-news-item li{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e2e2e2;overflow:hidden}.related-news-item li .pic{width:43%;float:left}.related-news-item li .pic::after{padding-bottom:64.86486486%}.related-news-item li .text-box{width:53%;float:right}.related-news-item li .text-box .date{font-size:1.4rem;color:#294590;margin-bottom:.1rem}.related-news-item li .text-box .tit{font-size:2rem;color:#00082b;overflow:hidden;font-weight:normal;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:1}.related-news-item li .text-box .info{font-size:1.4rem;color:#4c4c4c;line-height:2rem;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:3}.related-news-item li .pic img{-webkit-transition:.5s;transition:.5s}.related-news-item li:hover .pic img{-webkit-transform:scale(1.1);transform:scale(1.1)}.related-news-item li:hover .text-box .tit{color:var(--main-color)}@media (max-width:1200px){.newsxx-cont .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.main-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.sidebar{display:none}.article-title{font-size:21px}.publish-time{font-size:15px}.article-content p{font-size:14px}.prev-btn,.next-btn{font-size:15px}}@media (max-width:1023px){.team-02 li{width:48%;float:left;margin-right:4%;margin-bottom:4%;overflow:hidden}.team-02 li:nth-child(3n){margin-right:4%}.team-02 li:nth-child(2n){margin-right:0}.team-02 li .info{font-size:15px}.news-list li{width:32%}.news-list li:nth-child(4n){margin-right:2%}.news-list li:nth-child(3n){margin-right:0}.news-list ul{padding-top:30px}.main-content{padding:30px}.newsxx-cont{padding-bottom:50px}}@media (max-width:767px){.news-list li{width:48%}.news-list li:nth-child(3n){margin-right:2%}.news-list li:nth-child(2n){margin-right:0}}@media (max-width:520px){.team-02 li{width:100%;float:none;margin-right:0}.team-02 li:nth-child(3n){margin-right:0}.news-list li{width:100%;margin-right:0;border:1px solid #f3f3f3;margin-bottom:15px}.news-list li:nth-child(3n){margin-right:0}.news-list li .text-box{border:none;padding:2rem}.news-list li .text-box .news-more{border-top:1px solid #f3f3f3}}.product-list{background:#f5f5f5;padding:8rem 0 8rem 0}.product-box03 .inside-menu{height:7rem;line-height:1.2}.product-box03 .inside-menu li{height:7rem;width:auto;position:relative;-webkit-transition:all .3s ease;transition:all .3s ease}.product-box03 .inside-menu li em{font-style:normal;display:block}.product-box03 .inside-menu li a{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;gap:.6rem;padding-top:1.5rem}.product-box03 .inside-menu li a span{line-height:1.2;text-align:left}.product-table-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.8rem;color:#64748b;text-transform:uppercase;text-align:center;padding:3.4rem 6.7rem;background: var(--main-color);color: #fff;}.product-table-header span{width:50%;text-align:left;padding-left:6rem}.product-table-header span:nth-child(2){width:30%;text-align:left;padding-left:6.5rem}.product-table-header span:last-child{width:17.4rem}.product-list{list-style:none}.product-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;/*margin-bottom:2rem;*/padding:3.4rem 6.7rem;-webkit-transition:all .2s ease;transition:all .2s ease}.product-item:nth-child(2n){background:#f1f1f1;}/*.product-item:hover{-webkit-box-shadow:1rem .2rem 1.8rem rgba(0,0,0,0.15);box-shadow:1rem .2rem 1.8rem rgba(0,0,0,0.15)}*/.product-name{-webkit-box-flex:2;-ms-flex:2;flex:2;font-size:1.8rem;color:#000;text-transform:uppercase;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:1}.product-cas{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:1.8rem;color:#383838;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:1}.product-action{-webkit-box-flex:.3;-ms-flex:.3;flex:.3}.view-product-btn{display:inline-block;color:#383838;width:17.4rem;height:5.7rem;line-height:5.5rem;border:1px solid var(--main-color);color:var(--main-color);-webkit-transition:.2s;transition:.2s;text-align:center;-webkit-transition:all .2s ease;transition:all .2s ease}.product-item:hover .view-product-btn{background:#5a78b7;color:#fff}.product-list .product-table01{/*margin-top:3rem;*/padding-bottom:5rem}@media (max-width:768px){.product-table-header{display:none}.product-item{-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;gap:12px;padding:20px}.product-action{width:100%;text-align:left}.view-product-btn{width:50%;text-align:center}.product-list .product-table01{margin-top:0;padding-bottom:30px}}.productxx-cont{background:#f5f5f5;padding-bottom:4rem}.productxx-cont .product-one .listxx{width:40.5%;float:left;background:#fff;position:relative;overflow:hidden;margin-bottom:5rem}.productxx-cont .product-one .listxx .main-swiper .pic{cursor:pointer}.productxx-cont .product-one .listxx .main-swiper .pic:after{padding-bottom:100%}.productxx-cont .product-one .listxx .thumb-swiper .pic:after{padding-bottom:100%}.productxx-cont .product-one .listxx .thumb-swiper{position:absolute;left:0;bottom:4rem;content:"";width:30%;overflow:hidden;right:0;margin:0 auto;padding-bottom:1rem;padding-right:1rem}.productxx-cont .product-one .listxx .thumb-swiper .swiper-slide{border:1px solid #ececec;border-radius:.5rem;-webkit-transition:.5s;transition:.5s;cursor:pointer}.productxx-cont .product-one .listxx .thumb-swiper .swiper-slide-thumb-active{border:1px solid var(--main-color);border-radius:.5rem}.product-header{background:#fff;padding:4rem 5rem 3.5rem 5rem;width:57.5%;float:right}.product-header .img-box{width:20rem;height:20rem;background:#f8f9fa;border-radius:6px;overflow:hidden}.product-header .img-box img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-header .info-box{-webkit-box-flex:1;-ms-flex:1;flex:1}.product-header .title{font-size:3.5rem;font-weight:bold;color:#4c4c4c;margin-bottom:1.5rem}.product-header .meta{font-size:1.8rem;color:#555;margin-bottom:2rem;background:#f8fafc}.product-header .meta p{display:block;padding:1.7rem 3.5rem;border-bottom:1px solid #e2e8f0}.product-header .meta span{color:#000;min-width:19rem;padding-right:1rem;display:inline-block}.product-header .btns{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;margin-top:5.3rem}.product-header .btns a{padding:1.2rem 1rem;font-size:1.8rem;border:1px solid var(--main-color);background:#fff;color:var(--main-color);cursor:pointer;-webkit-transition:.2s;transition:.2s}.product-header .btns a:hover{background:var(--main-color);color:#fff}.product-header .btns a.pro-btn01{width:38rem;text-align:center;background:var(--main-color);color:#fff}.product-header .btns a.pro-btn02{width:24rem;border:1px solid #cbd5e1;text-align:center;color:#4c4c4c}.product-header .btns a.pro-btn02 img{vertical-align:middle;margin-right:1.3rem}.product-header .btns a.pro-btn02:hover{color:#fff}.product-header .btns a.pro-btn02:hover img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.tag-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem;background-size:cover;background-position:center center;background-repeat:no-repeat;padding:1.5rem;margin-bottom:6.3rem;padding:5rem 2rem}.tag-bar .list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3rem;list-style:none;margin:0;padding:0;width:100%;max-width:1400px}.tag-bar .list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.tag-bar .list li .pic{width:11.2rem;height:11.2rem;border:1px solid var(--main-color);border-radius:50%;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;background:0 0}.tag-bar .list li .pic img{max-width:70%;max-height:70%;display:block;-webkit-transition:.5s;transition:.5s}.tag-bar .list li .box{font-size:2.6rem;color:var(--main-color);line-height:1.2;margin:0;text-align:left}.tag-bar .list li .box strong{display:block}.tag-bar .list li:hover .pic img{-webkit-transform:scaleX(-1);transform:scaleX(-1)}@media (max-width:1200px){.product-header .btns a.pro-btn01{width:48%}.product-header .btns a.pro-btn02{width:48%}.tag-bar .list{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem}.tag-bar .list li .pic{width:8rem;height:8rem}.tag-bar .list li .box{font-size:15px}.product-header .meta{font-size:14px;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;white-space:nowrap !important;overflow-x:auto !important;overflow-y:hidden;max-width:100%;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}}@media (max-width:1023px){.productxx-cont .product-one .listxx{width:100%;float:none}.product-header{width:100%;float:none}.tag-bar .list li{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-header .title{font-size:21px}.product-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.productxx-cont .product-one .listxx .thumb-swiper{display:none}}@media (max-width:768px){.tag-bar{background:#f1f1f1 !important}.tag-bar .list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;margin:0;padding:0}.tag-bar .list li{width:33.333%;text-align:center;margin-bottom:20px}.tag-bar .list li:nth-child(4),.tag-bar .list li:nth-child(5){width:auto;padding:0 15px}.product-header .btns{display:block}.product-header .btns a.pro-btn01{width:100%;display:block;margin-bottom:10px}.product-header .btns a.pro-btn02{width:100%;display:block}}.table-box{background:#fff;padding:5rem 5rem 5rem 5rem}.table-box .tit{font-size:2.4rem;margin-bottom:2rem;color:#000;font-weight:bold;text-align:center}.product-table{width:100%;border:.2rem solid #cbd5e1}.product-table td,.product-table th{padding:1.8rem 2rem;font-size:1.8rem;text-align:left}.product-table th,td{color:#000;border-bottom:.2rem solid #cbd5e1}.product-table td{color:#555;font-weight:normal}.product-table th{width:28%;background:#f1f5f9;font-weight:normal}.advantage-box{display:-webkit-box;display:-ms-flexbox;display:flex;background:var(--main-color);color:#fff;overflow:hidden;margin-top:3rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.advantage-box .img-side{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;background:#000}.advantage-box .img-side img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.advantage-box .text-side{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:4rem}.advantage-box .text-side .tit{font-size:4rem;margin-bottom:1rem;font-weight:normal}.advantage-box .text-side p{font-size:2rem;line-height:1.5}@media (max-width:1200px){.tabletext-box{overflow-x:auto !important;overflow-y:hidden;max-width:100%;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.product-table{width:1000px;table-layout:auto !important}}@media (max-width:1023px){.advantage-box{-webkit-box-pack:baseline;-ms-flex-pack:baseline;justify-content:baseline;-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal}.advantage-box .text-side .tit{font-size:18px}.advantage-box .text-side p{font-size:14px;line-height:1.7}.table-box .tit{font-size:18px}.table-box{padding:10px 20px 30px 20px}.table-one{padding-top:30px}}@media (max-width:768px){.advantage-box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.industr-box{background:none}.industr-box .inside-current{width:100%;text-align:left}.industries-list{margin:4rem 0 8.8rem 0}.industries-list .indust-textbox{background-position:center center;background-size:cover;background-repeat:no-repeat;color:#fff;padding:21rem 0 38rem 0}.industries-list .tit{font-size:3rem;font-weight:bold;text-align:center;margin-bottom:3rem}.industries-list .info{font-size:1.8rem}.industries-list .box{width:78%;margin:0 auto}.Advantages-list-01{width:100%;max-width:1920px;margin:0 auto;background:#f0f3fc}.Advantages-list-01 .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8rem;width:100%;max-width:1920px}.Advantages-list-01 .left{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;height:auto;overflow:hidden}.Advantages-list-01 .left img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.Advantages-list-01 .right{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:2rem 0}.Advantages-list-01 .right .tit{font-size:6rem;font-weight:bold;color:var(--main-color);line-height:1.2;margin-bottom:3rem;font-family:var(--font-family-1)}.Advantages-list-01 .right .wenzi01{font-size:3rem;color:#202020;margin-bottom:2rem;line-height:1.3}.Advantages-list-01 .right .info{font-size:1.8rem;color:#202020;line-height:1.8;font-family:var(--font-family-3)}.Advantages-list-01 .right .info p{position:relative;padding-left:2rem;margin-bottom:.5rem}.Advantages-list-01 .right .info p::before{content:"•";position:absolute;left:0;top:0;color:#202020;font-size:2rem;line-height:1.8}.Advantages-list-01 .right .info p:last-child{margin-bottom:0;line-height:1.6}.Advantages-list-02{padding:20rem 0 27rem 0;color:#fff;text-align:center}.Advantages-list-02 .box .tit{font-size:6rem;font-family:var(--font-family-1);margin-bottom:.5rem}.Advantages-list-02 .box .info{font-family:var(--font-family-3);font-size:2rem}.Advantages-list-02 .box .wenzi02{font-size:1.8rem;line-height:2.6rem;width:70%;margin:0 auto}.Advantages-list-02 .box .list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:3rem;margin-bottom:11rem;padding:0;list-style:none;margin-top:6rem}.Advantages-list-02 .box .list li{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:20rem;text-align:center}.Advantages-list-02 .box .list li .shuzi{font-size:8rem;font-family:var(--font-family-1);line-height:1.2;margin-bottom:1.3rem;background:-webkit-gradient(linear, left top, right top, color-stop(0, #2979f7), to(#75ef91));background:linear-gradient(to right, #2979f7 0, #75ef91 100%);-webkit-background-clip:text;background-clip:text;color:transparent;-moz-background-clip:text;display:inline-block}.Advantages-list-02 .box .list li .wenzi{font-size:3rem;font-family:var(--font-family-3)}.service-01 .right .wenzi01{margin-bottom:1rem}.service-01 .right .wenzi02{font-size:1.8rem;color:#202020;margin-bottom:3.6rem}.download-02{padding:6rem 0 8rem 0}.download-list{list-style:none;display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem;margin-top:2rem;padding-bottom:5rem}.download-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3rem;padding:4rem;background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f3f5fa), to(#fff));background:linear-gradient(to bottom, #f3f5fa 0, #fff 100%);-webkit-box-shadow:0 1rem 3rem rgba(0,40,120,0.08);box-shadow:0 1rem 3rem rgba(0,40,120,0.08);-webkit-transition:all .3s ease;transition:all .3s ease;border:.6rem solid #fff;font-family:var(--font-family-3)}.download-list li .pic{-ms-flex-negative:0;flex-shrink:0;border:1px solid #e0e1e1;-webkit-box-shadow:1rem .8rem 3rem -0.5rem rgba(205,213,227,0.9);box-shadow:1rem .8rem 3rem -0.5rem rgba(205,213,227,0.9);width:28.5%}.download-list li .pic:after{padding-bottom:132.45614035%}.item-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}.item-title{font-size:1.8rem;color:#000;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:2;font-weight:normal;font-family:var(--font-family-3)}.item-size{font-size:1.2rem;color:#000}.download-btn{-ms-flex-item-align:start;align-self:flex-start;padding:1.2rem 4.8rem;font-size:1.6rem;color:var(--main-color);background:transparent;border:1px solid var(--main-color);border-radius:3rem;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;font-family:var(--font-family-3)}.download-list li:hover .download-btn{background:var(--main-color);color:#fff}.download-list li:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);-webkit-box-shadow:0 8px 20px rgba(0,40,120,0.12);box-shadow:0 8px 20px rgba(0,40,120,0.12)}.download-list li:hover .item-title{text-decoration:underline}@media (max-width:1023px){.Advantages-list-01{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px;padding:30px 0}.Advantages-list-01 .left{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}.Advantages-list-01 .right .tit{font-size:21px;margin-bottom:15px}.Advantages-list-01 .right .wenzi01{font-size:18px;margin-bottom:15px}.Advantages-list-01 .right .info{font-size:14px}.Advantages-list-01 .container{display:block}.Advantages-list-02 .box .tit{font-size:21px}.Advantages-list-02 .box .info{font-size:14px}.Advantages-list-02 .box .list{margin-bottom:7rem}.Advantages-list-02 .box .list li .shuzi{font-size:4rem}.Advantages-list-02 .box .list li .wenzi{font-size:14px}.Advantages-list-02 .box .wenzi02{font-size:14px;line-height:26px;width:100%}.Advantages-list-02{padding:10rem 0}.service-01 .right .wenzi01{margin-bottom:5px}.service-01 .right .wenzi02{font-size:14px;margin-bottom:20px}.download-list{grid-template-columns:repeat(2, 1fr)}.industries-list{margin:30px 0 40px 0}.industries-list .box{width:100%;padding:0 30px}.industries-list .indust-textbox{padding:50px 0 80px 0}}@media (max-width:768px){.download-list{grid-template-columns:1fr}.download-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.download-btn{-ms-flex-item-align:center;align-self:center}.Advantages-list-02 .box .list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2rem 4rem}.Advantages-list-02 .box .list li{-webkit-box-flex:0;-ms-flex:0 0 45%;flex:0 0 45%;min-width:auto;margin-bottom:2rem}}.lianxi-list-01{background:#f5f5f5;padding:6.5rem 0;overflow:hidden;font-family:var(--font-family-0)}.contact-info{width:46%;float:left;padding-right:3rem}.contact-info .tit01{font-size:5rem;color:#212121;margin-bottom:2.4rem;font-weight:bold}.nycontact-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1.2rem;line-height:1.5;margin-bottom:3rem}.nycontact-item .icon{-ms-flex-negative:0;flex-shrink:0;margin-top:1rem;color:#999}.nycontact-item .textbox{padding-top:0;padding-left:3rem;}.nycontact-item .textbox .wz01{font-size:1.8rem;color:#666}.nycontact-item .textbox .wz02{font-size:2rem;color:#333;margin-left:-3.3rem;margin-top:.6rem}.map-container{position:relative;overflow:hidden;width:54%;float:right}.map-container .pic:after{padding-bottom:65.93406593%}.map-container .pic{display:block;border-radius:2rem}.map-marker{position:absolute;top:28%;left:38%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:10;width:7.8rem;height:10.3rem;cursor:pointer;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.map-marker:hover{-webkit-transform:translate(-50%, -55%);transform:translate(-50%, -55%)}.index-message{position:relative}.index-message .inside-title{color:var(--main-color);text-align:left}.index-message .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:192rem}.index-message .left{width:50%}.index-message .left img{width:100%}.index-message .right{width:50%;padding-left:7rem;padding-right:16rem}.index-message .form ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:4rem}.index-message .form li{position:relative;width:48%}.index-message .form li label{left:.9rem;top:1.6rem;color:#f00;position:absolute}.index-message .form li .text-input,.index-message .form li .text-textarea{width:100%;border:0;color:#333;padding:0 2.2rem;font-size:1.6rem;font-family:var(--font-family-3);border:solid 1px #b5b5b5;height:4.6rem;line-height:4.4rem;margin-bottom:2rem}.index-message .form li .text-input::-webkit-input-placeholder,.index-message .form li .text-textarea::-webkit-input-placeholder{color:#999}.index-message .form li .text-input::-moz-placeholder,.index-message .form li .text-textarea::-moz-placeholder{color:#999;opacity:1}.index-message .form li .text-input::-moz-placeholder,.index-message .form li .text-textarea::-moz-placeholder{color:#999;opacity:1}.index-message .form li .text-input:-ms-input-placeholder,.index-message .form li .text-textarea:-ms-input-placeholder{color:#999}.index-message .form li .text-textarea{max-height:11rem;height:11rem;line-height:1.4;padding:1rem 2.2rem}.index-message .form li.last{width:100%}.index-message .form li .index-button{width:24rem;height:5.8rem;line-height:5.8rem;background:var(--main-color);text-align:center;font-size:1.8rem;font-family:var(--font-family-3)}.index-message .form li .index-button a{display:block;color:#fff}@media (max-width:1200px){.contact-info .tit01{font-size:21px}.contact-item .textbox .wz01{font-size:14px}.contact-item .textbox .wz02{font-size:15px}.index-message .inside-title{font-size:21px}.index-message .right{padding-right:0}.index-message .form ul{margin-top:20px}}@media (max-width:1023px){.contact-info{width:100%;float:none;margin-bottom:20px}.map-container{width:100%;float:none}.index-message .container{display:block}.index-message .right{width:100%;padding:0}.index-message .left{width:100%;margin-bottom:30px}.index-message{padding-bottom:50px}}@media (max-width:480px){.index-message .form li{width:100%}}@media (max-width: 1023px) {.Advantages-list-01 .container {padding-left: 5vw;padding-right: 5vw;}}

.product-header .meta table tr:first-child td{
	background: var(--main-color);
	color:#fff;
	text-align:center;
}

.product-header .meta table tr td{
    padding: 1.7rem 3.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.product-header .meta table tr td img{
	filter: grayscale(100%) invert(100%);
	max-width: 24rem;
}
.lianxi-list-01 .tit01{font-size:5rem;color:#212121;margin-bottom:2.4rem;font-weight:bold;text-align: center;}

.lianxi-list-01 .tit02 {
    font-size: 3.2rem;
    color: var(--main-color);
    margin-bottom: 2.4rem;
}
.nycontact-item .textbox .wz02 span{
	padding-right:10px;
}

.nycontact-item .icon img{
	max-height: 2rem;
}

@media (max-width: 1200px) {
    .lianxi-list-01 .tit01 {
        font-size: 21px;
    }
	.lianxi-list-01 .tit02 {
		font-size: 16px;
		text-align: center;
	}	
	.nycontact-item .textbox .wz02 span{
		display:block;
	}
	.nycontact-item .icon img{
		max-height: 16px;
	}
}