.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #0f6ecd;
}
/* Text-level semantics
   ========================================================================== */
/*
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/*
   * 1. Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   * 2. Add the correct font weight in Chrome, Edge, and Safari.
   */
/* 1 */
b,
strong {
  font-weight: inherit;
}
/* 2 */
b,
strong {
  font-weight: bolder;
}
/*
   * 1. Correct the odd `em` font sizing in all browsers.
   * 2. Consolas has a better baseline in running text compared to `Courier`
   * 3. Style
   */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 11px;
  /* 2 */
  font-family: Consolas, monaco, monospace;
  /* 3 */
  color: #435DBA;
  white-space: nowrap;
  padding: 2px 6px;
  border: 1px solid #EBEBED;
  border-radius: 3px;
}
/*
   * Emphasize
   */
em {
  color: #0f6ecd;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #ffffff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #565656;
  text-shadow: none;
}
::selection {
  background: #565656;
  text-shadow: none;
}
/* ========================================================================
     Component: Link
   ========================================================================== */
/* Muted
   ========================================================================== */
a.uk-link-muted,
.uk-link-muted a {
  color: #999999;
}
a.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #666;
}
/* Text
   ========================================================================== */
/*
   * `!important` needed to override inverse component
   */
a.uk-link-text:not(:hover),
.uk-link-text a:not(:hover) {
  color: inherit !important;
}
a.uk-link-text:hover,
.uk-link-text a:hover {
  color: #999999;
}
/* Hero
   ========================================================================== */
/*
   * 1. Using `inline-block` to make it work with text alignment
   * 2. Center vertically
   * 3. Style
   */
.uk-heading-bullet::before {
  content: "";
  border-left: 4px solid #565656;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #565656;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #565656;
  outline: none;
}
/*
   * Button
   * 1. Center icon vertically and horizontally
   */
.uk-icon-button {
  background: #ffffff;
}
/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ffffff;
  color: #565656;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #565656;
  color: #ffffff;
}
/* Thumb
   ========================================================================== */
/*
   * 1. Reset
   * 2. Style
   */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  background: #666;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  background: #666;
}
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.uk-range::-ms-thumb {
  background: #666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/*
   * Placeholder
   */
.uk-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-input::-moz-placeholder {
  color: #999999;
}
.uk-input::-webkit-input-placeholder {
  color: #999999;
}
.uk-textarea:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-textarea::-moz-placeholder {
  color: #999999;
}
.uk-textarea::-webkit-input-placeholder {
  color: #999999;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e !important;
}
/*
   * Success
   */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}
/*
   * Blank
   */
.uk-form-blank {
  background: none;
  border-color: transparent !important;
}
.uk-form-blank:focus {
  border-color: #EBEBED !important;
  border-style: dashed;
}
/*
   * Checked
   */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #565656;
  border-color: transparent;
}
/* Label
   ========================================================================== */
/* Icons
   ========================================================================== */
.uk-form-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-form-icon:hover {
  color: #666;
}
/* OnClick + Active */
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-button-default {
  background-color: #ffffff;
}
/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #ffffff;
  color: #565656;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #565656;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #565656;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #222222;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #222222;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #565656;
  color: #ffffff;
  border-color: #565656;
}
/*
   * Danger
   */
.uk-button-danger {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: transparent;
}
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f0506e;
  color: #ffffff;
  border-color: #f0506e;
}
/*
   * Disabled
   * The same for all style modifiers
   */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #565656;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #1e87f0;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #0f6ecd;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #565656;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #222222;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #565656;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #222222;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #565656;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #222222;
  color: #ffffff;
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}
/* ========================================================================
     Component: Close
   ========================================================================== */
/* Hover + Focus */
/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  outline: none;
  background-color: transparent;
}
/* OnClick */
.uk-totop:active {
  color: #565656;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #222222;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #565656;
}
/*
   * Success
   */
.uk-alert-success {
  background: #ffffff;
  color: #32d296;
}
/*
   * Warning
   */
.uk-alert-warning {
  background: #ffffff;
  color: #faa05a;
}
/*
   * Danger
   */
.uk-alert-danger {
  background: #ffffff;
  color: #f0506e;
}
/* ========================================================================
     Component: Badge
   ========================================================================== */
/*
   * 1. Style
   * 2. Center child vertically and horizontally
   */
.uk-badge {
  /* 1 */
  background: #565656;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #565656;
  color: #ffffff;
}
/* Color modifiers
   ========================================================================== */
/*
   * Success
   */
.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}
/*
   * Warning
   */
.uk-label-warning {
  background-color: #faa05a;
  color: #ffffff;
}
/*
   * Danger
   */
.uk-label-danger {
  background-color: #f0506e;
  color: #ffffff;
}
/* ========================================================================
     Component: Overlay
   ========================================================================== */
.uk-overlay {
  padding: 20px 20px;
}
/*
   * Remove margin from the last-child
   */
.uk-overlay > :last-child {
  margin-bottom: 0;
}
/* Title
   ========================================================================== */
/* Meta
   ========================================================================== */
.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Meta
   ========================================================================== */
.uk-comment-meta {
  color: #999999;
}
/* Style modifier
   ========================================================================== */
.uk-comment-primary {
  background-color: #f8f8f8;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #565656;
  background-color: transparent;
}
/* Active */
.uk-nav-default > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-default .uk-nav-sub a {
  color: #999999;
}
.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Items
   */
.uk-nav-primary > li > a {
  line-height: 1.5;
  color: #999999;
}
/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #565656;
}
/* Active */
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-primary .uk-nav-sub a {
  color: #999999;
}
.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Nav items
   */
.uk-navbar-nav > li > a {
  color: #666;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/*
   * Hover
   * Apply hover style also to focus state and if dropdown is opened
   */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #565656;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #565656;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #565656;
}
/* Dropdown
   ========================================================================== */
/*
   * Adopts `uk-dropdown`
   * 1. Hide by default
   * 2. Set position
   * 3. Set a default width
   * 4. Style
   */
.uk-navbar-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-navbar-dropdown-nav > li > a {
  color: #999999;
  padding: 5px 0;
}
/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #565656;
  background-color: transparent;
}
/* Active */
/*
   * Sublists
   */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666;
}
/* Dropbar
   ========================================================================== */
.uk-navbar-dropbar {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * Using `:first-child` instead of `a` to support `span` elements for text
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-subnav > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
/* Active */
/* Pill modifier
   ========================================================================== */
.uk-subnav-pill > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #ffffff;
  color: #666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #ffffff;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #565656;
  color: #ffffff;
}
/* Disabled
   * The same for all style modifiers
   ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
.uk-breadcrumb > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}
/* Disabled */
.uk-breadcrumb > .uk-disabled > * {
  color: #999999;
}
/* Active */
/* Items
   ========================================================================== */
/*
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-pagination > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  background-color: #ffffff;
}
/* Active */
.uk-pagination > .uk-active > * {
  color: #565656;
  background-color: transparent;
}
/* Disabled */
.uk-pagination > .uk-disabled > * {
  color: #999999;
  background-color: transparent;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * 1. Center text if a width is set
   * 2. Style
   */
.uk-tab > * > a {
  color: #999999;
}
/* Hover + Focus */
.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
  color: #666;
  text-decoration: none;
  border-color: transparent;
}
/* Active */
.uk-tab > .uk-active > a {
  border-color: #565656;
}
/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(248, 108, 74, 0.4);
  outline: none;
  border-color: transparent;
}
/* OnClick */
.uk-dotnav > * > :active {
  background-color: #565656;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #565656;
  border-color: transparent;
}
/* ========================================================================
     Component: Dropdown
   ========================================================================== */
.uk-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-dropdown-nav > li > a {
  color: #999999;
}
/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
.uk-dropdown-nav .uk-nav-header {
  color: #565656;
}
/*
   * Sublists
   */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus {
  color: #565656;
}
/* Dialog
   ========================================================================== */
/*
   * 1. Create position context for spinner and close button
   * 2. Dimensions
   * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
   *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
   * 4. Style
   * 5. Slide-in transition
   */
.uk-modal-dialog {
  background: #ffffff;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #f8f8f8;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #565656;
}
/*
   * Success
   */
.uk-notification-message-success {
  color: #32d296;
}
/*
   * Warning
   */
.uk-notification-message-warning {
  color: #faa05a;
}
/*
   * Danger
   */
.uk-notification-message-danger {
  color: #f0506e;
}
/* ========================================================================
     Component: Tooltip
   ========================================================================== */
.uk-tooltip {
  /* 4 */
  background: #565656;
  color: #ffffff;
}
/*
   * Remove animated circles for indeterminate state in IE11 and Edge
   */
.uk-progress:indeterminate {
  color: transparent;
}
/*
   * Progress container
   * 2. Remove progress bar for indeterminate state in Firefox
   */
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #565656;
}
.uk-progress::-moz-progress-bar {
  background-color: #565656;
}
.uk-progress::-ms-fill {
  background-color: #565656;
}
/* ========================================================================
     Component: Text
   ========================================================================== */
/* Style modifiers
   ========================================================================== */
.uk-text-meta {
  color: #999999;
}
.uk-text-meta a {
  color: #999999;
}
.uk-text-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Size modifiers
   ========================================================================== */
.uk-text-small {
  font-size: 12px;
  line-height: 1.5;
}
.uk-text-large {
  font-size: 20px;
  line-height: 1.5;
}
/* Weight modifier
   ========================================================================== */
.uk-text-bold {
  font-weight: bolder;
}
/* Transform modifier
   ========================================================================== */
.uk-text-uppercase {
  text-transform: uppercase !important;
}
.uk-text-capitalize {
  text-transform: capitalize !important;
}
.uk-text-lowercase {
  text-transform: lowercase !important;
}
/* Color modifiers
   ========================================================================== */
.uk-text-muted {
  color: #999999 !important;
}
.uk-text-primary {
  color: #565656 !important;
}
.uk-text-success {
  color: #32d296 !important;
}
.uk-text-warning {
  color: #faa05a !important;
}
.uk-text-danger {
  color: #f0506e !important;
}
/* Background modifier */
.uk-text-background {
  color: #565656 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #565656;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #565656;
}
.uk-background-secondary {
  background-color: #222222;
}
/* ========================================================================
     Component: Inverse
   ========================================================================== */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.ap-toolbar a,
