@charset "UTF-8";.applicationList .Txt,.applicationList .applicationItem,.bannerArea .scrollDown span.text,.partnerList .Img img,.productsSubList .icon,.productsSubList .icon img,.productsSubList .subItem,.productsSubList .title,.relatedDataList .item,.relatedDataList .relatedDataItem{-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s}.applicationList .Img img{-webkit-transition:all .75s;-o-transition:all .75s;-moz-transition:all .75s;transition:all .75s}@-webkit-keyframes bannerTxtAnimation{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-moz-keyframes bannerTxtAnimation{0%{opacity:0;-moz-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-moz-transform:translateY(0);transform:translateY(0)}}@keyframes bannerTxtAnimation{0%{opacity:0;-webkit-transform:translateY(10px);-moz-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes bannerScrollAnimation{0%{height:0}50%{height:100%;-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@-moz-keyframes bannerScrollAnimation{0%{height:0}50%{height:100%;-moz-transform:translateY(0);transform:translateY(0)}to{-moz-transform:translateY(100%);transform:translateY(100%)}}@keyframes bannerScrollAnimation{0%{height:0}50%{height:100%;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}}@-webkit-keyframes rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes rotate{to{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.popWin{position:fixed;left:0;top:0;z-index:500;width:100%;height:100vh;font-size:15px;line-height:1.8;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:all .7s;-o-transition:all .7s;-moz-transition:all .7s;transition:all .7s}.popWin .mask{position:absolute;left:0;top:0;width:100%;height:100vh;background-color:rgba(0,0,0,0.7);opacity:0;-webkit-transition:all .7s;-o-transition:all .7s;-moz-transition:all .7s;transition:all .7s}.popWin .inner{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:700px;max-width:90%;max-height:85vh;opacity:0;background-color:#fff;-webkit-transition:all .7s;-o-transition:all .7s;-moz-transition:all .7s;transition:all .7s}.popWin .popContent{max-height:85vh;overflow-y:auto}.popWin img{display:block;max-width:100%;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.popWin .Txt{padding:30px}.popWin .Txt .popTitle{font-size:25px;margin-bottom:25px}.popWin .close{position:absolute;right:-23px;top:-23px;z-index:1;width:46px;height:46px;background-color:rgba(0,0,0,0.7);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.popWin .close:after,.popWin .close:before{content:'';position:absolute;left:11px;top:23px;width:25px;height:1px;background-color:#a31731}.popWin .close:before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.popWin.show{opacity:1;visibility:visible;pointer-events:auto}.popWin.show .inner,.popWin.show .mask{opacity:1}.popWin .close:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}@media (max-width:1180px){.popWin .close{right:0;top:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.popWin .popContent{max-height:-webkit-calc(100vh - 150px);max-height:-moz-calc(100vh - 150px);max-height:calc(100vh - 150px)}}.mainArea{padding:0}.bannerArea{padding:0}.bannerArea .bannerBox{position:relative}.bannerArea .bannerList{position:relative;z-index:1}.bannerArea .bannerList.slick-dotted{margin-bottom:0}.bannerArea .bannerItem{position:relative}.bannerArea .bannerItem .decoLine{opacity:0}.bannerArea .bannerItem .Txt{max-width:1640px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:110px 100px 85px;z-index:2;width:100%;height:100%;margin:auto;position:absolute;top:0;left:0;right:0;bottom:0}@media (max-width:1440px){.bannerArea .bannerItem .Txt{padding-top:190px}}@media (max-width:1180px){.bannerArea .bannerItem .Txt{padding:60px 20px 40px}}@media (max-width:960px){.bannerArea .bannerItem .Txt{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:640px){.bannerArea .bannerItem .Txt{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}}.bannerArea .bannerItem .Txt .textBox{color:#fff;width:-webkit-calc(100% - 460px);width:-moz-calc(100% - 460px);width:calc(100% - 460px);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:15px;font-weight:400;letter-spacing:0.5px;line-height:1.5;padding-left:145px;padding-right:20px;margin-right:auto}@media (max-width:1600px){.bannerArea .bannerItem .Txt .textBox{padding-left:100px}}@media (max-width:1440px){.bannerArea .bannerItem .Txt .textBox{width:100%;max-width:-webkit-calc(100% - 300px);max-width:-moz-calc(100% - 300px);max-width:calc(100% - 300px);padding-left:60px}}@media (max-width:1180px){.bannerArea .bannerItem .Txt .textBox{padding:0px;max-width:100%}}@media (max-width:960px){.bannerArea .bannerItem .Txt .textBox{max-width:100%;margin-right:initial;position:relative;z-index:2}}@media (max-width:640px){.bannerArea .bannerItem .Txt .textBox{width:100%}}.bannerArea .bannerItem .Txt .title{color:#fff;font-size:60px;font-weight:400;letter-spacing:1.2px;line-height:1;opacity:0}@media (max-width:1440px){.bannerArea .bannerItem .Txt .title{font-size:44px}}@media (max-width:1180px){.bannerArea .bannerItem .Txt .title{font-size:40px;letter-spacing:0.8px}}@media (max-width:840px){.bannerArea .bannerItem .Txt .title{font-size:36px}}@media (max-width:640px){.bannerArea .bannerItem .Txt .title{font-size:32px;letter-spacing:0.6px}}@media (max-width:400px){.bannerArea .bannerItem .Txt .title{font-size:28px}}.bannerArea .bannerItem .Txt .subtitle{color:#fff;display:block;font-size:16px;font-weight:400;letter-spacing:0.3px;line-height:1.375;margin-top:20px;opacity:0;padding-bottom:20px}@media (max-width:1440px){.bannerArea .bannerItem .Txt .subtitle{margin-top:10px;padding-bottom:15px}}@media (max-width:1180px){.bannerArea .bannerItem .Txt .subtitle{font-size:15px;padding-bottom:10px}}@media (max-width:640px){.bannerArea .bannerItem .Txt .subtitle{display:none}}.bannerArea .bannerItem .Txt .slash{display:inline-block;width:26px;color:transparent;position:relative}.bannerArea .bannerItem .Txt .slash:before{content:"";display:block;width:1px;height:16px;background-color:#fff;position:absolute;top:50%;left:50%;bottom:auto;right:auto;-webkit-transform:translate(-50%,-56%) rotate(45deg);-moz-transform:translate(-50%,-56%) rotate(45deg);-ms-transform:translate(-50%,-56%) rotate(45deg);-o-transform:translate(-50%,-56%) rotate(45deg);transform:translate(-50%,-56%) rotate(45deg)}.bannerArea .bannerItem .Txt .btnBox{opacity:0;margin-top:50px}@media (max-width:1440px){.bannerArea .bannerItem .Txt .btnBox{margin-top:20px}}.bannerArea .bannerItem .productImg{width:100%;max-width:620px;opacity:0}@media (max-width:1440px){.bannerArea .bannerItem .productImg{max-width:400px}}@media (max-width:1180px){.bannerArea .bannerItem .productImg{max-width:360px}}@media (max-width:960px){.bannerArea .bannerItem .productImg{max-width:300px;position:absolute;top:auto;left:-webkit-calc(50% - 150px);left:-moz-calc(50% - 150px);left:calc(50% - 150px);bottom:0;right:auto}}.bannerArea .bannerItem .Img{position:relative;z-index:1}.bannerArea .bannerItem .Img img{display:block;width:100%}@media (max-width:1440px){.bannerArea .bannerItem .Img img{min-height:600px;-o-object-fit:cover;object-fit:cover}}@media (max-width:1180px){.bannerArea .bannerItem .Img{height:600px}.bannerArea .bannerItem .Img img{height:100%;min-height:auto;-o-object-fit:cover;object-fit:cover}}.bannerArea .bannerItem.slick-current .decoLine.red{opacity:1;-webkit-transition:0.8s 0.6s ease-in-out;-o-transition:0.8s 0.6s ease-in-out;-moz-transition:0.8s 0.6s ease-in-out;transition:0.8s 0.6s ease-in-out}.bannerArea .bannerItem.slick-current .decoLine.white{opacity:1;-webkit-transition:0.8s ease-in-out;-o-transition:0.8s ease-in-out;-moz-transition:0.8s ease-in-out;transition:0.8s ease-in-out}.bannerArea .bannerItem.slick-current .Txt .title{-webkit-animation:bannerTxtAnimation 0.6s ease-in-out forwards;-moz-animation:bannerTxtAnimation 0.6s ease-in-out forwards;animation:bannerTxtAnimation 0.6s ease-in-out forwards}.bannerArea .bannerItem.slick-current .Txt .subtitle{-webkit-animation:bannerTxtAnimation 0.6s 0.2s ease-in-out forwards;-moz-animation:bannerTxtAnimation 0.6s 0.2s ease-in-out forwards;animation:bannerTxtAnimation 0.6s 0.2s ease-in-out forwards}.bannerArea .bannerItem.slick-current .Txt .btnBox{-webkit-animation:bannerTxtAnimation 0.6s 0.4s ease-in-out forwards;-moz-animation:bannerTxtAnimation 0.6s 0.4s ease-in-out forwards;animation:bannerTxtAnimation 0.6s 0.4s ease-in-out forwards}.bannerArea .bannerItem.slick-current .Txt .productImg{-webkit-animation:bannerTxtAnimation 0.6s 0.6s ease-in-out forwards;-moz-animation:bannerTxtAnimation 0.6s 0.6s ease-in-out forwards;animation:bannerTxtAnimation 0.6s 0.6s ease-in-out forwards}.bannerArea .arrowBox{position:absolute;top:-webkit-calc(50% - 50px);top:-moz-calc(50% - 50px);top:calc(50% - 50px);z-index:2}.bannerArea .arrowBox.prev{left:-webkit-calc(50% - 800px);left:-moz-calc(50% - 800px);left:calc(50% - 800px)}.bannerArea .arrowBox.next{right:-webkit-calc(50% - 800px);right:-moz-calc(50% - 800px);right:calc(50% - 800px)}@media (max-width:1680px){.bannerArea .arrowBox.prev{left:60px}.bannerArea .arrowBox.next{right:60px}}@media (max-width:1180px){.bannerArea .arrowBox{top:auto;bottom:10%}.bannerArea .arrowBox.prev{left:0px}.bannerArea .arrowBox.next{right:0px}}.bannerArea .scrollDown{cursor:pointer;display:block;position:absolute;bottom:0px;left:50%;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%,0);z-index:2}.bannerArea .scrollDown span{display:block}.bannerArea .scrollDown span.text{color:#fff;font-size:12px;font-weight:700;letter-spacing:0.4px;line-height:20px;padding-bottom:13px}.bannerArea .scrollDown span.line{width:1px;height:48px;background-color:rgba(255,255,255,0.5);overflow:hidden;z-index:1;position:relative;margin:0 auto}.bannerArea .scrollDown span.line:before{content:'';width:1px;height:48px;-webkit-animation:bannerScrollAnimation 2.5s linear infinite forwards;-moz-animation:bannerScrollAnimation 2.5s linear infinite forwards;animation:bannerScrollAnimation 2.5s linear infinite forwards;background-color:#fff;display:block;position:absolute;top:0;left:0;z-index:2}@media (min-width:1181px){.bannerArea .scrollDown:hover span.text{color:#a31731;-webkit-transform:translateY(5px);-moz-transform:translateY(5px);-ms-transform:translateY(5px);-o-transform:translateY(5px);transform:translateY(5px)}.bannerArea .scrollDown:hover span.line:before{background-color:#a31731}}.bannerArea .slick-dots{width:15px;margin:0;bottom:20%;right:50px}.bannerArea .slick-dots li{width:100%;height:15px;margin:5px 0}.bannerArea .slick-dots li button{width:100%;height:100%;padding:0}.bannerArea .slick-dots li button:before{content:'';width:100%;height:100%;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:1px solid #fff;background-color:transparent;opacity:1}.bannerArea .slick-dots li.slick-active button:before{border:1px solid #fff;background-color:#fff;opacity:1}@media (max-width:1180px){.bannerArea .Txt .bannerVideo,.bannerArea .scrollDown,.bannerArea .slick-dots,.bannerArea .socialBox{display:none!important}}.productsArea{background-color:#141414;color:#ffffff;padding:190px 0 110px;overflow:hidden;position:relative}@media (max-width:1440px){.productsArea{padding:160px 0 90px}}@media (max-width:1180px){.productsArea{padding:100px 0 60px}}@media (max-width:640px){.productsArea{padding:60px 0 40px}}.productsArea:before{content:"";-webkit-animation:productBg 10s infinite ease-in-out;-moz-animation:productBg 10s infinite ease-in-out;animation:productBg 10s infinite ease-in-out;background-image:url(../images/home_product_bg.png);background-repeat:no-repeat;background-position:center;display:block;width:100%;height:100%;opacity:0.8;position:absolute;top:0%;left:0%;bottom:auto;right:auto;pointer-events:none}@media (max-width:1180px){.productsArea:before{opacity:0.5}}@-webkit-keyframes productBg{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes productBg{0%{-moz-transform:scale(1);transform:scale(1)}50%{-moz-transform:scale(1.1);transform:scale(1.1)}to{-moz-transform:scale(1);transform:scale(1)}}@keyframes productBg{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.productsArea .wrap{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.productsArea .leftBox{width:-webkit-calc(100% - 345px);width:-moz-calc(100% - 345px);width:calc(100% - 345px);position:relative;padding-bottom:50px}@media (max-width:1600px){.productsArea .leftBox{padding-left:40px}}@media (max-width:1440px){.productsArea .leftBox{width:-webkit-calc(100% - 300px);width:-moz-calc(100% - 300px);width:calc(100% - 300px);padding-right:20px}}@media (max-width:1180px){.productsArea .leftBox{width:100%;padding:0 0 50px}}@media (max-width:768px){.productsArea .leftBox{padding:0}}.productsArea .rightBox{width:345px;position:relative}@media (max-width:1440px){.productsArea .rightBox{width:300px}}@media (max-width:1180px){.productsArea .rightBox{display:none}}.productsArea .rightBox .arrowWrap{width:70px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-left:auto;padding-top:20px}.productsArea .rightBox .arrowBox{position:absolute;position:relative}.productsArea .rightBox .arrowBox.prev{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.productsArea .rightBox .arrowBox.next{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.productsArea .slideBtnBox{width:370px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;top:auto;left:0;bottom:0;right:auto}@media (max-width:1600px){.productsArea .slideBtnBox{padding-left:40px}}@media (max-width:1180px){.productsArea .slideBtnBox{padding-left:0}}@media (max-width:768px){.productsArea .slideBtnBox{width:100%;bottom:200px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;pointer-events:none}}@media (max-width:640px){.productsArea .slideBtnBox{bottom:120px}}@media (max-width:400px){.productsArea .slideBtnBox{bottom:80px}}.productsArea .slideBtnBox .slideNumBox{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative}.productsArea .slideBtnBox .slideNumBox:before{content:"";display:block;width:-webkit-calc(100% - 125px);width:-moz-calc(100% - 125px);width:calc(100% - 125px);height:1px;background-color:rgba(255,255,255,0.2);position:absolute;top:-webkit-calc(50% - 0.5px);top:-moz-calc(50% - 0.5px);top:calc(50% - 0.5px);left:115px;bottom:auto;right:auto}.productsArea .slideBtnBox .slideNumBox .num{display:inline-block;vertical-align:baseline}.productsArea .slideBtnBox .slideNumBox .num.all{color:#a09e9e;font-size:20px;font-weight:400;letter-spacing:0.6px;line-height:1.3;padding-right:20px;position:relative}.productsArea .slideBtnBox .slideNumBox .num.all:before{content:"";display:block;width:2px;height:16px;background-color:#a09e9e;position:absolute;top:5px;left:auto;bottom:auto;right:7px;-webkit-transform:skewX(-23deg);-moz-transform:skewX(-23deg);-ms-transform:skewX(-23deg);-o-transform:skewX(-23deg);transform:skewX(-23deg)}.productsArea .slideBtnBox .slideNumBox .num.now{color:#ffffff;font-size:40px;font-weight:400;letter-spacing:1.2px;line-height:1}@media (max-width:768px){.productsArea .slideBtnBox .slideNumBox{display:none}}.productsArea .slideBtnBox .arrowBox{margin-left:10px;margin-bottom:5px}@media (max-width:768px){.productsArea .slideBtnBox .arrowBox{margin:0;pointer-events:auto}}.productsM1List{width:100%}.productsM1List .item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:768px){.productsM1List .item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.productsM1List .Img{width:100%;max-width:600px;margin:0 auto}.productsM1List .Img img{display:block;width:100%}@media (max-width:1440px){.productsM1List .Img{max-width:50%}}.productsM1List .Txt{width:-webkit-calc(100% - 600px);width:-moz-calc(100% - 600px);width:calc(100% - 600px);max-width:390px;padding-right:20px;padding-bottom:20px}@media (max-width:1440px){.productsM1List .Txt{width:50%;max-width:100%}}@media (max-width:768px){.productsM1List .Txt{width:100%;padding:0 0 30px}}.productsM1List .Txt .title{font-size:65px;line-height:1}@media (max-width:1280px){.productsM1List .Txt .title{font-size:54px}}@media (max-width:1180px){.productsM1List .Txt .title{font-size:60px}}@media (max-width:640px){.productsM1List .Txt .title{font-size:48px}}@media (max-width:480px){.productsM1List .Txt .title{font-size:36px}}@media (max-width:400px){.productsM1List .Txt .title{font-size:32px}}.productsM1List .Txt .expStyle{padding-top:40px;color:#d7d7d7}.productsM1List .Txt .expStyle.ellipsis{max-height:295px}@media (max-width:1440px){.productsM1List .Txt .expStyle{padding-top:30px}.productsM1List .Txt .expStyle.ellipsis{max-height:285px}}@media (max-width:1180px){.productsM1List .Txt .expStyle{padding-top:20px}.productsM1List .Txt .expStyle.ellipsis{max-height:175px}}@media (max-width:640px){.productsM1List .Txt .expStyle{padding-top:10px}.productsM1List .Txt .expStyle.ellipsis{max-height:112px}}.productsM1List .Txt .btnBox{margin-top:50px}@media (max-width:1180px){.productsM1List .Txt .btnBox{margin-top:30px}}@media (max-width:640px){.productsM1List .Txt .btnBox{margin-top:10px}}.productsM1List .Txt .btnBox .text{color:#ffffff}.productsSubList{max-height:500px;overflow-y:auto;padding-right:8px}.productsSubList::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 4px rgba(0,0,0,0.15);box-shadow:inset 0 0 4px rgba(0,0,0,0.15);background-color:#fff}.productsSubList::-webkit-scrollbar{width:4px;height:100%;background-color:#fff}.productsSubList::-webkit-scrollbar-thumb{background:#a31731}@media (max-width:1440px){.productsSubList{max-height:440px}}.productsSubList .subItem{border-bottom:1px solid rgba(255,255,255,0.2);padding:15px 0;position:relative}@media (max-width:1440px){.productsSubList .subItem{padding:10px 0}}.productsSubList .subItem:before{content:"";display:block;width:0;height:1px;background-color:#ffffff;position:absolute;top:auto;left:0;bottom:-1px;right:auto}.productsSubList .subItem:first-child{border-top:1px solid rgba(255,255,255,0.2)}.productsSubList .subItem.current:before{width:100%}.productsSubList .subItem.current .title{color:#a31731}.productsSubList .subItem.current .icon img{-webkit-filter:none;filter:none}@media (min-width:1181px){.productsSubList .subItem:hover{border-bottom:1px solid rgba(255,255,255,0.5)}.productsSubList .subItem:hover .title{-webkit-transform:translateX(-10px);-moz-transform:translateX(-10px);-ms-transform:translateX(-10px);-o-transform:translateX(-10px);transform:translateX(-10px)}.productsSubList .subItem:hover .icon{-webkit-transform:translateX(5px);-moz-transform:translateX(5px);-ms-transform:translateX(5px);-o-transform:translateX(5px);transform:translateX(5px)}}.productsSubList .item{cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:5px 0}.productsSubList .icon{width:60px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.productsSubList .icon img{display:block;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);width:100%}.productsSubList .title{color:#cccccc;font-size:20px;font-weight:400;letter-spacing:0.6px;line-height:1.3;padding-left:40px}.relatedDataArea{background-color:#a31731;padding:95px 0;position:relative;overflow:hidden}.relatedDataArea:before{content:"";display:block;width:147px;height:100%;background-color:rgba(255,255,255,0.2);-webkit-transform:skewX(-17.5deg);-moz-transform:skewX(-17.5deg);-ms-transform:skewX(-17.5deg);-o-transform:skewX(-17.5deg);transform:skewX(-17.5deg);position:absolute;top:0;left:auto;bottom:auto;right:43px;pointer-events:none;z-index:2;-webkit-animation:dataDecoLineAni 5s infinite ease-in-out;-moz-animation:dataDecoLineAni 5s infinite ease-in-out;animation:dataDecoLineAni 5s infinite ease-in-out}.relatedDataArea:after{content:"";display:block;width:147px;height:100%;background-color:rgba(255,255,255,0.1);-webkit-transform:skewX(-17.5deg);-moz-transform:skewX(-17.5deg);-ms-transform:skewX(-17.5deg);-o-transform:skewX(-17.5deg);transform:skewX(-17.5deg);position:absolute;top:0;left:auto;bottom:auto;right:190px;pointer-events:none;z-index:2;-webkit-animation:dataDecoLineAni2 5s infinite ease-in-out;-moz-animation:dataDecoLineAni2 5s infinite ease-in-out;animation:dataDecoLineAni2 5s infinite ease-in-out}@media (max-width:1180px){.relatedDataArea{padding:80px 0}}@media (max-width:840px){.relatedDataArea{padding:65px 0}}@media (max-width:640px){.relatedDataArea{padding:50px 0}.relatedDataArea:before{right:-147px}.relatedDataArea:after{right:0px}}.relatedDataArea .wrap{max-width:1640px}.relatedDataArea .bgImg{display:block;position:absolute;top:-webkit-calc(50% - 200px);top:-moz-calc(50% - 200px);top:calc(50% - 200px);left:-webkit-calc(50% - 586px);left:-moz-calc(50% - 586px);left:calc(50% - 586px);bottom:auto;right:auto;pointer-events:none}@-webkit-keyframes dataDecoLineAni{0%{opacity:0}10%{opacity:1}95%{opacity:1}to{opacity:0}}@-moz-keyframes dataDecoLineAni{0%{opacity:0}10%{opacity:1}95%{opacity:1}to{opacity:0}}@keyframes dataDecoLineAni{0%{opacity:0}10%{opacity:1}95%{opacity:1}to{opacity:0}}@-webkit-keyframes dataDecoLineAni2{0%{opacity:0}10%{opacity:0}20%{opacity:1}95%{opacity:1}to{opacity:0}}@-moz-keyframes dataDecoLineAni2{0%{opacity:0}10%{opacity:0}20%{opacity:1}95%{opacity:1}to{opacity:0}}@keyframes dataDecoLineAni2{0%{opacity:0}10%{opacity:0}20%{opacity:1}95%{opacity:1}to{opacity:0}}.relatedDataList{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff}.relatedDataList .relatedDataItem{width:25%;position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:20px 0}.relatedDataList .relatedDataItem:before{content:"";display:block;width:1px;height:100%;background-color:rgba(255,255,255,0.2);position:absolute;top:0;left:0;bottom:auto;right:auto}.relatedDataList .relatedDataItem:nth-child(4n+1):before{opacity:0}@media (max-width:1280px){.relatedDataList .relatedDataItem{width:50%}.relatedDataList .relatedDataItem:nth-child(odd):before{opacity:0}}@media (max-width:640px){.relatedDataList .relatedDataItem{width:100%}.relatedDataList .relatedDataItem:before{opacity:0}}.relatedDataList .item{padding:0 20px;position:relative;display:inline-block}@media (max-width:640px){.relatedDataList .item{padding:0}}.relatedDataList .titleBox .subtitle{color:#fff;padding-bottom:10px}.relatedDataList .titleBox .subtitle:before{background-color:#fff}.relatedDataList .num{font-size:60px;font-weight:400;letter-spacing:0;line-height:1}@media (max-width:1440px){.relatedDataList .num{font-size:50px}}@media (max-width:1280px){.relatedDataList .num{font-size:50px}}.partnerArea{padding:40px 0;overflow:hidden}.partnerArea .wrap{position:relative;max-width:1640px;padding:0 70px}.partnerArea .arrowBox{position:absolute;top:-webkit-calc(50% - 15px);top:-moz-calc(50% - 15px);top:calc(50% - 15px)}.partnerArea .arrowBox.prev{left:0}.partnerArea .arrowBox.next{right:0}@media (max-width:1680px){.partnerArea .arrowBox.prev{left:20px}.partnerArea .arrowBox.next{right:20px}}@media (max-width:1180px){.partnerList .slick-active .item{pointer-events:auto}.partnerList .slick-active .Img img{-webkit-filter:none;filter:none}}@media (max-width:840px){.partnerList{max-width:500px;margin:0 auto}.partnerList .slick-list{overflow:visible}}@media (max-width:480px){.partnerList{max-width:220px}}.partnerList .item{width:100%;max-width:220px;margin:0 auto}@media (max-width:1180px){.partnerList .item{pointer-events:none}}@media (min-width:1181px){.partnerList .item:hover .Img img{-webkit-filter:contrast(1);filter:contrast(1)}}.partnerList .Img{width:100%}.partnerList .Img img{display:block;width:100%;-webkit-filter:contrast(0);filter:contrast(0)}.applicationArea{position:relative}.applicationArea .wrap{max-width:100%;padding:0;position:relative}.applicationList{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%}@media (max-width:1180px){.applicationList{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.applicationList .applicationItem{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;position:relative}.applicationList .applicationItem:before{content:"";display:block;width:1px;height:100%;background-color:#fff;position:absolute;top:0;left:0;bottom:auto;right:auto;z-index:2}.applicationList .applicationItem:first-child:before{display:none}@media (min-width:1181px){.applicationList .applicationItem:hover{-webkit-box-flex:2;-webkit-flex:2;-moz-box-flex:2;-ms-flex:2;flex:2}.applicationList .applicationItem:hover .Img img{opacity:1}.applicationList .applicationItem:hover .Txt{bottom:0;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.applicationList .applicationItem:hover .Txt:before{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);-webkit-transition:0.3s 0.4s opacity,0.4s 0.4s transform;-o-transition:0.3s 0.4s opacity,0.4s 0.4s transform;-moz-transition:0.3s 0.4s opacity,0.4s 0.4s transform;transition:0.3s 0.4s opacity,0.4s 0.4s transform}.applicationList .applicationItem:hover .Txt .btnBox{opacity:1;-webkit-transition:0.3s 0.4s opacity;-o-transition:0.3s 0.4s opacity;-moz-transition:0.3s 0.4s opacity;transition:0.3s 0.4s opacity}}@media (max-width:1180px){.applicationList .applicationItem{-webkit-box-flex:0;-webkit-flex:none;-moz-box-flex:0;-ms-flex:none;flex:none;width:50%}.applicationList .applicationItem:nth-child(odd):before{display:none}}@media (max-width:768px){.applicationList .applicationItem{width:100%}.applicationList .applicationItem:before{display:none}}.applicationList .item{width:100%;position:relative}.applicationList .Img{background-color:#000;width:100%;height:820px;overflow:hidden}.applicationList .Img a{display:block;width:100%;height:100%}.applicationList .Img img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0.6}@media (max-width:1180px){.applicationList .Img{height:auto}.applicationList .Img img{opacity:1}}.applicationList .Txt{position:absolute;top:auto;left:0;bottom:50%;right:auto;text-align:center;width:100%;padding:40px 20px 16px;-webkit-transform:translateY(50%);-moz-transform:translateY(50%);-ms-transform:translateY(50%);-o-transform:translateY(50%);transform:translateY(50%)}.applicationList .Txt:before{content:"";display:block;width:100%;height:100%;background-color:rgba(163,23,49,0.8);position:absolute;top:0;left:0;bottom:auto;right:auto;opacity:0;-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-ms-transform:translateY(20px);-o-transform:translateY(20px);transform:translateY(20px)}.applicationList .Txt .title{color:#fff;font-size:30px;font-weight:400;letter-spacing:0.6px;line-height:1.2;position:relative}.applicationList .Txt .btnBox{opacity:0;position:relative;margin:10px auto}.applicationList .Txt .btnBox .text{display:block}@media (max-width:1180px){.applicationList .Txt{background-color:rgba(163,23,49,0.8);bottom:0;-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transform:translate(0);padding:0px 20px;height:54px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.applicationList .Txt:before{display:none}.applicationList .Txt .title{font-size:20px}.applicationList .Txt .btnBox{display:none}}@media (max-width:400px){.applicationList .Txt{height:40px}.applicationList .Txt .title{font-size:16px}}.techArea{background-color:#141414;color:#ffffff;padding:150px 0;position:relative;overflow-x:hidden}@media (max-width:1180px){.techArea{padding:70px 0}}.techArea:before{content:"";-webkit-animation:techBgAni 10s infinite ease-in-out;-moz-animation:techBgAni 10s infinite ease-in-out;animation:techBgAni 10s infinite ease-in-out;background-image:url(../images/home_tech_bg.png);-moz-background-size:cover;background-size:cover;background-position:center;background-repeat:no-repeat;display:block;width:100vw;height:860px;position:absolute;top:-webkit-calc(50% - 380px);top:-moz-calc(50% - 380px);top:calc(50% - 380px);left:-webkit-calc(50% - 50vw);left:-moz-calc(50% - 50vw);left:calc(50% - 50vw);bottom:auto;right:auto}@media (max-width:840px){.techArea:before{width:840px;height:500px;left:-webkit-calc(50% - 420px);left:-moz-calc(50% - 420px);left:calc(50% - 420px);top:-webkit-calc(60% - 250px);top:-moz-calc(60% - 250px);top:calc(60% - 250px);opacity:0.8}}@-webkit-keyframes techBgAni{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.05);transform:scale(1.05)}to{-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes techBgAni{0%{-moz-transform:scale(1);transform:scale(1)}50%{-moz-transform:scale(1.05);transform:scale(1.05)}to{-moz-transform:scale(1);transform:scale(1)}}@keyframes techBgAni{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}to{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.techContentBox{position:relative}.techContentBox .wrap{position:relative}.techContentBox .techBox{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}.techContentBox .techBox .Img{max-width:-webkit-calc(100% - 530px);max-width:-moz-calc(100% - 530px);max-width:calc(100% - 530px);position:relative;left:-webkit-calc(50% - 50vw);left:-moz-calc(50% - 50vw);left:calc(50% - 50vw);top:0}.techContentBox .techBox .Img img{display:block;width:920px;position:relative;left:-460px}@media (max-width:1440px){.techContentBox .techBox .Img img{width:100%;max-width:800px;left:auto;right:500px}}@media (max-width:1440px){.techContentBox .techBox .Img{min-height:600px}}@media (max-width:1180px){.techContentBox .techBox .Img{display:none}}.techContentBox .techBox .Txt{max-width:530px;margin-left:auto;padding-right:45px;padding-bottom:180px}@media (max-width:1180px){.techContentBox .techBox .Txt{width:100%;max-width:100%;padding:0 0 40px}}@media (max-width:840px){.techContentBox .techBox .Txt{padding-bottom:20px}}.techContentBox .techBox .Txt .title{color:#a31731;font-size:20px;font-weight:700;letter-spacing:0.6px;line-height:1.2}.techContentBox .techBox .Txt .expStyle{color:#ffffff;padding-top:10px}.techContentBox .itemWrap{width:100%;max-width:1200px;padding-bottom:180px;position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}@media (max-width:1180px){.techContentBox .itemWrap{max-width:100;padding:0 0 40px;position:relative;-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%);left:0}}@media (max-width:840px){.techContentBox .itemWrap{padding:0px}}.techContentBox .itemWrap .bgCircle{width:636px;height:220px;position:absolute;right:165px;bottom:315px;-webkit-transform:rotate(-24deg);-moz-transform:rotate(-24deg);-ms-transform:rotate(-24deg);-o-transform:rotate(-24deg);transform:rotate(-24deg);-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center;overflow:hidden}.techContentBox .itemWrap .bgCircle:before{content:"";width:636px;height:636px;border-top:2px solid #a31731;border-left:2px solid #a31731;border-bottom:2px solid transparent;border-right:2px solid transparent;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;position:absolute;top:8px;left:0px;-webkit-transform:rotate(-140deg);-moz-transform:rotate(-140deg);-ms-transform:rotate(-140deg);-o-transform:rotate(-140deg);transform:rotate(-140deg);-webkit-animation:circleRotate 10s infinite linear;-moz-animation:circleRotate 10s infinite linear;animation:circleRotate 10s infinite linear}.techContentBox .itemWrap .bgCircle:after{content:"";width:644px;height:644px;background-image:url(../images/deco_circle_b.png);-moz-background-size:contain;background-size:contain;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;position:absolute;top:-2px;left:-4px;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}@media (max-width:1180px){.techContentBox .itemWrap .bgCircle{display:none}}@-webkit-keyframes circleRotate{0%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}20%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}30%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}80%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}95%{-webkit-transform:rotate(240deg);transform:rotate(240deg)}to{-webkit-transform:rotate(240deg);transform:rotate(240deg)}}@-moz-keyframes circleRotate{0%{-moz-transform:rotate(-140deg);transform:rotate(-140deg)}20%{-moz-transform:rotate(-140deg);transform:rotate(-140deg)}30%{-moz-transform:rotate(30deg);transform:rotate(30deg)}80%{-moz-transform:rotate(30deg);transform:rotate(30deg)}95%{-moz-transform:rotate(240deg);transform:rotate(240deg)}to{-moz-transform:rotate(240deg);transform:rotate(240deg)}}@keyframes circleRotate{0%{-webkit-transform:rotate(-140deg);-moz-transform:rotate(-140deg);-o-transform:rotate(-140deg);transform:rotate(-140deg)}20%{-webkit-transform:rotate(-140deg);-moz-transform:rotate(-140deg);-o-transform:rotate(-140deg);transform:rotate(-140deg)}30%{-webkit-transform:rotate(30deg);-moz-transform:rotate(30deg);-o-transform:rotate(30deg);transform:rotate(30deg)}80%{-webkit-transform:rotate(30deg);-moz-transform:rotate(30deg);-o-transform:rotate(30deg);transform:rotate(30deg)}95%{-webkit-transform:rotate(240deg);-moz-transform:rotate(240deg);-o-transform:rotate(240deg);transform:rotate(240deg)}to{-webkit-transform:rotate(240deg);-moz-transform:rotate(240deg);-o-transform:rotate(240deg);transform:rotate(240deg)}}.techItemList{width:100%;max-width:975px;margin-left:auto;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media (max-width:1180px){.techItemList{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:100%}}@media (min-width:1181px){.techItemList .techItem:first-child .circle{margin-top:45px;margin-left:-10px}.techItemList .techItem:first-child .circle:before{-webkit-animation:dotsCircle 10s infinite linear;-moz-animation:dotsCircle 10s infinite linear;animation:dotsCircle 10s infinite linear}.techItemList .techItem:nth-child(2){padding-bottom:50px;padding-left:55px}.techItemList .techItem:nth-child(2) .item{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.techItemList .techItem:nth-child(2) .circle{position:relative;right:-12px}.techItemList .techItem:nth-child(2) .circle:before{-webkit-animation:dotsCircle 10s 0.5s infinite linear;-moz-animation:dotsCircle 10s 0.5s infinite linear;animation:dotsCircle 10s 0.5s infinite linear}.techItemList .techItem:nth-child(3){margin:0 auto -30px}.techItemList .techItem:nth-child(3) .item{margin-left:-40px}.techItemList .techItem:nth-child(3) .circle{margin-top:15px}.techItemList .techItem:nth-child(3) .circle:before{-webkit-animation:dotsCircle 10s 1s infinite linear;-moz-animation:dotsCircle 10s 1s infinite linear;animation:dotsCircle 10s 1s infinite linear}.techItemList .techItem:nth-child(4){position:absolute;top:0;right:0;padding-top:15px}.techItemList .techItem:nth-child(4) .item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:250px;padding-right:40px}.techItemList .techItem:nth-child(4) .circle{margin-left:15px}.techItemList .techItem:nth-child(4) .circle:before{-webkit-animation:dotsCircle 10s 1.5s infinite linear;-moz-animation:dotsCircle 10s 1.5s infinite linear;animation:dotsCircle 10s 1.5s infinite linear}.techItemList .techItem:nth-child(4) .exp{padding-bottom:25px}}@media (max-width:1180px){.techItemList .techItem{width:50%}.techItemList .techItem:first-child .circle:before{-webkit-animation:dotsCircle 10s infinite linear;-moz-animation:dotsCircle 10s infinite linear;animation:dotsCircle 10s infinite linear}.techItemList .techItem:nth-child(2) .circle:before{-webkit-animation:dotsCircle 10s 0.5s infinite linear;-moz-animation:dotsCircle 10s 0.5s infinite linear;animation:dotsCircle 10s 0.5s infinite linear}.techItemList .techItem:nth-child(3) .circle:before{-webkit-animation:dotsCircle 10s 1s infinite linear;-moz-animation:dotsCircle 10s 1s infinite linear;animation:dotsCircle 10s 1s infinite linear}.techItemList .techItem:nth-child(4) .circle:before{-webkit-animation:dotsCircle 10s 1.5s infinite linear;-moz-animation:dotsCircle 10s 1.5s infinite linear;animation:dotsCircle 10s 1.5s infinite linear}}@media (max-width:840px){.techItemList .techItem{width:100%}.techItemList .techItem:first-child .item:before{display:none}}.techItemList .item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:334px}@media (max-width:1180px){.techItemList .item{width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px 10px}}@media (max-width:840px){.techItemList .item{padding:20px 0;position:relative}.techItemList .item:before{content:"";display:block;width:2px;height:28px;background-color:#a31731;position:absolute;top:-13px;left:61px;bottom:auto;right:auto}}.techItemList .circle{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:124px;height:124px;position:relative}.techItemList .circle:before{content:"";background:url(../images/deco_circle.png);-moz-background-size:contain;background-size:contain;background-repeat:no-repeat;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:block;width:100%;height:100%;position:absolute;top:0;left:0;bottom:auto;right:auto;opacity:0}.techItemList .Img{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;width:100px;height:100px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:1}.techItemList .Img .ImgBg{display:block;width:124%;height:124%;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;position:absolute;top:-12%;left:-12%;bottom:auto;right:auto;z-index:-1}.techItemList .Img img{display:block;width:60px}@media (max-width:400px){.techItemList .Img{width:90px;height:90px}}.techItemList .exp{color:#ffffff;font-size:16px;font-weight:300;letter-spacing:0.48px;line-height:1.375;width:210px}.techItemList .exp strong{display:inline-block}@media (max-width:1180px){.techItemList .exp{width:-webkit-calc(100% - 124px);width:-moz-calc(100% - 124px);width:calc(100% - 124px);padding-left:20px}}@media (max-width:400px){.techItemList .exp{width:-webkit-calc(100% - 115px);width:-moz-calc(100% - 115px);width:calc(100% - 115px);padding-left:10px}}@-webkit-keyframes dotsCircle{0%{opacity:0;-webkit-transform:scale(0.2) rotate(0);transform:scale(0.2) rotate(0)}10%{opacity:1;-webkit-transform:scale(1) rotate(36deg);transform:scale(1) rotate(36deg)}85%{opacity:1;-webkit-transform:scale(1) rotate(234deg);transform:scale(1) rotate(234deg)}90%{opacity:0;-webkit-transform:scale(0.2) rotate(252deg);transform:scale(0.2) rotate(252deg)}to{opacity:0;-webkit-transform:scale(0.2) rotate(360deg);transform:scale(0.2) rotate(360deg)}}@-moz-keyframes dotsCircle{0%{opacity:0;-moz-transform:scale(0.2) rotate(0);transform:scale(0.2) rotate(0)}10%{opacity:1;-moz-transform:scale(1) rotate(36deg);transform:scale(1) rotate(36deg)}85%{opacity:1;-moz-transform:scale(1) rotate(234deg);transform:scale(1) rotate(234deg)}90%{opacity:0;-moz-transform:scale(0.2) rotate(252deg);transform:scale(0.2) rotate(252deg)}to{opacity:0;-moz-transform:scale(0.2) rotate(360deg);transform:scale(0.2) rotate(360deg)}}@keyframes dotsCircle{0%{opacity:0;-webkit-transform:scale(0.2) rotate(0);-moz-transform:scale(0.2) rotate(0);-o-transform:scale(0.2) rotate(0);transform:scale(0.2) rotate(0)}10%{opacity:1;-webkit-transform:scale(1) rotate(36deg);-moz-transform:scale(1) rotate(36deg);-o-transform:scale(1) rotate(36deg);transform:scale(1) rotate(36deg)}85%{opacity:1;-webkit-transform:scale(1) rotate(234deg);-moz-transform:scale(1) rotate(234deg);-o-transform:scale(1) rotate(234deg);transform:scale(1) rotate(234deg)}90%{opacity:0;-webkit-transform:scale(0.2) rotate(252deg);-moz-transform:scale(0.2) rotate(252deg);-o-transform:scale(0.2) rotate(252deg);transform:scale(0.2) rotate(252deg)}to{opacity:0;-webkit-transform:scale(0.2) rotate(360deg);-moz-transform:scale(0.2) rotate(360deg);-o-transform:scale(0.2) rotate(360deg);transform:scale(0.2) rotate(360deg)}}.aboutArea{padding:45px 0;position:relative;text-align:center}@media (max-width:1180px){.aboutArea{padding:40px 0 20px}}@media (max-width:640px){.aboutArea{padding:40px 0 0px}}.aboutArea .exp{color:#ffffff;font-family:"Roboto","微軟正黑體",sans-serif;font-size:20px;font-weight:300;letter-spacing:0.6px;line-height:1.65;width:100%;max-width:1090px;margin:0 auto;padding:40px 0 30px}@media (max-width:1180px){.aboutArea .exp{font-size:18px;padding:20px 0}}@media (max-width:640px){.aboutArea .exp{font-size:16px}}.aboutArea .btnBox{margin:30px auto 0}.linkArea{background-color:#141414}.linkArea .wrap{max-width:1920px;padding:0}.linkList{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;overflow:hidden}@media (max-width:1180px){.linkList{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.linkList .linkItem{width:100%;position:relative}@media (min-width:1181px){.linkList .linkItem:first-child{z-index:2}.linkList .linkItem:first-child .Img{left:0;right:auto}.linkList .linkItem:first-child .Txt{margin-left:auto;padding-left:20px;padding-right:180px}}@media (min-width:1181px) and (max-width:1680px){.linkList .linkItem:first-child .Txt{padding-left:60px}}.linkList .item{width:100%;height:360px;position:relative}@media (max-width:768px){.linkList .item{height:240px}}.linkList .Img{position:relative;width:-webkit-calc(100% + 58px);width:-moz-calc(100% + 58px);width:calc(100% + 58px);height:100%;position:absolute;top:0;left:auto;bottom:auto;right:0}@media (max-width:1180px){.linkList .Img{position:relative;width:100%}}.linkList .Img .svgFirst{display:block;position:relative;height:100%;position:absolute;right:0;top:0}.linkList .Img .svgFirst+img{display:none}@media (max-width:1180px){.linkList .Img .svgFirst{display:none}.linkList .Img .svgFirst+img{display:block}}.linkList .Img img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.linkList .Txt{position:relative;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:820px;padding-left:180px;padding-right:20px}@media (max-width:1180px){.linkList .Txt{max-width:640px;padding:0 20px;margin:0 auto;position:absolute;top:0;left:0%}}.linkList .Txt .title{color:#fff;font-size:40px;font-weight:700;letter-spacing:0.8px;line-height:1;margin-bottom:15px}@media (max-width:400px){.linkList .Txt .title{font-size:32px;margin-bottom:10px}}.linkList .Txt .expStyle{color:#fff;font-family:"Roboto","微軟正黑體",sans-serif}@media (max-width:400px){.linkList .Txt .expStyle{font-size:16px}}.linkList .Txt .expStyle.ellipsis{height:78px}@media (max-width:768px){.linkList .Txt .expStyle.ellipsis{height:51px}}.linkList .Txt .btnBox{display:inline-block;width:auto;margin-left:-15px;margin-top:20px}.linkList .Txt .btnBox .btnLink{width:auto;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex}.linkList .Txt .btnBox .text{display:block;padding-right:20px;font-size:18px}@media (max-width:375px){.linkList .Txt .btnBox .text{font-size:16px}}.linkList .Txt .btnBox .text .textWrap{display:block;width:100%;overflow:hidden}.linkList .Txt .btnBox .arrow{margin-top:2px;height:18px}@media (min-width:1181px){.linkList .Txt .btnBox:hover .textWrap{width:1px;-webkit-animation:textWidthAni 0.5s forwards;-moz-animation:textWidthAni 0.5s forwards;animation:textWidthAni 0.5s forwards}}footer{background-color:#141414}footer .infoContent .rightBox:before{background-color:rgba(255,255,255,0.2)}@media (max-width:768px){footer .infoContent .rightBox:before{display:none}}footer .infoContent .downLogo img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}footer .infoContent .snsBox .socialList li a{color:#a31731}footer .infoContent .snsBox .socialList li a:hover{color:#ffffff}footer .infoContent .infoList .icon{color:#f1f1f1}footer .infoContent .infoList i{color:#f1f1f1}footer .infoContent .infoList a,footer .infoContent .infoList span{color:#f1f1f1}@media (min-width:1181px){footer .infoContent .infoList a:hover{color:#a31731}}footer .sitemapBox{background-color:#000000;border-bottom:1px solid rgba(255,255,255,0.2);border-top:none}@media (max-width:768px){footer .sitemap .item.show .subtitleList{background-color:#141414}}footer .sitemap .title .titleLink{color:#d7d7d7}@media (min-width:1181px){footer .sitemap .title .titleLink:hover{color:#a31731}}@media (max-width:768px){footer .sitemap .title .arrow:after,footer .sitemap .title .arrow:before{background-color:#ffffff}}footer .sitemap .subtitleList a{color:#a09e9e}@media (min-width:1181px){footer .sitemap .subtitleList a:hover{color:#a31731}}footer .copyright{background-color:#000000}@media (min-width:1181px){footer .copyright .footerInfo a:hover{color:#a09e9e}}html[lang=en-US] .productsArea{background-color:#f3f3f3;color:#282828}html[lang=en-US] .productsArea:before{opacity:0.2}html[lang=en-US] .productsArea .slideBtnBox .slideNumBox:before{background-color:rgba(40,40,40,0.2)}html[lang=en-US] .productsArea .slideBtnBox .slideNumBox .num.all{color:#595858}html[lang=en-US] .productsArea .slideBtnBox .slideNumBox .num.all:before{background-color:#595858}html[lang=en-US] .productsArea .slideBtnBox .slideNumBox .num.now{color:#282828}html[lang=en-US] .productsM1List .Txt .expStyle{color:#282828}html[lang=en-US] .productsM1List .Txt .btnBox .text{color:#282828}html[lang=en-US] .productsSubList .subItem{border-bottom:1px solid rgba(40,40,40,0.2)}html[lang=en-US] .productsSubList .subItem:before{background-color:#282828}html[lang=en-US] .productsSubList .subItem:first-child{border-top:1px solid rgba(40,40,40,0.2)}html[lang=en-US] .productsSubList .subItem.current .title{color:#a31731}@media (min-width:1181px){html[lang=en-US] .productsSubList .subItem:hover{border-bottom:1px solid rgba(40,40,40,0.5)}}html[lang=en-US] .productsSubList .icon img{-webkit-filter:brightness(0);filter:brightness(0)}html[lang=en-US] .productsSubList .title{color:#141414}html[lang=en-US] .techArea{background-color:#f3f3f3;color:#282828}html[lang=en-US] .techArea:before{display:none}html[lang=en-US] .techContentBox .techBox .Txt .expStyle{color:#282828}html[lang=en-US] .techItemList .exp{color:#282828}html[lang=en-US] .aboutArea{padding:45px 0;position:relative;text-align:center}html[lang=en-US] .aboutArea .exp{color:#282828;font-family:"Roboto","微軟正黑體",sans-serif;font-size:20px;font-weight:300;letter-spacing:0.6px;line-height:1.65;width:100%;max-width:1090px;margin:0 auto;padding:40px 0 30px}html[lang=en-US] .aboutArea .btnBox{margin:30px auto 0}html[lang=en-US] footer{background-color:#f3f3f3}html[lang=en-US] footer .infoContent .rightBox:before{background-color:rgba(40,40,40,0.2)}html[lang=en-US] footer .infoContent .downLogo img{-webkit-filter:none;filter:none}html[lang=en-US] footer .infoContent .snsBox .socialList li a{color:#a31731}html[lang=en-US] footer .infoContent .snsBox .socialList li a:hover{color:#282828}html[lang=en-US] footer .infoContent .infoList .icon{color:#282828}html[lang=en-US] footer .infoContent .infoList i{color:#282828}html[lang=en-US] footer .infoContent .infoList a,html[lang=en-US] footer .infoContent .infoList span{color:#282828}@media (min-width:1181px){html[lang=en-US] footer .infoContent .infoList a:hover{color:#a31731}}html[lang=en-US] footer .sitemapBox{background-color:#f3f3f3;border-top:1px solid rgba(40,40,40,0.2);border-bottom:none}@media (max-width:768px){html[lang=en-US] footer .sitemap .item.show .subtitleList{background-color:#fff}}html[lang=en-US] footer .sitemap .title .titleLink{color:#282828}@media (min-width:1181px){html[lang=en-US] footer .sitemap .title .titleLink:hover{color:#a31731}}@media (max-width:768px){html[lang=en-US] footer .sitemap .title .arrow:after,html[lang=en-US] footer .sitemap .title .arrow:before{background-color:#282828}}html[lang=en-US] footer .sitemap .subtitleList a{color:#595858}@media (min-width:1181px){html[lang=en-US] footer .sitemap .subtitleList a:hover{color:#a31731}}html[lang=en-US] footer .copyright{background-color:#a31731}@media (min-width:1181px){html[lang=en-US] footer .copyright .footerInfo a:hover{color:#595858}}