/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace, monospace;
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
template {
  display: none
}
[hidden] {
  display: none
}
html {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 400
}
*, :after, :before {
  box-sizing: inherit
}
blockquote, body, button, caption, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hr, html, input, legend, li, menu, ol, p, pre, table, td, textarea, th, ul {
  margin: 0;
  padding: 0
}
address, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
caption, th {
  text-align: left;
  font-weight: 400
}
abbr, body, fieldset, html, iframe, img {
  border: 0
}
address, cite, dfn, em, i, var {
  font-style: normal
}
[hidefocus], summary {
  outline: 0
}
li {
  list-style: none
}
h1, h2, h3, h4, h5, h6, small {
  font-size: 100%
}
sub, sup {
  font-size: 83%
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #2065fc
}
a:visited {
  color: inherit
}
button {
  cursor: pointer;
  border: none
}
input {
  outline: none
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px
}
::-webkit-scrollbar-track-piece {
  background-color: #ebebeb;
  -webkit-border-radius: 4px
}
::-webkit-scrollbar-thumb:vertical {
  height: 32px;
  background-color: #ccc;
  -webkit-border-radius: 4px
}
::-webkit-scrollbar-thumb:horizontal {
  width: 32px;
  background-color: #ccc;
  -webkit-border-radius: 4px
}
.layout-container {
  width: 1200px;
  margin: 0 auto
}
.highlight-blue {
  background: #e2eeff;
  color: #2065fc;
  margin: 0 8px
}
/*!
  Theme: Default
  Description: Original highlight.js style
  Author: (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
  Maintainer: @highlightjs/core-team
  Website: https://highlightjs.org/
  License: see project LICENSE
  Touched: 2021
*/ pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
.hljs {
  background: #f3f3f3;
  color: #444
}
.hljs-comment {
  color: #697070
}
.hljs-punctuation, .hljs-tag {
  color: rgba(68, 68, 68, .66667)
}
.hljs-tag .hljs-attr, .hljs-tag .hljs-name {
  color: #444
}
.hljs-attribute, .hljs-doctag, .hljs-keyword, .hljs-meta .hljs-keyword, .hljs-name, .hljs-selector-tag {
  font-weight: 700
}
.hljs-deletion, .hljs-number, .hljs-quote, .hljs-selector-class, .hljs-selector-id, .hljs-string, .hljs-template-tag, .hljs-type {
  color: #800
}
.hljs-section, .hljs-title {
  color: #800;
  font-weight: 700
}
.hljs-link, .hljs-operator, .hljs-regexp, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-symbol, .hljs-template-variable, .hljs-variable {
  color: #ab5656
}
.hljs-literal {
  color: #695
}
.hljs-addition, .hljs-built_in, .hljs-bullet, .hljs-code {
  color: #397300
}
.hljs-meta {
  color: #1f7199
}
.hljs-meta .hljs-string {
  color: #38a
}
.hljs-emphasis {
  font-style: italic
}
.hljs-strong {
  font-weight: 700
}
.nuxt-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 0;
  opacity: 1;
  transition: width .1s, opacity .4s;
  background-color: #2065fc;
  z-index: 999999
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none
}
.nuxt-progress-failed {
  background-color: red
}
.nav {
  position: absolute;
  top: 0;
  width: 100%;
  height: 64px;
  line-height: 64px;
  background: transparent;
  transition: all .3s ease-in-out;
  color: #1a2233;
  z-index: 100000
}
.nav#nav--dark .location-switcher__trigger, .nav#nav--dark .nav-btn--login, .nav#nav--dark .nav__link {
  color: #fff
}
.nav#nav--dark .location-switcher__trigger:hover, .nav#nav--dark .nav-btn--login:hover, .nav#nav--dark .nav__link:hover {
  color: #2065fc
}
.nav#nav--dark .location-switcher__trigger:after, .nav#nav--dark .nav-btn--login:after, .nav#nav--dark .nav__link:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAACVBMVEUAAAD///////9zeKVjAAAAA3RSTlMAMN8zXD1oAAAAI0lEQVQI12PACRgdGB0YGCewOTAwpEgC+ZIpQIJtAlgGty4AgzcDKxMKsFIAAAAASUVORK5CYII=)
}
.nav#nav--dark .nav-btn--login {
  border: 1px solid #c8cbd2
}
.nav#nav--dark .nav-btn--login:hover {
  color: #c1292e;
  border-color: #c1292e
}
.nav#nav--dark .nav__link:hover {
  color: #c1292e
}
.nav#nav--dark .nav__logo__img--light {
  display: none
}
.nav#nav--dark .nav__logo__img--dark {
  display: block !important
}
.nav#nav--dark .nav-query__trigger.query {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAKlBMVEUAAAD///////////////////////////////////////////////////+Gu8ovAAAADXRSTlMA32AQQIDPv6BwIO9QeaLKJwAAAF9JREFUCNdjQADm8LtJYMZCSRdFKRBDwoCBudGAgYFJGMgxDGBgYFMAMjgLGBh4HYAMlgtIDPYJQAZTAgMDK1gxUCEzWDvYQCGXiXsVQCy1u6Wml2AWxipAGUwH4I4AAEETD5pULE7CAAAAAElFTkSuQmCC)
}
.nav#nav--dark .nav-query__trigger.query:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHkSURBVHgBnVNNSxtRFL1vYhLamSYtCNkIXSitzCJmQshbdWEpmK5su+m+PyBFF6ILV4Jx40J/gL/Bj4URRHGpQ4IKBpGAoEaNKJg4ozGZvOt7JoSZOBLwwJsH594599x7ZwCcILbby4/PJfbqC4D8LPer43G/kqwSCDHO+wme6KY5P3yUm7Xl4guBse5uZaSnN88Z76Zxm9LLt2mvJFkROfhrMBCcYEjuJk/z/QvX14ZdoIWCRgvnEarjK1bPNapfRGixGXfmrPSpozxYbnPV3iq51OjNIm/RHpDEI/ZBTm6VS9NNDl0EBIebRilF3yn/7UWEgK+C0ufsQ2kJOmC3bKw9IoTUxoZaAkgAkTDW1UkApbolZlBtc2D5CBTDgU9DnQRicnDYD3iSB3h0ONBNY/6HEpxwnXADz9w3npO5N+fcguRCo0W+Cd2tshAuRGjmIBw9blIeh7K4//EPaaqn99BDQNko3c3sPpiLNVbvigeUoUFe+cayaggYumL1xPeDvbWme0bahHDlizoak+Wk2AwBhj4gV9sVY+73YS61/jWcGJDfrx5Xqj/juWwaXNptEX0AfrXxMxHbvGAnHE0UNYqZgeifFulstwEx6RxA1cYxkR/fz6bPKrW/HpA+whthL0qeACfQscTGQgodAAAAAElFTkSuQmCC)
}
.nav#nav--dark.is-scrolled .location-switcher__trigger, .nav#nav--dark.is-scrolled .nav-btn--login, .nav#nav--dark.is-scrolled .nav__link {
  color: #1a2233 !important
}
.nav#nav--dark.is-scrolled .location-switcher__trigger:after, .nav#nav--dark.is-scrolled .nav-btn--login:after, .nav#nav--dark.is-scrolled .nav__link:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAACVBMVEUAAAAbIzMaIjLwWSgFAAAAA3RSTlMAMN8zXD1oAAAAI0lEQVQI12PACRgdGB0YGCewOTAwpEgC+ZIpQIJtAlgGty4AgzcDKxMKsFIAAAAASUVORK5CYII=)
}
.nav#nav--dark.is-scrolled .nav-btn--login {
  border: 1px solid #9fa4af
}
.nav#nav--dark.is-scrolled .nav-btn--login:hover {
  color: #2065fc !important;
  border-color: #2065fc
}
.nav#nav--dark.is-scrolled .nav__logo__img--light {
  display: block
}
.nav#nav--dark.is-scrolled .nav__logo__img--dark {
  display: none !important
}
.nav#nav--dark.is-scrolled .nav-query__trigger.query {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAM1BMVEUAAAAaITIgIDQcJDQbIzMaIjMbIzIaIjMaITIbIjMaIjMgJDgaIjIaITMaIDMYIDAaIjPS2DmmAAAAEHRSTlMA3xBAX4Bgv6BvzyDvz1AgTUIbvAAAAF5JREFUGNNtj0sOwCAIRDsiKtoP9z9tU6qyUDYvvDAQjl0FzqpXnH0DhCgBrQuUYHMFxiN9NAM21hmWbFAagnQvsgyRqoF9afzpZ/vkA0QiwanRw6qZA3fjtZp0r6+/GWgCEn1GlzYAAAAASUVORK5CYII=)
}
.nav.is-fixed {
  position: fixed
}
.nav.is-scrolled {
  background: #fff;
  box-shadow: 0 4px 16px rgba(156, 168, 185, .16)
}
.nav__content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  zoom: 1
}
.nav__content:after, .nav__content:before {
  content: "";
  display: table
}
.nav__content:after {
  clear: both;
  overflow: hidden
}
.nav__content__left {
  float: left
}
.nav__content__left .nav__logo {
  display: inline-block;
  height: 64px;
  line-height: 64px;
  vertical-align: top
}
.nav__content__left .nav__logo + .nav__logo {
  margin-left: 32px
}
.nav__content__left .nav__logo img {
  margin-top: 16px
}
.nav__content__left .nav__logo img.nav__logo__img {
  height: 32px
}
.nav__content__left .nav__logo img.nav__logo__img--dark {
  display: none
}
.nav__content__left .location-switcher {
  display: inline-block;
  margin-left: 16px
}
.nav__content__left .location-switcher__trigger {
  position: relative;
  font-size: 14px;
  cursor: pointer
}
.nav__content__left .location-switcher__trigger:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: calc(3em + 2px);
  top: 24px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAACVBMVEUAAAAbIzMaIjLwWSgFAAAAA3RSTlMAMN8zXD1oAAAAI0lEQVQI12PACRgdGB0YGCewOTAwpEgC+ZIpQIJtAlgGty4AgzcDKxMKsFIAAAAASUVORK5CYII=)
}
.nav__content__left .location-switcher .drop-down__content {
  left: -50%
}
.nav__content__left .location-switcher__content {
  background-color: #fff;
  width: 105px;
  font-size: 0;
  padding: 26px 11px 32px;
  box-sizing: border-box;
  box-shadow: 0 8px 16px 0 rgba(122, 148, 204, .1)
}
.nav__content__left .location-switcher__content a {
  font-size: 12px;
  color: #25345c;
  display: block;
  line-height: 28px;
  margin-bottom: 6px;
  text-align: center;
  transition: all .3s ease-out
}
.nav__content__left .location-switcher__content a:hover {
  color: #2875fa;
  background: #f5f8ff
}
.nav__content__right {
  float: right;
  font-size: 0
}
.nav__content__right > * {
  vertical-align: top
}
.nav__content__right .nav__items {
  position: absolute;
  right: 216px;
  display: inline-block
}
.nav__content__right .nav__items.is-query-focused {
  display: none
}
.nav__content__right .nav__items > li {
  display: inline-block;
  margin-right: 24px;
  font-size: 14px
}
.nav__content__right .nav__items > li .nav__link {
  font-size: 14px;
  color: #1a2233;
  display: inline-block;
  cursor: pointer
}
.nav__content__right .nav__items > li .nav__link:hover {
  color: #c1292e
}
.nav__content__right .nav__items > li .nav__link--active {
  position: relative;
  color: #c1292e!important;
}
.nav__content__right .nav__items > li .nav__link--active:after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background: #c1292e !important;
  bottom: 8px
}
.nav__content__right .nav__items > li .nav__product .drop-down__content {
  left: -560px
}
.nav__content__right .nav__items > li .nav__subnav {
/*  max-height: 460px;*/
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(122, 148, 204, .1);
  padding: 18px 60px 70px;
  line-height: 28px;
  color: #1a2233
}
.nav__content__right .nav__items > li .nav__subnav .snav_cat {
  vertical-align: top;
  display: inline-block;
  width: 134px;
  text-align: left;
  font-size: 12px
}
.nav__content__right .nav__items > li .nav__subnav .snav_cat.w144 {
  width: 144px
}
.nav__content__right .nav__items > li .nav__subnav .snav_cat.w144 a {
  width: 154px
}
.nav__content__right .nav__items > li .nav__subnav .snav_cat dd {
  margin-bottom: 6px
}
.nav__content__right .nav__items > li .nav__subnav .snav_cat + .snav_cat {
  margin-left: 60px
}
.nav__content__right .nav__items > li .nav__subnav .snav_warp {
  display: inline-block;
  margin-left: 30px
}


