.scale-in{-webkit-animation:scaleIn .3s linear;animation:scaleIn .3s linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes scaleIn{0%{display:block;visibility:visible;-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes scaleIn{0%{display:block;visibility:visible;-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}.scale-out{-webkit-animation:scaleOut .3s linear;animation:scaleOut .3s linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes scaleOut{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(0);transform:scale(0);display:none;visibility:hidden}}@-webkit-keyframes scaleOut{0%{-webkit-transform:scale(1);transform:scale(1)}99%{-webkit-transform:scale(.01);transform:scale(.01)}to{-webkit-transform:scale(0);transform:scale(0);display:none;visibility:hidden}}.fade-in{-webkit-animation:fadeIn .3s linear;animation:fadeIn .3s linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes fadeIn{0%{display:block;opacity:0}to{opacity:1}}@keyframes fadeIn{0%{display:block;opacity:0}to{opacity:1}}.fade-out{-webkit-animation:fadeOut .3s linear;animation:fadeOut .3s linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes fadeOut{0%{opacity:1}to{display:none;opacity:0}}@keyframes fadeOut{0%{opacity:1}to{display:none;opacity:0}}.outter[data-v-6f4e8fa0]{width:100%;height:0;position:relative}.outter .inner[data-v-6f4e8fa0]{width:100%;height:100%;position:absolute;top:0;left:0}.pc .header{width:100%;padding:0;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2);background-color:var(--white);z-index:10}.pc .header .lang-bar{width:100%;height:30px;background-color:var(--black);color:var(--white)}.pc .header .lang-bar .lang-content{max-width:1128px;height:100%;margin:0 auto}.pc .header .lang-bar .lang-content:after{visibility:hidden;display:block;font-size:0;content:"";clear:both;height:0}.pc .header .lang-bar .lang-content .lang{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:100%;cursor:pointer;font-size:13px;float:right;position:relative}.pc .header .lang-bar .lang-content .lang .lang-name{display:inline-block;width:42px}.pc .header .lang-bar .lang-content .lang span{margin-left:5px}.pc .header .lang-bar .lang-content .lang .lang-list{display:none;width:100%;padding:5px 0 5px 22px;background-color:var(--black);position:absolute;top:30px;z-index:10}.pc .header .lang-bar .lang-content .lang .lang-list li{line-height:20px}.pc .header .lang-bar .lang-content .lang:hover .lang-list{display:block}.pc .header .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:1128px;height:100%;margin:0 auto}.pc .header .content .logo img{max-height:40px;max-width:133px}.pc .header .content .logo .name{margin-left:20px;font-size:20px;font-weight:bolder}@media screen and (max-width:1080px){.pc .header .content .logo .name{display:none}}.pc .header .content .nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:30px}@media screen and (max-width:1080px){.pc .header .content .nav ul{padding-left:20px;margin-right:0}}.pc .header .content .nav ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:20px;list-style-type:none;font-size:20px}.pc .header .content .nav ul li:hover{color:#d81e06;cursor:pointer}.pc .header .content .nav ul li.separator{width:2px;height:40px;background-color:var(--gray)}.pc .header .content .nav ul li .icon-contact,.pc .header .content .nav ul li .icon-mine,.pc .header .content .nav ul li .icon-product{font-size:36px}.pc .header .content .nav ul li a{margin-left:5px}.pc .header .content .search{height:50px;margin-left:200px;line-height:50px;cursor:pointer;position:relative}.pc .header .content .search .search-input{width:200px;height:50px;font-size:16px;line-height:50px;opacity:0;position:absolute;right:25px;top:0;-webkit-transition:opacity .3s linear;transition:opacity .3s linear;-webkit-transition-property:opacity,right;transition-property:opacity,right}.pc .header .content .search .search-input.visible{right:35px;opacity:1}.pc .header .content .search .search-input .icon-search{padding:10px;cursor:pointer}.pc .header .content .search .icon-close,.pc .header .content .search .icon-search{font-size:30px}.pc .header .content .about-us,.pc .header .content .products{width:100%;position:absolute;top:96px;opacity:1;background-color:#f0f0f0;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.pc .header .content .about-us.hide,.pc .header .content .products.hide{visibility:hidden;opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.pc .header .content .products .products-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;max-width:1128px;height:100%;margin:0 auto}.pc .header .content .products .products-content .product{width:20%;padding:20px 30px 20px;text-align:center;position:relative}.pc .header .content .products .products-content .product .image{width:80%;margin:0 auto}.pc .header .content .products .products-content .product .image img{width:100%;-o-object-fit:scale-down;object-fit:scale-down}.pc .header .content .products .products-content .product .product-name{color:var(--black);font-size:16px;line-height:24px;font-weight:700}.pc .header .content .products .products-content .product:hover>.mask>.mask-content{visibility:visible}.pc .header .content .products .products-content .product .mask{display:block;position:absolute;top:10px;right:30px;bottom:20px;left:30px}.pc .header .content .products .products-content .product .mask .mask-content{visibility:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;font-size:16px;color:var(--white);background-color:rgba(1,1,1,.4)}.pc .header .content .products .products-content .product-more{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}.pc .header .content .products .products-content .product-more .more-icon{width:80%}.pc .header .content .products .products-content .product-more img{max-width:100px}.pc .header .content .about-us .about-us-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;max-width:1128px;height:100%;margin:30px auto;padding-right:220px}.pc .header .content .about-us .info{color:var(--black);text-align:left}.pc .header .content .about-us .info:not(:last-child){margin-right:70px}.pc .header .content .about-us .info .info-title{font-size:20px;font-weight:bolder;line-height:50px}.pc .header .content .about-us .info .info-line{display:block;font-size:14px;line-height:30px;font-weight:400;position:relative}.pc .header .content .about-us .info .info-line:hover{text-decoration:underline}.pc .header.fixed{position:fixed;top:0;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.pc .header.fixed .lang-bar{display:none}.pc .header.fixed .about-us,.pc .header.fixed .products{top:66px}.pc .header.fixed.hide{-webkit-transform:translateY(-66px);transform:translateY(-66px)}.pc .header-placeholder{height:90px}.pc .search-mask{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(1,1,1,.4);z-index:9;-webkit-animation:fadeIn .3s linear;animation:fadeIn .3s linear}.pc .main{padding:0;z-index:5}.pc .footer{background-color:#f0f0f0}.pc .footer .content{width:100%;max-width:1128px;height:100%;margin:0 auto}.pc .footer .content .info-block{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:40px}.pc .footer .content .info-block,.pc .footer .content .info-block .left,.pc .footer .content .info-block .right{display:-webkit-box;display:-ms-flexbox;display:flex}.pc .footer .content .info-block .left .info,.pc .footer .content .info-block .right .info{color:var(--black);text-align:left}.pc .footer .content .info-block .left .info:not(:last-child),.pc .footer .content .info-block .right .info:not(:last-child){margin-right:70px}@media screen and (max-width:1080px){.pc .footer .content .info-block .left .info:not(:last-child),.pc .footer .content .info-block .right .info:not(:last-child){margin-right:30px}}@media screen and (max-width:840px){.pc .footer .content .info-block .left .info:not(:last-child),.pc .footer .content .info-block .right .info:not(:last-child){margin-right:10px}}.pc .footer .content .info-block .left .info .info-title,.pc .footer .content .info-block .right .info .info-title{font-size:20px;font-weight:bolder;line-height:50px}.pc .footer .content .info-block .left .info .info-line,.pc .footer .content .info-block .right .info .info-line{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;line-height:30px;font-weight:400}.pc .footer .content .info-block .left .info .info-line:hover,.pc .footer .content .info-block .right .info .info-line:hover{text-decoration:underline}.pc .footer .content .info-block .left .info .info-line .info-label,.pc .footer .content .info-block .right .info .info-line .info-label{min-width:80px}.pc .footer .content .info-block .left .info .info-line .info-text,.pc .footer .content .info-block .right .info .info-line .info-text{max-width:250px}.pc .footer .content .copy-right-block{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;margin-top:40px}.pc .footer .content .copy-right-block .copy-right{font-size:12px;line-height:30px}