body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{min-height:100vh;width:100vw;min-width:860px;min-height:700px;margin:0;display:flex;justify-content:center}.AppContent{height:100%;max-width:980px;min-width:860px}.AppContent,.Header{position:relative;display:flex;width:100%}.Header{height:70px;justify-content:space-between;flex-direction:row;align-items:center;border:solid #999;border-width:0 0 .5px}.Logo{height:40px}.HeaderRight{position:relative;margin-right:25px}.HeaderRight,.NavItems{display:flex;flex-direction:row}.NavItems{justify-content:space-between;margin-right:20px}.NavButton{margin:20px 10px 0;width:115px;height:50px;text-align:center;line-height:50px;font-size:18px;cursor:pointer}.LanguageOption{display:flex;flex-direction:row}.Dashed{width:1px;height:50px;background-color:#999;justify-self:center;align-self:flex-end}.LanguageButton{margin:20px 5px 0 15px;width:35px;height:50px;cursor:pointer;align-items:center;line-height:50px;display:flex;flex-direction:row}.HeaderLangaugeIcon{width:20px;height:20px;margin-right:5px}.HomeBottom{position:relative;width:100%;display:flex;flex-direction:row;justify-content:space-between}.HomeBottomItem{position:relative;width:50%;padding:15px;overflow:hidden}.HomeBottomTitle{border:dashed #999;border-width:0 0 1px;padding-bottom:6px}.HomeBottomTextEN{font-family:Roboto,sans-serif;font-size:12px;line-height:17px;font-weight:600;color:#626262;text-align:justify;margin-top:6px}.SliderContainer{display:flex;width:100%;align-items:center;position:relative;height:100%;overflow:hidden}.SliderImage{height:40px;padding-bottom:40px;-webkit-animation:bannerslide 60s linear infinite;animation:bannerslide 60s linear infinite}@-webkit-keyframes bannerslide{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-4200px);transform:translateX(-4200px)}}@keyframes bannerslide{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-4200px);transform:translateX(-4200px)}}