@media only screen and (max-width: 1200px) {   
	.snav_warp:nth-of-type(5) {
    margin-left: 0!important;
  }
}

@media (min-width: 1200px) and (max-width: 1600px){
	.snav_warp:nth-of-type(6) {
    margin-left: 0!important;
  }
}
	

.nav__content__right .nav__items > li .nav__subnav .snav_warp:first-child {
  margin-left: 0
}
.nav__content__right .nav__items > li .nav__subnav .snav_warp .snav_cat + .snav_cat {
  margin-left: 10px
}
.nav__content__right .nav__items > li .nav__subnav .snav_warp .snav_cat .snav_cat-title {
  font-size: 12px;
  height: 32px;
  line-height: 32px
}
.nav__content__right .nav__items > li .nav__subnav .snav_cat-title {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-weight: 700;
  color: #25365c;
  border-bottom: 1px solid #e4e8f2;
  margin-bottom: 12px
}
.nav__content__right .nav__items > li .nav__subnav a {
  display: inline-block;
  width: 144px;
  height: 28px;
  padding-left: 10px;
  margin-left: -10px;
  line-height: 28px;
  font-size: 12px;
  color: #25345c;
  cursor: pointer
}
.nav__content__right .nav__items > li .nav__subnav a:hover {
  color: #c1292e;
  background: #f5f8ff
}
.nav__content__right .nav__items > li .nav__subnav s {
  text-decoration: none
}
.nav__content__right .nav__items > li .nav__subnav .nav_cat-popular {
  font-size: 12px;
  font-weight: 700;
  padding-left: 7px
}
.nav__content__right .nav__items > li .nav__subnav .nav_cat-popular--hot {
  color: #e00000
}
.nav__content__right .nav__items > li .nav__subnav .nav_cat-popular--new {
  color: #ff7040
}
.nav__content__right .nav__items > li .nav__subnav--solution {
  width: calc(100vw - 6px);
}
.nav__content__right .nav__items > li .nav__subnav--product {
  width: calc(100vw - 6px);
}
.nav__content__right .nav__items > li .nav__subnav--price {
  width: calc(100vw - 6px);
}
.nav__content__right .nav__items > li .nav__subnav--trial {
  width: calc(100vw - 6px);
}
.nav__content__right .nav__items > li .nav__subnav--about {
  width: calc(100vw - 6px);
  text-align: center;
  padding-left: 0;
  padding-right: 0
}
.nav__content__right .nav__items > li .nav__subnav--about a {
  padding: 0;
  margin: 0
}
.nav__content__right .nav__btns {
  display: inline-block;
  margin-left: 10px
}
.nav__content__right .nav__btns a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  border-radius: 32px;
  vertical-align: middle
}
.nav__content__right .nav__btns a.nav-btn--login {
  width: 56px;
  border: 1px solid #9fa4af;
  line-height: 30px;
  margin-right: 8px;
  color: #1a2233
}
.nav__content__right .nav__btns a.nav-btn--login:hover {
  border-color: #c1292e;
  color: #c1292e
}
.nav__content__right .nav__btns a.nav-btn--dashboard, .nav__content__right .nav__btns a.nav-btn--register {
  width: 105px;
  border: 1px solid #c74e52;
  color: #c74e52
}
.nav__content__right .nav__btns a.nav-btn--dashboard:hover, .nav__content__right .nav__btns a.nav-btn--register:hover {
  border: 1px solid #c74e52;
  color: #c74e52;
}
.drop-down {
  font-size: 0;
  display: inline-block;
  position: relative
}
.drop-down__content {
  position: absolute;
  top: 64px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transform-origin: 0 0;
  transform: scaleY(0);
  transition: all .3s ease-out;
  z-index: 100002
}
.drop-down__content.visible {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1)
}
.nav-query {
  font-size: 0;
  display: inline-block;
  position: relative
}
.nav-query__trigger {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer
}
.nav-query__icons {
  position: absolute;
  right: 16px;
  top: 8px;
  height: 16px;
  display: none;
  cursor: pointer
}
.nav-query__icon {
  display: inline-block;
  width: 16px;
  height: 16px
}
.nav-query__icon.query {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAM1BMVEUAAAAaITIgIDQcJDQbIzMaIjMbIzIaIjMaITIbIjMaIjMgJDgaIjIaITMaIDMYIDAaIjPS2DmmAAAAEHRSTlMA3xBAX4Bgv6BvzyDvz1AgTUIbvAAAAF5JREFUGNNtj0sOwCAIRDsiKtoP9z9tU6qyUDYvvDAQjl0FzqpXnH0DhCgBrQuUYHMFxiN9NAM21hmWbFAagnQvsgyRqoF9afzpZ/vkA0QiwanRw6qZA3fjtZp0r6+/GWgCEn1GlzYAAAAASUVORK5CYII=)
}
@media(-webkit-min-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5), (min-resolution:1.5dppx) {
  .nav-query__icon.query {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAANlBMVEUAAAAaIjMaIjMYIDAaIjQaIjMgJDgaITIbJTUgIDAaIjIaIjIbIjMaITMbIzIgIEAbIzUaIjNw0pqXAAAAEXRSTlMA778ggHAg3zAQf++Qn2AQYEsbSd8AAADLSURBVDjLrZLbjoMwDESxnUsDgd3z/z+7WqFSJ0ZqHzpPgTmZOI6XL+pn1QqiudzaRbm03yBZAO1HTgpInv0VttTOtSVgnfZDtdenVRgyipy+J8TXscO/7wlBXQCkZVKC5iuwGWh+k7q4259CikCnXmvIETjAAb8RyA6o9Agk5H2R8c5Db/J45/h65uOkhIB97Hwtg1/ZbH7u4v1waALW8pxNAeRxN3IpH12BrUsgbOeS2vKIxGJZN6h6zqYnoj4n2htibEaUteUb+gNAmgowsUasyAAAAABJRU5ErkJggg==);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
  }
}
.nav-query__icon.query:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHkSURBVHgBnVNNSxtRFL1vYhLamSYtCNkIXSitzCJmQshbdWEpmK5su+m+PyBFF6ILV4Jx40J/gL/Bj4URRHGpQ4IKBpGAoEaNKJg4ozGZvOt7JoSZOBLwwJsH594599x7ZwCcILbby4/PJfbqC4D8LPer43G/kqwSCDHO+wme6KY5P3yUm7Xl4guBse5uZaSnN88Z76Zxm9LLt2mvJFkROfhrMBCcYEjuJk/z/QvX14ZdoIWCRgvnEarjK1bPNapfRGixGXfmrPSpozxYbnPV3iq51OjNIm/RHpDEI/ZBTm6VS9NNDl0EBIebRilF3yn/7UWEgK+C0ufsQ2kJOmC3bKw9IoTUxoZaAkgAkTDW1UkApbolZlBtc2D5CBTDgU9DnQRicnDYD3iSB3h0ONBNY/6HEpxwnXADz9w3npO5N+fcguRCo0W+Cd2tshAuRGjmIBw9blIeh7K4//EPaaqn99BDQNko3c3sPpiLNVbvigeUoUFe+cayaggYumL1xPeDvbWme0bahHDlizoak+Wk2AwBhj4gV9sVY+73YS61/jWcGJDfrx5Xqj/juWwaXNptEX0AfrXxMxHbvGAnHE0UNYqZgeifFulstwEx6RxA1cYxkR/fz6bPKrW/HpA+whthL0qeACfQscTGQgodAAAAAElFTkSuQmCC)
}
@media(-webkit-min-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5), (min-resolution:1.5dppx) {
  .nav-query__icon.query:hover {
    background-image: url(static/image/nav-query_icon--query--hover@2x.8852b55.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
  }
}
.nav-query__icon.close {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAFVBMVEUAAAAbIzQaIjMaITMbIjIdIzMaIjN2FuMGAAAABnRSTlMAX4BQb1DcDuGcAAAAO0lEQVQI12PAAoxBhDMQuwkwMDAlMwCJRAYGNSAHRILYYCGQAFgIKABnIKQQihHaxYAEWCgQJCyMxW4A8coGwxdjmaIAAAAASUVORK5CYII=)
}
@media(-webkit-min-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5), (min-resolution:1.5dppx) {
  .nav-query__icon.close {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAGFBMVEUAAAAbIzMaIjMaIjIcIjQgIDAgIEAaIjMnZR3HAAAAB3RSTlMAMO/vIBAQGr6oQAAAAHlJREFUKM+t0E0KgCAQhuGEaB3ewEW4DjpAeILoKHp/SPTVD1s7m/nxWTizzInt/lXBtYE9SnrjXnvjL7IDpJ2iEuPP0kIAIgARgAhABCACEAFoEMeBTd6N4LSQvoUR4ZMQrQnpACLQiIBIyIAXbpoBpN50fUqimhEfh2oUZTjl6N0AAAAASUVORK5CYII=);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
  }
}
.nav-query__icon.close:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEiSURBVHgBrZI9T8JAGICPtxYjNsYfwGJiHBqC4QbKoukmLg6a6O6/c3Az0c3YxYSkDJAwEAILC2FhIHy0cNAXaKHte6Qh3HS9e+7p+8XYkRZI9sk5O1d4t3P8dY9kdWbf8mdkCUtqkFXVj0qel70PQfxNVHRezoL6OWdiSNoR6PPSYiPxz0N3XgQPTBLlGszHJDLxOm5CIhC8Okl//48GJoi0MLSM1Zk5j8Va9cdnZIJA8nWj312fnll40Bw75lOr/hd9HAoluhYASgDBXMg4IFPwci5ltN/WdHzfdh3T0C4sSXfiMqJgVGEh6eNtG32JHtyF64dT2CsYu0BsbFGCDE4ji0JKip13hftSbMRb5eeObexO3DeFwSWjUiD2h3LJ1xLyyHyibq2p8QAAAABJRU5ErkJggg==)
}
@media(-webkit-min-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5), (min-resolution:1.5dppx) {
  .nav-query__icon.close:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHtSURBVHgB7Za7TgJBFIbPmY2siRobTYx2WgqFKD6EhZcY32feSEiMtppYIWBi1tpGMIbKeAkXZ8YzsBACC+ycpTL8CQ0zc/5vbv8OwFxzDUkCiGIut1FKp3cuADxILuzVk1R7pHH4D9uxocUtGMSUSJ1dPz+UaaAGhiQZnqcPsx+qkScnsyr0QSYI3gf7jBD5AF9gABWYrZZuXR7t5vZlRL845sehuQLYshNqgr883G+kMBHWV73FU2qocSFkaP4TmgvE2hKt5lVQfpkKQNKZoFhZ8hZPOBBR5suYOi2M2UqcUEtUqNC3ahRo1KYHWJ12JlzNpwE4QXDM4wDEguCaxwWYBgEVprkLwAgEDaz6dFsA2tBUKm8Y5q4AfYhPGywEIRDq2tiIMWtI5ivCPys4BpcrQAfiPr2X1b/q2iCsh0Xqvucd3QSPFemYmpyEg4XQdVDtdrfNVU4AMjztnT23y04ztz/a/zUldL7IiG1WvNoDhyhqgpbdLj1BvAEztmOdATnmnu/RgbPtrok5qETZDl0DnU3w7UCuecTsBGclcEbmbAicoTkLAmdsPhbCPkjo0JaozUwE6LwJlbhLYB4NgfAa/01I6U4DqgnMrfq3w5rbaUe9CSPJnzKZ7YCe0sD7VgzL69WTjOif6//rD4Rmv/8s9HKtAAAAAElFTkSuQmCC);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
  }
}
.nav-query__divider {
  display: inline-block;
  margin: 0 8px;
  width: 1px;
  height: 16px;
  background: #c8cbd2
}
.nav-query input {
  transition: all .3s ease-in-out;
  height: 32px;
  width: 0;
  background: #f7f8fb;
  border-radius: 32px;
  border: none;
  color: #1a2233;
  font-size: 14px;
  line-height: 22px;
  vertical-align: middle
}
.nav-query__dropdown {
  width: 0;
  height: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 4px 16px rgba(156, 168, 185, .16);
  padding: 16px 16px 0;
  transition: all .2s ease-out;
  overflow: hidden
}
.nav-query__dropdown__tip {
  color: #9fa4af;
  font-size: 14px;
  line-height: 22px
}
.nav-query__dropdown li {
  display: inline-block;
  border: 1px solid #c8cbd2;
  border-radius: 4px;
  margin-right: 16px;
  height: 32px;
  line-height: 22px;
  font-size: 14px;
  padding: 4px 12px
}
.nav-query__dropdown li:hover {
  border-color: #c1292e
}
.nav-query__dropdown li:hover a {
  color: #c1292e
}
.nav-query__dropdown li a {
  color: #1a2233
}
.nav-query.focused {
  max-width: 480px
}
.nav-query.focused .nav-query__icons {
  display: block;
  width: 49px
}
.nav-query.focused .nav-query__trigger {
  display: none
}
.nav-query.focused input {
  width: 480px;
  padding: 8px 24px
}
.nav-query.focused .nav-query__dropdown {
  width: 480px;
  height: 110px;
  padding: 16px 24px;
  visibility: visible
}
.nav-desc-container {
  width: 395px;
  overflow: hidden;
  height: 0;
  box-sizing: border-box;
}
.nav-desc-container p {
  color: #323235;
  font-size: 16px;
  line-height: 1.5;
  white-space: normal;
  padding-bottom: 11px;
}
.nav-desc-container span {
  font-size: 14px;
  display: block;
  text-align: justify;
  line-height: 23px;
  white-space: normal;
  color: #626266;
}
.drop-down__content.visible .nav-desc-container {
  width: 30%;
	min-height: 300px;
  height: auto;
  padding: 34px 40px 40px 20px;
  padding-left: 40px;
  margin-right: 48px;
  background-color: #f5f6f9;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url(/templates/default/images/sub-navdesc-bg.jpg);
  background-position: bottom right;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #f2f5fa;
}
.nav__subnav {
  display: flex;
}
.nav__content__right .nav__items > li .nav__subnav {
  padding: 0 !important;
}
.nav-sub-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.nav-desc-item {
  display: none;
  max-width: 223px;
  margin-left: 3.8vw;
}
.nav-desc-item.active {
  display: block;
}
.nav-btn--link {
  width: 56px;
  line-height: 30px;
  margin-right: 12px;
  color: #1a2233;
}
.nav-btn--link:hover {
  border-color: #c1292e;
  color: #c1292e;
}
.nav#nav--dark .nav-btn--link {
  color: #fff!important;
}
/*.nav__btns{width:222px;margin-left:5px!important;}*/
/*.nav__items{right:249px!important;}*/