.ap-toolbar .uk-link {
  color: #ffffff;
}
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.ap-toolbar a:hover,
.ap-toolbar .uk-link:hover {
  color: #ffffff;
}
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.ap-toolbar em {
  color: #ffffff;
}
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.ap-toolbar h1,
.ap-toolbar .uk-h1,
.ap-toolbar h2,
.ap-toolbar .uk-h2,
.ap-toolbar h3,
.ap-toolbar .uk-h3,
.ap-toolbar h4,
.ap-toolbar .uk-h4,
.ap-toolbar h5,
.ap-toolbar .uk-h5,
.ap-toolbar h6,
.ap-toolbar .uk-h6 {
  color: #ffffff;
}
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote,
.uk-overlay-primary blockquote,
.ap-toolbar blockquote {
  color: #ffffff;
}
.uk-light .uk-heading-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-card-primary.uk-card-body .uk-heading-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-overlay-primary .uk-heading-primary,
.ap-toolbar .uk-heading-primary {
  color: #ffffff;
}
.uk-light .uk-heading-hero,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-card-primary.uk-card-body .uk-heading-hero,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-overlay-primary .uk-heading-hero,
.ap-toolbar .uk-heading-hero {
  color: #ffffff;
}
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.ap-toolbar .uk-icon-button {
  background-color: #ffffff;
  background-image: none;
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.ap-toolbar .uk-radio:checked,
.ap-toolbar .uk-checkbox:checked,
.ap-toolbar .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.ap-toolbar .uk-form-label {
  color: #ffffff;
}
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.ap-toolbar .uk-button-default {
  background-color: #ffffff;
  color: #333;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.ap-toolbar .uk-button-default:hover,
.ap-toolbar .uk-button-default:focus {
  background-color: #ffffff;
  color: #565656;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default:active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default:active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default:active,
.uk-overlay-primary .uk-button-default.uk-active,
.ap-toolbar .uk-button-default:active,
.ap-toolbar .uk-button-default.uk-active {
  background-color: #565656;
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-card-primary.uk-card-body .uk-button-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-card-secondary.uk-card-body .uk-button-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-overlay-primary .uk-button-primary,
.ap-toolbar .uk-button-primary {
  background-color: #565656;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.ap-toolbar .uk-button-secondary:hover,
.ap-toolbar .uk-button-secondary:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.ap-toolbar .uk-button-secondary:active,
.ap-toolbar .uk-button-secondary.uk-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.ap-toolbar .uk-button-text {
  color: #ffffff;
}
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.ap-toolbar .uk-totop:active {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #f8f8f8;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.ap-toolbar .uk-marker:hover,
.ap-toolbar .uk-marker:focus {
  color: #666;
}
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.ap-toolbar .uk-badge {
  background-color: #ffffff;
  color: #333;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #565656;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(34, 34, 34, 0.94);
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a,
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #fff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #565656;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #565656;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: transparent;
}
.uk-navbar-sticky {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}
.uk-navbar-nav > li > a::before {
  content: '';
  display: none;
  position: absolute;
  bottom: 24px;
  height: 1px;
  background-color: #00a0de;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-property: background-color, border-color, box-shadow, height, right;
  transition-property: background-color, border-color, box-shadow, height, right;
  left: 15px;
  right: calc(77%);
}
.category .uk-pagination li.uk-active,
.ap-pagination li.uk-active,
.dynamic-pagination li.uk-active,
.category .uk-pagination li.active,
.ap-pagination li.active,
.dynamic-pagination li.active {
  background-color: #565656;
  border-color: #565656;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #565656;
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
/* mobile */
@media (max-width: 640px) {
  .uk-padding {
    padding: 14px;
  }
  .uk-padding-small {
    padding: 12px 15px 8px;
  }
  * + .uk-margin-medium {
    margin-top: 12px !important;
  }
  .uk-margin-medium {
    margin-bottom: 16px;
  }
  .uk-button {
    padding: 0 12px;
    line-height: 30px;
  }
  .uk-card-default .uk-card-title,
  .uk-card-title {
    font-size: 1rem;
  }
  .uk-card-body {
    padding: 10px;
  }
  .uk-tile-large {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .uk-heading-primary,
  .uk-heading-hero,
  .uk-h1,
  h1 {
    font-size: 1.75rem;
  }
  .uk-h2,
  h2 {
    font-size: 1.25rem;
  }
  .uk-h3,
  h3 {
    font-size: 1.125rem;
  }
  .uk-h4,
  h4 {
    font-size: .875rem;
  }
  .uk-h5,
  h5,
  .uk-h6,
  h6 {
    font-size: .75rem;
  }
  .uk-margin {
    margin-bottom: 14px;
  }
  * + .uk-margin {
    margin-top: 14px!important;
  }
  .uk-grid {
    margin-left: -6px;
  }
  .uk-grid > * {
    padding-left: 6px;
  }
  * + .uk-grid-margin,
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin {
    margin-top: 12px;
  }
  .uk-grid + .uk-grid-collapse,
  .uk-grid-collapse > .uk-grid-margin {
    margin-top: 0;
  }
  .uk-grid-collapse > * {
    padding-left: 0;
  }
  .uk-grid-collapse {
    margin-left: 0;
  }
  .uk-card-small .uk-card-body,
  .uk-card-small.uk-card-body {
    padding: 6px;
  }
  .uk-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .uk-section-xsmall {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .uk-section-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .uk-margin-large-top {
    margin-top: 26px !important;
  }
  .uk-margin-large {
    margin-bottom: 26px;
  }
  .ap-pagination li,
  .dynamic-pagination li {
    height: 24px;
  }
  .dynamic-pagination li a {
    padding: 0 2px;
    line-height: 24px;
    min-width: 24px;
    font-size: 12px;
  }
}
.preview .uk-section-secondary .uk-button-primary:hover {
  background-color: #3d3d3d;
}
.ap-list-filter dd a.active {
  background-color: #565656;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #565656;
}
.category li a.active {
  color: #565656;
}
.uk-lightbox-items > * > video {
  width: 80%;
}
/* 兼容uk-heading-primary */
@media (min-width: 1200px) {
  .uk-heading-primary {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}
.uk-list ul {
  padding-left: 10px;
}
.onepage-pagination li a.active:before {
  background: #565656;
}
.fr-text-bordered {
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.fr-text-uppercase {
  text-transform: uppercase;
}
.param-field .param-tag {
  color: #565656;
  border: 1px solid rgba(86, 86, 86, 0.2);
}
form .step .step-bg-progress,
form .add-file .file-btn,
form .step-btns a,
form .step .ui-step.active .ui-step-num {
  background: #565656;
}
form .step .ui-step.active .ui-step-title {
  color: #565656;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #565656;
  background-color: #565656;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #565656;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #565656;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #565656;
  color: #565656;
}
.btn-effect-2:hover {
  background-color: #565656;
}
.uk-button.btn-effect-5 {
  background-color: #565656;
  box-shadow: 0 0 15px rgba(86, 86, 86, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #565656;
}
.header-effect-6 [data-item='title']::before {
  background-color: #565656;
}
#abc71a9058ae354 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a53f2abe18af292 a, #a53f2abe18af292 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a53f2abe18af292 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#aa228aa8e3a193b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aa228aa8e3a193b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aa228aa8e3a193b .ap-icon {
  margin-right: 6px;
}
#aa228aa8e3a193b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#aa228aa8e3a193b .menu-list > li.icon-bottom > a,
#aa228aa8e3a193b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aa228aa8e3a193b .menu-list > li.icon-bottom > a .ap-icon,
#aa228aa8e3a193b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aa228aa8e3a193b .menu-list > li.icon-bottom > a .ap-icon svg,
#aa228aa8e3a193b .menu-list > li.icon-top > a .ap-icon svg,
#aa228aa8e3a193b .menu-list > li.icon-bottom > a .ap-icon img,
#aa228aa8e3a193b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aa228aa8e3a193b .menu-list > li.icon-right > a .ap-icon,
#aa228aa8e3a193b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aa228aa8e3a193b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aa228aa8e3a193b .menu-list > li:hover > a,
#aa228aa8e3a193b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#aa228aa8e3a193b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa228aa8e3a193b .menu-list ul,
#aa228aa8e3a193b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa228aa8e3a193b .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#aa228aa8e3a193b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa228aa8e3a193b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa228aa8e3a193b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9e37a09f7ab197 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: #ffffff;
  border-top-style: solid;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a9e37a09f7ab197 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9e37a09f7ab197 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e37a09f7ab197 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9a2da9615a244e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #171a72;
  background-color: #171a72;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#a9a2da9615a244e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#a9a2da9615a244e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a2da9615a244e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a2da9615a244e .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a2da9615a244e .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a2da9615a244e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #ffffff;
  border-bottom-color: #f5f5f5;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
  border-right-width: 3px;
  border-right-color: #000000;
  border-right-style: solid;
  border-left-color: #000000;
  border-bottom-color: #000000;
  border-top-color: #000000;
  border-left-width: 3px;
  border-bottom-width: 3px;
  border-top-width: 3px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a9a2da9615a244e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #171a72;
}
#a9a2da9615a244e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a9a2da9615a244e .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #171a72;
}
#a9a2da9615a244e .jquery-accordion-menu ul li a img,
#a9a2da9615a244e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a2da9615a244e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a2da9615a244e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a2da9615a244e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a2da9615a244e .jquery-accordion-menu ul ul.submenu,
#a9a2da9615a244e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a2da9615a244e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a2da9615a244e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a2da9615a244e .jquery-accordion-menu ul ul.submenu.show,
#a9a2da9615a244e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a2da9615a244e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a2da9615a244e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a9a2da9615a244e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #171a72;
}
#a9a2da9615a244e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #171a72;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a9a2da9615a244e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a2da9615a244e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a2da9615a244e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a2da9615a244e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #000000;
  background: #ffffff;
}
#a9a2da9615a244e .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a2da9615a244e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#aedaaa21aca9f56 a, #aedaaa21aca9f56 {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a68e7a6d4aad9f9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab3b9ac54caf0d1 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#ab3b9ac54caf0d1 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #ab3b9ac54caf0d1 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#ab3b9ac54caf0d1 .data-list .uk-card {
  cursor: pointer !important;
}
#ab3b9ac54caf0d1 .data-list .uk-card img {
  max-height: 300px;
}
#ab3b9ac54caf0d1 .data-list .uk-card:hover {
  background: #fafafa;
}
#ab3b9ac54caf0d1 .data-list .uk-card:hover .uk-h4 {
  color: #0f6ecd;
}
#ab3b9ac54caf0d1 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#ab3b9ac54caf0d1 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#ab3b9ac54caf0d1 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#ab3b9ac54caf0d1 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#ab3b9ac54caf0d1 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#ab3b9ac54caf0d1 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #565656;
  cursor: pointer;
}
#ab3b9ac54caf0d1 .uk-card .category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  transition: all .3s ease;
}
#ab3b9ac54caf0d1 .uk-card .category:hover {
  background: #565656;
}
#ab3b9ac54caf0d1 .accordion-menu {
  width: 100%;
}
#ab3b9ac54caf0d1 .accordion-menu ul ul.submenu,
#ab3b9ac54caf0d1 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#ab3b9ac54caf0d1 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#ab3b9ac54caf0d1 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 40px;
  background: #ececec;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 13px;
  border: none;
}
#ab3b9ac54caf0d1 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#ab3b9ac54caf0d1 .accordion-menu .menu-item.active > a {
  background: #565656;
  color: #fff;
}
#ab3b9ac54caf0d1 .accordion-menu li a:hover {
  background-color: #565656;
  color: #fff;
  border: none;
}
#ab3b9ac54caf0d1 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#ab3b9ac54caf0d1 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#ab3b9ac54caf0d1 .hot-list,
#ab3b9ac54caf0d1 .new-list {
  padding: 12px;
}
#ab3b9ac54caf0d1 .new-list a:hover,
#ab3b9ac54caf0d1 .hot-list a:hover {
  color: #0f6ecd;
}
#ab3b9ac54caf0d1 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#ab3b9ac54caf0d1 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#ab3b9ac54caf0d1 .hot-item:hover a {
  color: #0f6ecd;
}
#ab3b9ac54caf0d1 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#ab3b9ac54caf0d1 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #565656;
  content: "";
}
#ab3b9ac54caf0d1 .content-header {
  padding-bottom: 10px;
}
#ab3b9ac54caf0d1 .item-title {
  color: #333;
}
#ab3b9ac54caf0d1 input::placeholder {
  color: #999;
}
#ab3b9ac54caf0d1 .datetime {
  color: #999;
}
#ab3b9ac54caf0d1 .new-item a {
  padding-left: 25px;
}
#ab3b9ac54caf0d1 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa628a760ba19f8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4817a8dd6a578d {
  min-height: 300px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a512fa6e98a879e a, #a512fa6e98a879e {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a512fa6e98a879e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#afbc8a79f8a9c21 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#afbc8a79f8a9c21 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#afbc8a79f8a9c21 .ap-icon {
  margin-right: 6px;
}
#afbc8a79f8a9c21 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#afbc8a79f8a9c21 .menu-list > li.icon-bottom > a,
#afbc8a79f8a9c21 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#afbc8a79f8a9c21 .menu-list > li.icon-bottom > a .ap-icon,
#afbc8a79f8a9c21 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#afbc8a79f8a9c21 .menu-list > li.icon-bottom > a .ap-icon svg,
#afbc8a79f8a9c21 .menu-list > li.icon-top > a .ap-icon svg,
#afbc8a79f8a9c21 .menu-list > li.icon-bottom > a .ap-icon img,
#afbc8a79f8a9c21 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#afbc8a79f8a9c21 .menu-list > li.icon-right > a .ap-icon,
#afbc8a79f8a9c21 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#afbc8a79f8a9c21 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#afbc8a79f8a9c21 .menu-list > li:hover > a,
#afbc8a79f8a9c21 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#afbc8a79f8a9c21 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#afbc8a79f8a9c21 .menu-list ul,
#afbc8a79f8a9c21 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#afbc8a79f8a9c21 .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#afbc8a79f8a9c21 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#afbc8a79f8a9c21 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#afbc8a79f8a9c21 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ad4c8a7a74ab77a {
  overflow: hidden;
}
#ad4c8a7a74ab77a , #ad4c8a7a74ab77a > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#aea8dabf5ca6cd4 .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#abc71a9058ae354 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a234fa26ebaccb6 {
  min-height: 300px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a53f2abe18af292 a, #a53f2abe18af292 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a53f2abe18af292 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#aa228aa8e3a193b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aa228aa8e3a193b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aa228aa8e3a193b .ap-icon {
  margin-right: 6px;
}
#aa228aa8e3a193b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#aa228aa8e3a193b .menu-list > li.icon-bottom > a,
#aa228aa8e3a193b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aa228aa8e3a193b .menu-list > li.icon-bottom > a .ap-icon,
#aa228aa8e3a193b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aa228aa8e3a193b .menu-list > li.icon-bottom > a .ap-icon svg,
#aa228aa8e3a193b .menu-list > li.icon-top > a .ap-icon svg,
#aa228aa8e3a193b .menu-list > li.icon-bottom > a .ap-icon img,
#aa228aa8e3a193b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aa228aa8e3a193b .menu-list > li.icon-right > a .ap-icon,
#aa228aa8e3a193b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aa228aa8e3a193b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aa228aa8e3a193b .menu-list > li:hover > a,
#aa228aa8e3a193b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#aa228aa8e3a193b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa228aa8e3a193b .menu-list ul,
#aa228aa8e3a193b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa228aa8e3a193b .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#aa228aa8e3a193b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa228aa8e3a193b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa228aa8e3a193b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2f62a1471acae3 .video-box,
#a2f62a1471acae3 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a2f62a1471acae3 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a2f62a1471acae3 .video-box video,
#a2f62a1471acae3 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a2f62a1471acae3 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a2f62a1471acae3 .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#a2f62a1471acae3 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a2f62a1471acae3 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a2f62a1471acae3 .thumb-box {
  width: 100%;
  position: relative;
}
#a2f62a1471acae3 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a2f62a1471acae3 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a2f62a1471acae3 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a2f62a1471acae3 .thumb-list {
  overflow: hidden;
}
#a2f62a1471acae3 .thumb-list ul {
  width: 100000px;
}
#a2f62a1471acae3 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a2f62a1471acae3 .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#a2f62a1471acae3 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a2f62a1471acae3 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a2f62a1471acae3 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a2f62a1471acae3 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a2f62a1471acae3 .zoom-box img {
  max-width: initial;
}
#a2f62a1471acae3 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a2f62a1471acae3 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a2f62a1471acae3 .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#a2f62a1471acae3 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a2f62a1471acae3 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a2f62a1471acae3 .right {
    width: 100%;
  }
  #a2f62a1471acae3 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a2f62a1471acae3 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a2f62a1471acae3 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#af7f7a2f61a9f17 {
  overflow: hidden;
}
#af7f7a2f61a9f17 , #af7f7a2f61a9f17 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(208, 2, 27, 1);}#a5943a3108afc99  {flex: 1;}#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3366a19b8a5f81 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3bc3af69ea6e03 a, #a3bc3af69ea6e03 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a3bc3af69ea6e03 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a21d3a5e5ba995d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a21d3a5e5ba995d .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a21d3a5e5ba995d .ap-icon {
  margin-right: 6px;
}
#a21d3a5e5ba995d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a21d3a5e5ba995d .menu-list > li.icon-bottom > a,
#a21d3a5e5ba995d .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a21d3a5e5ba995d .menu-list > li.icon-bottom > a .ap-icon,
#a21d3a5e5ba995d .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a21d3a5e5ba995d .menu-list > li.icon-bottom > a .ap-icon svg,
#a21d3a5e5ba995d .menu-list > li.icon-top > a .ap-icon svg,
#a21d3a5e5ba995d .menu-list > li.icon-bottom > a .ap-icon img,
#a21d3a5e5ba995d .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a21d3a5e5ba995d .menu-list > li.icon-right > a .ap-icon,
#a21d3a5e5ba995d .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a21d3a5e5ba995d .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a21d3a5e5ba995d .menu-list > li:hover > a,
#a21d3a5e5ba995d .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a21d3a5e5ba995d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a21d3a5e5ba995d .menu-list ul,
#a21d3a5e5ba995d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a21d3a5e5ba995d .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#a21d3a5e5ba995d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a21d3a5e5ba995d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a21d3a5e5ba995d .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9809a5968a6aa0 .uk-grid {
  margin-left: -40px;
}
#a9809a5968a6aa0 .uk-grid > * {
  padding-left: 40px;
}
#a9809a5968a6aa0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9809a5968a6aa0 .uk-position-center-left-out {
    left: -30px;
  }
  #a9809a5968a6aa0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a555aab6fdaf2be .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#ad802a5048a7b80 a, #ad802a5048a7b80 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#ad802a5048a7b80 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a1d44a6829ab096 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1d44a6829ab096 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1d44a6829ab096 .ap-icon {
  margin-right: 6px;
}
#a1d44a6829ab096 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a1d44a6829ab096 .menu-list > li.icon-bottom > a,
#a1d44a6829ab096 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1d44a6829ab096 .menu-list > li.icon-bottom > a .ap-icon,
#a1d44a6829ab096 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1d44a6829ab096 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1d44a6829ab096 .menu-list > li.icon-top > a .ap-icon svg,
#a1d44a6829ab096 .menu-list > li.icon-bottom > a .ap-icon img,
#a1d44a6829ab096 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1d44a6829ab096 .menu-list > li.icon-right > a .ap-icon,
#a1d44a6829ab096 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1d44a6829ab096 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1d44a6829ab096 .menu-list > li:hover > a,
#a1d44a6829ab096 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1d44a6829ab096 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a1d44a6829ab096 .menu-list ul,
#a1d44a6829ab096 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1d44a6829ab096 .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#a1d44a6829ab096 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1d44a6829ab096 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1d44a6829ab096 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2c5baa31cabad4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a1cb6a396bac8e9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a844cacd47a5070 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae9eda553aab720 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6538a5622ad424 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9a9da507ca632d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abedfa0802aa214 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3d97af650a1cac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab3e8aa625a5790 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/a753eadbbba705e/1760927972494.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#a3307ae876a5cfe > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/a753eadbbba705e/1761707915742.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#afa61a64ebaa548 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/a753eadbbba705e/1761707944391.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#ab343a1eb9a544e > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/a753eadbbba705e/1761708040750.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#a31e9a7520a7da6 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/a753eadbbba705e/1761708060321.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#a470fae897a750b > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/a753eadbbba705e/1761708078906.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#aefb1a869ea1843 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/a753eadbbba705e/1761708096919.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#a7dd6a90c4a7ef4 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/a753eadbbba705e/1760930154693.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6b51a6407a80d9 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/a753eadbbba705e/1760930528740.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a60aba7c37a5c0d > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/a753eadbbba705e/1760930600864.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae2b8a1a1ba537e > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/a753eadbbba705e/1760930773553.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aab4ca0925ab7ee > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/a753eadbbba705e/1760930358643.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac62dae2f7aee9c > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/a753eadbbba705e/1760930422520.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa83ca5a40a3112 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aab1ba6015a202d > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a360aa6c24a59b9 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afbfbaff8fa87e6 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae962ad920a2b2d > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0189a8ffca34cb > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#abc71a9058ae354 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#ae87aa0c1cab292 a, #ae87aa0c1cab292 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#ae87aa0c1cab292 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#aea06ab755abe3d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aea06ab755abe3d .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aea06ab755abe3d .ap-icon {
  margin-right: 6px;
}
#aea06ab755abe3d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#aea06ab755abe3d .menu-list > li.icon-bottom > a,
#aea06ab755abe3d .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aea06ab755abe3d .menu-list > li.icon-bottom > a .ap-icon,
#aea06ab755abe3d .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aea06ab755abe3d .menu-list > li.icon-bottom > a .ap-icon svg,
#aea06ab755abe3d .menu-list > li.icon-top > a .ap-icon svg,
#aea06ab755abe3d .menu-list > li.icon-bottom > a .ap-icon img,
#aea06ab755abe3d .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aea06ab755abe3d .menu-list > li.icon-right > a .ap-icon,
#aea06ab755abe3d .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aea06ab755abe3d .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aea06ab755abe3d .menu-list > li:hover > a,
#aea06ab755abe3d .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#aea06ab755abe3d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aea06ab755abe3d .menu-list ul,
#aea06ab755abe3d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aea06ab755abe3d .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#aea06ab755abe3d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aea06ab755abe3d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aea06ab755abe3d .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ad72ea5682a18dc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abf9da086fa9798 .a7eb3aa16eaa0d4 {
  overflow: hidden;
}
#abf9da086fa9798 .a7eb3aa16eaa0d4 , #abf9da086fa9798 .a7eb3aa16eaa0d4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(17, 17, 17, 1);}#abf9da086fa9798 .a0631a77b5a16de > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 4px;border-bottom-width: 4px;border-right-width: 4px;border-top-width: 4px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#abf9da086fa9798 .a0631a77b5a16de  > .ele-wrap:hover {border-right-style: solid;border-right-width: 1px;border-right-color: rgba(0, 0, 0, 0);border-left-color: rgba(0, 0, 0, 0);border-bottom-color: rgba(0, 0, 0, 0);border-top-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#abf9da086fa9798 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #abf9da086fa9798 .uk-position-center-left-out {
    left: -30px;
  }
  #abf9da086fa9798 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a033fafb04a1701 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a79dea2cada8a8c a, #a79dea2cada8a8c {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a79dea2cada8a8c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a3542aa226adb90 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3542aa226adb90 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3542aa226adb90 .ap-icon {
  margin-right: 6px;
}
#a3542aa226adb90 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a3542aa226adb90 .menu-list > li.icon-bottom > a,
#a3542aa226adb90 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3542aa226adb90 .menu-list > li.icon-bottom > a .ap-icon,
#a3542aa226adb90 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3542aa226adb90 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3542aa226adb90 .menu-list > li.icon-top > a .ap-icon svg,
#a3542aa226adb90 .menu-list > li.icon-bottom > a .ap-icon img,
#a3542aa226adb90 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3542aa226adb90 .menu-list > li.icon-right > a .ap-icon,
#a3542aa226adb90 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3542aa226adb90 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3542aa226adb90 .menu-list > li:hover > a,
#a3542aa226adb90 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3542aa226adb90 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a3542aa226adb90 .menu-list ul,
#a3542aa226adb90 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3542aa226adb90 .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#a3542aa226adb90 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3542aa226adb90 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3542aa226adb90 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4e1ea2659af19a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a7cc1abddda4ff1 a, #a7cc1abddda4ff1 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a7cc1abddda4ff1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a11beaf17fac199 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a11beaf17fac199 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a11beaf17fac199 .ap-icon {
  margin-right: 6px;
}
#a11beaf17fac199 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a11beaf17fac199 .menu-list > li.icon-bottom > a,
#a11beaf17fac199 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a11beaf17fac199 .menu-list > li.icon-bottom > a .ap-icon,
#a11beaf17fac199 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a11beaf17fac199 .menu-list > li.icon-bottom > a .ap-icon svg,
#a11beaf17fac199 .menu-list > li.icon-top > a .ap-icon svg,
#a11beaf17fac199 .menu-list > li.icon-bottom > a .ap-icon img,
#a11beaf17fac199 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a11beaf17fac199 .menu-list > li.icon-right > a .ap-icon,
#a11beaf17fac199 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a11beaf17fac199 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a11beaf17fac199 .menu-list > li:hover > a,
#a11beaf17fac199 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a11beaf17fac199 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a11beaf17fac199 .menu-list ul,
#a11beaf17fac199 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a11beaf17fac199 .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#a11beaf17fac199 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a11beaf17fac199 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a11beaf17fac199 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2db7a2d75abf93 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a7482a7ef0a0c0b a, #a7482a7ef0a0c0b {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a7482a7ef0a0c0b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a7f79ad850a3750 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7f79ad850a3750 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7f79ad850a3750 .ap-icon {
  margin-right: 6px;
}
#a7f79ad850a3750 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a7f79ad850a3750 .menu-list > li.icon-bottom > a,
#a7f79ad850a3750 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7f79ad850a3750 .menu-list > li.icon-bottom > a .ap-icon,
#a7f79ad850a3750 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7f79ad850a3750 .menu-list > li.icon-bottom > a .ap-icon svg,
#a7f79ad850a3750 .menu-list > li.icon-top > a .ap-icon svg,
#a7f79ad850a3750 .menu-list > li.icon-bottom > a .ap-icon img,
#a7f79ad850a3750 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7f79ad850a3750 .menu-list > li.icon-right > a .ap-icon,
#a7f79ad850a3750 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7f79ad850a3750 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7f79ad850a3750 .menu-list > li:hover > a,
#a7f79ad850a3750 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7f79ad850a3750 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7f79ad850a3750 .menu-list ul,
#a7f79ad850a3750 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7f79ad850a3750 .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#a7f79ad850a3750 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7f79ad850a3750 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7f79ad850a3750 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aaab0a6e74a1093 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a932ba5e54afa45 a, #a932ba5e54afa45 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a932ba5e54afa45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#ae438add31a5c26 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae438add31a5c26 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae438add31a5c26 .ap-icon {
  margin-right: 6px;
}
#ae438add31a5c26 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#ae438add31a5c26 .menu-list > li.icon-bottom > a,
#ae438add31a5c26 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae438add31a5c26 .menu-list > li.icon-bottom > a .ap-icon,
#ae438add31a5c26 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae438add31a5c26 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae438add31a5c26 .menu-list > li.icon-top > a .ap-icon svg,
#ae438add31a5c26 .menu-list > li.icon-bottom > a .ap-icon img,
#ae438add31a5c26 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae438add31a5c26 .menu-list > li.icon-right > a .ap-icon,
#ae438add31a5c26 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae438add31a5c26 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae438add31a5c26 .menu-list > li:hover > a,
#ae438add31a5c26 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae438add31a5c26 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ae438add31a5c26 .menu-list ul,
#ae438add31a5c26 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae438add31a5c26 .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#ae438add31a5c26 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae438add31a5c26 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae438add31a5c26 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a645aa1984af542 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a224ba90cda075b a, #a224ba90cda075b {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a224ba90cda075b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#ad99cafe5baa56a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad99cafe5baa56a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad99cafe5baa56a .ap-icon {
  margin-right: 6px;
}
#ad99cafe5baa56a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#ad99cafe5baa56a .menu-list > li.icon-bottom > a,
#ad99cafe5baa56a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad99cafe5baa56a .menu-list > li.icon-bottom > a .ap-icon,
#ad99cafe5baa56a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad99cafe5baa56a .menu-list > li.icon-bottom > a .ap-icon svg,
#ad99cafe5baa56a .menu-list > li.icon-top > a .ap-icon svg,
#ad99cafe5baa56a .menu-list > li.icon-bottom > a .ap-icon img,
#ad99cafe5baa56a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad99cafe5baa56a .menu-list > li.icon-right > a .ap-icon,
#ad99cafe5baa56a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad99cafe5baa56a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad99cafe5baa56a .menu-list > li:hover > a,
#ad99cafe5baa56a .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad99cafe5baa56a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ad99cafe5baa56a .menu-list ul,
#ad99cafe5baa56a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad99cafe5baa56a .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#ad99cafe5baa56a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad99cafe5baa56a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad99cafe5baa56a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a06d0a9bbaa260b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a06d0a9bbaa260b .uk-position-center-left-out {
    left: -30px;
  }
  #a06d0a9bbaa260b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a47bbacda0a5561 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#adbe1aa249a3ce3 a, #adbe1aa249a3ce3 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#adbe1aa249a3ce3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a8939af637a8d93 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8939af637a8d93 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8939af637a8d93 .ap-icon {
  margin-right: 6px;
}
#a8939af637a8d93 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a8939af637a8d93 .menu-list > li.icon-bottom > a,
#a8939af637a8d93 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8939af637a8d93 .menu-list > li.icon-bottom > a .ap-icon,
#a8939af637a8d93 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8939af637a8d93 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8939af637a8d93 .menu-list > li.icon-top > a .ap-icon svg,
#a8939af637a8d93 .menu-list > li.icon-bottom > a .ap-icon img,
#a8939af637a8d93 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8939af637a8d93 .menu-list > li.icon-right > a .ap-icon,
#a8939af637a8d93 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8939af637a8d93 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8939af637a8d93 .menu-list > li:hover > a,
#a8939af637a8d93 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8939af637a8d93 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a8939af637a8d93 .menu-list ul,
#a8939af637a8d93 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8939af637a8d93 .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#a8939af637a8d93 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8939af637a8d93 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8939af637a8d93 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a68e7a6d4aad9f9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#ab1daa4b9da0e2c a, #ab1daa4b9da0e2c {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#ab1daa4b9da0e2c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a2ffaa4223aff49 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2ffaa4223aff49 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2ffaa4223aff49 .ap-icon {
  margin-right: 6px;
}
#a2ffaa4223aff49 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2ffaa4223aff49 .menu-list > li.icon-bottom > a,
#a2ffaa4223aff49 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2ffaa4223aff49 .menu-list > li.icon-bottom > a .ap-icon,
#a2ffaa4223aff49 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2ffaa4223aff49 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2ffaa4223aff49 .menu-list > li.icon-top > a .ap-icon svg,
#a2ffaa4223aff49 .menu-list > li.icon-bottom > a .ap-icon img,
#a2ffaa4223aff49 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2ffaa4223aff49 .menu-list > li.icon-right > a .ap-icon,
#a2ffaa4223aff49 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2ffaa4223aff49 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2ffaa4223aff49 .menu-list > li:hover > a,
#a2ffaa4223aff49 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2ffaa4223aff49 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2ffaa4223aff49 .menu-list ul,
#a2ffaa4223aff49 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2ffaa4223aff49 .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#a2ffaa4223aff49 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2ffaa4223aff49 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2ffaa4223aff49 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#abc71a9058ae354 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a29fbaf3dcaa50c a, #a29fbaf3dcaa50c {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a29fbaf3dcaa50c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a6d6da67dba6406 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a6d6da67dba6406 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a6d6da67dba6406 .ap-icon {
  margin-right: 6px;
}
#a6d6da67dba6406 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a6d6da67dba6406 .menu-list > li.icon-bottom > a,
#a6d6da67dba6406 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a6d6da67dba6406 .menu-list > li.icon-bottom > a .ap-icon,
#a6d6da67dba6406 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a6d6da67dba6406 .menu-list > li.icon-bottom > a .ap-icon svg,
#a6d6da67dba6406 .menu-list > li.icon-top > a .ap-icon svg,
#a6d6da67dba6406 .menu-list > li.icon-bottom > a .ap-icon img,
#a6d6da67dba6406 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a6d6da67dba6406 .menu-list > li.icon-right > a .ap-icon,
#a6d6da67dba6406 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a6d6da67dba6406 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a6d6da67dba6406 .menu-list > li:hover > a,
#a6d6da67dba6406 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6d6da67dba6406 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6d6da67dba6406 .menu-list ul,
#a6d6da67dba6406 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a6d6da67dba6406 .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#a6d6da67dba6406 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6d6da67dba6406 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6d6da67dba6406 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2c5baa31cabad4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#ae367a2cd3a148e a, #ae367a2cd3a148e {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#ae367a2cd3a148e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#aa7f9a2180a4cb1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aa7f9a2180a4cb1 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aa7f9a2180a4cb1 .ap-icon {
  margin-right: 6px;
}
#aa7f9a2180a4cb1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#aa7f9a2180a4cb1 .menu-list > li.icon-bottom > a,
#aa7f9a2180a4cb1 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aa7f9a2180a4cb1 .menu-list > li.icon-bottom > a .ap-icon,
#aa7f9a2180a4cb1 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aa7f9a2180a4cb1 .menu-list > li.icon-bottom > a .ap-icon svg,
#aa7f9a2180a4cb1 .menu-list > li.icon-top > a .ap-icon svg,
#aa7f9a2180a4cb1 .menu-list > li.icon-bottom > a .ap-icon img,
#aa7f9a2180a4cb1 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aa7f9a2180a4cb1 .menu-list > li.icon-right > a .ap-icon,
#aa7f9a2180a4cb1 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aa7f9a2180a4cb1 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aa7f9a2180a4cb1 .menu-list > li:hover > a,
#aa7f9a2180a4cb1 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#aa7f9a2180a4cb1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa7f9a2180a4cb1 .menu-list ul,
#aa7f9a2180a4cb1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa7f9a2180a4cb1 .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#aa7f9a2180a4cb1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa7f9a2180a4cb1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa7f9a2180a4cb1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac57ca3558ab3bd > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6829aa446a9197 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9f2ae36dafe12 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a63e5a240ca0756 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac353af120acf87 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a7877a0d08ab14b a, #a7877a0d08ab14b {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a7877a0d08ab14b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a09a4a0e7aa6648 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a09a4a0e7aa6648 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a09a4a0e7aa6648 .ap-icon {
  margin-right: 6px;
}
#a09a4a0e7aa6648 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a09a4a0e7aa6648 .menu-list > li.icon-bottom > a,
#a09a4a0e7aa6648 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a09a4a0e7aa6648 .menu-list > li.icon-bottom > a .ap-icon,
#a09a4a0e7aa6648 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a09a4a0e7aa6648 .menu-list > li.icon-bottom > a .ap-icon svg,
#a09a4a0e7aa6648 .menu-list > li.icon-top > a .ap-icon svg,
#a09a4a0e7aa6648 .menu-list > li.icon-bottom > a .ap-icon img,
#a09a4a0e7aa6648 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a09a4a0e7aa6648 .menu-list > li.icon-right > a .ap-icon,
#a09a4a0e7aa6648 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a09a4a0e7aa6648 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a09a4a0e7aa6648 .menu-list > li:hover > a,
#a09a4a0e7aa6648 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a09a4a0e7aa6648 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a09a4a0e7aa6648 .menu-list ul,
#a09a4a0e7aa6648 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a09a4a0e7aa6648 .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#a09a4a0e7aa6648 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a09a4a0e7aa6648 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a09a4a0e7aa6648 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a94c6a898bafb60 .a6c4baf7daa878d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a94c6a898bafb60 .a6c4baf7daa878d  > .ele-wrap:hover {background-color: rgba(242, 242, 242, 1);color: #f13a3a;}#a94c6a898bafb60 .a6c4baf7daa878d:hover * {color: #f13a3a  !important}
                            #a94c6a898bafb60 .a6c4baf7daa878d:hover .line{border-color: #f13a3a  !important}#a94c6a898bafb60 .a48c8a10e0a4130 {
  overflow: hidden;
}
#a94c6a898bafb60 .a48c8a10e0a4130 , #a94c6a898bafb60 .a48c8a10e0a4130 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(102, 102, 102, 1);}#a94c6a898bafb60 .a48c8a10e0a4130:hover , #a94c6a898bafb60 .a48c8a10e0a4130 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a94c6a898bafb60 .uk-grid {
  margin-left: 0px;
}
#a94c6a898bafb60 .uk-grid > * {
  padding-left: 0px;
}
#a94c6a898bafb60 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a94c6a898bafb60 .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-color: #f2f2f2;
}
#a94c6a898bafb60 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a94c6a898bafb60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94c6a898bafb60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1098a76a0a494d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a6162aaf26aaa07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a467baf019a6ea8 a, #a467baf019a6ea8 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a467baf019a6ea8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a7013aa320a7865 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7013aa320a7865 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7013aa320a7865 .ap-icon {
  margin-right: 6px;
}
#a7013aa320a7865 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a7013aa320a7865 .menu-list > li.icon-bottom > a,
#a7013aa320a7865 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7013aa320a7865 .menu-list > li.icon-bottom > a .ap-icon,
#a7013aa320a7865 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7013aa320a7865 .menu-list > li.icon-bottom > a .ap-icon svg,
#a7013aa320a7865 .menu-list > li.icon-top > a .ap-icon svg,
#a7013aa320a7865 .menu-list > li.icon-bottom > a .ap-icon img,
#a7013aa320a7865 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7013aa320a7865 .menu-list > li.icon-right > a .ap-icon,
#a7013aa320a7865 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7013aa320a7865 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7013aa320a7865 .menu-list > li:hover > a,
#a7013aa320a7865 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7013aa320a7865 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7013aa320a7865 .menu-list ul,
#a7013aa320a7865 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7013aa320a7865 .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#a7013aa320a7865 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7013aa320a7865 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7013aa320a7865 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1d1fa5ccfa8e50  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 100px;margin-bottom: 100px;}#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae6eda8709af600 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a2af4ae66ea7369 a, #a2af4ae66ea7369 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a2af4ae66ea7369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#ae137a4741a1f8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae137a4741a1f8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae137a4741a1f8c .ap-icon {
  margin-right: 6px;
}
#ae137a4741a1f8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#ae137a4741a1f8c .menu-list > li.icon-bottom > a,
#ae137a4741a1f8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae137a4741a1f8c .menu-list > li.icon-bottom > a .ap-icon,
#ae137a4741a1f8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae137a4741a1f8c .menu-list > li.icon-bottom > a .ap-icon svg,
#ae137a4741a1f8c .menu-list > li.icon-top > a .ap-icon svg,
#ae137a4741a1f8c .menu-list > li.icon-bottom > a .ap-icon img,
#ae137a4741a1f8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae137a4741a1f8c .menu-list > li.icon-right > a .ap-icon,
#ae137a4741a1f8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae137a4741a1f8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae137a4741a1f8c .menu-list > li:hover > a,
#ae137a4741a1f8c .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae137a4741a1f8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ae137a4741a1f8c .menu-list ul,
#ae137a4741a1f8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae137a4741a1f8c .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#ae137a4741a1f8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae137a4741a1f8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae137a4741a1f8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9e3ea33b6a4366 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad62eacb17a1894 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad290a6020aa2fe > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae30ca2919a6251 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5507ad9f0a44d1 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae011ae997ac802 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#ae010a7059a6460 a, #ae010a7059a6460 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#ae010a7059a6460 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#afdabadc44a5ece .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#afdabadc44a5ece .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#afdabadc44a5ece .ap-icon {
  margin-right: 6px;
}
#afdabadc44a5ece .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#afdabadc44a5ece .menu-list > li.icon-bottom > a,
#afdabadc44a5ece .menu-list > li.icon-top > a {
  flex-direction: column;
}
#afdabadc44a5ece .menu-list > li.icon-bottom > a .ap-icon,
#afdabadc44a5ece .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#afdabadc44a5ece .menu-list > li.icon-bottom > a .ap-icon svg,
#afdabadc44a5ece .menu-list > li.icon-top > a .ap-icon svg,
#afdabadc44a5ece .menu-list > li.icon-bottom > a .ap-icon img,
#afdabadc44a5ece .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#afdabadc44a5ece .menu-list > li.icon-right > a .ap-icon,
#afdabadc44a5ece .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#afdabadc44a5ece .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#afdabadc44a5ece .menu-list > li:hover > a,
#afdabadc44a5ece .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#afdabadc44a5ece .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#afdabadc44a5ece .menu-list ul,
#afdabadc44a5ece .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#afdabadc44a5ece .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#afdabadc44a5ece .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#afdabadc44a5ece .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#afdabadc44a5ece .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac320afb1dae1f8 .a326da2c86abd04 {
  overflow: hidden;
}
#ac320afb1dae1f8 .a326da2c86abd04 , #ac320afb1dae1f8 .a326da2c86abd04 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#ac320afb1dae1f8 .uk-grid {
  margin-left: -140px;
}
#ac320afb1dae1f8 .uk-grid > * {
  padding-left: 140px;
}
#ac320afb1dae1f8 .uk-grid > .uk-grid-margin {
  margin-top: 5px;
}
#ac320afb1dae1f8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac320afb1dae1f8 .uk-position-center-left-out {
    left: -30px;
  }
  #ac320afb1dae1f8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7d32ae5dba60a1  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 150px;}#ad35fa0f48aeb4c  {flex: 1;}#a644eac808a8b86 .a0f65a4d06a7e03 {
  overflow: hidden;
}
#a644eac808a8b86 .a0f65a4d06a7e03 , #a644eac808a8b86 .a0f65a4d06a7e03 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a644eac808a8b86 .uk-grid {
  margin-left: -30px;
}
#a644eac808a8b86 .uk-grid > * {
  padding-left: 30px;
}
#a644eac808a8b86 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a644eac808a8b86 .uk-position-center-left-out {
    left: -30px;
  }
  #a644eac808a8b86 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2866adcb0a0d42  {flex: 1;}#a1a84accb8a7a62 .a870cae47da2f70 {
  overflow: hidden;
}
#a1a84accb8a7a62 .a870cae47da2f70 , #a1a84accb8a7a62 .a870cae47da2f70 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a1a84accb8a7a62 .uk-grid {
  margin-left: -30px;
}
#a1a84accb8a7a62 .uk-grid > * {
  padding-left: 30px;
}
#a1a84accb8a7a62 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1a84accb8a7a62 .uk-position-center-left-out {
    left: -30px;
  }
  #a1a84accb8a7a62 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac362a9c84ae3aa  {flex: 1;}#a7321a50b9a55f4 .aff48a0a61a812a {
  overflow: hidden;
}
#a7321a50b9a55f4 .aff48a0a61a812a , #a7321a50b9a55f4 .aff48a0a61a812a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a7321a50b9a55f4 .uk-grid {
  margin-left: -30px;
}
#a7321a50b9a55f4 .uk-grid > * {
  padding-left: 30px;
}
#a7321a50b9a55f4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7321a50b9a55f4 .uk-position-center-left-out {
    left: -30px;
  }
  #a7321a50b9a55f4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad185ab8efa8647 {
  overflow: hidden;
  pointer-events: none;
}
#ad185ab8efa8647 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 30px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad185ab8efa8647 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ad185ab8efa8647 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad185ab8efa8647 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 30px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad185ab8efa8647 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ad185ab8efa8647 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad185ab8efa8647 > .tab-wrap > div > .tab-nav,
#ad185ab8efa8647 > .tab-nav,
#ad185ab8efa8647 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad185ab8efa8647 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad185ab8efa8647 > .tab-wrap > div > .tab-nav-horizontal,
#ad185ab8efa8647 > .tab-nav-horizontal,
#ad185ab8efa8647 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad185ab8efa8647 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad185ab8efa8647 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad185ab8efa8647 > .tab-nav-horizontal::-webkit-scrollbar,
#ad185ab8efa8647 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad185ab8efa8647 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad185ab8efa8647 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad185ab8efa8647 > .tab-nav-horizontal.tagScroll,
#ad185ab8efa8647 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad185ab8efa8647 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 30px;
  overflow-x: auto;
}
#ad185ab8efa8647 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad185ab8efa8647 > .tab-nav-horizontal.tagScroll li a,
#ad185ab8efa8647 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad185ab8efa8647 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad185ab8efa8647 > .tab-wrap > div > .tab-nav a,
#ad185ab8efa8647 > .tab-nav a,
#ad185ab8efa8647 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad185ab8efa8647 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad185ab8efa8647 > .tab-wrap > div > .tab-nav li a,
#ad185ab8efa8647 > .tab-nav li a,
#ad185ab8efa8647 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad185ab8efa8647 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 29px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 30px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 1px;
  margin-left: 1px;
  margin-bottom: 20px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  background-color: #ede6e6;
}
#ad185ab8efa8647 > .tab-wrap > div > .tab-nav li a svg,
#ad185ab8efa8647 > .tab-nav li a svg,
#ad185ab8efa8647 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad185ab8efa8647 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad185ab8efa8647 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad185ab8efa8647 > .tab-nav li a .ap_icon,
#ad185ab8efa8647 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad185ab8efa8647 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad185ab8efa8647 > .tab-wrap > div > .tab-nav li a:hover,
#ad185ab8efa8647 > .tab-nav li a:hover,
#ad185ab8efa8647 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad185ab8efa8647 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #094b93;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad185ab8efa8647 > .tab-wrap > div > .tab-nav li.uk-active a,
#ad185ab8efa8647 > .tab-nav li.uk-active a,
#ad185ab8efa8647 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad185ab8efa8647 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#ad185ab8efa8647 .layout-left li,
#ad185ab8efa8647 .layout-center li,
#ad185ab8efa8647 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad185ab8efa8647 .layout-left li a,
#ad185ab8efa8647 .layout-center li a,
#ad185ab8efa8647 .layout-right li a {
  height: 100%;
}
#ad185ab8efa8647 > .tab-tabs .layout-left {
  text-align: left;
}
#ad185ab8efa8647 > .tab-tabs .layout-center {
  text-align: center;
}
#ad185ab8efa8647 > .tab-tabs .layout-right {
  text-align: right;
}
#ad185ab8efa8647 .tab-contents {
  height: 100%;
  height: calc(100% - 30px);
}
#ad185ab8efa8647 .tab-content-wrap {
  background-color: #ffffff;
}
#ad185ab8efa8647 .tab-contents,
#ad185ab8efa8647 .tab-contents-wrap {
  pointer-events: none;
}
#ad185ab8efa8647 .tab-content,
#ad185ab8efa8647 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad185ab8efa8647 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad185ab8efa8647 .tab-wrap .tab-contents {
  height: 100%;
}
#ad185ab8efa8647 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad185ab8efa8647 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad185ab8efa8647 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a12b7a9895acebe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#aa555ace66a8525 a, #aa555ace66a8525 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#aa555ace66a8525 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a1b0ea6ad5a6f6f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1b0ea6ad5a6f6f .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1b0ea6ad5a6f6f .ap-icon {
  margin-right: 6px;
}
#a1b0ea6ad5a6f6f .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a1b0ea6ad5a6f6f .menu-list > li.icon-bottom > a,
#a1b0ea6ad5a6f6f .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1b0ea6ad5a6f6f .menu-list > li.icon-bottom > a .ap-icon,
#a1b0ea6ad5a6f6f .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1b0ea6ad5a6f6f .menu-list > li.icon-bottom > a .ap-icon svg,
#a1b0ea6ad5a6f6f .menu-list > li.icon-top > a .ap-icon svg,
#a1b0ea6ad5a6f6f .menu-list > li.icon-bottom > a .ap-icon img,
#a1b0ea6ad5a6f6f .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1b0ea6ad5a6f6f .menu-list > li.icon-right > a .ap-icon,
#a1b0ea6ad5a6f6f .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1b0ea6ad5a6f6f .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1b0ea6ad5a6f6f .menu-list > li:hover > a,
#a1b0ea6ad5a6f6f .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1b0ea6ad5a6f6f .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a1b0ea6ad5a6f6f .menu-list ul,
#a1b0ea6ad5a6f6f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1b0ea6ad5a6f6f .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#a1b0ea6ad5a6f6f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1b0ea6ad5a6f6f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1b0ea6ad5a6f6f .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac81baf168aa755 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a682baae38a2e6e a, #a682baae38a2e6e {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a682baae38a2e6e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a3168a15baa36d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3168a15baa36d9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3168a15baa36d9 .ap-icon {
  margin-right: 6px;
}
#a3168a15baa36d9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a3168a15baa36d9 .menu-list > li.icon-bottom > a,
#a3168a15baa36d9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3168a15baa36d9 .menu-list > li.icon-bottom > a .ap-icon,
#a3168a15baa36d9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3168a15baa36d9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3168a15baa36d9 .menu-list > li.icon-top > a .ap-icon svg,
#a3168a15baa36d9 .menu-list > li.icon-bottom > a .ap-icon img,
#a3168a15baa36d9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3168a15baa36d9 .menu-list > li.icon-right > a .ap-icon,
#a3168a15baa36d9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3168a15baa36d9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3168a15baa36d9 .menu-list > li:hover > a,
#a3168a15baa36d9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3168a15baa36d9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a3168a15baa36d9 .menu-list ul,
#a3168a15baa36d9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3168a15baa36d9 .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#a3168a15baa36d9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3168a15baa36d9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3168a15baa36d9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ad349a1ed3a111f > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5884afcc1abece > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adbdbaf413a4c97 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#adbdbaf413a4c97 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#adbdbaf413a4c97 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#adbdbaf413a4c97 .menu-list > li > a {
  padding: 0 15px;
}
#adbdbaf413a4c97 .menu-list > li:hover:before {
  height: 100%;
}
#adbdbaf413a4c97 .menu-list > li:hover:after {
  color: auto;
}
#adbdbaf413a4c97 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#adbdbaf413a4c97 .menu-list > li:first-child:after {
  content: "";
}
#adbdbaf413a4c97 .menu-list > li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#adbdbaf413a4c97 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.53);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#adbdbaf413a4c97 .menu-list > li ul li {
  position: relative;
}
#adbdbaf413a4c97 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.53);
}
#adbdbaf413a4c97 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#adbdbaf413a4c97 .menu-list > li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#adbdbaf413a4c97 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#adbdbaf413a4c97 li ul li a:active,
#adbdbaf413a4c97 li ul li a.active,
#adbdbaf413a4c97 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#adbdbaf413a4c97 li ul,
#adbdbaf413a4c97 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#adbdbaf413a4c97 li:hover > ul {
  left: auto;
}
#adbdbaf413a4c97 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a49c4a044aaf06c > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a89f5a5470a2950 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a89f5a5470a2950 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a89f5a5470a2950 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a89f5a5470a2950 .menu-list > li > a {
  padding: 0 15px;
}
#a89f5a5470a2950 .menu-list > li:hover:before {
  height: 100%;
}
#a89f5a5470a2950 .menu-list > li:hover:after {
  color: auto;
}
#a89f5a5470a2950 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a89f5a5470a2950 .menu-list > li:first-child:after {
  content: "";
}
#a89f5a5470a2950 .menu-list > li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a89f5a5470a2950 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.53);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a89f5a5470a2950 .menu-list > li ul li {
  position: relative;
}
#a89f5a5470a2950 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.53);
}
#a89f5a5470a2950 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a89f5a5470a2950 .menu-list > li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a89f5a5470a2950 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a89f5a5470a2950 li ul li a:active,
#a89f5a5470a2950 li ul li a.active,
#a89f5a5470a2950 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a89f5a5470a2950 li ul,
#a89f5a5470a2950 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a89f5a5470a2950 li:hover > ul {
  left: auto;
}
#a89f5a5470a2950 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa83fa3db5aef75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5ebda663cae204 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5ebda663cae204 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5ebda663cae204 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a5ebda663cae204 .menu-list > li > a {
  padding: 0 15px;
}
#a5ebda663cae204 .menu-list > li:hover:before {
  height: 100%;
}
#a5ebda663cae204 .menu-list > li:hover:after {
  color: auto;
}
#a5ebda663cae204 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a5ebda663cae204 .menu-list > li:first-child:after {
  content: "";
}
#a5ebda663cae204 .menu-list > li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a5ebda663cae204 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.53);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a5ebda663cae204 .menu-list > li ul li {
  position: relative;
}
#a5ebda663cae204 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.53);
}
#a5ebda663cae204 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a5ebda663cae204 .menu-list > li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a5ebda663cae204 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a5ebda663cae204 li ul li a:active,
#a5ebda663cae204 li ul li a.active,
#a5ebda663cae204 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a5ebda663cae204 li ul,
#a5ebda663cae204 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a5ebda663cae204 li:hover > ul {
  left: auto;
}
#a5ebda663cae204 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a68d6a5028acaf8 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad193ad205a898c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ad193ad205a898c .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ad193ad205a898c .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ad193ad205a898c .menu-list > li > a {
  padding: 0 15px;
}
#ad193ad205a898c .menu-list > li:hover:before {
  height: 100%;
}
#ad193ad205a898c .menu-list > li:hover:after {
  color: auto;
}
#ad193ad205a898c .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#ad193ad205a898c .menu-list > li:first-child:after {
  content: "";
}
#ad193ad205a898c .menu-list > li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#ad193ad205a898c .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.53);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ad193ad205a898c .menu-list > li ul li {
  position: relative;
}
#ad193ad205a898c .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.53);
}
#ad193ad205a898c .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#ad193ad205a898c .menu-list > li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#ad193ad205a898c li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ad193ad205a898c li ul li a:active,
#ad193ad205a898c li ul li a.active,
#ad193ad205a898c li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ad193ad205a898c li ul,
#ad193ad205a898c li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ad193ad205a898c li:hover > ul {
  left: auto;
}
#ad193ad205a898c li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8079a90a1a361c > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8d5ca95f2ae670 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8d5ca95f2ae670 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8d5ca95f2ae670 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8d5ca95f2ae670 .menu-list > li > a {
  padding: 0 15px;
}
#a8d5ca95f2ae670 .menu-list > li:hover:before {
  height: 100%;
}
#a8d5ca95f2ae670 .menu-list > li:hover:after {
  color: auto;
}
#a8d5ca95f2ae670 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8d5ca95f2ae670 .menu-list > li:first-child:after {
  content: "";
}
#a8d5ca95f2ae670 .menu-list > li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a8d5ca95f2ae670 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.53);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8d5ca95f2ae670 .menu-list > li ul li {
  position: relative;
}
#a8d5ca95f2ae670 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.53);
}
#a8d5ca95f2ae670 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a8d5ca95f2ae670 .menu-list > li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a8d5ca95f2ae670 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8d5ca95f2ae670 li ul li a:active,
#a8d5ca95f2ae670 li ul li a.active,
#a8d5ca95f2ae670 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8d5ca95f2ae670 li ul,
#a8d5ca95f2ae670 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8d5ca95f2ae670 li:hover > ul {
  left: auto;
}
#a8d5ca95f2ae670 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad445a7a10afc00 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad445a7a10afc00 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad445a7a10afc00 .ap-icon {
  margin-right: 6px;
}
#ad445a7a10afc00 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-style: none;
  border-right-color: #000000;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 20px;
  width: nullpx;
  height: 15px;
}
#ad445a7a10afc00 .menu-list > li.icon-bottom > a,
#ad445a7a10afc00 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad445a7a10afc00 .menu-list > li.icon-bottom > a .ap-icon,
#ad445a7a10afc00 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad445a7a10afc00 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad445a7a10afc00 .menu-list > li.icon-top > a .ap-icon svg,
#ad445a7a10afc00 .menu-list > li.icon-bottom > a .ap-icon img,
#ad445a7a10afc00 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad445a7a10afc00 .menu-list > li.icon-right > a .ap-icon,
#ad445a7a10afc00 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad445a7a10afc00 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad445a7a10afc00 .menu-list > li:hover > a,
#ad445a7a10afc00 .menu-list > li.active > a {
  background: #f2f2f2;
  background-color: #f2f2f2;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-color: #000000;
  border-right-width: 1px;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: none;
  border-bottom-style: none;
}
#ad445a7a10afc00 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #f2f2f2;
  border-right-width: 1px;
  border-right-color: #000000;
  border-right-style: solid;
}
#ad445a7a10afc00 .menu-list ul,
#ad445a7a10afc00 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad445a7a10afc00 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad445a7a10afc00 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad445a7a10afc00 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad445a7a10afc00 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa628a760ba19f8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac6cbaf124ac448 a, #ac6cbaf124ac448 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#ac6cbaf124ac448 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a4e01a24f0abfc8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4e01a24f0abfc8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4e01a24f0abfc8 .ap-icon {
  margin-right: 6px;
}
#a4e01a24f0abfc8 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a4e01a24f0abfc8 .menu-list > li.icon-bottom > a,
#a4e01a24f0abfc8 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4e01a24f0abfc8 .menu-list > li.icon-bottom > a .ap-icon,
#a4e01a24f0abfc8 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4e01a24f0abfc8 .menu-list > li.icon-bottom > a .ap-icon svg,
#a4e01a24f0abfc8 .menu-list > li.icon-top > a .ap-icon svg,
#a4e01a24f0abfc8 .menu-list > li.icon-bottom > a .ap-icon img,
#a4e01a24f0abfc8 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4e01a24f0abfc8 .menu-list > li.icon-right > a .ap-icon,
#a4e01a24f0abfc8 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4e01a24f0abfc8 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4e01a24f0abfc8 .menu-list > li:hover > a,
#a4e01a24f0abfc8 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4e01a24f0abfc8 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4e01a24f0abfc8 .menu-list ul,
#a4e01a24f0abfc8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4e01a24f0abfc8 .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#a4e01a24f0abfc8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4e01a24f0abfc8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4e01a24f0abfc8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1d85aa51eab4e4 .uk-grid {
  margin-left: -25px;
}
#a1d85aa51eab4e4 .uk-grid > * {
  padding-left: 25px;
}
#a1d85aa51eab4e4 .uk-grid > .uk-grid-margin {
  margin-top: 5px;
}
#a1d85aa51eab4e4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1d85aa51eab4e4 .uk-position-center-left-out {
    left: -30px;
  }
  #a1d85aa51eab4e4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a02b0abf0aaa6c3 .aa23ca8170a1bc2 {
  overflow: hidden;
}
#a02b0abf0aaa6c3 .aa23ca8170a1bc2 , #a02b0abf0aaa6c3 .aa23ca8170a1bc2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(102, 102, 102, 1);}#a02b0abf0aaa6c3 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a02b0abf0aaa6c3 .dynamic-list-item {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #cccccc;
}
#a02b0abf0aaa6c3 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a02b0abf0aaa6c3 .uk-position-center-left-out {
    left: -30px;
  }
  #a02b0abf0aaa6c3 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a23eaaafe2ac4a5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac240aa086a770a a, #ac240aa086a770a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#ac240aa086a770a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#af149ad5aaa0246 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#af149ad5aaa0246 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#af149ad5aaa0246 .ap-icon {
  margin-right: 6px;
}
#af149ad5aaa0246 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#af149ad5aaa0246 .menu-list > li.icon-bottom > a,
#af149ad5aaa0246 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#af149ad5aaa0246 .menu-list > li.icon-bottom > a .ap-icon,
#af149ad5aaa0246 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#af149ad5aaa0246 .menu-list > li.icon-bottom > a .ap-icon svg,
#af149ad5aaa0246 .menu-list > li.icon-top > a .ap-icon svg,
#af149ad5aaa0246 .menu-list > li.icon-bottom > a .ap-icon img,
#af149ad5aaa0246 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#af149ad5aaa0246 .menu-list > li.icon-right > a .ap-icon,
#af149ad5aaa0246 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#af149ad5aaa0246 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#af149ad5aaa0246 .menu-list > li:hover > a,
#af149ad5aaa0246 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#af149ad5aaa0246 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#af149ad5aaa0246 .menu-list ul,
#af149ad5aaa0246 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#af149ad5aaa0246 .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#af149ad5aaa0246 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af149ad5aaa0246 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af149ad5aaa0246 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a0078a7075ade07 .ab3c6acfa8a77eb {
  overflow: hidden;
}
#a0078a7075ade07 .ab3c6acfa8a77eb , #a0078a7075ade07 .ab3c6acfa8a77eb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a0078a7075ade07 .uk-grid {
  margin-left: -12px;
}
#a0078a7075ade07 .uk-grid > * {
  padding-left: 12px;
}
#a0078a7075ade07 .uk-grid > .uk-grid-margin {
  margin-top: 5px;
}
#a0078a7075ade07 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0078a7075ade07 .uk-position-center-left-out {
    left: -30px;
  }
  #a0078a7075ade07 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7e98aa4eeafd97 .a51ffaf177afc16 {
  overflow: hidden;
}
#a7e98aa4eeafd97 .a51ffaf177afc16 , #a7e98aa4eeafd97 .a51ffaf177afc16 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a7e98aa4eeafd97 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7e98aa4eeafd97 .uk-position-center-left-out {
    left: -30px;
  }
  #a7e98aa4eeafd97 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a183da33ffa431b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#acfb9af00aab3c1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);}#ac747ae89cad2b9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ac747ae89cad2b9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ac747ae89cad2b9 .ap-icon {
  margin-right: 6px;
}
#ac747ae89cad2b9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#ac747ae89cad2b9 .menu-list > li.icon-bottom > a,
#ac747ae89cad2b9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ac747ae89cad2b9 .menu-list > li.icon-bottom > a .ap-icon,
#ac747ae89cad2b9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ac747ae89cad2b9 .menu-list > li.icon-bottom > a .ap-icon svg,
#ac747ae89cad2b9 .menu-list > li.icon-top > a .ap-icon svg,
#ac747ae89cad2b9 .menu-list > li.icon-bottom > a .ap-icon img,
#ac747ae89cad2b9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ac747ae89cad2b9 .menu-list > li.icon-right > a .ap-icon,
#ac747ae89cad2b9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ac747ae89cad2b9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ac747ae89cad2b9 .menu-list > li:hover > a,
#ac747ae89cad2b9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ac747ae89cad2b9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac747ae89cad2b9 .menu-list ul,
#ac747ae89cad2b9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ac747ae89cad2b9 .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#ac747ae89cad2b9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac747ae89cad2b9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac747ae89cad2b9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ad01baabf1a1df9 a, #ad01baabf1a1df9 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#ad01baabf1a1df9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#ad4acac803ab0c9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af6ada26c4ae6f9 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #007aff;
}
#af6ada26c4ae6f9 .ele-slideshow .uk-slidenav {
  background-color: rgba(255, 255, 255, 0);
}
#af6ada26c4ae6f9 .ele-slideshow .uk-slidenav {
  color: #007aff;
}
#af6ada26c4ae6f9 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(0, 0, 0, 0);
}
#aaa8eaa6c9aee2c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#a6d0ca750aa8b4f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);}#ad252a889cadb00 .a81a3a2fc5a6e06 {
  overflow: hidden;
}
#ad252a889cadb00 .a81a3a2fc5a6e06 , #ad252a889cadb00 .a81a3a2fc5a6e06 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#ad252a889cadb00 .a81a3a2fc5a6e06:hover , #ad252a889cadb00 .a81a3a2fc5a6e06 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ad252a889cadb00 .uk-grid {
  margin-left: -12px;
}
#ad252a889cadb00 .uk-grid > * {
  padding-left: 12px;
}
#ad252a889cadb00 .uk-grid > .uk-grid-margin {
  margin-top: 5px;
}
#ad252a889cadb00 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad252a889cadb00 .uk-position-center-left-out {
    left: -30px;
  }
  #ad252a889cadb00 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0259a8ed8aad80 {
  overflow: hidden;
}
#a0259a8ed8aad80 , #a0259a8ed8aad80 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a0259a8ed8aad80:hover , #a0259a8ed8aad80 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a844eab82ca54a9 {
  overflow: hidden;
}
#a844eab82ca54a9 , #a844eab82ca54a9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a844eab82ca54a9:hover , #a844eab82ca54a9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ae9aca3b82ad728  {flex: 1;}#a99b9aa3f6a4093 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);}#af99fae326ab7a4 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9d20a3a9ba55c3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#ae367a2cd3a148e a, #ae367a2cd3a148e {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#ae367a2cd3a148e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#aa7f9a2180a4cb1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aa7f9a2180a4cb1 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aa7f9a2180a4cb1 .ap-icon {
  margin-right: 6px;
}
#aa7f9a2180a4cb1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#aa7f9a2180a4cb1 .menu-list > li.icon-bottom > a,
#aa7f9a2180a4cb1 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aa7f9a2180a4cb1 .menu-list > li.icon-bottom > a .ap-icon,
#aa7f9a2180a4cb1 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aa7f9a2180a4cb1 .menu-list > li.icon-bottom > a .ap-icon svg,
#aa7f9a2180a4cb1 .menu-list > li.icon-top > a .ap-icon svg,
#aa7f9a2180a4cb1 .menu-list > li.icon-bottom > a .ap-icon img,
#aa7f9a2180a4cb1 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aa7f9a2180a4cb1 .menu-list > li.icon-right > a .ap-icon,
#aa7f9a2180a4cb1 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aa7f9a2180a4cb1 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aa7f9a2180a4cb1 .menu-list > li:hover > a,
#aa7f9a2180a4cb1 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#aa7f9a2180a4cb1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa7f9a2180a4cb1 .menu-list ul,
#aa7f9a2180a4cb1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa7f9a2180a4cb1 .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#aa7f9a2180a4cb1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa7f9a2180a4cb1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa7f9a2180a4cb1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a09bbae05fa024e .aaf3bae58ea878b {
  overflow: hidden;
}
#a09bbae05fa024e .aaf3bae58ea878b , #a09bbae05fa024e .aaf3bae58ea878b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a09bbae05fa024e .uk-grid {
  margin-left: -12px;
}
#a09bbae05fa024e .uk-grid > * {
  padding-left: 12px;
}
#a09bbae05fa024e .uk-grid > .uk-grid-margin {
  margin-top: 5px;
}
#a09bbae05fa024e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a09bbae05fa024e .uk-position-center-left-out {
    left: -30px;
  }
  #a09bbae05fa024e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac57ca3558ab3bd > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6829aa446a9197 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9f2ae36dafe12 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a63e5a240ca0756 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a95f6aabeaa23c3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a38fdaf623a8127 a, #a38fdaf623a8127 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a38fdaf623a8127 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#ac36fa07bda6e2a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ac36fa07bda6e2a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ac36fa07bda6e2a .ap-icon {
  margin-right: 6px;
}
#ac36fa07bda6e2a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#ac36fa07bda6e2a .menu-list > li.icon-bottom > a,
#ac36fa07bda6e2a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ac36fa07bda6e2a .menu-list > li.icon-bottom > a .ap-icon,
#ac36fa07bda6e2a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ac36fa07bda6e2a .menu-list > li.icon-bottom > a .ap-icon svg,
#ac36fa07bda6e2a .menu-list > li.icon-top > a .ap-icon svg,
#ac36fa07bda6e2a .menu-list > li.icon-bottom > a .ap-icon img,
#ac36fa07bda6e2a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ac36fa07bda6e2a .menu-list > li.icon-right > a .ap-icon,
#ac36fa07bda6e2a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ac36fa07bda6e2a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ac36fa07bda6e2a .menu-list > li:hover > a,
#ac36fa07bda6e2a .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ac36fa07bda6e2a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac36fa07bda6e2a .menu-list ul,
#ac36fa07bda6e2a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ac36fa07bda6e2a .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#ac36fa07bda6e2a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac36fa07bda6e2a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac36fa07bda6e2a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7335aab7eaa9cd .form-agree {
  display: flex;
  align-items: center;
}
#a7335aab7eaa9cd .uk-form .form-submit-btn {
  width: 200px;
}
#a7335aab7eaa9cd .uk-form .form-submit-btn {
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
#a7335aab7eaa9cd .submit-wrap {
  text-align: center;
}
#a7335aab7eaa9cd .submit-wrap button {
  background-color: #409eff;
}
#a7335aab7eaa9cd .submit-wrap button:hover {
  background-color: #409eff;
}
#a7335aab7eaa9cd .submit-wrap button {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a7335aab7eaa9cd form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a7335aab7eaa9cd .form-item .uk-input,
#a7335aab7eaa9cd .form-item .uk-select,
#a7335aab7eaa9cd .form-item .uk-textarea {
  width: autopx;
  background-color: #f2f2f2;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-width: 1px;
  border-top-color: #e3e3e3;
  border-top-style: solid;
  border-right-color: #e3e3e3;
  border-left-color: #e3e3e3;
  border-bottom-color: #e3e3e3;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7335aab7eaa9cd .form-item .auto-height {
  height: auto;
}
#a7335aab7eaa9cd .uk-form-label,
#a7335aab7eaa9cd .form-agree,
#a7335aab7eaa9cd .uk-h3,
#a7335aab7eaa9cd p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab09bafc29ac136 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a4ac5a63d8a9a28 a, #a4ac5a63d8a9a28 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a4ac5a63d8a9a28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#ad0c5a14c7a55ad .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad0c5a14c7a55ad .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad0c5a14c7a55ad .ap-icon {
  margin-right: 6px;
}
#ad0c5a14c7a55ad .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#ad0c5a14c7a55ad .menu-list > li.icon-bottom > a,
#ad0c5a14c7a55ad .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad0c5a14c7a55ad .menu-list > li.icon-bottom > a .ap-icon,
#ad0c5a14c7a55ad .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad0c5a14c7a55ad .menu-list > li.icon-bottom > a .ap-icon svg,
#ad0c5a14c7a55ad .menu-list > li.icon-top > a .ap-icon svg,
#ad0c5a14c7a55ad .menu-list > li.icon-bottom > a .ap-icon img,
#ad0c5a14c7a55ad .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad0c5a14c7a55ad .menu-list > li.icon-right > a .ap-icon,
#ad0c5a14c7a55ad .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad0c5a14c7a55ad .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad0c5a14c7a55ad .menu-list > li:hover > a,
#ad0c5a14c7a55ad .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad0c5a14c7a55ad .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ad0c5a14c7a55ad .menu-list ul,
#ad0c5a14c7a55ad .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad0c5a14c7a55ad .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#ad0c5a14c7a55ad .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad0c5a14c7a55ad .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad0c5a14c7a55ad .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#abc71a9058ae354 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a53f2abe18af292 a, #a53f2abe18af292 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a53f2abe18af292 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#aa228aa8e3a193b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aa228aa8e3a193b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aa228aa8e3a193b .ap-icon {
  margin-right: 6px;
}
#aa228aa8e3a193b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#aa228aa8e3a193b .menu-list > li.icon-bottom > a,
#aa228aa8e3a193b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aa228aa8e3a193b .menu-list > li.icon-bottom > a .ap-icon,
#aa228aa8e3a193b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aa228aa8e3a193b .menu-list > li.icon-bottom > a .ap-icon svg,
#aa228aa8e3a193b .menu-list > li.icon-top > a .ap-icon svg,
#aa228aa8e3a193b .menu-list > li.icon-bottom > a .ap-icon img,
#aa228aa8e3a193b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aa228aa8e3a193b .menu-list > li.icon-right > a .ap-icon,
#aa228aa8e3a193b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aa228aa8e3a193b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aa228aa8e3a193b .menu-list > li:hover > a,
#aa228aa8e3a193b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#aa228aa8e3a193b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa228aa8e3a193b .menu-list ul,
#aa228aa8e3a193b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa228aa8e3a193b .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#aa228aa8e3a193b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa228aa8e3a193b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa228aa8e3a193b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2f8facd4ca3274 .a38e0a582bab5ea {
  overflow: hidden;
}
#a2f8facd4ca3274 .a38e0a582bab5ea , #a2f8facd4ca3274 .a38e0a582bab5ea > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(17, 17, 17, 1);}#a2f8facd4ca3274 .a1277a45aca4d3f > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 4px;border-bottom-width: 4px;border-right-width: 4px;border-top-width: 4px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a2f8facd4ca3274 .a1277a45aca4d3f  > .ele-wrap:hover {border-right-style: solid;border-right-width: 1px;border-right-color: rgba(0, 0, 0, 0);border-left-color: rgba(0, 0, 0, 0);border-bottom-color: rgba(0, 0, 0, 0);border-top-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2f8facd4ca3274 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: #ffffff;
  border-top-style: solid;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a2f8facd4ca3274 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2f8facd4ca3274 .uk-position-center-left-out {
    left: -30px;
  }
  #a2f8facd4ca3274 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad6eda8b4aa1c94 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #171a72;
  background-color: #171a72;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#ad6eda8b4aa1c94 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#ad6eda8b4aa1c94 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ad6eda8b4aa1c94 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ad6eda8b4aa1c94 .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ad6eda8b4aa1c94 .menu-list-expand .submenu-indicator {
  display: none;
}
#ad6eda8b4aa1c94 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #ffffff;
  border-bottom-color: #f5f5f5;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
  border-right-width: 3px;
  border-right-color: #000000;
  border-right-style: solid;
  border-left-color: #000000;
  border-bottom-color: #000000;
  border-top-color: #000000;
  border-left-width: 3px;
  border-bottom-width: 3px;
  border-top-width: 3px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ad6eda8b4aa1c94 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #171a72;
}
#ad6eda8b4aa1c94 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ad6eda8b4aa1c94 .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #171a72;
}
#ad6eda8b4aa1c94 .jquery-accordion-menu ul li a img,
#ad6eda8b4aa1c94 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ad6eda8b4aa1c94 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ad6eda8b4aa1c94 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ad6eda8b4aa1c94 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ad6eda8b4aa1c94 .jquery-accordion-menu ul ul.submenu,
#ad6eda8b4aa1c94 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ad6eda8b4aa1c94 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ad6eda8b4aa1c94 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ad6eda8b4aa1c94 .jquery-accordion-menu ul ul.submenu.show,
#ad6eda8b4aa1c94 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ad6eda8b4aa1c94 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ad6eda8b4aa1c94 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#ad6eda8b4aa1c94 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #171a72;
}
#ad6eda8b4aa1c94 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #171a72;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#ad6eda8b4aa1c94 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ad6eda8b4aa1c94 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ad6eda8b4aa1c94 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ad6eda8b4aa1c94 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #000000;
  background: #ffffff;
}
#ad6eda8b4aa1c94 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#ad6eda8b4aa1c94 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a858aa3bb2aef2e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#aac1eaa491a2e61 a, #aac1eaa491a2e61 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#aac1eaa491a2e61 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a9fcea4172a5736 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9fcea4172a5736 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9fcea4172a5736 .ap-icon {
  margin-right: 6px;
}
#a9fcea4172a5736 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9fcea4172a5736 .menu-list > li.icon-bottom > a,
#a9fcea4172a5736 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9fcea4172a5736 .menu-list > li.icon-bottom > a .ap-icon,
#a9fcea4172a5736 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9fcea4172a5736 .menu-list > li.icon-bottom > a .ap-icon svg,
#a9fcea4172a5736 .menu-list > li.icon-top > a .ap-icon svg,
#a9fcea4172a5736 .menu-list > li.icon-bottom > a .ap-icon img,
#a9fcea4172a5736 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9fcea4172a5736 .menu-list > li.icon-right > a .ap-icon,
#a9fcea4172a5736 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9fcea4172a5736 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9fcea4172a5736 .menu-list > li:hover > a,
#a9fcea4172a5736 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9fcea4172a5736 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9fcea4172a5736 .menu-list ul,
#a9fcea4172a5736 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9fcea4172a5736 .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#a9fcea4172a5736 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9fcea4172a5736 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9fcea4172a5736 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#af595a9fcda6bcb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aaab0a6e74a1093 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a7c63ac403a766e a, #a7c63ac403a766e {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a7c63ac403a766e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a9d01a5a5eac2e2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9d01a5a5eac2e2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9d01a5a5eac2e2 .ap-icon {
  margin-right: 6px;
}
#a9d01a5a5eac2e2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9d01a5a5eac2e2 .menu-list > li.icon-bottom > a,
#a9d01a5a5eac2e2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9d01a5a5eac2e2 .menu-list > li.icon-bottom > a .ap-icon,
#a9d01a5a5eac2e2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9d01a5a5eac2e2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a9d01a5a5eac2e2 .menu-list > li.icon-top > a .ap-icon svg,
#a9d01a5a5eac2e2 .menu-list > li.icon-bottom > a .ap-icon img,
#a9d01a5a5eac2e2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9d01a5a5eac2e2 .menu-list > li.icon-right > a .ap-icon,
#a9d01a5a5eac2e2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9d01a5a5eac2e2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9d01a5a5eac2e2 .menu-list > li:hover > a,
#a9d01a5a5eac2e2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9d01a5a5eac2e2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9d01a5a5eac2e2 .menu-list ul,
#a9d01a5a5eac2e2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9d01a5a5eac2e2 .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#a9d01a5a5eac2e2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9d01a5a5eac2e2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9d01a5a5eac2e2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a092ca6d07a05ee .a2b7aac997a3815 {
  overflow: hidden;
}
#a092ca6d07a05ee .a2b7aac997a3815 , #a092ca6d07a05ee .a2b7aac997a3815 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a092ca6d07a05ee .uk-grid {
  margin-left: -12px;
}
#a092ca6d07a05ee .uk-grid > * {
  padding-left: 12px;
}
#a092ca6d07a05ee .uk-grid > .uk-grid-margin {
  margin-top: 5px;
}
#a092ca6d07a05ee .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a092ca6d07a05ee .uk-position-center-left-out {
    left: -30px;
  }
  #a092ca6d07a05ee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a360bae01da291f .a82c6a3d82a6ad2 {
  overflow: hidden;
}
#a360bae01da291f .a82c6a3d82a6ad2 , #a360bae01da291f .a82c6a3d82a6ad2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a360bae01da291f .uk-grid {
  margin-left: -12px;
}
#a360bae01da291f .uk-grid > * {
  padding-left: 12px;
}
#a360bae01da291f .uk-grid > .uk-grid-margin {
  margin-top: 5px;
}
#a360bae01da291f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a360bae01da291f .uk-position-center-left-out {
    left: -30px;
  }
  #a360bae01da291f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac546a4b30aaa87 .ad418a277ea75ea {
  overflow: hidden;
}
#ac546a4b30aaa87 .ad418a277ea75ea , #ac546a4b30aaa87 .ad418a277ea75ea > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#ac546a4b30aaa87 .uk-grid {
  margin-left: -12px;
}
#ac546a4b30aaa87 .uk-grid > * {
  padding-left: 12px;
}
#ac546a4b30aaa87 .uk-grid > .uk-grid-margin {
  margin-top: 5px;
}
#ac546a4b30aaa87 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac546a4b30aaa87 .uk-position-center-left-out {
    left: -30px;
  }
  #ac546a4b30aaa87 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad051ade41a0455 .ade61a0195a0c62 {
  overflow: hidden;
}
#ad051ade41a0455 .ade61a0195a0c62 , #ad051ade41a0455 .ade61a0195a0c62 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#ad051ade41a0455 .uk-grid {
  margin-left: -12px;
}
#ad051ade41a0455 .uk-grid > * {
  padding-left: 12px;
}
#ad051ade41a0455 .uk-grid > .uk-grid-margin {
  margin-top: 5px;
}
#ad051ade41a0455 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad051ade41a0455 .uk-position-center-left-out {
    left: -30px;
  }
  #ad051ade41a0455 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af4abadd6aa2715 .ab650a9217aebaf {
  overflow: hidden;
}
#af4abadd6aa2715 .ab650a9217aebaf , #af4abadd6aa2715 .ab650a9217aebaf > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#af4abadd6aa2715 .uk-grid {
  margin-left: -12px;
}
#af4abadd6aa2715 .uk-grid > * {
  padding-left: 12px;
}
#af4abadd6aa2715 .uk-grid > .uk-grid-margin {
  margin-top: 5px;
}
#af4abadd6aa2715 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af4abadd6aa2715 .uk-position-center-left-out {
    left: -30px;
  }
  #af4abadd6aa2715 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a11c1a08f3ad209 .ac399a6bbba0e50 {
  overflow: hidden;
}
#a11c1a08f3ad209 .ac399a6bbba0e50 , #a11c1a08f3ad209 .ac399a6bbba0e50 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a11c1a08f3ad209 .uk-grid {
  margin-left: -12px;
}
#a11c1a08f3ad209 .uk-grid > * {
  padding-left: 12px;
}
#a11c1a08f3ad209 .uk-grid > .uk-grid-margin {
  margin-top: 5px;
}
#a11c1a08f3ad209 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a11c1a08f3ad209 .uk-position-center-left-out {
    left: -30px;
  }
  #a11c1a08f3ad209 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acf06a111aa773b .a66f7ab079a6389 {
  overflow: hidden;
}
#acf06a111aa773b .a66f7ab079a6389 , #acf06a111aa773b .a66f7ab079a6389 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#acf06a111aa773b .uk-grid {
  margin-left: -12px;
}
#acf06a111aa773b .uk-grid > * {
  padding-left: 12px;
}
#acf06a111aa773b .uk-grid > .uk-grid-margin {
  margin-top: 5px;
}
#acf06a111aa773b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acf06a111aa773b .uk-position-center-left-out {
    left: -30px;
  }
  #acf06a111aa773b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5a88a6396ac485 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a5faaa52f6aa86e a, #a5faaa52f6aa86e {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a5faaa52f6aa86e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a2b5da6d61a56f3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2b5da6d61a56f3 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2b5da6d61a56f3 .ap-icon {
  margin-right: 6px;
}
#a2b5da6d61a56f3 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2b5da6d61a56f3 .menu-list > li.icon-bottom > a,
#a2b5da6d61a56f3 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2b5da6d61a56f3 .menu-list > li.icon-bottom > a .ap-icon,
#a2b5da6d61a56f3 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2b5da6d61a56f3 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2b5da6d61a56f3 .menu-list > li.icon-top > a .ap-icon svg,
#a2b5da6d61a56f3 .menu-list > li.icon-bottom > a .ap-icon img,
#a2b5da6d61a56f3 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2b5da6d61a56f3 .menu-list > li.icon-right > a .ap-icon,
#a2b5da6d61a56f3 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2b5da6d61a56f3 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2b5da6d61a56f3 .menu-list > li:hover > a,
#a2b5da6d61a56f3 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2b5da6d61a56f3 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2b5da6d61a56f3 .menu-list ul,
#a2b5da6d61a56f3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2b5da6d61a56f3 .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#a2b5da6d61a56f3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2b5da6d61a56f3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2b5da6d61a56f3 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aabb7a9c93a24b7 .uk-grid {
  margin-left: -10px;
}
#aabb7a9c93a24b7 .uk-grid > * {
  padding-left: 10px;
}
#aabb7a9c93a24b7 .uk-grid > .uk-grid-margin {
  margin-top: 5px;
}
#aabb7a9c93a24b7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aabb7a9c93a24b7 .uk-position-center-left-out {
    left: -30px;
  }
  #aabb7a9c93a24b7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a0745a3dbba3f74 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a0e96ac754a04f9 a, #a0e96ac754a04f9 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a0e96ac754a04f9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#adcbea63f5a38ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#adcbea63f5a38ce .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#adcbea63f5a38ce .ap-icon {
  margin-right: 6px;
}
#adcbea63f5a38ce .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#adcbea63f5a38ce .menu-list > li.icon-bottom > a,
#adcbea63f5a38ce .menu-list > li.icon-top > a {
  flex-direction: column;
}
#adcbea63f5a38ce .menu-list > li.icon-bottom > a .ap-icon,
#adcbea63f5a38ce .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#adcbea63f5a38ce .menu-list > li.icon-bottom > a .ap-icon svg,
#adcbea63f5a38ce .menu-list > li.icon-top > a .ap-icon svg,
#adcbea63f5a38ce .menu-list > li.icon-bottom > a .ap-icon img,
#adcbea63f5a38ce .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#adcbea63f5a38ce .menu-list > li.icon-right > a .ap-icon,
#adcbea63f5a38ce .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#adcbea63f5a38ce .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#adcbea63f5a38ce .menu-list > li:hover > a,
#adcbea63f5a38ce .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#adcbea63f5a38ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#adcbea63f5a38ce .menu-list ul,
#adcbea63f5a38ce .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#adcbea63f5a38ce .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#adcbea63f5a38ce .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adcbea63f5a38ce .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adcbea63f5a38ce .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab848a626aa3cf0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#af284a5c63a6566 a, #af284a5c63a6566 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#af284a5c63a6566 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a656ca62f1a4983 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a656ca62f1a4983 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a656ca62f1a4983 .ap-icon {
  margin-right: 6px;
}
#a656ca62f1a4983 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a656ca62f1a4983 .menu-list > li.icon-bottom > a,
#a656ca62f1a4983 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a656ca62f1a4983 .menu-list > li.icon-bottom > a .ap-icon,
#a656ca62f1a4983 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a656ca62f1a4983 .menu-list > li.icon-bottom > a .ap-icon svg,
#a656ca62f1a4983 .menu-list > li.icon-top > a .ap-icon svg,
#a656ca62f1a4983 .menu-list > li.icon-bottom > a .ap-icon img,
#a656ca62f1a4983 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a656ca62f1a4983 .menu-list > li.icon-right > a .ap-icon,
#a656ca62f1a4983 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a656ca62f1a4983 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a656ca62f1a4983 .menu-list > li:hover > a,
#a656ca62f1a4983 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a656ca62f1a4983 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a656ca62f1a4983 .menu-list ul,
#a656ca62f1a4983 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a656ca62f1a4983 .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#a656ca62f1a4983 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a656ca62f1a4983 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a656ca62f1a4983 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aebe3a5821a8b6f .adb01ad51ca1c03 {
  overflow: hidden;
}
#aebe3a5821a8b6f .adb01ad51ca1c03 , #aebe3a5821a8b6f .adb01ad51ca1c03 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#aebe3a5821a8b6f .adb01ad51ca1c03:hover , #aebe3a5821a8b6f .adb01ad51ca1c03 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aebe3a5821a8b6f .uk-grid {
  margin-left: 0px;
}
#aebe3a5821a8b6f .uk-grid > * {
  padding-left: 0px;
}
#aebe3a5821a8b6f .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aebe3a5821a8b6f .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-bottom-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #ffffff;
}
#aebe3a5821a8b6f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aebe3a5821a8b6f .uk-position-center-left-out {
    left: -30px;
  }
  #aebe3a5821a8b6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#abc71a9058ae354 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a0168af0a5a6967 a, #a0168af0a5a6967 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a0168af0a5a6967 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#ac83eaca52a2896 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ac83eaca52a2896 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ac83eaca52a2896 .ap-icon {
  margin-right: 6px;
}
#ac83eaca52a2896 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#ac83eaca52a2896 .menu-list > li.icon-bottom > a,
#ac83eaca52a2896 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ac83eaca52a2896 .menu-list > li.icon-bottom > a .ap-icon,
#ac83eaca52a2896 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ac83eaca52a2896 .menu-list > li.icon-bottom > a .ap-icon svg,
#ac83eaca52a2896 .menu-list > li.icon-top > a .ap-icon svg,
#ac83eaca52a2896 .menu-list > li.icon-bottom > a .ap-icon img,
#ac83eaca52a2896 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ac83eaca52a2896 .menu-list > li.icon-right > a .ap-icon,
#ac83eaca52a2896 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ac83eaca52a2896 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ac83eaca52a2896 .menu-list > li:hover > a,
#ac83eaca52a2896 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ac83eaca52a2896 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac83eaca52a2896 .menu-list ul,
#ac83eaca52a2896 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ac83eaca52a2896 .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#ac83eaca52a2896 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac83eaca52a2896 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac83eaca52a2896 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ad07aa625ca4c9a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #171a72;
  background-color: #171a72;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#ad07aa625ca4c9a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#ad07aa625ca4c9a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ad07aa625ca4c9a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ad07aa625ca4c9a .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ad07aa625ca4c9a .menu-list-expand .submenu-indicator {
  display: none;
}
#ad07aa625ca4c9a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #ffffff;
  border-bottom-color: #f5f5f5;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
  border-right-width: 3px;
  border-right-color: #000000;
  border-right-style: solid;
  border-left-color: #000000;
  border-bottom-color: #000000;
  border-top-color: #000000;
  border-left-width: 3px;
  border-bottom-width: 3px;
  border-top-width: 3px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ad07aa625ca4c9a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #171a72;
}
#ad07aa625ca4c9a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ad07aa625ca4c9a .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #171a72;
}
#ad07aa625ca4c9a .jquery-accordion-menu ul li a img,
#ad07aa625ca4c9a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ad07aa625ca4c9a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ad07aa625ca4c9a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ad07aa625ca4c9a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ad07aa625ca4c9a .jquery-accordion-menu ul ul.submenu,
#ad07aa625ca4c9a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ad07aa625ca4c9a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ad07aa625ca4c9a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ad07aa625ca4c9a .jquery-accordion-menu ul ul.submenu.show,
#ad07aa625ca4c9a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ad07aa625ca4c9a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ad07aa625ca4c9a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#ad07aa625ca4c9a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #171a72;
}
#ad07aa625ca4c9a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #171a72;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#ad07aa625ca4c9a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ad07aa625ca4c9a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ad07aa625ca4c9a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ad07aa625ca4c9a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #000000;
  background: #ffffff;
}
#ad07aa625ca4c9a .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#ad07aa625ca4c9a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a52e8a7c82aac4e .a8517a295faf67c {
  overflow: hidden;
}
#a52e8a7c82aac4e .a8517a295faf67c , #a52e8a7c82aac4e .a8517a295faf67c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a52e8a7c82aac4e .a8517a295faf67c:hover , #a52e8a7c82aac4e .a8517a295faf67c *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a52e8a7c82aac4e .uk-grid {
  margin-left: 0px;
}
#a52e8a7c82aac4e .uk-grid > * {
  padding-left: 0px;
}
#a52e8a7c82aac4e .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a52e8a7c82aac4e .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-bottom-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #ffffff;
}
#a52e8a7c82aac4e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a52e8a7c82aac4e .uk-position-center-left-out {
    left: -30px;
  }
  #a52e8a7c82aac4e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#abc71a9058ae354 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a7482a7ef0a0c0b a, #a7482a7ef0a0c0b {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a7482a7ef0a0c0b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a7f79ad850a3750 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7f79ad850a3750 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7f79ad850a3750 .ap-icon {
  margin-right: 6px;
}
#a7f79ad850a3750 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a7f79ad850a3750 .menu-list > li.icon-bottom > a,
#a7f79ad850a3750 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7f79ad850a3750 .menu-list > li.icon-bottom > a .ap-icon,
#a7f79ad850a3750 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7f79ad850a3750 .menu-list > li.icon-bottom > a .ap-icon svg,
#a7f79ad850a3750 .menu-list > li.icon-top > a .ap-icon svg,
#a7f79ad850a3750 .menu-list > li.icon-bottom > a .ap-icon img,
#a7f79ad850a3750 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7f79ad850a3750 .menu-list > li.icon-right > a .ap-icon,
#a7f79ad850a3750 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7f79ad850a3750 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7f79ad850a3750 .menu-list > li:hover > a,
#a7f79ad850a3750 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7f79ad850a3750 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7f79ad850a3750 .menu-list ul,
#a7f79ad850a3750 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7f79ad850a3750 .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#a7f79ad850a3750 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7f79ad850a3750 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7f79ad850a3750 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#abc71a9058ae354 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a79dea2cada8a8c a, #a79dea2cada8a8c {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a79dea2cada8a8c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a3542aa226adb90 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3542aa226adb90 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3542aa226adb90 .ap-icon {
  margin-right: 6px;
}
#a3542aa226adb90 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a3542aa226adb90 .menu-list > li.icon-bottom > a,
#a3542aa226adb90 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3542aa226adb90 .menu-list > li.icon-bottom > a .ap-icon,
#a3542aa226adb90 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3542aa226adb90 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3542aa226adb90 .menu-list > li.icon-top > a .ap-icon svg,
#a3542aa226adb90 .menu-list > li.icon-bottom > a .ap-icon img,
#a3542aa226adb90 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3542aa226adb90 .menu-list > li.icon-right > a .ap-icon,
#a3542aa226adb90 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3542aa226adb90 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3542aa226adb90 .menu-list > li:hover > a,
#a3542aa226adb90 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3542aa226adb90 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a3542aa226adb90 .menu-list ul,
#a3542aa226adb90 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3542aa226adb90 .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#a3542aa226adb90 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3542aa226adb90 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3542aa226adb90 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3366a19b8a5f81 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3bc3af69ea6e03 a, #a3bc3af69ea6e03 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a3bc3af69ea6e03 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a21d3a5e5ba995d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a21d3a5e5ba995d .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a21d3a5e5ba995d .ap-icon {
  margin-right: 6px;
}
#a21d3a5e5ba995d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a21d3a5e5ba995d .menu-list > li.icon-bottom > a,
#a21d3a5e5ba995d .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a21d3a5e5ba995d .menu-list > li.icon-bottom > a .ap-icon,
#a21d3a5e5ba995d .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a21d3a5e5ba995d .menu-list > li.icon-bottom > a .ap-icon svg,
#a21d3a5e5ba995d .menu-list > li.icon-top > a .ap-icon svg,
#a21d3a5e5ba995d .menu-list > li.icon-bottom > a .ap-icon img,
#a21d3a5e5ba995d .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a21d3a5e5ba995d .menu-list > li.icon-right > a .ap-icon,
#a21d3a5e5ba995d .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a21d3a5e5ba995d .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a21d3a5e5ba995d .menu-list > li:hover > a,
#a21d3a5e5ba995d .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a21d3a5e5ba995d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a21d3a5e5ba995d .menu-list ul,
#a21d3a5e5ba995d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a21d3a5e5ba995d .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#a21d3a5e5ba995d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a21d3a5e5ba995d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a21d3a5e5ba995d .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab848a626aa3cf0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a150ea9837ac5f8 {
  min-height: 90vh;
  /* mobile */
}
#a150ea9837ac5f8 .search-highlight {
  background: yellow;
}
#a150ea9837ac5f8 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a150ea9837ac5f8 .el-title {
  margin-bottom: 20px;
}
#a150ea9837ac5f8 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a150ea9837ac5f8 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a150ea9837ac5f8 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a150ea9837ac5f8 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a150ea9837ac5f8 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a150ea9837ac5f8 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a150ea9837ac5f8 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a150ea9837ac5f8 .el-title {
    margin-bottom: 0;
  }
  #a150ea9837ac5f8 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a150ea9837ac5f8 .category {
    font-size: 12px;
  }
  #a150ea9837ac5f8 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a53f2abe18af292 a, #a53f2abe18af292 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a53f2abe18af292 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#aa228aa8e3a193b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aa228aa8e3a193b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aa228aa8e3a193b .ap-icon {
  margin-right: 6px;
}
#aa228aa8e3a193b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#aa228aa8e3a193b .menu-list > li.icon-bottom > a,
#aa228aa8e3a193b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aa228aa8e3a193b .menu-list > li.icon-bottom > a .ap-icon,
#aa228aa8e3a193b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aa228aa8e3a193b .menu-list > li.icon-bottom > a .ap-icon svg,
#aa228aa8e3a193b .menu-list > li.icon-top > a .ap-icon svg,
#aa228aa8e3a193b .menu-list > li.icon-bottom > a .ap-icon img,
#aa228aa8e3a193b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aa228aa8e3a193b .menu-list > li.icon-right > a .ap-icon,
#aa228aa8e3a193b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aa228aa8e3a193b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aa228aa8e3a193b .menu-list > li:hover > a,
#aa228aa8e3a193b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#aa228aa8e3a193b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa228aa8e3a193b .menu-list ul,
#aa228aa8e3a193b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa228aa8e3a193b .menu-list ul {
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#aa228aa8e3a193b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa228aa8e3a193b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa228aa8e3a193b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a68e7a6d4aad9f9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aaaacad250a6248 {
  /* Error Page */
  /* Error Page */
  /*--------------------------------------------Framework --------------------------------*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /* Margin section */
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done - For the inside sections that has also Title section*/
  /* Margin section */
  /*--------------------------------------------FrameWork------------------------*/
}
#aaaacad250a6248 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#aaaacad250a6248 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#aaaacad250a6248 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#aaaacad250a6248 .error .clip:nth-of-type(1) .shadow,
#aaaacad250a6248 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#aaaacad250a6248 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#aaaacad250a6248 .error h2 {
  font-size: 32px;
}
#aaaacad250a6248 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#aaaacad250a6248 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#aaaacad250a6248 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#aaaacad250a6248 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#aaaacad250a6248 .error .clip .shadow {
  overflow: hidden;
}
#aaaacad250a6248 .error .clip:nth-of-type(2) .shadow {
  overflow: hidden;
  position: relative;
  box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8);
}
#aaaacad250a6248 .error .clip:nth-of-type(3) .shadow:after,
#aaaacad250a6248 .error .clip:nth-of-type(1) .shadow:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  width: 10px;
  background: linear-gradient(90deg, transparent, rgba(173, 173, 173, 0.8), transparent);
  border-radius: 50%;
}
#aaaacad250a6248 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#aaaacad250a6248 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#aaaacad250a6248 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#aaaacad250a6248 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#aaaacad250a6248 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#aaaacad250a6248 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#aaaacad250a6248 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#aaaacad250a6248 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #aaaacad250a6248 {
    /* Error Page */
    /* Error Page */
  }
  #aaaacad250a6248 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #aaaacad250a6248 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #aaaacad250a6248 .error .clip:nth-of-type(1) .shadow,
  #aaaacad250a6248 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #aaaacad250a6248 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #aaaacad250a6248 .error h2 {
    font-size: 24px;
  }
  #aaaacad250a6248 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #aaaacad250a6248 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #aaaacad250a6248 .error .container-error-404 {
    height: 150px;
  }
}
#aaaacad250a6248 .overlay {
  position: relative;
  z-index: 20;
}
#aaaacad250a6248 .ground-color {
  background: white;
}
#aaaacad250a6248 .item-bg-color {
  background: #EAEAEA;
}
#aaaacad250a6248 .padding-top {
  padding-top: 10px;
}
#aaaacad250a6248 .padding-bottom {
  padding-bottom: 10px;
}
#aaaacad250a6248 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aaaacad250a6248 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#aaaacad250a6248 .padding-all {
  padding: 10px;
}
#aaaacad250a6248 .no-padding-left {
  padding-left: 0px;
}
#aaaacad250a6248 .no-padding-right {
  padding-right: 0px;
}
#aaaacad250a6248 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#aaaacad250a6248 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#aaaacad250a6248 .no-padding {
  padding: 0px;
}
#aaaacad250a6248 .margin-top {
  margin-top: 10px;
}
#aaaacad250a6248 .margin-bottom {
  margin-bottom: 10px;
}
#aaaacad250a6248 .margin-right {
  margin-right: 10px;
}
#aaaacad250a6248 .margin-left {
  margin-left: 10px;
}
#aaaacad250a6248 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#aaaacad250a6248 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#aaaacad250a6248 .margin-all {
  margin: 10px;
}
#aaaacad250a6248 .no-margin {
  margin: 0px;
}
#aaaacad250a6248 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#aaaacad250a6248 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#aaaacad250a6248 .inside-col-shrink {
  margin: 0px 20px;
}
#aaaacad250a6248 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a68e7a6d4aad9f9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a783fa6d17a822f .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a783fa6d17a822f .switch_item {
  margin-right: 10px;
}
#a783fa6d17a822f a.switch_item:hover {
  text-decoration: underline;
}
#a783fa6d17a822f .slider {
  width: 420px;
  height: 600px;
}
#a783fa6d17a822f .uk-slideshow-items {
  height: 100%;
}
#a783fa6d17a822f .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a783fa6d17a822f .login-wrap {
  width: 100%;
  height: 100%;
}
#a783fa6d17a822f .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a783fa6d17a822f .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a783fa6d17a822f .phone-login-box {
  margin: 40px auto 40px;
}
#a783fa6d17a822f .login-header {
  margin-bottom: 24px;
}
#a783fa6d17a822f .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a783fa6d17a822f .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a783fa6d17a822f .input-item input {
  width: 100%;
  padding: 0 16px 0 40px;
  height: 43px;
  border-radius: 0 21px 21px 0;
  position: absolute;
  right: 0;
  border: 0;
  line-height: 43px;
  background-color: transparent;
  outline: 0;
  font-size: 14px;
}
#a783fa6d17a822f .forget_password {
  cursor: pointer;
}
#a783fa6d17a822f .forget_password:hover {
  color: #565656;
}
#a783fa6d17a822f .input-item input.error,
#a783fa6d17a822f .input-item input.error::placeholder {
  color: #fc4343;
}
#a783fa6d17a822f .input-item input::placeholder {
  color: #999;
}
#a783fa6d17a822f .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a783fa6d17a822f .form-item {
  margin: 24px 0;
}
#a783fa6d17a822f .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a783fa6d17a822f .send-code {
  float: left;
  margin-left: 20px;
}
#a783fa6d17a822f .verifycode-input button {
  display: block;
  padding: 0;
  height: 45px;
  width: 105px;
  background-color: #f1f7ff;
  border-radius: 22px;
  font-size: 14px;
  -webkit-transition: .3s;
  transition: .3s;
  color: #999;
  cursor: pointer;
}
#a783fa6d17a822f .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a783fa6d17a822f .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a783fa6d17a822f .login_btn_wrap {
  text-align: center;
}
#a783fa6d17a822f .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a783fa6d17a822f .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a783fa6d17a822f .input-item .pwd-toggle:hover {
  color: currentColor;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a68e7a6d4aad9f9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad72eac547a6141 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#ad72eac547a6141 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#ad72eac547a6141 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#ad72eac547a6141 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#ad72eac547a6141 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#ad72eac547a6141 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#ad72eac547a6141 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#ad72eac547a6141 .nav-list {
  padding: 0 20px;
}
#ad72eac547a6141 .nav-list .nav-item {
  display: inline-block;
  line-height: 21px;
  padding: 2px 6px 3px;
  font-size: 14px;
  color: #666;
  margin: 10px 30px 15px 0;
  cursor: pointer;
}
#ad72eac547a6141 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#ad72eac547a6141 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#ad72eac547a6141 .order-item:hover {
  background: #f7f7f7;
}
#ad72eac547a6141 .del-order {
  cursor: pointer;
}
#ad72eac547a6141 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#ad72eac547a6141 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#ad72eac547a6141 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#ad72eac547a6141 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#ad72eac547a6141 .goods-item .goods-info {
  padding: 0 15px;
}
#ad72eac547a6141 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#ad72eac547a6141 .appoint-time {
  margin-bottom: 4px;
}
#ad72eac547a6141 .appoint-name {
  color: #333;
  font-size: 14px;
}
#ad72eac547a6141 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#ad72eac547a6141 .goods-item .goods-name {
  color: #333;
}
#ad72eac547a6141 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#ad72eac547a6141 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#ad72eac547a6141 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#ad72eac547a6141 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#ad72eac547a6141 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#ad72eac547a6141 .order-btns .btn {
  line-height: 26px;
  border-radius: 2px;
  border: 1px solid #ececec;
  padding: 0 14px;
  display: inline-block;
  margin-left: 8px;
  background: #fff;
  color: #333;
}
#ad72eac547a6141 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#ad72eac547a6141 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#ad72eac547a6141 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#ad72eac547a6141 .setting-form {
  padding: 30px 20px;
}
#ad72eac547a6141 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#ad72eac547a6141 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#ad72eac547a6141 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#ad72eac547a6141 .setting-form .setting-btns {
  margin-left: 130px;
}
#ad72eac547a6141 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#ad72eac547a6141 .setting-wrap {
  position: relative;
}
#ad72eac547a6141 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#ad72eac547a6141 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#ad72eac547a6141 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#ad72eac547a6141 .address-wrap {
  padding: 30px 20px;
}
#ad72eac547a6141 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#ad72eac547a6141 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#ad72eac547a6141 .addr-list {
  min-height: 200px;
}
#ad72eac547a6141 .addr-detail .addr-item-name,
#ad72eac547a6141 .addr-detail .addr-default {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0 5px;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  max-width: 8em;
  height: 16px;
  line-height: 14px;
  font-size: 12px;
  color: #4b9bfb;
  border: 1px solid #4b9bfb;
}
#ad72eac547a6141 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#ad72eac547a6141 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#ad72eac547a6141 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#ad72eac547a6141 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#ad72eac547a6141 .add-addr {
  height: 32px;
  line-height: 30px;
}
#ad72eac547a6141 .publish-item .status {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 50px;
  background: url(/resources/sys/img/icons/info-pass.png) center center no-repeat;
  background-size: contain;
}
#ad72eac547a6141 .publish-item {
  cursor: default;
  min-height: 120px;
}
#ad72eac547a6141 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#ad72eac547a6141 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#ad72eac547a6141 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #565656;
}
#ad72eac547a6141 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a68e7a6d4aad9f9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab224a914da7742 {
  min-height: 90vh;
  /* mobile */
}
#ab224a914da7742 .search-highlight {
  background: yellow;
}
#ab224a914da7742 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#ab224a914da7742 .el-title {
  margin-bottom: 20px;
}
#ab224a914da7742 .el-item:hover .el-title {
  color: #0f6ecd;
}
#ab224a914da7742 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#ab224a914da7742 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#ab224a914da7742 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#ab224a914da7742 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#ab224a914da7742 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#ab224a914da7742 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #ab224a914da7742 .el-title {
    margin-bottom: 0;
  }
  #ab224a914da7742 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #ab224a914da7742 .category {
    font-size: 12px;
  }
  #ab224a914da7742 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a68e7a6d4aad9f9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acee6ae3c3af795 .comment-detail {
  min-height: 600px;
}
#acee6ae3c3af795 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#acee6ae3c3af795 table th,
#acee6ae3c3af795 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#acee6ae3c3af795 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#acee6ae3c3af795 .red {
  color: #F00!important;
}
#acee6ae3c3af795 .table-title span {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  color: #274589;
  font-size: 16px;
  font-weight: bold;
  background: url(/resources/sys/img/icons/title_icon.png) 0 center no-repeat;
}
#a9355a2756a51e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9355a2756a51e8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9355a2756a51e8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9355a2756a51e8 .menu-list > li > a {
  padding: 0 25px;
}
#a9355a2756a51e8 .menu-list > li:hover:before {
  height: 100%;
}
#a9355a2756a51e8 .menu-list > li:hover:after {
  color: auto;
}
#a9355a2756a51e8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9355a2756a51e8 .menu-list > li:first-child:after {
  content: "";
}
#a9355a2756a51e8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9355a2756a51e8 .menu-list > li ul li {
  position: relative;
}
#a9355a2756a51e8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
#a9355a2756a51e8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#a9355a2756a51e8 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #034494;
}
#a9355a2756a51e8 li ul li:hover > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul li a:active,
#a9355a2756a51e8 li ul li a.active,
#a9355a2756a51e8 li ul li.active > a {
  background-color: #034494;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9355a2756a51e8 li ul,
