@media only screen and (max-width:960px){.desktop-show{display:none}}@media only screen and (min-width:961px) and (max-width:1440px){.mobile-show{display:none}}@media only screen and (min-width:1441px){.mobile-show{display:none}}.transition-all-500{-webkit-transition:all .5s ease-out;transition:all .5s ease-out}.transition-all-800{-webkit-transition:all .8s ease-out;transition:all .8s ease-out}.transition-all-1000{-webkit-transition:all 1s ease-out;transition:all 1s ease-out}.transition-all-2000{-webkit-transition:all 2s ease-out;transition:all 2s ease-out}.mobile-navbar{display:none}@media only screen and (max-width:960px){.mobile-navbar{display:block;position:sticky;z-index:99990;top:51px;width:100%;background:#fff;overflow:hidden}}.mobile-navbar .navbar-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:40px;line-height:40px;background:#fff;padding:0 15px}.mobile-navbar .title{font-size:14px;color:#333;letter-spacing:0;font-weight:500}.mobile-navbar .right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mobile-navbar .menu-icon{cursor:pointer;width:16px;height:16px;-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.mobile-navbar .menu-items{background:#fff;margin:0;padding:0 16px 0 34px;list-style:none;max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease-out;transition:max-height .3s ease-out}.mobile-navbar .menu-items li a{display:block;padding:12px 0;text-decoration:none;border-bottom:1px solid #ededed;font-size:14px;color:#333;letter-spacing:0;font-weight:300}.mobile-navbar .menu-items li:last-child a{border-bottom:none;margin-bottom:8px}.mobile-navbar .menu-items li a.active{color:#2666ff;font-weight:500}.mobile-navbar.active .menu-icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.mobile-navbar.active .menu-items{max-height:700px}.over-lay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:99980}.over-lay.active{display:block}.second-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:3.6458333333vw;line-height:3.6458333333vw;padding:0 12.5vw;background:#fff}@media only screen and (max-width:960px){.second-nav{display:none}}.second-nav h3{font-size:max(1.25vw,11px);color:#333;letter-spacing:0;font-weight:500}.second-nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.second-nav ul li{margin-left:3.125vw}.second-nav ul li a{font-size:14px;color:#333;letter-spacing:0;line-height:22px;font-weight:400}.second-nav ul li a.active{color:#2666ff}.breadcrumb{padding:.9375vw 12.5vw;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid #ececec}@media only screen and (max-width:960px){.breadcrumb{display:none}}.breadcrumb .end-path{color:#333;font-weight:500}.breadcrumb .end-path,.breadcrumb .path{font-size:max(.8333333333vw,11px);letter-spacing:.2px;line-height:max(1.25vw,11px)}.breadcrumb .path{color:#999;font-weight:300}