.nav-mobile{
	display: none;
}


@media only screen and (max-width: 780px) {
	html {
		font-size: 65%;
	}
	.nav-mobile{
    display: block;
		position: relative;
  }
	.nav-mobile-content {
		display:flex;
		justify-content: space-between;
		align-items: center;
		padding: 1rem 1.5rem;
		background-color: #333;
	}
	.nav-mobile-left img {
		width: 8.7rem;
		height:2rem;
	}

	.nav-mobile-btn {
		width:2.8rem;
		height:2rem;
		position: relative;
	}
	
	.line{
		    width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        background-color: #fff;
        transition: all .2s;
        transform-origin: center;
	}
	
	.line1{
		top:0;
	}
	.line2{
		top:50%;
		margin-top: -1px;
	}
	.line3{
		bottom:0;
	}
	
	.nav{
		display: none!important;
	}
	
	.nav-mobile-btn.cur .line1{
		transform: rotate(45deg);
	}
		.nav-mobile-btn.cur .line2{
		opacity: 0;
	}
	.nav-mobile-btn.cur .line3{
		transform: rotate(-45deg);
	}
	
	.nav-mobile-btn.cur .line {
		top:50%;
		bottom: 0;
		margin-top: -1px;
	}
	.menu-content{
		position: absolute;
		top:4rem;
		left:0;
		background-color: #fff;
		z-index: 9;
		width:100%;
		height: 0;
		transition: height .8s cubic-bezier(0.215, 0.610, 0.355, 1);
		opacity: 0;
		visibility: hidden;
	}
	.menu-content.cur {
		height: calc(100vh - 4rem);
		opacity: 1;
		overflow-y: auto;
		visibility: visible;
	}
	.menu-content .menu-item>div:first-child,.menu-content .menu-item>a {
		display: block;
		height:4rem;
		line-height: 4rem;
		font-size:1.4rem;
		padding-left: 1rem;
		border-bottom:1px solid #eee;
	}
	
	.menu-item-content{
		height:0;
		opacity: 0;
		transition: all .2s cubic-bezier(0.215, 0.610, 0.355, 1);
	}
	
	.menu-item {
		position: relative;
	}
	.menu-item.sub:after {
		content: '';
		position:absolute;
		top:2rem;
		right:2rem;
		transform: translateY(-50%);
		width:1.4rem;
		height:1.4rem;
		background: url("/templates/default/images/m-nav-jia.png");
		background-position: center;
		transition: all .2s;
		transform-origin:center center;
	}
	
	.menu-item-content.cur {
		height:auto;
		opacity: 1;
		
	}
	.menu-item-content_item{
		min-height: 4rem;
		line-height: 4rem;
		font-size:1.4rem;
		padding-left:2rem;
		border-bottom: 1px solid #eee;
		position: relative;
	}
	.menu-item-content_item>div {
		height:0;
		opacity: 0;
		transition: all .2s;
	}

	.menu-item.sub.cur:after {
		transform: rotate(45deg) translateY(-50%);
	}
	.menu-item-content_item:after {
		content: '';
		position:absolute;
		top:2rem;
		right:2rem;
		transform: translateY(-50%);
		width:1.4rem;
		height:1.4rem;
		background: url("/templates/default/images/m-nav-jia.png");
		background-position: center;
		transition: all .2s;
		transform-origin:center center;
	}
	.menu-item-content_item.cur:after {
		transform: rotate(45deg) translateY(-50%);
	}
	.menu-item-content_item.cur>div {
		height:auto;
		opacity: 1;
	}
	.menu-item-content_item.cur>div>div{
		padding-left:3rem;
		border-bottom: 1px solid #eee;
	}
	.menu-item-content_item.cur>div>div>a{
		display: inline-block;
		width:100%;
		height: 100%
	}
	body.cur{
		position: fixed;
		width:100%;
		z-index: -1;
	}
}