#a9355a2756a51e8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9355a2756a51e8 li:hover > ul {
  left: auto;
}
#a9355a2756a51e8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7646a1dc5abe1b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7646a1dc5abe1b .site-language-menu a:hover {
  color: #000000;
}
#a7646a1dc5abe1b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7646a1dc5abe1b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7646a1dc5abe1b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7646a1dc5abe1b .uk-dropdown li a:hover {
  color: #222;
}
#a7646a1dc5abe1b .uk-dropdown li:last-child {
  border-bottom: none;
}
#a8d1ca99acaf576 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d4a5094ab771 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a65c6aa00fae620 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a65c6aa00fae620 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a65c6aa00fae620 .ap-icon {
  margin-right: 6px;
}
#a65c6aa00fae620 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a,
#a65c6aa00fae620 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon svg,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon img,
#a65c6aa00fae620 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon,
#a65c6aa00fae620 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a65c6aa00fae620 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a65c6aa00fae620 .menu-list > li:hover > a,
#a65c6aa00fae620 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a65c6aa00fae620 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a65c6aa00fae620 .menu-list ul,
#a65c6aa00fae620 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a65c6aa00fae620 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a65c6aa00fae620 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65c6aa00fae620 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65c6aa00fae620 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00a8a91b1a5b75 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c7a0765a822d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9587a484ca3d1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9587a484ca3d1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9587a484ca3d1b .ap-icon {
  margin-right: 6px;
}
#a9587a484ca3d1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a,
#a9587a484ca3d1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon svg,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon img,
#a9587a484ca3d1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon,
#a9587a484ca3d1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9587a484ca3d1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9587a484ca3d1b .menu-list > li:hover > a,
#a9587a484ca3d1b .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9587a484ca3d1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a9587a484ca3d1b .menu-list ul,
#a9587a484ca3d1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9587a484ca3d1b .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a9587a484ca3d1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9587a484ca3d1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9587a484ca3d1b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4383a2d94ac49e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b2ca2b20a6aac a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a29dfa7dc8a1836 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a29dfa7dc8a1836 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a29dfa7dc8a1836 .ap-icon {
  margin-right: 6px;
}
#a29dfa7dc8a1836 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon svg,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon img,
#a29dfa7dc8a1836 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon,
#a29dfa7dc8a1836 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a29dfa7dc8a1836 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a29dfa7dc8a1836 .menu-list > li:hover > a,
#a29dfa7dc8a1836 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a29dfa7dc8a1836 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a29dfa7dc8a1836 .menu-list ul,
#a29dfa7dc8a1836 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a29dfa7dc8a1836 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a29dfa7dc8a1836 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29dfa7dc8a1836 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29dfa7dc8a1836 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac990a023da2317 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefceac890a04ae a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a012aaa8d2a9125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a012aaa8d2a9125 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a012aaa8d2a9125 .ap-icon {
  margin-right: 6px;
}
#a012aaa8d2a9125 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a,
#a012aaa8d2a9125 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon svg,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon img,
#a012aaa8d2a9125 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon,
#a012aaa8d2a9125 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a012aaa8d2a9125 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a012aaa8d2a9125 .menu-list > li:hover > a,
#a012aaa8d2a9125 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a012aaa8d2a9125 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a012aaa8d2a9125 .menu-list ul,
#a012aaa8d2a9125 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a012aaa8d2a9125 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a012aaa8d2a9125 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a012aaa8d2a9125 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a012aaa8d2a9125 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7a98ab882a3c91 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e9a6814a28ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c9ea3563a85f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c9ea3563a85f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c9ea3563a85f9 .ap-icon {
  margin-right: 6px;
}
#a2c9ea3563a85f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon svg,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c9ea3563a85f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon,
#a2c9ea3563a85f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c9ea3563a85f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c9ea3563a85f9 .menu-list > li:hover > a,
#a2c9ea3563a85f9 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2c9ea3563a85f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a2c9ea3563a85f9 .menu-list ul,
#a2c9ea3563a85f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c9ea3563a85f9 .menu-list ul {
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c9ea3563a85f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c9ea3563a85f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c9ea3563a85f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a43c1ab2a8a8bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43c1ab2a8a8bf2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43c1ab2a8a8bf2 .ap-icon {
  margin-right: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a5a8ad;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon svg,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon img,
#a43c1ab2a8a8bf2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon,
#a43c1ab2a8a8bf2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43c1ab2a8a8bf2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43c1ab2a8a8bf2 .menu-list > li:hover > a,
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a43c1ab2a8a8bf2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #a5a8ad;
  background-color: rgba(255, 255, 255, 0);
}
#a43c1ab2a8a8bf2 .menu-list ul,
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43c1ab2a8a8bf2 .menu-list ul {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#a43c1ab2a8a8bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43c1ab2a8a8bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43c1ab2a8a8bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
