.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: #0f58a8;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #0f58a8;
}
/* 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: #0f58a8;
}
/* 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: #0f58a8;
  text-shadow: none;
}
::selection {
  background: #0f58a8;
  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 #0f58a8;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #0f58a8;
}
/* ========================================================================
     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: #0f58a8;
  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: #0f58a8;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #0f58a8;
  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: #0f58a8;
  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: #0f58a8;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #0f58a8;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #0f58a8;
  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: #0f58a8;
  color: #ffffff;
  border-color: #0f58a8;
}
/*
   * 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: #0f58a8;
}
/* 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: #0f58a8;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #0f58a8;
}
/* 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: #0f58a8;
}
/*
   * 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: #0f58a8;
}
/*
   * 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: #0f58a8;
  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: #0f58a8;
  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: #0f58a8;
}
/*
   * 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: #0f58a8;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #0f58a8;
  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: #0f58a8;
  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: #0f58a8;
}
/* 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: #0f58a8;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #0f58a8;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #0f58a8;
}
/* 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: #0f58a8;
  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: #0f58a8;
  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: #0f58a8;
  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: #0f58a8;
}
/* 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: #0f58a8;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #0f58a8;
  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: #0f58a8;
}
/*
   * 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: #0f58a8;
}
/* 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: #0f58a8;
}
/*
   * 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: #0f58a8;
  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: #0f58a8;
}
.uk-progress::-moz-progress-bar {
  background-color: #0f58a8;
}
.uk-progress::-ms-fill {
  background-color: #0f58a8;
}
/* ========================================================================
     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: #0f58a8 !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: #0f58a8 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #0f58a8;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #0f58a8;
}
.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: #0f58a8;
  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: #0f58a8;
  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: #0f58a8;
  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: #0f58a8;
}
.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: #0f58a8;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #0f58a8;
}
.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: #0f58a8;
  border-color: #0f58a8;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #0f58a8;
}
/* ========================================================================
   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: #0b3f79;
}
.ap-list-filter dd a.active {
  background-color: #0f58a8;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #0f58a8;
}
.category li a.active {
  color: #0f58a8;
}
.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: #0f58a8;
}
.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: #0f58a8;
  border: 1px solid rgba(15, 88, 168, 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: #0f58a8;
}
form .step .ui-step.active .ui-step-title {
  color: #0f58a8;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #0f58a8;
  background-color: #0f58a8;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #0f58a8;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #0f58a8;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #0f58a8;
  color: #0f58a8;
}
.btn-effect-2:hover {
  background-color: #0f58a8;
}
.uk-button.btn-effect-5 {
  background-color: #0f58a8;
  box-shadow: 0 0 15px rgba(15, 88, 168, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #0f58a8;
}
.header-effect-6 [data-item='title']::before {
  background-color: #0f58a8;
}
#aa41daf2b9ac773 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4ddda1d78a5035 .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a7291a7e7bad94b > .ele-wrap {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-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;border-top-color: rgba(51, 102, 169, 1);border-right-color: rgba(51, 102, 169, 1);border-left-color: rgba(51, 102, 169, 1);border-bottom-color: rgba(51, 102, 169, 1);}#adab3a74a8a9c4d > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acfcaafeaca6e94 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0978a8e99ac068 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a0978a8e99ac068  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a0978a8e99ac068:hover * {color: #ffffff  !important}
                            #a0978a8e99ac068:hover .line{border-color: #ffffff  !important}#ac7e8abb03a9c67 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#ac7e8abb03a9c67  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#ac7e8abb03a9c67:hover * {color: #ffffff  !important}
                            #ac7e8abb03a9c67:hover .line{border-color: #ffffff  !important}#abac2ae229a63e3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#abac2ae229a63e3  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#abac2ae229a63e3:hover * {color: #ffffff  !important}
                            #abac2ae229a63e3:hover .line{border-color: #ffffff  !important}#adca6ac975a777b > .ele-wrap {background-color: rgba(15, 88, 168, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#adca6ac975a777b  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#adca6ac975a777b:hover * {color: #ffffff  !important}
                            #adca6ac975a777b:hover .line{border-color: #ffffff  !important}#aa1c3a7436aa1c5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#aa1c3a7436aa1c5  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#aa1c3a7436aa1c5:hover * {color: #ffffff  !important}
                            #aa1c3a7436aa1c5:hover .line{border-color: #ffffff  !important}#aeb82a9d94a66a5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#aeb82a9d94a66a5  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#aeb82a9d94a66a5:hover * {color: #ffffff  !important}
                            #aeb82a9d94a66a5:hover .line{border-color: #ffffff  !important}#a8ee0a4805a6e01 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4b9aace35ac883 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a4b9aace35ac883  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a4b9aace35ac883:hover * {color: #ffffff  !important}
                            #a4b9aace35ac883:hover .line{border-color: #ffffff  !important}#a0b18aa89aaafb2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a0b18aa89aaafb2  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a0b18aa89aaafb2:hover * {color: #ffffff  !important}
                            #a0b18aa89aaafb2:hover .line{border-color: #ffffff  !important}#a296ca59aaa09fe > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a296ca59aaa09fe  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a296ca59aaa09fe:hover * {color: #ffffff  !important}
                            #a296ca59aaa09fe:hover .line{border-color: #ffffff  !important}#a946ca240ba04a5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a946ca240ba04a5  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a946ca240ba04a5:hover * {color: #ffffff  !important}
                            #a946ca240ba04a5:hover .line{border-color: #ffffff  !important}#a6713a3cb3a73d0 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  margin-bottom: 30px;
}
#a6713a3cb3a73d0 .ap-category-filter ul li.active {
  border-color: #0f58a8;
  color: #0f58a8;
}
#a6713a3cb3a73d0 .grid-list .product-item {
  overflow: hidden;
}
#a6713a3cb3a73d0 .grid-list .product-preview .img {
  display: block;
}
#a6713a3cb3a73d0 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a6713a3cb3a73d0 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a6713a3cb3a73d0 .grid-list .product-info {
  min-height: 110px;
}
#a6713a3cb3a73d0 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a6713a3cb3a73d0 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a6713a3cb3a73d0 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a6713a3cb3a73d0 .grid-list .category-name {
  font-size: 12px;
}
#a6713a3cb3a73d0 .grid-list .category-name a {
  color: #777;
}
#a6713a3cb3a73d0 .grid-list .title,
#a6713a3cb3a73d0 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a6713a3cb3a73d0 .grid-list .title a,
#a6713a3cb3a73d0 .grid-list .subTitle a {
  color: #191919;
}
#a6713a3cb3a73d0 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a6713a3cb3a73d0 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a6713a3cb3a73d0 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a6713a3cb3a73d0 .grid-list {
  margin-left: -20px;
}
#a6713a3cb3a73d0 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a6713a3cb3a73d0 .grid-list.uk-grid-small > * {
  padding-left: 20px;
}
#a6713a3cb3a73d0 .grid-list .product:hover {
  background-color: auto;
}
#a6713a3cb3a73d0 .grid-list .product:hover .title a {
  color: #ffffff;
}
#a6713a3cb3a73d0 .grid-list .product:hover .subTitle {
  color: auto;
}
#a6713a3cb3a73d0 .grid-list .product:hover .category {
  color: auto;
}
#a6713a3cb3a73d0 .grid-list .product:hover .abstract {
  color: auto;
}
#a6713a3cb3a73d0 .grid-list .product:hover .product-btn {
  color: #ffffff;
  background-color: #ffb400;
}
@media (max-width: 640px) {
  #a6713a3cb3a73d0 .grid-list .product-info {
    min-height: 0;
  }
  #a6713a3cb3a73d0 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a6713a3cb3a73d0 .grid-list .product-buttons {
    display: none;
  }
}
#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a89bca635fa0f9a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5fbaad0b2a73dc {
  min-height: 300px;
}
#ab82bad6d1a0e6b .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a7291a7e7bad94b > .ele-wrap {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-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;border-top-color: rgba(51, 102, 169, 1);border-right-color: rgba(51, 102, 169, 1);border-left-color: rgba(51, 102, 169, 1);border-bottom-color: rgba(51, 102, 169, 1);}#adab3a74a8a9c4d > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3462af661a494e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1dc8aff17ace0e > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ffffff;}#a1dc8aff17ace0e * {color: #ffffff  !important}
                            #a1dc8aff17ace0e .line{border-color: #ffffff  !important}#a369ba7004adcfe , #a369ba7004adcfe a{color: rgba(51, 102, 169, 1);}#ae1a9a5b12af120 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a06ffa5566a13ed {
  overflow: hidden;
}
#a06ffa5566a13ed , #a06ffa5566a13ed > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#a1f50a32dfa1b12 .video-box,
#a1f50a32dfa1b12 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a1f50a32dfa1b12 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a1f50a32dfa1b12 .video-box video,
#a1f50a32dfa1b12 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a1f50a32dfa1b12 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a1f50a32dfa1b12 .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;
}
#a1f50a32dfa1b12 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a1f50a32dfa1b12 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a1f50a32dfa1b12 .thumb-box {
  width: 100%;
  position: relative;
}
#a1f50a32dfa1b12 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a1f50a32dfa1b12 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a1f50a32dfa1b12 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a1f50a32dfa1b12 .thumb-list {
  overflow: hidden;
}
#a1f50a32dfa1b12 .thumb-list ul {
  width: 100000px;
}
#a1f50a32dfa1b12 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a1f50a32dfa1b12 .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;
}
#a1f50a32dfa1b12 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a1f50a32dfa1b12 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a1f50a32dfa1b12 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a1f50a32dfa1b12 .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;
}
#a1f50a32dfa1b12 .zoom-box img {
  max-width: initial;
}
#a1f50a32dfa1b12 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a1f50a32dfa1b12 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a1f50a32dfa1b12 .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;
}
#a1f50a32dfa1b12 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a1f50a32dfa1b12 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a1f50a32dfa1b12 .right {
    width: 100%;
  }
  #a1f50a32dfa1b12 .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;
  }
  #a1f50a32dfa1b12 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a1f50a32dfa1b12 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a5fbaad0b2a73dc [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a81ccac2e4ae939 .img-wrap {
  box-shadow: NaNpx NaNpx 14px 2px rgba(0, 0, 0, 0.08);
}
#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1f61afa96ab31f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7826af487ae402 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a7826af487ae402 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a7826af487ae402 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#a7826af487ae402 .data-list .uk-card {
  cursor: pointer !important;
}
#a7826af487ae402 .data-list .uk-card img {
  max-height: 300px;
}
#a7826af487ae402 .data-list .uk-card:hover {
  background: #fafafa;
}
#a7826af487ae402 .data-list .uk-card:hover .uk-h4 {
  color: #0f58a8;
}
#a7826af487ae402 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a7826af487ae402 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a7826af487ae402 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a7826af487ae402 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a7826af487ae402 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a7826af487ae402 .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: #0f58a8;
  cursor: pointer;
}
#a7826af487ae402 .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;
}
#a7826af487ae402 .uk-card .category:hover {
  background: #0f58a8;
}
#a7826af487ae402 .accordion-menu {
  width: 100%;
}
#a7826af487ae402 .accordion-menu ul ul.submenu,
#a7826af487ae402 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a7826af487ae402 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a7826af487ae402 .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;
}
#a7826af487ae402 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a7826af487ae402 .accordion-menu .menu-item.active > a {
  background: #0f58a8;
  color: #fff;
}
#a7826af487ae402 .accordion-menu li a:hover {
  background-color: #0f58a8;
  color: #fff;
  border: none;
}
#a7826af487ae402 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a7826af487ae402 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a7826af487ae402 .hot-list,
#a7826af487ae402 .new-list {
  padding: 12px;
}
#a7826af487ae402 .new-list a:hover,
#a7826af487ae402 .hot-list a:hover {
  color: #0f58a8;
}
#a7826af487ae402 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a7826af487ae402 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a7826af487ae402 .hot-item:hover a {
  color: #0f58a8;
}
#a7826af487ae402 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a7826af487ae402 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #0f58a8;
  content: "";
}
#a7826af487ae402 .content-header {
  padding-bottom: 10px;
}
#a7826af487ae402 .item-title {
  color: #333;
}
#a7826af487ae402 input::placeholder {
  color: #999;
}
#a7826af487ae402 .datetime {
  color: #999;
}
#a7826af487ae402 .new-item a {
  padding-left: 25px;
}
#a7826af487ae402 .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;
}
#ab6ceacd9ea7179 .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#ae123a99c0a532c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#ae123a99c0a532c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a7826af487ae402 [data-item*=".abstract"], #a7826af487ae402 [data-item*=".abstract"] a {show: true;}#a7826af487ae402 [data-item*=".subTitle"], #a7826af487ae402 [data-item*=".subTitle"] a {show: true;}#a7826af487ae402 [data-item*=".category"], #a7826af487ae402 [data-item*=".category"] a {show: true;}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a24dda9836a4dd5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af064a9454aa46d .sidebar {
  width: 300px;
  margin-left: 20px;
}
#af064a9454aa46d .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#af064a9454aa46d .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #af064a9454aa46d .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #af064a9454aa46d .uk-container {
    padding: 0;
  }
  #af064a9454aa46d .sidebar {
    padding: 10px;
  }
}
#af064a9454aa46d .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#af064a9454aa46d .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#af064a9454aa46d .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: #0f58a8;
  cursor: pointer;
}
#af064a9454aa46d .content-tags a {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all .3s ease;
}
#af064a9454aa46d .content-tags a:hover {
  background: #0f58a8;
  color: #fff;
  border-color: #0f58a8;
}
#af064a9454aa46d .abstract,
#af064a9454aa46d .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#af064a9454aa46d .copyright a {
  color: #999;
  word-break: break-all;
}
#af064a9454aa46d .detail-content {
  font-size: 16px;
  color: #444;
}
#af064a9454aa46d .detail-content img {
  margin-bottom: 10px;
}
#af064a9454aa46d .detail-content table {
  font-size: 13px;
}
#af064a9454aa46d .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#af064a9454aa46d .hot-list,
#af064a9454aa46d .new-list {
  padding: 12px;
}
#af064a9454aa46d .new-list a:hover,
#af064a9454aa46d .hot-list a:hover {
  color: #0f58a8;
}
#af064a9454aa46d .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#af064a9454aa46d .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#af064a9454aa46d .hot-item:hover a {
  color: #0f58a8;
}
#af064a9454aa46d .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#af064a9454aa46d .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #0f58a8;
  content: "";
}
#af064a9454aa46d .content-header {
  padding-bottom: 10px;
}
#af064a9454aa46d .item-title {
  color: #333;
}
#af064a9454aa46d input::placeholder {
  color: #999;
}
#af064a9454aa46d .datetime {
  color: #999;
}
#af064a9454aa46d .new-item a {
  padding-left: 25px;
}
#af064a9454aa46d .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;
}
#af064a9454aa46d .siblings a {
  color: #444;
  line-height: 2;
}
#af064a9454aa46d .siblings a:hover {
  color: #0f58a8;
}
#a86b1afeaba0f7e .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1f61afa96ab31f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8b4bacd7aa79d8 .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a7291a7e7bad94b > .ele-wrap {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-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;border-top-color: rgba(51, 102, 169, 1);border-right-color: rgba(51, 102, 169, 1);border-left-color: rgba(51, 102, 169, 1);border-bottom-color: rgba(51, 102, 169, 1);}#adab3a74a8a9c4d > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5b0faa29aa9fcb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4d0fa2b2ca154d > .ele-wrap {background-color: rgba(15, 88, 168, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a4d0fa2b2ca154d  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a4d0fa2b2ca154d:hover * {color: #ffffff  !important}
                            #a4d0fa2b2ca154d:hover .line{border-color: #ffffff  !important}#a7f6aa44b1afc70 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a7f6aa44b1afc70  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a7f6aa44b1afc70:hover * {color: #ffffff  !important}
                            #a7f6aa44b1afc70:hover .line{border-color: #ffffff  !important}#a5857a6665ae4ed > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a5857a6665ae4ed  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a5857a6665ae4ed:hover * {color: #ffffff  !important}
                            #a5857a6665ae4ed:hover .line{border-color: #ffffff  !important}#a40c4ad7c3a6af4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a40c4ad7c3a6af4  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a40c4ad7c3a6af4:hover * {color: #ffffff  !important}
                            #a40c4ad7c3a6af4:hover .line{border-color: #ffffff  !important}#ad3aaa47caa5e65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#ad3aaa47caa5e65  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#ad3aaa47caa5e65:hover * {color: #ffffff  !important}
                            #ad3aaa47caa5e65:hover .line{border-color: #ffffff  !important}#a30b3ac65ba7f77 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a30b3ac65ba7f77  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a30b3ac65ba7f77:hover * {color: #ffffff  !important}
                            #a30b3ac65ba7f77:hover .line{border-color: #ffffff  !important}#a8ee0a4805a6e01 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4b9aace35ac883 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a4b9aace35ac883  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a4b9aace35ac883:hover * {color: #ffffff  !important}
                            #a4b9aace35ac883:hover .line{border-color: #ffffff  !important}#a0b18aa89aaafb2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a0b18aa89aaafb2  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a0b18aa89aaafb2:hover * {color: #ffffff  !important}
                            #a0b18aa89aaafb2:hover .line{border-color: #ffffff  !important}#a296ca59aaa09fe > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a296ca59aaa09fe  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a296ca59aaa09fe:hover * {color: #ffffff  !important}
                            #a296ca59aaa09fe:hover .line{border-color: #ffffff  !important}#a946ca240ba04a5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a946ca240ba04a5  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a946ca240ba04a5:hover * {color: #ffffff  !important}
                            #a946ca240ba04a5:hover .line{border-color: #ffffff  !important}#a5c00aec8aaf299 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  margin-bottom: 30px;
}
#a5c00aec8aaf299 .ap-category-filter ul li.active {
  border-color: #0f58a8;
  color: #0f58a8;
}
#a5c00aec8aaf299 .grid-list .product-item {
  overflow: hidden;
}
#a5c00aec8aaf299 .grid-list .product-preview .img {
  display: block;
}
#a5c00aec8aaf299 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a5c00aec8aaf299 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a5c00aec8aaf299 .grid-list .product-info {
  min-height: 110px;
}
#a5c00aec8aaf299 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a5c00aec8aaf299 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a5c00aec8aaf299 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a5c00aec8aaf299 .grid-list .category-name {
  font-size: 12px;
}
#a5c00aec8aaf299 .grid-list .category-name a {
  color: #777;
}
#a5c00aec8aaf299 .grid-list .title,
#a5c00aec8aaf299 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a5c00aec8aaf299 .grid-list .title a,
#a5c00aec8aaf299 .grid-list .subTitle a {
  color: #191919;
}
#a5c00aec8aaf299 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a5c00aec8aaf299 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a5c00aec8aaf299 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a5c00aec8aaf299 .grid-list {
  margin-left: -20px;
}
#a5c00aec8aaf299 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a5c00aec8aaf299 .grid-list.uk-grid-small > * {
  padding-left: 20px;
}
#a5c00aec8aaf299 .grid-list .product:hover {
  background-color: auto;
}
#a5c00aec8aaf299 .grid-list .product:hover .title a {
  color: #ffffff;
}
#a5c00aec8aaf299 .grid-list .product:hover .subTitle {
  color: auto;
}
#a5c00aec8aaf299 .grid-list .product:hover .category {
  color: auto;
}
#a5c00aec8aaf299 .grid-list .product:hover .abstract {
  color: auto;
}
#a5c00aec8aaf299 .grid-list .product:hover .product-btn {
  color: #ffffff;
  background-color: #ffb400;
}
@media (max-width: 640px) {
  #a5c00aec8aaf299 .grid-list .product-info {
    min-height: 0;
  }
  #a5c00aec8aaf299 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a5c00aec8aaf299 .grid-list .product-buttons {
    display: none;
  }
}
#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1f61afa96ab31f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab8b2a8e3fa1ada {
  min-height: 300px;
}
#a84bcaac2aa2dd6 .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a7291a7e7bad94b > .ele-wrap {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-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;border-top-color: rgba(51, 102, 169, 1);border-right-color: rgba(51, 102, 169, 1);border-left-color: rgba(51, 102, 169, 1);border-bottom-color: rgba(51, 102, 169, 1);}#adab3a74a8a9c4d > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acd5ea211cac423 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a76f4a7fe4af237 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3bcaa897ea6293 , #a3bcaa897ea6293 a{color: rgba(255, 255, 255, 1);}#a92a3ad94faacc1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad784a8d04a75e3 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1ad9a6a53a1dbf , #a1ad9a6a53a1dbf a{color: rgba(51, 102, 169, 1);}#ae906a16ebaae05 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a94b9a2622aa061 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8d93a6d10a55f1 , #a8d93a6d10a55f1 a{color: rgba(51, 102, 169, 1);}#a3e4ca595ba06b1 .ae572a5600a7efb {
  overflow: hidden;
}
#a3e4ca595ba06b1 .ae572a5600a7efb , #a3e4ca595ba06b1 .ae572a5600a7efb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#a3e4ca595ba06b1 .uk-grid {
  margin-left: -30px;
}
#a3e4ca595ba06b1 .uk-grid > * {
  padding-left: 30px;
}
#a3e4ca595ba06b1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3e4ca595ba06b1 .uk-position-center-left-out {
    left: -30px;
  }
  #a3e4ca595ba06b1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a82c2a3367a9b2c > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad0bda7e61a21c2 {
  overflow: hidden;
}
#ad0bda7e61a21c2 , #ad0bda7e61a21c2 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#a4314ae574a73fb .video-box,
#a4314ae574a73fb .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a4314ae574a73fb .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a4314ae574a73fb .video-box video,
#a4314ae574a73fb .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a4314ae574a73fb .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a4314ae574a73fb .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;
}
#a4314ae574a73fb .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a4314ae574a73fb .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a4314ae574a73fb .thumb-box {
  width: 100%;
  position: relative;
}
#a4314ae574a73fb .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a4314ae574a73fb .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a4314ae574a73fb .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a4314ae574a73fb .thumb-list {
  overflow: hidden;
}
#a4314ae574a73fb .thumb-list ul {
  width: 100000px;
}
#a4314ae574a73fb .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a4314ae574a73fb .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;
}
#a4314ae574a73fb .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a4314ae574a73fb .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a4314ae574a73fb .thumb-list ul li.active img {
  border-color: #df3033;
}
#a4314ae574a73fb .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;
}
#a4314ae574a73fb .zoom-box img {
  max-width: initial;
}
#a4314ae574a73fb .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a4314ae574a73fb .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a4314ae574a73fb .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;
}
#a4314ae574a73fb .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a4314ae574a73fb .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a4314ae574a73fb .right {
    width: 100%;
  }
  #a4314ae574a73fb .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;
  }
  #a4314ae574a73fb .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a4314ae574a73fb .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#ab8b2a8e3fa1ada [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a33aaa6755abc64 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac1f7aa390a9b51 {
  min-height: 300px;
}
#a5b1ba1b9eabe75 .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a7291a7e7bad94b > .ele-wrap {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-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;border-top-color: rgba(51, 102, 169, 1);border-right-color: rgba(51, 102, 169, 1);border-left-color: rgba(51, 102, 169, 1);border-bottom-color: rgba(51, 102, 169, 1);}#adab3a74a8a9c4d > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5019a7dd4ab718 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab7c0a7b58a02f6 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d02a3e97a2082 , #a9d02a3e97a2082 a{color: rgba(255, 255, 255, 1);}#afa52a4b46a89a4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9440a4308a54d3 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a31ebaf726a669f , #a31ebaf726a669f a{color: rgba(51, 102, 169, 1);}#abd0fa1203a8ef4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abb2faaddfaf05a > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a40fba3569a9832 , #a40fba3569a9832 a{color: rgba(51, 102, 169, 1);}#af0b0af778a5047 .aa8f0a7267a78d8 {
  overflow: hidden;
}
#af0b0af778a5047 .aa8f0a7267a78d8 , #af0b0af778a5047 .aa8f0a7267a78d8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#af0b0af778a5047 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af0b0af778a5047 .uk-position-center-left-out {
    left: -30px;
  }
  #af0b0af778a5047 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0f23a0884af96d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad151a106fa1914 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adbbaa5ea5a54f4 , #adbbaa5ea5a54f4 a{color: rgba(51, 102, 169, 1);}#a09e3a6e85a9d07 .ad4fda55f6a7d08 {
  overflow: hidden;
}
#a09e3a6e85a9d07 .ad4fda55f6a7d08 , #a09e3a6e85a9d07 .ad4fda55f6a7d08 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#a09e3a6e85a9d07 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a09e3a6e85a9d07 .uk-position-center-left-out {
    left: -30px;
  }
  #a09e3a6e85a9d07 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7b96a8437aaf4c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a365fa8cd5a4b8e > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaf84a3507a6a42 , #aaf84a3507a6a42 a{color: rgba(51, 102, 169, 1);}#a45f6affb6aee63 .ad2cfa80f3ac039 {
  overflow: hidden;
}
#a45f6affb6aee63 .ad2cfa80f3ac039 , #a45f6affb6aee63 .ad2cfa80f3ac039 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#a45f6affb6aee63 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a45f6affb6aee63 .uk-position-center-left-out {
    left: -30px;
  }
  #a45f6affb6aee63 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a291dabdd6a5fe3 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa82fa7ad9a6548 {
  overflow: hidden;
}
#aa82fa7ad9a6548 , #aa82fa7ad9a6548 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#ab295aa82bac74d .video-box,
#ab295aa82bac74d .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#ab295aa82bac74d .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#ab295aa82bac74d .video-box video,
#ab295aa82bac74d .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#ab295aa82bac74d .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#ab295aa82bac74d .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;
}
#ab295aa82bac74d .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#ab295aa82bac74d .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#ab295aa82bac74d .thumb-box {
  width: 100%;
  position: relative;
}
#ab295aa82bac74d .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#ab295aa82bac74d .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#ab295aa82bac74d .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#ab295aa82bac74d .thumb-list {
  overflow: hidden;
}
#ab295aa82bac74d .thumb-list ul {
  width: 100000px;
}
#ab295aa82bac74d .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#ab295aa82bac74d .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;
}
#ab295aa82bac74d .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#ab295aa82bac74d .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#ab295aa82bac74d .thumb-list ul li.active img {
  border-color: #df3033;
}
#ab295aa82bac74d .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;
}
#ab295aa82bac74d .zoom-box img {
  max-width: initial;
}
#ab295aa82bac74d .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#ab295aa82bac74d .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#ab295aa82bac74d .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;
}
#ab295aa82bac74d .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#ab295aa82bac74d .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #ab295aa82bac74d .right {
    width: 100%;
  }
  #ab295aa82bac74d .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;
  }
  #ab295aa82bac74d .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #ab295aa82bac74d .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#ac1f7aa390a9b51 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ca4af30ead470 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3076aa219ae901 .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a7291a7e7bad94b > .ele-wrap {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-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;border-top-color: rgba(51, 102, 169, 1);border-right-color: rgba(51, 102, 169, 1);border-left-color: rgba(51, 102, 169, 1);border-bottom-color: rgba(51, 102, 169, 1);}#adab3a74a8a9c4d > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a99c2a2b63a2fa5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0459a2c86a2e9b > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a0459a2c86a2e9b  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a0459a2c86a2e9b:hover * {color: #ffffff  !important}
                            #a0459a2c86a2e9b:hover .line{border-color: #ffffff  !important}#a1280a27dfa86ed > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a1280a27dfa86ed  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a1280a27dfa86ed:hover * {color: #ffffff  !important}
                            #a1280a27dfa86ed:hover .line{border-color: #ffffff  !important}#a7ecba0d58a451e > .ele-wrap {background-color: rgba(15, 88, 168, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a7ecba0d58a451e  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a7ecba0d58a451e:hover * {color: #ffffff  !important}
                            #a7ecba0d58a451e:hover .line{border-color: #ffffff  !important}#a4bdfaa63ca2719 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a4bdfaa63ca2719  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a4bdfaa63ca2719:hover * {color: #ffffff  !important}
                            #a4bdfaa63ca2719:hover .line{border-color: #ffffff  !important}#a8e4ca7db8a9f8b > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a8e4ca7db8a9f8b  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a8e4ca7db8a9f8b:hover * {color: #ffffff  !important}
                            #a8e4ca7db8a9f8b:hover .line{border-color: #ffffff  !important}#a55d8afce7a9436 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a55d8afce7a9436  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a55d8afce7a9436:hover * {color: #ffffff  !important}
                            #a55d8afce7a9436:hover .line{border-color: #ffffff  !important}#a8ee0a4805a6e01 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4b9aace35ac883 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a4b9aace35ac883  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a4b9aace35ac883:hover * {color: #ffffff  !important}
                            #a4b9aace35ac883:hover .line{border-color: #ffffff  !important}#a0b18aa89aaafb2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a0b18aa89aaafb2  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a0b18aa89aaafb2:hover * {color: #ffffff  !important}
                            #a0b18aa89aaafb2:hover .line{border-color: #ffffff  !important}#a296ca59aaa09fe > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a296ca59aaa09fe  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a296ca59aaa09fe:hover * {color: #ffffff  !important}
                            #a296ca59aaa09fe:hover .line{border-color: #ffffff  !important}#a946ca240ba04a5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a946ca240ba04a5  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a946ca240ba04a5:hover * {color: #ffffff  !important}
                            #a946ca240ba04a5:hover .line{border-color: #ffffff  !important}#a60e5a2063abc6d .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  margin-bottom: 30px;
}
#a60e5a2063abc6d .ap-category-filter ul li.active {
  border-color: #0f58a8;
  color: #0f58a8;
}
#a60e5a2063abc6d .grid-list .product-item {
  overflow: hidden;
}
#a60e5a2063abc6d .grid-list .product-preview .img {
  display: block;
}
#a60e5a2063abc6d .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a60e5a2063abc6d .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a60e5a2063abc6d .grid-list .product-info {
  min-height: 110px;
}
#a60e5a2063abc6d .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a60e5a2063abc6d .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a60e5a2063abc6d .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a60e5a2063abc6d .grid-list .category-name {
  font-size: 12px;
}
#a60e5a2063abc6d .grid-list .category-name a {
  color: #777;
}
#a60e5a2063abc6d .grid-list .title,
#a60e5a2063abc6d .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a60e5a2063abc6d .grid-list .title a,
#a60e5a2063abc6d .grid-list .subTitle a {
  color: #191919;
}
#a60e5a2063abc6d .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a60e5a2063abc6d .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a60e5a2063abc6d .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a60e5a2063abc6d .grid-list {
  margin-left: -20px;
}
#a60e5a2063abc6d .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a60e5a2063abc6d .grid-list.uk-grid-small > * {
  padding-left: 20px;
}
#a60e5a2063abc6d .grid-list .product:hover {
  background-color: auto;
}
#a60e5a2063abc6d .grid-list .product:hover .title a {
  color: #ffffff;
}
#a60e5a2063abc6d .grid-list .product:hover .subTitle {
  color: auto;
}
#a60e5a2063abc6d .grid-list .product:hover .category {
  color: auto;
}
#a60e5a2063abc6d .grid-list .product:hover .abstract {
  color: auto;
}
#a60e5a2063abc6d .grid-list .product:hover .product-btn {
  color: #ffffff;
  background-color: #ffb400;
}
@media (max-width: 640px) {
  #a60e5a2063abc6d .grid-list .product-info {
    min-height: 0;
  }
  #a60e5a2063abc6d .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a60e5a2063abc6d .grid-list .product-buttons {
    display: none;
  }
}
#a9beda8684a6fbb [data-item*=".abstract"], #a9beda8684a6fbb [data-item*=".abstract"] a {show: true;}#a9beda8684a6fbb [data-item*=".subTitle"], #a9beda8684a6fbb [data-item*=".subTitle"] a {show: true;}#a9beda8684a6fbb [data-item*=".category"], #a9beda8684a6fbb [data-item*=".category"] a {show: true;}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a5f9ea23e0a882c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#abab1a20a8a7656 {
  min-height: 300px;
}
#a0db8a53e3abe5c .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a7291a7e7bad94b > .ele-wrap {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-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;border-top-color: rgba(51, 102, 169, 1);border-right-color: rgba(51, 102, 169, 1);border-left-color: rgba(51, 102, 169, 1);border-bottom-color: rgba(51, 102, 169, 1);}#adab3a74a8a9c4d > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe1faaf9fada45 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3da0a7ebda307b > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 0px 0px ;color: #ffffff;}#a3da0a7ebda307b * {color: #ffffff  !important}
                            #a3da0a7ebda307b .line{border-color: #ffffff  !important}#a9b38a7b0ba25bb , #a9b38a7b0ba25bb a{color: rgba(51, 102, 169, 1);}#a8722aa722a45d4 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3da2a6c28a9efb {
  overflow: hidden;
}
#a3da2a6c28a9efb , #a3da2a6c28a9efb > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#a1920a0865ac171 .video-box,
#a1920a0865ac171 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a1920a0865ac171 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a1920a0865ac171 .video-box video,
#a1920a0865ac171 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a1920a0865ac171 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a1920a0865ac171 .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;
}
#a1920a0865ac171 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a1920a0865ac171 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a1920a0865ac171 .thumb-box {
  width: 100%;
  position: relative;
}
#a1920a0865ac171 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a1920a0865ac171 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a1920a0865ac171 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a1920a0865ac171 .thumb-list {
  overflow: hidden;
}
#a1920a0865ac171 .thumb-list ul {
  width: 100000px;
}
#a1920a0865ac171 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a1920a0865ac171 .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;
}
#a1920a0865ac171 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a1920a0865ac171 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a1920a0865ac171 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a1920a0865ac171 .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;
}
#a1920a0865ac171 .zoom-box img {
  max-width: initial;
}
#a1920a0865ac171 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a1920a0865ac171 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a1920a0865ac171 .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;
}
#a1920a0865ac171 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a1920a0865ac171 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a1920a0865ac171 .right {
    width: 100%;
  }
  #a1920a0865ac171 .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;
  }
  #a1920a0865ac171 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a1920a0865ac171 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#abab1a20a8a7656 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a97c6a2eafa83bd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a489ca6978af59f > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ffffff;}#a489ca6978af59f * {color: #ffffff  !important}
                            #a489ca6978af59f .line{border-color: #ffffff  !important}#a23a9a299fac872 , #a23a9a299fac872 a{color: rgba(51, 102, 169, 1);}#ae56fada7eaa71d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae416a91f3a0842 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab20fa565bab5e5 , #ab20fa565bab5e5 a{color: rgba(51, 102, 169, 1);}#a89b0a9d4ca55f3 .a46bbab68eaf473 {
  overflow: hidden;
}
#a89b0a9d4ca55f3 .a46bbab68eaf473 , #a89b0a9d4ca55f3 .a46bbab68eaf473 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#a89b0a9d4ca55f3 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a89b0a9d4ca55f3 .uk-position-center-left-out {
    left: -30px;
  }
  #a89b0a9d4ca55f3 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#abef4aa39fa8d9b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abdbaa8ce1aa61e > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa655a22e0a5273 , #aa655a22e0a5273 a{color: rgba(51, 102, 169, 1);}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#abb4da501ead070 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9f6eac024a7e8e {
  min-height: 300px;
}
#a1d45a5d0ca88a7 .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a7291a7e7bad94b > .ele-wrap {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-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;border-top-color: rgba(51, 102, 169, 1);border-right-color: rgba(51, 102, 169, 1);border-left-color: rgba(51, 102, 169, 1);border-bottom-color: rgba(51, 102, 169, 1);}#adab3a74a8a9c4d > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a718aa4ba9a7cfb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a51fba00a8aa25d > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ffffff;}#a51fba00a8aa25d * {color: #ffffff  !important}
                            #a51fba00a8aa25d .line{border-color: #ffffff  !important}#ae6ccaf442a9627 , #ae6ccaf442a9627 a{color: rgba(51, 102, 169, 1);}#a92c5aec78aa4b6 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abedeaca1baa6c5 {
  overflow: hidden;
}
#abedeaca1baa6c5 , #abedeaca1baa6c5 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#a3a16ada27a0116 .video-box,
#a3a16ada27a0116 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a3a16ada27a0116 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a3a16ada27a0116 .video-box video,
#a3a16ada27a0116 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a3a16ada27a0116 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a3a16ada27a0116 .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;
}
#a3a16ada27a0116 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a3a16ada27a0116 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a3a16ada27a0116 .thumb-box {
  width: 100%;
  position: relative;
}
#a3a16ada27a0116 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a3a16ada27a0116 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a3a16ada27a0116 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a3a16ada27a0116 .thumb-list {
  overflow: hidden;
}
#a3a16ada27a0116 .thumb-list ul {
  width: 100000px;
}
#a3a16ada27a0116 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a3a16ada27a0116 .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;
}
#a3a16ada27a0116 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a3a16ada27a0116 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a3a16ada27a0116 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a3a16ada27a0116 .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;
}
#a3a16ada27a0116 .zoom-box img {
  max-width: initial;
}
#a3a16ada27a0116 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a3a16ada27a0116 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a3a16ada27a0116 .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;
}
#a3a16ada27a0116 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a3a16ada27a0116 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a3a16ada27a0116 .right {
    width: 100%;
  }
  #a3a16ada27a0116 .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;
  }
  #a3a16ada27a0116 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a3a16ada27a0116 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a9f6eac024a7e8e [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa127ab6faa1765 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a06e3a9025a42de {
  min-height: 300px;
}
#aa36aa4b6dacf9e .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a7291a7e7bad94b > .ele-wrap {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-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;border-top-color: rgba(51, 102, 169, 1);border-right-color: rgba(51, 102, 169, 1);border-left-color: rgba(51, 102, 169, 1);border-bottom-color: rgba(51, 102, 169, 1);}#adab3a74a8a9c4d > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac5efad4dca94ae > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aade2a05f1ace6e > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afa7da21f3a867e , #afa7da21f3a867e a{color: rgba(255, 255, 255, 1);}#afd53aac3ea1edb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1c85a8654ac021 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0434af0f5a3826 , #a0434af0f5a3826 a{color: rgba(51, 102, 169, 1);}#abce8ac9b3a7a05 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#afe00ae363aa6d8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0981a54daac2ba , #a0981a54daac2ba a{color: rgba(51, 102, 169, 1);}#ab2a8a547aa1b02 .a1806a7caaa89cd {
  overflow: hidden;
}
#ab2a8a547aa1b02 .a1806a7caaa89cd , #ab2a8a547aa1b02 .a1806a7caaa89cd > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#ab2a8a547aa1b02 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a8a547aa1b02 .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a8a547aa1b02 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9f3bafab4a266a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a22c1a4e35a80c3 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0fb9a7a8aa4eae , #a0fb9a7a8aa4eae a{color: rgba(51, 102, 169, 1);}#a725da1be5ad3ae .a2909a77fea2c86 {
  overflow: hidden;
}
#a725da1be5ad3ae .a2909a77fea2c86 , #a725da1be5ad3ae .a2909a77fea2c86 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#a725da1be5ad3ae .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a725da1be5ad3ae .uk-position-center-left-out {
    left: -30px;
  }
  #a725da1be5ad3ae .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad5c6a7016ab3f7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac77fae18ba5906 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acae7a3ab8a9c36 , #acae7a3ab8a9c36 a{color: rgba(51, 102, 169, 1);}#a0901ae3c2a4235 .a1f49aff1da13ef {
  overflow: hidden;
}
#a0901ae3c2a4235 .a1f49aff1da13ef , #a0901ae3c2a4235 .a1f49aff1da13ef > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#a0901ae3c2a4235 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0901ae3c2a4235 .uk-position-center-left-out {
    left: -30px;
  }
  #a0901ae3c2a4235 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a50c1a4085acace > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6f5eabc3aac89b {
  overflow: hidden;
}
#a6f5eabc3aac89b , #a6f5eabc3aac89b > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#a9ce4ad16cab96f .video-box,
#a9ce4ad16cab96f .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a9ce4ad16cab96f .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a9ce4ad16cab96f .video-box video,
#a9ce4ad16cab96f .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a9ce4ad16cab96f .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a9ce4ad16cab96f .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;
}
#a9ce4ad16cab96f .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a9ce4ad16cab96f .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a9ce4ad16cab96f .thumb-box {
  width: 100%;
  position: relative;
}
#a9ce4ad16cab96f .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a9ce4ad16cab96f .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a9ce4ad16cab96f .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a9ce4ad16cab96f .thumb-list {
  overflow: hidden;
}
#a9ce4ad16cab96f .thumb-list ul {
  width: 100000px;
}
#a9ce4ad16cab96f .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a9ce4ad16cab96f .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;
}
#a9ce4ad16cab96f .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a9ce4ad16cab96f .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a9ce4ad16cab96f .thumb-list ul li.active img {
  border-color: #df3033;
}
#a9ce4ad16cab96f .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;
}
#a9ce4ad16cab96f .zoom-box img {
  max-width: initial;
}
#a9ce4ad16cab96f .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a9ce4ad16cab96f .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a9ce4ad16cab96f .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;
}
#a9ce4ad16cab96f .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a9ce4ad16cab96f .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a9ce4ad16cab96f .right {
    width: 100%;
  }
  #a9ce4ad16cab96f .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;
  }
  #a9ce4ad16cab96f .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a9ce4ad16cab96f .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a06e3a9025a42de [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0f23a44b3a68c4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a88bfa6dc3a32f0 {
  min-height: 300px;
}
#a44bda39c1a6873 .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a7291a7e7bad94b > .ele-wrap {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-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;border-top-color: rgba(51, 102, 169, 1);border-right-color: rgba(51, 102, 169, 1);border-left-color: rgba(51, 102, 169, 1);border-bottom-color: rgba(51, 102, 169, 1);}#adab3a74a8a9c4d > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acc80ad74ca03af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac11ba0e33ae990 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ffffff;}#ac11ba0e33ae990 * {color: #ffffff  !important}
                            #ac11ba0e33ae990 .line{border-color: #ffffff  !important}#a86adab1f0a21a5 , #a86adab1f0a21a5 a{color: rgba(51, 102, 169, 1);}#a2fdaa7aaba7cb3 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a405fa7991a7778 {
  overflow: hidden;
}
#a405fa7991a7778 , #a405fa7991a7778 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#a6a22a8b97a9567 .video-box,
#a6a22a8b97a9567 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a6a22a8b97a9567 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a6a22a8b97a9567 .video-box video,
#a6a22a8b97a9567 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a6a22a8b97a9567 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a6a22a8b97a9567 .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;
}
#a6a22a8b97a9567 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a6a22a8b97a9567 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a6a22a8b97a9567 .thumb-box {
  width: 100%;
  position: relative;
}
#a6a22a8b97a9567 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a6a22a8b97a9567 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a6a22a8b97a9567 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a6a22a8b97a9567 .thumb-list {
  overflow: hidden;
}
#a6a22a8b97a9567 .thumb-list ul {
  width: 100000px;
}
#a6a22a8b97a9567 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a6a22a8b97a9567 .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;
}
#a6a22a8b97a9567 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a6a22a8b97a9567 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a6a22a8b97a9567 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a6a22a8b97a9567 .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;
}
#a6a22a8b97a9567 .zoom-box img {
  max-width: initial;
}
#a6a22a8b97a9567 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a6a22a8b97a9567 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a6a22a8b97a9567 .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;
}
#a6a22a8b97a9567 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a6a22a8b97a9567 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a6a22a8b97a9567 .right {
    width: 100%;
  }
  #a6a22a8b97a9567 .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;
  }
  #a6a22a8b97a9567 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a6a22a8b97a9567 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a88bfa6dc3a32f0 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a97c6a2eafa83bd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a489ca6978af59f > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ffffff;}#a489ca6978af59f * {color: #ffffff  !important}
                            #a489ca6978af59f .line{border-color: #ffffff  !important}#a23a9a299fac872 , #a23a9a299fac872 a{color: rgba(51, 102, 169, 1);}#ae56fada7eaa71d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae416a91f3a0842 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab20fa565bab5e5 , #ab20fa565bab5e5 a{color: rgba(51, 102, 169, 1);}#a89b0a9d4ca55f3 .a46bbab68eaf473 {
  overflow: hidden;
}
#a89b0a9d4ca55f3 .a46bbab68eaf473 , #a89b0a9d4ca55f3 .a46bbab68eaf473 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#a89b0a9d4ca55f3 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a89b0a9d4ca55f3 .uk-position-center-left-out {
    left: -30px;
  }
  #a89b0a9d4ca55f3 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#abef4aa39fa8d9b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abdbaa8ce1aa61e > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa655a22e0a5273 , #aa655a22e0a5273 a{color: rgba(51, 102, 169, 1);}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#adadba1c59a6e33 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab4c8ac770a4268 .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a7291a7e7bad94b > .ele-wrap {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-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;border-top-color: rgba(51, 102, 169, 1);border-right-color: rgba(51, 102, 169, 1);border-left-color: rgba(51, 102, 169, 1);border-bottom-color: rgba(51, 102, 169, 1);}#adab3a74a8a9c4d > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b65ad5f1a0301 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1eb5a6e00aff17 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a1eb5a6e00aff17  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a1eb5a6e00aff17:hover * {color: #ffffff  !important}
                            #a1eb5a6e00aff17:hover .line{border-color: #ffffff  !important}#a3c88a24c6a22e1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a3c88a24c6a22e1  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a3c88a24c6a22e1:hover * {color: #ffffff  !important}
                            #a3c88a24c6a22e1:hover .line{border-color: #ffffff  !important}#ae4e0ac516aac64 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#ae4e0ac516aac64  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#ae4e0ac516aac64:hover * {color: #ffffff  !important}
                            #ae4e0ac516aac64:hover .line{border-color: #ffffff  !important}#ac8f4a8a98a1cc8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#ac8f4a8a98a1cc8  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#ac8f4a8a98a1cc8:hover * {color: #ffffff  !important}
                            #ac8f4a8a98a1cc8:hover .line{border-color: #ffffff  !important}#a25d4a89a7a8139 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a25d4a89a7a8139  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a25d4a89a7a8139:hover * {color: #ffffff  !important}
                            #a25d4a89a7a8139:hover .line{border-color: #ffffff  !important}#a00aaa9bf5aa986 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a00aaa9bf5aa986  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a00aaa9bf5aa986:hover * {color: #ffffff  !important}
                            #a00aaa9bf5aa986:hover .line{border-color: #ffffff  !important}#a8ee0a4805a6e01 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4b9aace35ac883 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a4b9aace35ac883  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a4b9aace35ac883:hover * {color: #ffffff  !important}
                            #a4b9aace35ac883:hover .line{border-color: #ffffff  !important}#a0b18aa89aaafb2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a0b18aa89aaafb2  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a0b18aa89aaafb2:hover * {color: #ffffff  !important}
                            #a0b18aa89aaafb2:hover .line{border-color: #ffffff  !important}#a296ca59aaa09fe > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a296ca59aaa09fe  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a296ca59aaa09fe:hover * {color: #ffffff  !important}
                            #a296ca59aaa09fe:hover .line{border-color: #ffffff  !important}#a946ca240ba04a5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a946ca240ba04a5  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a946ca240ba04a5:hover * {color: #ffffff  !important}
                            #a946ca240ba04a5:hover .line{border-color: #ffffff  !important}#a7827a68e2ace61 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  margin-bottom: 30px;
}
#a7827a68e2ace61 .ap-category-filter ul li.active {
  border-color: #0f58a8;
  color: #0f58a8;
}
#a7827a68e2ace61 .grid-list .product-item {
  overflow: hidden;
}
#a7827a68e2ace61 .grid-list .product-preview .img {
  display: block;
}
#a7827a68e2ace61 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a7827a68e2ace61 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a7827a68e2ace61 .grid-list .product-info {
  min-height: 110px;
}
#a7827a68e2ace61 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a7827a68e2ace61 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a7827a68e2ace61 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a7827a68e2ace61 .grid-list .category-name {
  font-size: 12px;
}
#a7827a68e2ace61 .grid-list .category-name a {
  color: #777;
}
#a7827a68e2ace61 .grid-list .title,
#a7827a68e2ace61 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a7827a68e2ace61 .grid-list .title a,
#a7827a68e2ace61 .grid-list .subTitle a {
  color: #191919;
}
#a7827a68e2ace61 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a7827a68e2ace61 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a7827a68e2ace61 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a7827a68e2ace61 .grid-list {
  margin-left: -20px;
}
#a7827a68e2ace61 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a7827a68e2ace61 .grid-list.uk-grid-small > * {
  padding-left: 20px;
}
#a7827a68e2ace61 .grid-list .product:hover {
  background-color: auto;
}
#a7827a68e2ace61 .grid-list .product:hover .title a {
  color: #ffffff;
}
#a7827a68e2ace61 .grid-list .product:hover .subTitle {
  color: auto;
}
#a7827a68e2ace61 .grid-list .product:hover .category {
  color: auto;
}
#a7827a68e2ace61 .grid-list .product:hover .abstract {
  color: auto;
}
#a7827a68e2ace61 .grid-list .product:hover .product-btn {
  color: #ffffff;
  background-color: #ffb400;
}
@media (max-width: 640px) {
  #a7827a68e2ace61 .grid-list .product-info {
    min-height: 0;
  }
  #a7827a68e2ace61 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a7827a68e2ace61 .grid-list .product-buttons {
    display: none;
  }
}
#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a733fa0008a7235 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6307ab9b5a416b {
  min-height: 300px;
}
#a393caa58baccc0 .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a7291a7e7bad94b > .ele-wrap {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-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;border-top-color: rgba(51, 102, 169, 1);border-right-color: rgba(51, 102, 169, 1);border-left-color: rgba(51, 102, 169, 1);border-bottom-color: rgba(51, 102, 169, 1);}#adab3a74a8a9c4d > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af797a6452af3af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7663a0240a2937 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ffffff;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7663a0240a2937 * {color: #ffffff  !important}
                            #a7663a0240a2937 .line{border-color: #ffffff  !important}#a34fba9648a7b96 , #a34fba9648a7b96 a{color: rgba(51, 102, 169, 1);}#a6758a399fa60d7 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a59c0addc3a9706 {
  overflow: hidden;
}
#a59c0addc3a9706 , #a59c0addc3a9706 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#a9860a03c0af9a8 .video-box,
#a9860a03c0af9a8 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a9860a03c0af9a8 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a9860a03c0af9a8 .video-box video,
#a9860a03c0af9a8 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a9860a03c0af9a8 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a9860a03c0af9a8 .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;
}
#a9860a03c0af9a8 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a9860a03c0af9a8 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a9860a03c0af9a8 .thumb-box {
  width: 100%;
  position: relative;
}
#a9860a03c0af9a8 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a9860a03c0af9a8 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a9860a03c0af9a8 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a9860a03c0af9a8 .thumb-list {
  overflow: hidden;
}
#a9860a03c0af9a8 .thumb-list ul {
  width: 100000px;
}
#a9860a03c0af9a8 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a9860a03c0af9a8 .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;
}
#a9860a03c0af9a8 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a9860a03c0af9a8 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a9860a03c0af9a8 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a9860a03c0af9a8 .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;
}
#a9860a03c0af9a8 .zoom-box img {
  max-width: initial;
}
#a9860a03c0af9a8 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a9860a03c0af9a8 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a9860a03c0af9a8 .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;
}
#a9860a03c0af9a8 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a9860a03c0af9a8 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a9860a03c0af9a8 .right {
    width: 100%;
  }
  #a9860a03c0af9a8 .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;
  }
  #a9860a03c0af9a8 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a9860a03c0af9a8 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a6307ab9b5a416b [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af3f4a5eddaf755 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7a86ad634a567e {
  min-height: 300px;
}
#ae94ea0671af226 .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a7291a7e7bad94b > .ele-wrap {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-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;border-top-color: rgba(51, 102, 169, 1);border-right-color: rgba(51, 102, 169, 1);border-left-color: rgba(51, 102, 169, 1);border-bottom-color: rgba(51, 102, 169, 1);}#adab3a74a8a9c4d > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a130ca4f42a8fdf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0662ad77ca1ef6 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ffffff;}#a0662ad77ca1ef6 * {color: #ffffff  !important}
                            #a0662ad77ca1ef6 .line{border-color: #ffffff  !important}#a37bba897fa0ee3 , #a37bba897fa0ee3 a{color: rgba(51, 102, 169, 1);}#a5c4da05f0a1595 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6248a830ea3c39 {
  overflow: hidden;
}
#a6248a830ea3c39 , #a6248a830ea3c39 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#a718ba54e6af457 .video-box,
#a718ba54e6af457 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a718ba54e6af457 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a718ba54e6af457 .video-box video,
#a718ba54e6af457 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a718ba54e6af457 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a718ba54e6af457 .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;
}
#a718ba54e6af457 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a718ba54e6af457 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a718ba54e6af457 .thumb-box {
  width: 100%;
  position: relative;
}
#a718ba54e6af457 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a718ba54e6af457 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a718ba54e6af457 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a718ba54e6af457 .thumb-list {
  overflow: hidden;
}
#a718ba54e6af457 .thumb-list ul {
  width: 100000px;
}
#a718ba54e6af457 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a718ba54e6af457 .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;
}
#a718ba54e6af457 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a718ba54e6af457 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a718ba54e6af457 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a718ba54e6af457 .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;
}
#a718ba54e6af457 .zoom-box img {
  max-width: initial;
}
#a718ba54e6af457 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a718ba54e6af457 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a718ba54e6af457 .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;
}
#a718ba54e6af457 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a718ba54e6af457 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a718ba54e6af457 .right {
    width: 100%;
  }
  #a718ba54e6af457 .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;
  }
  #a718ba54e6af457 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a718ba54e6af457 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a7a86ad634a567e [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a97c6a2eafa83bd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a489ca6978af59f > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ffffff;}#a489ca6978af59f * {color: #ffffff  !important}
                            #a489ca6978af59f .line{border-color: #ffffff  !important}#a23a9a299fac872 , #a23a9a299fac872 a{color: rgba(51, 102, 169, 1);}#abef4aa39fa8d9b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abdbaa8ce1aa61e > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa655a22e0a5273 , #aa655a22e0a5273 a{color: rgba(51, 102, 169, 1);}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4028ab151a8f20 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a49a4a8e00a912b {
  min-height: 300px;
}
#a1ddaab207a0778 .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a7291a7e7bad94b > .ele-wrap {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-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;border-top-color: rgba(51, 102, 169, 1);border-right-color: rgba(51, 102, 169, 1);border-left-color: rgba(51, 102, 169, 1);border-bottom-color: rgba(51, 102, 169, 1);}#adab3a74a8a9c4d > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af82faa45ba00ed > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2cdeab1d3a6f59 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acb66ace3ca1ccb , #acb66ace3ca1ccb a{color: rgba(255, 255, 255, 1);}#a6e00ae505a63db > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6e32a1041ad403 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8762a95d8ac74f , #a8762a95d8ac74f a{color: rgba(51, 102, 169, 1);}#a98d5afa50a48e3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad25aac134a5fad > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a26d3a2bdda63c7 , #a26d3a2bdda63c7 a{color: rgba(51, 102, 169, 1);}#ae48da3667ac336 .ae137aaf78a8de1 {
  overflow: hidden;
}
#ae48da3667ac336 .ae137aaf78a8de1 , #ae48da3667ac336 .ae137aaf78a8de1 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#ae48da3667ac336 .uk-grid {
  margin-left: -30px;
}
#ae48da3667ac336 .uk-grid > * {
  padding-left: 30px;
}
#ae48da3667ac336 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae48da3667ac336 .uk-position-center-left-out {
    left: -30px;
  }
  #ae48da3667ac336 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3f55a1c4ea7bb9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2392ae0b7a3a71 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0f01ae123a4c8d , #a0f01ae123a4c8d a{color: rgba(51, 102, 169, 1);}#acf62af951a7490 .a4969aaa85a987c {
  overflow: hidden;
}
#acf62af951a7490 .a4969aaa85a987c , #acf62af951a7490 .a4969aaa85a987c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#acf62af951a7490 .uk-grid {
  margin-left: -30px;
}
#acf62af951a7490 .uk-grid > * {
  padding-left: 30px;
}
#acf62af951a7490 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acf62af951a7490 .uk-position-center-left-out {
    left: -30px;
  }
  #acf62af951a7490 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4505a9efcaeebe > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a816baf316a5483 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1952a6a25a0885 , #a1952a6a25a0885 a{color: rgba(51, 102, 169, 1);}#ad0a8a338dae1df .a8cf4a4c0daefc0 {
  overflow: hidden;
}
#ad0a8a338dae1df .a8cf4a4c0daefc0 , #ad0a8a338dae1df .a8cf4a4c0daefc0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#ad0a8a338dae1df .uk-grid {
  margin-left: -30px;
}
#ad0a8a338dae1df .uk-grid > * {
  padding-left: 30px;
}
#ad0a8a338dae1df .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad0a8a338dae1df .uk-position-center-left-out {
    left: -30px;
  }
  #ad0a8a338dae1df .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ade38a4be4a51c0 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a11eda266fa577b {
  overflow: hidden;
}
#a11eda266fa577b , #a11eda266fa577b > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#a6edca4672a473a .video-box,
#a6edca4672a473a .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a6edca4672a473a .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a6edca4672a473a .video-box video,
#a6edca4672a473a .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a6edca4672a473a .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a6edca4672a473a .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;
}
#a6edca4672a473a .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a6edca4672a473a .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a6edca4672a473a .thumb-box {
  width: 100%;
  position: relative;
}
#a6edca4672a473a .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a6edca4672a473a .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a6edca4672a473a .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a6edca4672a473a .thumb-list {
  overflow: hidden;
}
#a6edca4672a473a .thumb-list ul {
  width: 100000px;
}
#a6edca4672a473a .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a6edca4672a473a .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;
}
#a6edca4672a473a .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a6edca4672a473a .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a6edca4672a473a .thumb-list ul li.active img {
  border-color: #df3033;
}
#a6edca4672a473a .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;
}
#a6edca4672a473a .zoom-box img {
  max-width: initial;
}
#a6edca4672a473a .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a6edca4672a473a .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a6edca4672a473a .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;
}
#a6edca4672a473a .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a6edca4672a473a .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a6edca4672a473a .right {
    width: 100%;
  }
  #a6edca4672a473a .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;
  }
  #a6edca4672a473a .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a6edca4672a473a .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a49a4a8e00a912b [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9334abc06a44e9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab3a2a9f91a0df8 .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a7291a7e7bad94b > .ele-wrap {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-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;border-top-color: rgba(51, 102, 169, 1);border-right-color: rgba(51, 102, 169, 1);border-left-color: rgba(51, 102, 169, 1);border-bottom-color: rgba(51, 102, 169, 1);}#adab3a74a8a9c4d > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa945abb2aaabcf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a04b4a2af9aa555 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a04b4a2af9aa555  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a04b4a2af9aa555:hover * {color: #ffffff  !important}
                            #a04b4a2af9aa555:hover .line{border-color: #ffffff  !important}#a8cf0a4d21aed6c > .ele-wrap {background-color: rgba(15, 88, 168, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a8cf0a4d21aed6c  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a8cf0a4d21aed6c:hover * {color: #ffffff  !important}
                            #a8cf0a4d21aed6c:hover .line{border-color: #ffffff  !important}#aa872a7ea6a5089 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#aa872a7ea6a5089  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#aa872a7ea6a5089:hover * {color: #ffffff  !important}
                            #aa872a7ea6a5089:hover .line{border-color: #ffffff  !important}#aebc8a51f6a5dea > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#aebc8a51f6a5dea  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#aebc8a51f6a5dea:hover * {color: #ffffff  !important}
                            #aebc8a51f6a5dea:hover .line{border-color: #ffffff  !important}#afef4aa93caed64 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#afef4aa93caed64  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#afef4aa93caed64:hover * {color: #ffffff  !important}
                            #afef4aa93caed64:hover .line{border-color: #ffffff  !important}#a2ca1ab4caac719 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a2ca1ab4caac719  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a2ca1ab4caac719:hover * {color: #ffffff  !important}
                            #a2ca1ab4caac719:hover .line{border-color: #ffffff  !important}#a8ee0a4805a6e01 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4b9aace35ac883 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a4b9aace35ac883  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a4b9aace35ac883:hover * {color: #ffffff  !important}
                            #a4b9aace35ac883:hover .line{border-color: #ffffff  !important}#a0b18aa89aaafb2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a0b18aa89aaafb2  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a0b18aa89aaafb2:hover * {color: #ffffff  !important}
                            #a0b18aa89aaafb2:hover .line{border-color: #ffffff  !important}#a296ca59aaa09fe > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a296ca59aaa09fe  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a296ca59aaa09fe:hover * {color: #ffffff  !important}
                            #a296ca59aaa09fe:hover .line{border-color: #ffffff  !important}#a946ca240ba04a5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a946ca240ba04a5  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a946ca240ba04a5:hover * {color: #ffffff  !important}
                            #a946ca240ba04a5:hover .line{border-color: #ffffff  !important}#a2913ad417af183 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  margin-bottom: 30px;
}
#a2913ad417af183 .ap-category-filter ul li.active {
  border-color: #0f58a8;
  color: #0f58a8;
}
#a2913ad417af183 .grid-list .product-item {
  overflow: hidden;
}
#a2913ad417af183 .grid-list .product-preview .img {
  display: block;
}
#a2913ad417af183 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a2913ad417af183 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a2913ad417af183 .grid-list .product-info {
  min-height: 110px;
}
#a2913ad417af183 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a2913ad417af183 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a2913ad417af183 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a2913ad417af183 .grid-list .category-name {
  font-size: 12px;
}
#a2913ad417af183 .grid-list .category-name a {
  color: #777;
}
#a2913ad417af183 .grid-list .title,
#a2913ad417af183 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a2913ad417af183 .grid-list .title a,
#a2913ad417af183 .grid-list .subTitle a {
  color: #191919;
}
#a2913ad417af183 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a2913ad417af183 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a2913ad417af183 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a2913ad417af183 .grid-list {
  margin-left: -20px;
}
#a2913ad417af183 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a2913ad417af183 .grid-list.uk-grid-small > * {
  padding-left: 20px;
}
#a2913ad417af183 .grid-list .product:hover {
  background-color: auto;
}
#a2913ad417af183 .grid-list .product:hover .title a {
  color: #ffffff;
}
#a2913ad417af183 .grid-list .product:hover .subTitle {
  color: auto;
}
#a2913ad417af183 .grid-list .product:hover .category {
  color: auto;
}
#a2913ad417af183 .grid-list .product:hover .abstract {
  color: auto;
}
#a2913ad417af183 .grid-list .product:hover .product-btn {
  color: #ffffff;
  background-color: #ffb400;
}
@media (max-width: 640px) {
  #a2913ad417af183 .grid-list .product-info {
    min-height: 0;
  }
  #a2913ad417af183 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a2913ad417af183 .grid-list .product-buttons {
    display: none;
  }
}
#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4f5ba51daae1f3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a801aa5558ad0ab {
  min-height: 300px;
}
#acf55a6b1fa24a7 .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a7291a7e7bad94b > .ele-wrap {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-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;border-top-color: rgba(51, 102, 169, 1);border-right-color: rgba(51, 102, 169, 1);border-left-color: rgba(51, 102, 169, 1);border-bottom-color: rgba(51, 102, 169, 1);}#adab3a74a8a9c4d > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0afdab568a862c > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a343ca18dfa7317 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ffffff;}#a343ca18dfa7317 * {color: #ffffff  !important}
                            #a343ca18dfa7317 .line{border-color: #ffffff  !important}#af358acff2ad7e2 , #af358acff2ad7e2 a{color: rgba(51, 102, 169, 1);}#a2515a964fafaa6 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#adcaca2b95ad8fa {
  overflow: hidden;
}
#adcaca2b95ad8fa , #adcaca2b95ad8fa > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#a88eda8991ac12d .video-box,
#a88eda8991ac12d .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a88eda8991ac12d .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a88eda8991ac12d .video-box video,
#a88eda8991ac12d .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a88eda8991ac12d .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a88eda8991ac12d .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;
}
#a88eda8991ac12d .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a88eda8991ac12d .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a88eda8991ac12d .thumb-box {
  width: 100%;
  position: relative;
}
#a88eda8991ac12d .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a88eda8991ac12d .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a88eda8991ac12d .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a88eda8991ac12d .thumb-list {
  overflow: hidden;
}
#a88eda8991ac12d .thumb-list ul {
  width: 100000px;
}
#a88eda8991ac12d .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a88eda8991ac12d .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;
}
#a88eda8991ac12d .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a88eda8991ac12d .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a88eda8991ac12d .thumb-list ul li.active img {
  border-color: #df3033;
}
#a88eda8991ac12d .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;
}
#a88eda8991ac12d .zoom-box img {
  max-width: initial;
}
#a88eda8991ac12d .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a88eda8991ac12d .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a88eda8991ac12d .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;
}
#a88eda8991ac12d .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a88eda8991ac12d .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a88eda8991ac12d .right {
    width: 100%;
  }
  #a88eda8991ac12d .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;
  }
  #a88eda8991ac12d .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a88eda8991ac12d .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a801aa5558ad0ab [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3c51a80a4a68c0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a42f6a8810a6454 {
  min-height: 300px;
}
#a93eeaff6da27e0 .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a7291a7e7bad94b > .ele-wrap {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-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;border-top-color: rgba(51, 102, 169, 1);border-right-color: rgba(51, 102, 169, 1);border-left-color: rgba(51, 102, 169, 1);border-bottom-color: rgba(51, 102, 169, 1);}#adab3a74a8a9c4d > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af7f2abce2a40c5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0442aa365afc40 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0ba6a12afa9a4e , #a0ba6a12afa9a4e a{color: rgba(255, 255, 255, 1);}#afe0ca60c0a345d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a059ba71bda6ab4 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae264afe73ad38e , #ae264afe73ad38e a{color: rgba(51, 102, 169, 1);}#aa882a5660afe53 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7025a0546ad31c > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aba6ca833fa1500 , #aba6ca833fa1500 a{color: rgba(51, 102, 169, 1);}#ac861a93e5a62f0 .a7724a3d57a910b {
  overflow: hidden;
}
#ac861a93e5a62f0 .a7724a3d57a910b , #ac861a93e5a62f0 .a7724a3d57a910b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#ac861a93e5a62f0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac861a93e5a62f0 .uk-position-center-left-out {
    left: -30px;
  }
  #ac861a93e5a62f0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acfeeab36ba6e7b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7b42ae19ea1b78 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8c6afe3aa91a4 , #ac8c6afe3aa91a4 a{color: rgba(51, 102, 169, 1);}#a6eada5c47a7669 .a3829a60dca6952 {
  overflow: hidden;
}
#a6eada5c47a7669 .a3829a60dca6952 , #a6eada5c47a7669 .a3829a60dca6952 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#a6eada5c47a7669 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6eada5c47a7669 .uk-position-center-left-out {
    left: -30px;
  }
  #a6eada5c47a7669 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a181dab551a2527 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6c24a26c7a0565 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2695ae129a1d5d , #a2695ae129a1d5d a{color: rgba(51, 102, 169, 1);}#ab570a46b9a9e85 .a9facaa789ab88e {
  overflow: hidden;
}
#ab570a46b9a9e85 .a9facaa789ab88e , #ab570a46b9a9e85 .a9facaa789ab88e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#ab570a46b9a9e85 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab570a46b9a9e85 .uk-position-center-left-out {
    left: -30px;
  }
  #ab570a46b9a9e85 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a49a2aead8a8fd6 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a369aabfdca2c06 {
  overflow: hidden;
}
#a369aabfdca2c06 , #a369aabfdca2c06 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#ae425a142da167e .video-box,
#ae425a142da167e .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#ae425a142da167e .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#ae425a142da167e .video-box video,
#ae425a142da167e .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#ae425a142da167e .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#ae425a142da167e .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;
}
#ae425a142da167e .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#ae425a142da167e .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#ae425a142da167e .thumb-box {
  width: 100%;
  position: relative;
}
#ae425a142da167e .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#ae425a142da167e .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#ae425a142da167e .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#ae425a142da167e .thumb-list {
  overflow: hidden;
}
#ae425a142da167e .thumb-list ul {
  width: 100000px;
}
#ae425a142da167e .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#ae425a142da167e .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;
}
#ae425a142da167e .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#ae425a142da167e .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#ae425a142da167e .thumb-list ul li.active img {
  border-color: #df3033;
}
#ae425a142da167e .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;
}
#ae425a142da167e .zoom-box img {
  max-width: initial;
}
#ae425a142da167e .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#ae425a142da167e .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#ae425a142da167e .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;
}
#ae425a142da167e .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#ae425a142da167e .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #ae425a142da167e .right {
    width: 100%;
  }
  #ae425a142da167e .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;
  }
  #ae425a142da167e .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #ae425a142da167e .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a42f6a8810a6454 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6e92a8bf0a4d7f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3d72aa8c5aa165 {
  min-height: 300px;
}
#a57acaa532adc1f .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a7291a7e7bad94b > .ele-wrap {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-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;border-top-color: rgba(51, 102, 169, 1);border-right-color: rgba(51, 102, 169, 1);border-left-color: rgba(51, 102, 169, 1);border-bottom-color: rgba(51, 102, 169, 1);}#adab3a74a8a9c4d > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0ba6a0838ac406 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5650a8002a6fcf > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ffffff;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5650a8002a6fcf * {color: #ffffff  !important}
                            #a5650a8002a6fcf .line{border-color: #ffffff  !important}#aa0aeae9f3a2b51 , #aa0aeae9f3a2b51 a{color: rgba(51, 102, 169, 1);}#ae47ca4d2ea5b89 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5f2faa7dfa939b {
  overflow: hidden;
}
#a5f2faa7dfa939b , #a5f2faa7dfa939b > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#a42a9aaa8ea93b9 .video-box,
#a42a9aaa8ea93b9 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a42a9aaa8ea93b9 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a42a9aaa8ea93b9 .video-box video,
#a42a9aaa8ea93b9 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a42a9aaa8ea93b9 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a42a9aaa8ea93b9 .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;
}
#a42a9aaa8ea93b9 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a42a9aaa8ea93b9 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a42a9aaa8ea93b9 .thumb-box {
  width: 100%;
  position: relative;
}
#a42a9aaa8ea93b9 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a42a9aaa8ea93b9 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a42a9aaa8ea93b9 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a42a9aaa8ea93b9 .thumb-list {
  overflow: hidden;
}
#a42a9aaa8ea93b9 .thumb-list ul {
  width: 100000px;
}
#a42a9aaa8ea93b9 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a42a9aaa8ea93b9 .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;
}
#a42a9aaa8ea93b9 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a42a9aaa8ea93b9 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a42a9aaa8ea93b9 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a42a9aaa8ea93b9 .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;
}
#a42a9aaa8ea93b9 .zoom-box img {
  max-width: initial;
}
#a42a9aaa8ea93b9 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a42a9aaa8ea93b9 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a42a9aaa8ea93b9 .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;
}
#a42a9aaa8ea93b9 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a42a9aaa8ea93b9 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a42a9aaa8ea93b9 .right {
    width: 100%;
  }
  #a42a9aaa8ea93b9 .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;
  }
  #a42a9aaa8ea93b9 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a42a9aaa8ea93b9 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a3d72aa8c5aa165 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a69c8a087da3d3f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9461aaffda3cec {
  min-height: 300px;
}
#a9459a5518aaf42 .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a7291a7e7bad94b > .ele-wrap {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-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;border-top-color: rgba(51, 102, 169, 1);border-right-color: rgba(51, 102, 169, 1);border-left-color: rgba(51, 102, 169, 1);border-bottom-color: rgba(51, 102, 169, 1);}#adab3a74a8a9c4d > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6faba41fbab473 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a80d9a7985affad > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aff70a1315a158c , #aff70a1315a158c a{color: rgba(255, 255, 255, 1);}#a81bfad928a876b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aed7fa2bf5aa59b > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af321ad245a83bf , #af321ad245a83bf a{color: rgba(51, 102, 169, 1);}#ab9d0aa21da7264 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a55c5ae91ca445a > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a56ffa78c3ac85d , #a56ffa78c3ac85d a{color: rgba(51, 102, 169, 1);}#a7996a9cd0a83f1 .a8e47abb9daedf9 {
  overflow: hidden;
}
#a7996a9cd0a83f1 .a8e47abb9daedf9 , #a7996a9cd0a83f1 .a8e47abb9daedf9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#a7996a9cd0a83f1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7996a9cd0a83f1 .uk-position-center-left-out {
    left: -30px;
  }
  #a7996a9cd0a83f1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8a06a9236aa322 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a737ca574cafda5 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a645bafd57a6df9 , #a645bafd57a6df9 a{color: rgba(51, 102, 169, 1);}#ad478aa0d4a4512 .ad0dca36ecae451 {
  overflow: hidden;
}
#ad478aa0d4a4512 .ad0dca36ecae451 , #ad478aa0d4a4512 .ad0dca36ecae451 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#ad478aa0d4a4512 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad478aa0d4a4512 .uk-position-center-left-out {
    left: -30px;
  }
  #ad478aa0d4a4512 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1907a8c7dae3c8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abf60a6c9baea05 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a063da411ca275f , #a063da411ca275f a{color: rgba(51, 102, 169, 1);}#a7de7a7e94ab4be .ab085a642fac6b6 {
  overflow: hidden;
}
#a7de7a7e94ab4be .ab085a642fac6b6 , #a7de7a7e94ab4be .ab085a642fac6b6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#a7de7a7e94ab4be .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7de7a7e94ab4be .uk-position-center-left-out {
    left: -30px;
  }
  #a7de7a7e94ab4be .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac89ca905eac8a3 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#affdda27c5a05d7 {
  overflow: hidden;
}
#affdda27c5a05d7 , #affdda27c5a05d7 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#a07b7ab9ffa8633 .video-box,
#a07b7ab9ffa8633 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a07b7ab9ffa8633 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a07b7ab9ffa8633 .video-box video,
#a07b7ab9ffa8633 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a07b7ab9ffa8633 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a07b7ab9ffa8633 .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;
}
#a07b7ab9ffa8633 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a07b7ab9ffa8633 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a07b7ab9ffa8633 .thumb-box {
  width: 100%;
  position: relative;
}
#a07b7ab9ffa8633 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a07b7ab9ffa8633 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a07b7ab9ffa8633 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a07b7ab9ffa8633 .thumb-list {
  overflow: hidden;
}
#a07b7ab9ffa8633 .thumb-list ul {
  width: 100000px;
}
#a07b7ab9ffa8633 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a07b7ab9ffa8633 .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;
}
#a07b7ab9ffa8633 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a07b7ab9ffa8633 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a07b7ab9ffa8633 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a07b7ab9ffa8633 .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;
}
#a07b7ab9ffa8633 .zoom-box img {
  max-width: initial;
}
#a07b7ab9ffa8633 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a07b7ab9ffa8633 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a07b7ab9ffa8633 .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;
}
#a07b7ab9ffa8633 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a07b7ab9ffa8633 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a07b7ab9ffa8633 .right {
    width: 100%;
  }
  #a07b7ab9ffa8633 .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;
  }
  #a07b7ab9ffa8633 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a07b7ab9ffa8633 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a9461aaffda3cec [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ab302a78d6aba81 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5aeda0e55ad8ad {
  min-height: 300px;
}
#adf38ad76ea572b .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a7291a7e7bad94b > .ele-wrap {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-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;border-top-color: rgba(51, 102, 169, 1);border-right-color: rgba(51, 102, 169, 1);border-left-color: rgba(51, 102, 169, 1);border-bottom-color: rgba(51, 102, 169, 1);}#adab3a74a8a9c4d > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a175bae983ae40a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4026a4857ad2bb > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a32b7ac0b8aebf9 , #a32b7ac0b8aebf9 a{color: rgba(255, 255, 255, 1);}#adfe6a089ca1438 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#adb41a77abac13f > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7017a5ac9a622e , #a7017a5ac9a622e a{color: rgba(51, 102, 169, 1);}#a2e00a1819af3e9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1c26ab6fca861e > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a867da72c3af4e9 , #a867da72c3af4e9 a{color: rgba(51, 102, 169, 1);}#aa125a869ca2f50 .abe28a057ca18ed {
  overflow: hidden;
}
#aa125a869ca2f50 .abe28a057ca18ed , #aa125a869ca2f50 .abe28a057ca18ed > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#aa125a869ca2f50 .uk-grid {
  margin-left: -30px;
}
#aa125a869ca2f50 .uk-grid > * {
  padding-left: 30px;
}
#aa125a869ca2f50 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa125a869ca2f50 .uk-position-center-left-out {
    left: -30px;
  }
  #aa125a869ca2f50 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad195ad172a4647 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6c67a3347ae0b9 {
  overflow: hidden;
}
#a6c67a3347ae0b9 , #a6c67a3347ae0b9 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#a456cab50da0fad .video-box,
#a456cab50da0fad .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a456cab50da0fad .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a456cab50da0fad .video-box video,
#a456cab50da0fad .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a456cab50da0fad .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a456cab50da0fad .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;
}
#a456cab50da0fad .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a456cab50da0fad .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a456cab50da0fad .thumb-box {
  width: 100%;
  position: relative;
}
#a456cab50da0fad .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a456cab50da0fad .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a456cab50da0fad .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a456cab50da0fad .thumb-list {
  overflow: hidden;
}
#a456cab50da0fad .thumb-list ul {
  width: 100000px;
}
#a456cab50da0fad .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a456cab50da0fad .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;
}
#a456cab50da0fad .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a456cab50da0fad .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a456cab50da0fad .thumb-list ul li.active img {
  border-color: #df3033;
}
#a456cab50da0fad .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;
}
#a456cab50da0fad .zoom-box img {
  max-width: initial;
}
#a456cab50da0fad .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a456cab50da0fad .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a456cab50da0fad .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;
}
#a456cab50da0fad .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a456cab50da0fad .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a456cab50da0fad .right {
    width: 100%;
  }
  #a456cab50da0fad .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;
  }
  #a456cab50da0fad .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a456cab50da0fad .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a5aeda0e55ad8ad [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6e60a4889a7aac .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a52eeaf276ab63c {
  min-height: 300px;
}
#a091cac6dcae0dd .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a7291a7e7bad94b > .ele-wrap {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-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;border-top-color: rgba(51, 102, 169, 1);border-right-color: rgba(51, 102, 169, 1);border-left-color: rgba(51, 102, 169, 1);border-bottom-color: rgba(51, 102, 169, 1);}#adab3a74a8a9c4d > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3c38a8711a79d0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab8a6a50cfa1b01 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ffffff;}#ab8a6a50cfa1b01 * {color: #ffffff  !important}
                            #ab8a6a50cfa1b01 .line{border-color: #ffffff  !important}#a22f6a505caa797 , #a22f6a505caa797 a{color: rgba(51, 102, 169, 1);}#a9b62ae1efa9375 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a901da3adca1b96 {
  overflow: hidden;
}
#a901da3adca1b96 , #a901da3adca1b96 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#a9726a096da46de .video-box,
#a9726a096da46de .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a9726a096da46de .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a9726a096da46de .video-box video,
#a9726a096da46de .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a9726a096da46de .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a9726a096da46de .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;
}
#a9726a096da46de .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a9726a096da46de .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a9726a096da46de .thumb-box {
  width: 100%;
  position: relative;
}
#a9726a096da46de .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a9726a096da46de .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a9726a096da46de .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a9726a096da46de .thumb-list {
  overflow: hidden;
}
#a9726a096da46de .thumb-list ul {
  width: 100000px;
}
#a9726a096da46de .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a9726a096da46de .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;
}
#a9726a096da46de .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a9726a096da46de .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a9726a096da46de .thumb-list ul li.active img {
  border-color: #df3033;
}
#a9726a096da46de .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;
}
#a9726a096da46de .zoom-box img {
  max-width: initial;
}
#a9726a096da46de .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a9726a096da46de .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a9726a096da46de .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;
}
#a9726a096da46de .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a9726a096da46de .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a9726a096da46de .right {
    width: 100%;
  }
  #a9726a096da46de .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;
  }
  #a9726a096da46de .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a9726a096da46de .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a52eeaf276ab63c [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1554a3f43a11c4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6839ac8a5a63fe {
  min-height: 300px;
}
#a4ee2a0574a2a2e .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a7291a7e7bad94b > .ele-wrap {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-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;border-top-color: rgba(51, 102, 169, 1);border-right-color: rgba(51, 102, 169, 1);border-left-color: rgba(51, 102, 169, 1);border-bottom-color: rgba(51, 102, 169, 1);}#adab3a74a8a9c4d > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afa96a4645a63f2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0540a25c7a7a45 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ffffff;}#a0540a25c7a7a45 * {color: #ffffff  !important}
                            #a0540a25c7a7a45 .line{border-color: #ffffff  !important}#a37c1a486fa24d7 , #a37c1a486fa24d7 a{color: rgba(51, 102, 169, 1);}#ae0bcac0ecabc39 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a398ea36a4a3d86 {
  overflow: hidden;
}
#a398ea36a4a3d86 , #a398ea36a4a3d86 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#af4bfa02d1a50f3 .video-box,
#af4bfa02d1a50f3 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#af4bfa02d1a50f3 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#af4bfa02d1a50f3 .video-box video,
#af4bfa02d1a50f3 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#af4bfa02d1a50f3 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#af4bfa02d1a50f3 .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;
}
#af4bfa02d1a50f3 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#af4bfa02d1a50f3 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#af4bfa02d1a50f3 .thumb-box {
  width: 100%;
  position: relative;
}
#af4bfa02d1a50f3 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#af4bfa02d1a50f3 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#af4bfa02d1a50f3 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#af4bfa02d1a50f3 .thumb-list {
  overflow: hidden;
}
#af4bfa02d1a50f3 .thumb-list ul {
  width: 100000px;
}
#af4bfa02d1a50f3 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#af4bfa02d1a50f3 .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;
}
#af4bfa02d1a50f3 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#af4bfa02d1a50f3 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#af4bfa02d1a50f3 .thumb-list ul li.active img {
  border-color: #df3033;
}
#af4bfa02d1a50f3 .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;
}
#af4bfa02d1a50f3 .zoom-box img {
  max-width: initial;
}
#af4bfa02d1a50f3 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#af4bfa02d1a50f3 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#af4bfa02d1a50f3 .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;
}
#af4bfa02d1a50f3 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#af4bfa02d1a50f3 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #af4bfa02d1a50f3 .right {
    width: 100%;
  }
  #af4bfa02d1a50f3 .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;
  }
  #af4bfa02d1a50f3 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #af4bfa02d1a50f3 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a6839ac8a5a63fe [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0f31a1aa7a34f4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5017a3933a4a7c {
  min-height: 300px;
}
#aa54aab235ac4a8 .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a7291a7e7bad94b > .ele-wrap {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-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;border-top-color: rgba(51, 102, 169, 1);border-right-color: rgba(51, 102, 169, 1);border-left-color: rgba(51, 102, 169, 1);border-bottom-color: rgba(51, 102, 169, 1);}#adab3a74a8a9c4d > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae175aec3ea761b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5f93a18c2adf8c > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ffffff;}#a5f93a18c2adf8c * {color: #ffffff  !important}
                            #a5f93a18c2adf8c .line{border-color: #ffffff  !important}#a6f55aa5f8affbf , #a6f55aa5f8affbf a{color: rgba(51, 102, 169, 1);}#a1035a8109a492b > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1f53a80eaa8deb {
  overflow: hidden;
}
#a1f53a80eaa8deb , #a1f53a80eaa8deb > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#a3c30ae8b0a6467 .video-box,
#a3c30ae8b0a6467 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a3c30ae8b0a6467 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a3c30ae8b0a6467 .video-box video,
#a3c30ae8b0a6467 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a3c30ae8b0a6467 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a3c30ae8b0a6467 .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;
}
#a3c30ae8b0a6467 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a3c30ae8b0a6467 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a3c30ae8b0a6467 .thumb-box {
  width: 100%;
  position: relative;
}
#a3c30ae8b0a6467 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a3c30ae8b0a6467 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a3c30ae8b0a6467 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a3c30ae8b0a6467 .thumb-list {
  overflow: hidden;
}
#a3c30ae8b0a6467 .thumb-list ul {
  width: 100000px;
}
#a3c30ae8b0a6467 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a3c30ae8b0a6467 .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;
}
#a3c30ae8b0a6467 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a3c30ae8b0a6467 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a3c30ae8b0a6467 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a3c30ae8b0a6467 .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;
}
#a3c30ae8b0a6467 .zoom-box img {
  max-width: initial;
}
#a3c30ae8b0a6467 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a3c30ae8b0a6467 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a3c30ae8b0a6467 .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;
}
#a3c30ae8b0a6467 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a3c30ae8b0a6467 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a3c30ae8b0a6467 .right {
    width: 100%;
  }
  #a3c30ae8b0a6467 .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;
  }
  #a3c30ae8b0a6467 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a3c30ae8b0a6467 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a5017a3933a4a7c [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a44ceaa345acfdb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#abb65ad807ae8b0 {
  min-height: 300px;
}
#a4719a1520a9621 .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a7291a7e7bad94b > .ele-wrap {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-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;border-top-color: rgba(51, 102, 169, 1);border-right-color: rgba(51, 102, 169, 1);border-left-color: rgba(51, 102, 169, 1);border-bottom-color: rgba(51, 102, 169, 1);}#adab3a74a8a9c4d > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a44d7ac55faf292 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;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);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad0aaa86f0a4e90 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ffffff;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad0aaa86f0a4e90 * {color: #ffffff  !important}
                            #ad0aaa86f0a4e90 .line{border-color: #ffffff  !important}#a3131a29f9ad733 , #a3131a29f9ad733 a{color: rgba(51, 102, 169, 1);}#a04a4a9b8ca69f5 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#acc9ba7328ada41 {
  overflow: hidden;
}
#acc9ba7328ada41 , #acc9ba7328ada41 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#a3daaa7e5aa4478 .video-box,
#a3daaa7e5aa4478 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a3daaa7e5aa4478 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a3daaa7e5aa4478 .video-box video,
#a3daaa7e5aa4478 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a3daaa7e5aa4478 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a3daaa7e5aa4478 .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;
}
#a3daaa7e5aa4478 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a3daaa7e5aa4478 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a3daaa7e5aa4478 .thumb-box {
  width: 100%;
  position: relative;
}
#a3daaa7e5aa4478 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a3daaa7e5aa4478 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a3daaa7e5aa4478 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a3daaa7e5aa4478 .thumb-list {
  overflow: hidden;
}
#a3daaa7e5aa4478 .thumb-list ul {
  width: 100000px;
}
#a3daaa7e5aa4478 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a3daaa7e5aa4478 .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;
}
#a3daaa7e5aa4478 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a3daaa7e5aa4478 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a3daaa7e5aa4478 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a3daaa7e5aa4478 .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;
}
#a3daaa7e5aa4478 .zoom-box img {
  max-width: initial;
}
#a3daaa7e5aa4478 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a3daaa7e5aa4478 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a3daaa7e5aa4478 .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;
}
#a3daaa7e5aa4478 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a3daaa7e5aa4478 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a3daaa7e5aa4478 .right {
    width: 100%;
  }
  #a3daaa7e5aa4478 .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;
  }
  #a3daaa7e5aa4478 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a3daaa7e5aa4478 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#abb65ad807ae8b0 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1f61afa96ab31f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa81aa4f81a69de .uk-card {
  overflow: hidden;
  height: 400px;
}
#aa81aa4f81a69de .uk-link-reset {
  cursor: default;
}
#aa81aa4f81a69de .uk-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#aa81aa4f81a69de .uk-card .abstract {
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
}
#aa81aa4f81a69de .uk-card .item-logo {
  position: relative;
  margin-top: 120px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#aa81aa4f81a69de .uk-card .item-logo .ap-icon {
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 45px;
}
#aa81aa4f81a69de .uk-card .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
#aa81aa4f81a69de .uk-card .title::before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  border-bottom: 2px solid #fff;
  margin: 0 auto 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#aa81aa4f81a69de .uk-card .uk-h5,
#aa81aa4f81a69de .uk-card .ap-icon {
  color: #666666;
}
#aa81aa4f81a69de .uk-card:hover::before {
  background: rgba(15, 88, 168, 0.9);
}
#aa81aa4f81a69de .uk-card:hover .item-logo {
  margin-top: 80px;
}
#aa81aa4f81a69de .uk-card:hover .title::before {
  opacity: 0;
  margin-bottom: 0;
}
#aa81aa4f81a69de .uk-card:hover .abstract {
  display: block;
  opacity: 1;
  margin-top: 0;
}
#aea65a7386a78e6 .uk-card {
  float: left;
  transition: all 0.2s linear;
}
#aea65a7386a78e6 .items {
  width: 100%;
  overflow: hidden;
}
#aea65a7386a78e6 .uk-button {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
}
#aea65a7386a78e6 .uk-card .item {
  background-size: cover;
  height: 524px;
  width: 100%;
}
#aea65a7386a78e6 .uk-card .item .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
#aea65a7386a78e6 .uk-card .item .zindex {
  padding: 54px 0;
  z-index: 3;
  position: relative;
  height: 100%;
}
#aea65a7386a78e6 .uk-card .icon {
  display: block;
  width: 50px;
  margin: 0 auto 20px;
}
#aea65a7386a78e6 .uk-card .item .title {
  display: block;
  font-size: 20px;
  width: 24px;
  margin: 0 auto;
  color: #fff;
  font-weight: bolder;
  line-height: 2;
}
#aea65a7386a78e6 .uk-card .item-expand {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 75.5%;
  height: 524px;
}
#aea65a7386a78e6 .uk-card .item-expand .title {
  font-size: 18px;
  color: #fff;
  padding: 0 15px;
}
#aea65a7386a78e6 .uk-card .item-expand .pic {
  width: 64%;
  border-radius: 50%;
  margin: 0 auto 25px;
  overflow: hidden;
}
#aea65a7386a78e6 .uk-card.on .item {
  width: 24.5%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#aea65a7386a78e6 .uk-card.on .item .mask {
  background-color: rgba(15, 88, 168, 0.8);
}
#aea65a7386a78e6 .uk-card .item-expand .arrow {
  display: block;
  width: 34px;
  margin: 36px auto 0;
}
#aea65a7386a78e6 .uk-card.on .item-expand {
  display: flex;
}
#aea65a7386a78e6 .uk-card.on .item .icon {
  display: none;
}
#aea65a7386a78e6 .uk-card .item i {
  position: absolute;
  width: 1px;
  height: 38px;
  left: 50%;
  bottom: 60px;
  background: #fff;
}
@media (max-width: 640px) {
  #aea65a7386a78e6 .uk-card.on .item-expand {
    display: none;
  }
  #aea65a7386a78e6 .items {
    padding: 0 15px;
  }
  #aea65a7386a78e6 .uk-card.on .item {
    width: 100%;
  }
  #aea65a7386a78e6 .uk-card .item-expand,
  #aea65a7386a78e6 .uk-card .item {
    height: 320px;
  }
  #aea65a7386a78e6 .uk-card .icon {
    width: 60%;
  }
  #aea65a7386a78e6 .uk-card .item .title {
    font-size: 16px;
    font-weight: normal;
  }
}
#a7383a09d4abd76 .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#ac98ea95c0abb8a > .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;box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.08);}#aa981ac7dfa6f12 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: none;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa981ac7dfa6f12 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 54px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa981ac7dfa6f12 > .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;
}
#aa981ac7dfa6f12 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa981ac7dfa6f12 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 54px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa981ac7dfa6f12 > .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;
}
#aa981ac7dfa6f12 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa981ac7dfa6f12 > .tab-wrap > div > .tab-nav,
#aa981ac7dfa6f12 > .tab-nav,
#aa981ac7dfa6f12 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa981ac7dfa6f12 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #efefef;
  border-bottom-width: 1px;
  border-bottom-color: #000000;
  border-bottom-style: none;
}
#aa981ac7dfa6f12 > .tab-wrap > div > .tab-nav-horizontal,
#aa981ac7dfa6f12 > .tab-nav-horizontal,
#aa981ac7dfa6f12 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa981ac7dfa6f12 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa981ac7dfa6f12 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa981ac7dfa6f12 > .tab-nav-horizontal::-webkit-scrollbar,
#aa981ac7dfa6f12 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa981ac7dfa6f12 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa981ac7dfa6f12 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa981ac7dfa6f12 > .tab-nav-horizontal.tagScroll,
#aa981ac7dfa6f12 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa981ac7dfa6f12 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 54px;
  overflow-x: auto;
}
#aa981ac7dfa6f12 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa981ac7dfa6f12 > .tab-nav-horizontal.tagScroll li a,
#aa981ac7dfa6f12 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa981ac7dfa6f12 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa981ac7dfa6f12 > .tab-wrap > div > .tab-nav a,
#aa981ac7dfa6f12 > .tab-nav a,
#aa981ac7dfa6f12 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa981ac7dfa6f12 > .tab-tabs > .tab-nav a {
  padding: 0 70px;
}
#aa981ac7dfa6f12 > .tab-wrap > div > .tab-nav li a,
#aa981ac7dfa6f12 > .tab-nav li a,
#aa981ac7dfa6f12 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa981ac7dfa6f12 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 53px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 54px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  margin-top: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: none;
  padding: 0 70px;
}
#aa981ac7dfa6f12 > .tab-wrap > div > .tab-nav li a svg,
#aa981ac7dfa6f12 > .tab-nav li a svg,
#aa981ac7dfa6f12 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa981ac7dfa6f12 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa981ac7dfa6f12 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa981ac7dfa6f12 > .tab-nav li a .ap_icon,
#aa981ac7dfa6f12 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa981ac7dfa6f12 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa981ac7dfa6f12 > .tab-wrap > div > .tab-nav li a:hover,
#aa981ac7dfa6f12 > .tab-nav li a:hover,
#aa981ac7dfa6f12 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa981ac7dfa6f12 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #1d9177;
}
#aa981ac7dfa6f12 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa981ac7dfa6f12 > .tab-nav li.uk-active a,
#aa981ac7dfa6f12 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa981ac7dfa6f12 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #fff;
}
#aa981ac7dfa6f12 .layout-left li,
#aa981ac7dfa6f12 .layout-center li,
#aa981ac7dfa6f12 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa981ac7dfa6f12 .layout-left li a,
#aa981ac7dfa6f12 .layout-center li a,
#aa981ac7dfa6f12 .layout-right li a {
  height: 100%;
}
#aa981ac7dfa6f12 > .tab-tabs .layout-left {
  text-align: left;
}
#aa981ac7dfa6f12 > .tab-tabs .layout-center {
  text-align: center;
}
#aa981ac7dfa6f12 > .tab-tabs .layout-right {
  text-align: right;
}
#aa981ac7dfa6f12 .tab-contents {
  height: 100%;
  height: calc(100% - 54px);
}
#aa981ac7dfa6f12 .tab-content-wrap {
  background-color: #ffffff;
}
#aa981ac7dfa6f12 .tab-contents,
#aa981ac7dfa6f12 .tab-contents-wrap {
  pointer-events: none;
}
#aa981ac7dfa6f12 .tab-content,
#aa981ac7dfa6f12 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa981ac7dfa6f12 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa981ac7dfa6f12 .tab-wrap .tab-contents {
  height: 100%;
}
#aa981ac7dfa6f12 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa981ac7dfa6f12 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa981ac7dfa6f12 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa17da0be4a0ba3 {
  overflow: hidden;
  pointer-events: none;
}
#aa17da0be4a0ba3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 59px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa17da0be4a0ba3 > .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;
}
#aa17da0be4a0ba3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa17da0be4a0ba3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 59px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa17da0be4a0ba3 > .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;
}
#aa17da0be4a0ba3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa17da0be4a0ba3 > .tab-wrap > div > .tab-nav,
#aa17da0be4a0ba3 > .tab-nav,
#aa17da0be4a0ba3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa17da0be4a0ba3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#aa17da0be4a0ba3 > .tab-wrap > div > .tab-nav-horizontal,
#aa17da0be4a0ba3 > .tab-nav-horizontal,
#aa17da0be4a0ba3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa17da0be4a0ba3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa17da0be4a0ba3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa17da0be4a0ba3 > .tab-nav-horizontal::-webkit-scrollbar,
#aa17da0be4a0ba3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa17da0be4a0ba3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa17da0be4a0ba3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa17da0be4a0ba3 > .tab-nav-horizontal.tagScroll,
#aa17da0be4a0ba3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa17da0be4a0ba3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 59px;
  overflow-x: auto;
}
#aa17da0be4a0ba3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa17da0be4a0ba3 > .tab-nav-horizontal.tagScroll li a,
#aa17da0be4a0ba3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa17da0be4a0ba3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa17da0be4a0ba3 > .tab-wrap > div > .tab-nav a,
#aa17da0be4a0ba3 > .tab-nav a,
#aa17da0be4a0ba3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa17da0be4a0ba3 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aa17da0be4a0ba3 > .tab-wrap > div > .tab-nav li a,
#aa17da0be4a0ba3 > .tab-nav li a,
#aa17da0be4a0ba3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa17da0be4a0ba3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 58px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 59px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  border-right-style: none;
}
#aa17da0be4a0ba3 > .tab-wrap > div > .tab-nav li a svg,
#aa17da0be4a0ba3 > .tab-nav li a svg,
#aa17da0be4a0ba3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa17da0be4a0ba3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa17da0be4a0ba3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa17da0be4a0ba3 > .tab-nav li a .ap_icon,
#aa17da0be4a0ba3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa17da0be4a0ba3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa17da0be4a0ba3 > .tab-wrap > div > .tab-nav li a:hover,
#aa17da0be4a0ba3 > .tab-nav li a:hover,
#aa17da0be4a0ba3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa17da0be4a0ba3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
}
#aa17da0be4a0ba3 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa17da0be4a0ba3 > .tab-nav li.uk-active a,
#aa17da0be4a0ba3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa17da0be4a0ba3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  background-color: #ffb400;
}
#aa17da0be4a0ba3 > .tab-wrap > div > .tab-nav li:last-child a,
#aa17da0be4a0ba3 > .tab-nav li:last-child a,
#aa17da0be4a0ba3 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#aa17da0be4a0ba3 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#aa17da0be4a0ba3 .layout-left li,
#aa17da0be4a0ba3 .layout-center li,
#aa17da0be4a0ba3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa17da0be4a0ba3 .layout-left li a,
#aa17da0be4a0ba3 .layout-center li a,
#aa17da0be4a0ba3 .layout-right li a {
  height: 100%;
}
#aa17da0be4a0ba3 > .tab-tabs .layout-left {
  text-align: left;
}
#aa17da0be4a0ba3 > .tab-tabs .layout-center {
  text-align: center;
}
#aa17da0be4a0ba3 > .tab-tabs .layout-right {
  text-align: right;
}
#aa17da0be4a0ba3 .tab-contents {
  height: 100%;
  height: calc(100% - 59px);
}
#aa17da0be4a0ba3 .tab-content-wrap {
  background-color: transparent;
}
#aa17da0be4a0ba3 .tab-contents,
#aa17da0be4a0ba3 .tab-contents-wrap {
  pointer-events: none;
}
#aa17da0be4a0ba3 .tab-content,
#aa17da0be4a0ba3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa17da0be4a0ba3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa17da0be4a0ba3 .tab-wrap .tab-contents {
  height: 100%;
}
#aa17da0be4a0ba3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa17da0be4a0ba3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa17da0be4a0ba3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a48caa8d13a069e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a48caa8d13a069e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a48caa8d13a069e .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffb400;
  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;
}
#a48caa8d13a069e .menu-list > li > a {
  padding: 0 55px;
}
#a48caa8d13a069e .menu-list > li:hover:before {
  height: 100%;
}
#a48caa8d13a069e .menu-list > li:hover:after {
  color: auto;
}
#a48caa8d13a069e .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a48caa8d13a069e .menu-list > li:first-child:after {
  content: "";
}
#a48caa8d13a069e .menu-list > li.active > a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a48caa8d13a069e .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a48caa8d13a069e .menu-list > li ul li {
  position: relative;
}
#a48caa8d13a069e .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a48caa8d13a069e .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #000000;
}
#a48caa8d13a069e .menu-list > li:hover > a {
  background-color: #ffb400;
}
#a48caa8d13a069e li ul li:hover > a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a48caa8d13a069e li ul li a:active,
#a48caa8d13a069e li ul li a.active,
#a48caa8d13a069e li ul li.active > a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a48caa8d13a069e li ul,
#a48caa8d13a069e li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a48caa8d13a069e li:hover > ul {
  left: auto;
}
#a48caa8d13a069e li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa6a6a1f80afee5 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6b64a4954a1fea {
  pointer-events: none;
}
#a6b64a4954a1fea .menu-list {
  width: 100%;
  background: rgba(255, 255, 255, 0);
}
#a6b64a4954a1fea ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a6b64a4954a1fea .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a6b64a4954a1fea .menu-list .menu-header {
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
}
#a6b64a4954a1fea .menu-list .menu-header svg,
#a6b64a4954a1fea .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a6b64a4954a1fea .menu-list > ul {
  position: relative;
}
#a6b64a4954a1fea .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a6b64a4954a1fea .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  text-decoration: none;
  white-space: nowrap;
  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;
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #333333;
  line-height: 50px;
  height: 40px;
  line-height: 40px;
}
#a6b64a4954a1fea .menu-list > ul > li.active > a,
#a6b64a4954a1fea .menu-list > ul > li:hover > a {
  color: #fff;
  background: rgba(255, 180, 0, 0);
  border-bottom-color: transparent;
  background-color: rgba(255, 180, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
}
#a6b64a4954a1fea .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(230, 0, 18, 0);
}
#a6b64a4954a1fea .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a6b64a4954a1fea .menu-list > ul > li a img,
#a6b64a4954a1fea .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a6b64a4954a1fea .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 135px;
  top: 25px;
  width: 150px;
  background-color: #ffffff;
  border-left: none;
  width: null;
}
#a6b64a4954a1fea .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a6b64a4954a1fea .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a6b64a4954a1fea .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a6b64a4954a1fea .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -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: #333333;
  line-height: 50px;
}
#a6b64a4954a1fea .menu-list ul ul.submenu > li:hover > a {
  border-left-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e60012;
  background-color: rgba(230, 0, 18, 0);
}
#a6b64a4954a1fea .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a6b64a4954a1fea .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #595959;
  font-size: 13px;
  line-height: 24px;
}
#a6b64a4954a1fea .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #e60012;
}
#abbbea8e36a3e9f {
  pointer-events: none;
}
#abbbea8e36a3e9f .menu-list {
  width: 100%;
  background: rgba(255, 255, 255, 0);
}
#abbbea8e36a3e9f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#abbbea8e36a3e9f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#abbbea8e36a3e9f .menu-list .menu-header {
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
}
#abbbea8e36a3e9f .menu-list .menu-header svg,
#abbbea8e36a3e9f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#abbbea8e36a3e9f .menu-list > ul {
  position: relative;
}
#abbbea8e36a3e9f .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#abbbea8e36a3e9f .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  text-decoration: none;
  white-space: nowrap;
  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;
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #333333;
  line-height: 50px;
  height: 40px;
  line-height: 40px;
}
#abbbea8e36a3e9f .menu-list > ul > li.active > a,
#abbbea8e36a3e9f .menu-list > ul > li:hover > a {
  color: #fff;
  background: rgba(255, 180, 0, 0);
  border-bottom-color: transparent;
  background-color: rgba(255, 180, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
}
#abbbea8e36a3e9f .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(230, 0, 18, 0);
}
#abbbea8e36a3e9f .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#abbbea8e36a3e9f .menu-list > ul > li a img,
#abbbea8e36a3e9f .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#abbbea8e36a3e9f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 152px;
  top: 25px;
  width: 150px;
  background-color: #ffffff;
  border-left: none;
  width: null;
}
#abbbea8e36a3e9f .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#abbbea8e36a3e9f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#abbbea8e36a3e9f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#abbbea8e36a3e9f .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -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: #333333;
  line-height: 50px;
}
#abbbea8e36a3e9f .menu-list ul ul.submenu > li:hover > a {
  border-left-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e60012;
  background-color: rgba(230, 0, 18, 0);
}
#abbbea8e36a3e9f .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#abbbea8e36a3e9f .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #595959;
  font-size: 13px;
  line-height: 24px;
}
#abbbea8e36a3e9f .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #e60012;
}
#a6e18ad805ab1ca .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a6e18ad805ab1ca .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a6e18ad805ab1ca .ap-icon {
  margin-right: 6px;
}
#a6e18ad805ab1ca .indicator {
  margin-left: 4px;
}
#a6e18ad805ab1ca .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 50px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#a6e18ad805ab1ca .menu-list li:hover > a,
#a6e18ad805ab1ca .menu-list li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
}
#a6e18ad805ab1ca .menu-list li.active > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
}
#a6e18ad805ab1ca .menu-list ul,
#a6e18ad805ab1ca .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a6e18ad805ab1ca .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6e18ad805ab1ca .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6e18ad805ab1ca .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6e18ad805ab1ca .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3e1da783eaacce > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a61e1a4786aa2df > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acd95a522ea5fc4 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6da2ad0c2a4891 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2417a9b22ae887 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a61c8a506baa2a3 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a20c0a9964a906e {
  pointer-events: none;
}
#a20c0a9964a906e .menu-list {
  width: 100%;
  background: rgba(255, 255, 255, 0);
}
#a20c0a9964a906e ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a20c0a9964a906e .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a20c0a9964a906e .menu-list .menu-header {
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
}
#a20c0a9964a906e .menu-list .menu-header svg,
#a20c0a9964a906e .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a20c0a9964a906e .menu-list > ul {
  position: relative;
}
#a20c0a9964a906e .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a20c0a9964a906e .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  text-decoration: none;
  white-space: nowrap;
  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;
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #333333;
  line-height: 50px;
  height: 40px;
  line-height: 40px;
}
#a20c0a9964a906e .menu-list > ul > li.active > a,
#a20c0a9964a906e .menu-list > ul > li:hover > a {
  color: #fff;
  background: rgba(255, 180, 0, 0);
  border-bottom-color: transparent;
  background-color: rgba(255, 180, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
}
#a20c0a9964a906e .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(255, 180, 0, 0);
}
#a20c0a9964a906e .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a20c0a9964a906e .menu-list > ul > li a img,
#a20c0a9964a906e .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a20c0a9964a906e .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 135px;
  top: 25px;
  width: 150px;
  background-color: #ffffff;
  border-left: none;
  width: null;
}
#a20c0a9964a906e .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a20c0a9964a906e .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a20c0a9964a906e .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a20c0a9964a906e .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -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: #333333;
  line-height: 50px;
}
#a20c0a9964a906e .menu-list ul ul.submenu > li:hover > a {
  border-left-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(230, 0, 18, 0);
}
#a20c0a9964a906e .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a20c0a9964a906e .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #595959;
  font-size: 13px;
  line-height: 24px;
}
#a20c0a9964a906e .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffb400;
}
#a8d88a2123ac25f {
  overflow: hidden;
  pointer-events: none;
}
#a8d88a2123ac25f > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8d88a2123ac25f > .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;
}
#a8d88a2123ac25f > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8d88a2123ac25f > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8d88a2123ac25f > .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;
}
#a8d88a2123ac25f > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8d88a2123ac25f > .tab-wrap > div > .tab-nav,
#a8d88a2123ac25f > .tab-nav,
#a8d88a2123ac25f > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8d88a2123ac25f > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a8d88a2123ac25f > .tab-wrap > div > .tab-nav-horizontal,
#a8d88a2123ac25f > .tab-nav-horizontal,
#a8d88a2123ac25f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8d88a2123ac25f > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8d88a2123ac25f > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8d88a2123ac25f > .tab-nav-horizontal::-webkit-scrollbar,
#a8d88a2123ac25f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8d88a2123ac25f > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8d88a2123ac25f > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8d88a2123ac25f > .tab-nav-horizontal.tagScroll,
#a8d88a2123ac25f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8d88a2123ac25f > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a8d88a2123ac25f > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8d88a2123ac25f > .tab-nav-horizontal.tagScroll li a,
#a8d88a2123ac25f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8d88a2123ac25f > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8d88a2123ac25f > .tab-wrap > div > .tab-nav a,
#a8d88a2123ac25f > .tab-nav a,
#a8d88a2123ac25f > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8d88a2123ac25f > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8d88a2123ac25f > .tab-wrap > div > .tab-nav li a,
#a8d88a2123ac25f > .tab-nav li a,
#a8d88a2123ac25f > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8d88a2123ac25f > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
}
#a8d88a2123ac25f > .tab-wrap > div > .tab-nav li a svg,
#a8d88a2123ac25f > .tab-nav li a svg,
#a8d88a2123ac25f > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8d88a2123ac25f > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8d88a2123ac25f > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8d88a2123ac25f > .tab-nav li a .ap_icon,
#a8d88a2123ac25f > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8d88a2123ac25f > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8d88a2123ac25f > .tab-wrap > div > .tab-nav li a:hover,
#a8d88a2123ac25f > .tab-nav li a:hover,
#a8d88a2123ac25f > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8d88a2123ac25f > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e60012;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: solid;
}
#a8d88a2123ac25f > .tab-wrap > div > .tab-nav li.uk-active a,
#a8d88a2123ac25f > .tab-nav li.uk-active a,
#a8d88a2123ac25f > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8d88a2123ac25f > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a8d88a2123ac25f > .tab-wrap > div > .tab-nav li:last-child a,
#a8d88a2123ac25f > .tab-nav li:last-child a,
#a8d88a2123ac25f > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a8d88a2123ac25f > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a8d88a2123ac25f .layout-left li,
#a8d88a2123ac25f .layout-center li,
#a8d88a2123ac25f .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8d88a2123ac25f .layout-left li a,
#a8d88a2123ac25f .layout-center li a,
#a8d88a2123ac25f .layout-right li a {
  height: 100%;
}
#a8d88a2123ac25f > .tab-tabs .layout-left {
  text-align: left;
}
#a8d88a2123ac25f > .tab-tabs .layout-center {
  text-align: center;
}
#a8d88a2123ac25f > .tab-tabs .layout-right {
  text-align: right;
}
#a8d88a2123ac25f .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a8d88a2123ac25f .tab-content-wrap {
  background-color: transparent;
}
#a8d88a2123ac25f .tab-contents,
#a8d88a2123ac25f .tab-contents-wrap {
  pointer-events: none;
}
#a8d88a2123ac25f .tab-content,
#a8d88a2123ac25f .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8d88a2123ac25f .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8d88a2123ac25f .tab-wrap .tab-contents {
  height: 100%;
}
#a8d88a2123ac25f .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8d88a2123ac25f .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8d88a2123ac25f .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a739daa50eac7fa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af536a6b41a87a3 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aca45aae38ac925 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aca45aae38ac925 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aca45aae38ac925 .ap-icon {
  margin-right: 6px;
}
#aca45aae38ac925 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#aca45aae38ac925 .menu-list > li.icon-bottom > a,
#aca45aae38ac925 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aca45aae38ac925 .menu-list > li.icon-bottom > a .ap-icon,
#aca45aae38ac925 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aca45aae38ac925 .menu-list > li.icon-bottom > a .ap-icon svg,
#aca45aae38ac925 .menu-list > li.icon-top > a .ap-icon svg,
#aca45aae38ac925 .menu-list > li.icon-bottom > a .ap-icon img,
#aca45aae38ac925 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aca45aae38ac925 .menu-list > li.icon-right > a .ap-icon,
#aca45aae38ac925 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aca45aae38ac925 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aca45aae38ac925 .menu-list > li:hover > a,
#aca45aae38ac925 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#aca45aae38ac925 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#aca45aae38ac925 .menu-list ul,
#aca45aae38ac925 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aca45aae38ac925 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#aca45aae38ac925 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aca45aae38ac925 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aca45aae38ac925 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9e1aa54e2a4c18 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9e1aa54e2a4c18 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9e1aa54e2a4c18 .ap-icon {
  margin-right: 6px;
}
#a9e1aa54e2a4c18 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a9e1aa54e2a4c18 .menu-list > li.icon-bottom > a,
#a9e1aa54e2a4c18 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9e1aa54e2a4c18 .menu-list > li.icon-bottom > a .ap-icon,
#a9e1aa54e2a4c18 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9e1aa54e2a4c18 .menu-list > li.icon-bottom > a .ap-icon svg,
#a9e1aa54e2a4c18 .menu-list > li.icon-top > a .ap-icon svg,
#a9e1aa54e2a4c18 .menu-list > li.icon-bottom > a .ap-icon img,
#a9e1aa54e2a4c18 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9e1aa54e2a4c18 .menu-list > li.icon-right > a .ap-icon,
#a9e1aa54e2a4c18 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9e1aa54e2a4c18 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9e1aa54e2a4c18 .menu-list > li:hover > a,
#a9e1aa54e2a4c18 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9e1aa54e2a4c18 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a9e1aa54e2a4c18 .menu-list ul,
#a9e1aa54e2a4c18 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9e1aa54e2a4c18 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a9e1aa54e2a4c18 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9e1aa54e2a4c18 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9e1aa54e2a4c18 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a12aea8829a1d3d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a12aea8829a1d3d .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a12aea8829a1d3d .ap-icon {
  margin-right: 6px;
}
#a12aea8829a1d3d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a12aea8829a1d3d .menu-list > li.icon-bottom > a,
#a12aea8829a1d3d .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a12aea8829a1d3d .menu-list > li.icon-bottom > a .ap-icon,
#a12aea8829a1d3d .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a12aea8829a1d3d .menu-list > li.icon-bottom > a .ap-icon svg,
#a12aea8829a1d3d .menu-list > li.icon-top > a .ap-icon svg,
#a12aea8829a1d3d .menu-list > li.icon-bottom > a .ap-icon img,
#a12aea8829a1d3d .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a12aea8829a1d3d .menu-list > li.icon-right > a .ap-icon,
#a12aea8829a1d3d .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a12aea8829a1d3d .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a12aea8829a1d3d .menu-list > li:hover > a,
#a12aea8829a1d3d .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a12aea8829a1d3d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a12aea8829a1d3d .menu-list ul,
#a12aea8829a1d3d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a12aea8829a1d3d .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a12aea8829a1d3d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a12aea8829a1d3d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a12aea8829a1d3d .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae806a76a8ad1a9 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7cd4a5264a40df {
  overflow: hidden;
  pointer-events: none;
}
#a7cd4a5264a40df > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 56px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a7cd4a5264a40df > .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;
}
#a7cd4a5264a40df > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7cd4a5264a40df > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 56px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a7cd4a5264a40df > .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;
}
#a7cd4a5264a40df > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7cd4a5264a40df > .tab-wrap > div > .tab-nav,
#a7cd4a5264a40df > .tab-nav,
#a7cd4a5264a40df > .tab-tabs > .tab-wrap > div > .tab-nav,
#a7cd4a5264a40df > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a7cd4a5264a40df > .tab-wrap > div > .tab-nav-horizontal,
#a7cd4a5264a40df > .tab-nav-horizontal,
#a7cd4a5264a40df > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a7cd4a5264a40df > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7cd4a5264a40df > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7cd4a5264a40df > .tab-nav-horizontal::-webkit-scrollbar,
#a7cd4a5264a40df > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7cd4a5264a40df > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7cd4a5264a40df > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7cd4a5264a40df > .tab-nav-horizontal.tagScroll,
#a7cd4a5264a40df > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7cd4a5264a40df > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 56px;
  overflow-x: auto;
}
#a7cd4a5264a40df > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7cd4a5264a40df > .tab-nav-horizontal.tagScroll li a,
#a7cd4a5264a40df > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7cd4a5264a40df > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7cd4a5264a40df > .tab-wrap > div > .tab-nav a,
#a7cd4a5264a40df > .tab-nav a,
#a7cd4a5264a40df > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a7cd4a5264a40df > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a7cd4a5264a40df > .tab-wrap > div > .tab-nav li a,
#a7cd4a5264a40df > .tab-nav li a,
#a7cd4a5264a40df > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a7cd4a5264a40df > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 55px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 56px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a7cd4a5264a40df > .tab-wrap > div > .tab-nav li a svg,
#a7cd4a5264a40df > .tab-nav li a svg,
#a7cd4a5264a40df > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a7cd4a5264a40df > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7cd4a5264a40df > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7cd4a5264a40df > .tab-nav li a .ap_icon,
#a7cd4a5264a40df > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7cd4a5264a40df > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7cd4a5264a40df > .tab-wrap > div > .tab-nav li a:hover,
#a7cd4a5264a40df > .tab-nav li a:hover,
#a7cd4a5264a40df > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a7cd4a5264a40df > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a7cd4a5264a40df > .tab-wrap > div > .tab-nav li.uk-active a,
#a7cd4a5264a40df > .tab-nav li.uk-active a,
#a7cd4a5264a40df > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a7cd4a5264a40df > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7cd4a5264a40df .layout-left li,
#a7cd4a5264a40df .layout-center li,
#a7cd4a5264a40df .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7cd4a5264a40df .layout-left li a,
#a7cd4a5264a40df .layout-center li a,
#a7cd4a5264a40df .layout-right li a {
  height: 100%;
}
#a7cd4a5264a40df > .tab-tabs .layout-left {
  text-align: left;
}
#a7cd4a5264a40df > .tab-tabs .layout-center {
  text-align: center;
}
#a7cd4a5264a40df > .tab-tabs .layout-right {
  text-align: right;
}
#a7cd4a5264a40df .tab-contents {
  height: 100%;
  height: calc(100% - 56px);
}
#a7cd4a5264a40df .tab-content-wrap {
  background-color: transparent;
}
#a7cd4a5264a40df .tab-contents,
#a7cd4a5264a40df .tab-contents-wrap {
  pointer-events: none;
}
#a7cd4a5264a40df .tab-content,
#a7cd4a5264a40df .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7cd4a5264a40df .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7cd4a5264a40df .tab-wrap .tab-contents {
  height: 100%;
}
#a7cd4a5264a40df .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a7cd4a5264a40df .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a7cd4a5264a40df .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa793ad7fbabd6c {
  overflow: hidden;
  pointer-events: none;
}
#aa793ad7fbabd6c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa793ad7fbabd6c > .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;
}
#aa793ad7fbabd6c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa793ad7fbabd6c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa793ad7fbabd6c > .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;
}
#aa793ad7fbabd6c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa793ad7fbabd6c > .tab-wrap > div > .tab-nav,
#aa793ad7fbabd6c > .tab-nav,
#aa793ad7fbabd6c > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa793ad7fbabd6c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#aa793ad7fbabd6c > .tab-wrap > div > .tab-nav-horizontal,
#aa793ad7fbabd6c > .tab-nav-horizontal,
#aa793ad7fbabd6c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa793ad7fbabd6c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa793ad7fbabd6c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa793ad7fbabd6c > .tab-nav-horizontal::-webkit-scrollbar,
#aa793ad7fbabd6c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa793ad7fbabd6c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa793ad7fbabd6c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa793ad7fbabd6c > .tab-nav-horizontal.tagScroll,
#aa793ad7fbabd6c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa793ad7fbabd6c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#aa793ad7fbabd6c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa793ad7fbabd6c > .tab-nav-horizontal.tagScroll li a,
#aa793ad7fbabd6c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa793ad7fbabd6c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa793ad7fbabd6c > .tab-wrap > div > .tab-nav a,
#aa793ad7fbabd6c > .tab-nav a,
#aa793ad7fbabd6c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa793ad7fbabd6c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aa793ad7fbabd6c > .tab-wrap > div > .tab-nav li a,
#aa793ad7fbabd6c > .tab-nav li a,
#aa793ad7fbabd6c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa793ad7fbabd6c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
}
#aa793ad7fbabd6c > .tab-wrap > div > .tab-nav li a svg,
#aa793ad7fbabd6c > .tab-nav li a svg,
#aa793ad7fbabd6c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa793ad7fbabd6c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa793ad7fbabd6c > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa793ad7fbabd6c > .tab-nav li a .ap_icon,
#aa793ad7fbabd6c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa793ad7fbabd6c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa793ad7fbabd6c > .tab-wrap > div > .tab-nav li a:hover,
#aa793ad7fbabd6c > .tab-nav li a:hover,
#aa793ad7fbabd6c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa793ad7fbabd6c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e60012;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: solid;
}
#aa793ad7fbabd6c > .tab-wrap > div > .tab-nav li.uk-active a,
#aa793ad7fbabd6c > .tab-nav li.uk-active a,
#aa793ad7fbabd6c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa793ad7fbabd6c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#aa793ad7fbabd6c > .tab-wrap > div > .tab-nav li:last-child a,
#aa793ad7fbabd6c > .tab-nav li:last-child a,
#aa793ad7fbabd6c > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#aa793ad7fbabd6c > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#aa793ad7fbabd6c .layout-left li,
#aa793ad7fbabd6c .layout-center li,
#aa793ad7fbabd6c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa793ad7fbabd6c .layout-left li a,
#aa793ad7fbabd6c .layout-center li a,
#aa793ad7fbabd6c .layout-right li a {
  height: 100%;
}
#aa793ad7fbabd6c > .tab-tabs .layout-left {
  text-align: left;
}
#aa793ad7fbabd6c > .tab-tabs .layout-center {
  text-align: center;
}
#aa793ad7fbabd6c > .tab-tabs .layout-right {
  text-align: right;
}
#aa793ad7fbabd6c .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#aa793ad7fbabd6c .tab-content-wrap {
  background-color: transparent;
}
#aa793ad7fbabd6c .tab-contents,
#aa793ad7fbabd6c .tab-contents-wrap {
  pointer-events: none;
}
#aa793ad7fbabd6c .tab-content,
#aa793ad7fbabd6c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa793ad7fbabd6c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa793ad7fbabd6c .tab-wrap .tab-contents {
  height: 100%;
}
#aa793ad7fbabd6c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa793ad7fbabd6c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa793ad7fbabd6c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#af5f9a361ca09a3 > .ele-wrap {background-color: rgba(255, 255, 255, 0.39);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3febaa9a8ae0e0 > .ele-wrap {border-top-width: 1px;border-top-color: rgba(186, 184, 184, 1);border-top-style: solid;border-right-color: rgba(186, 184, 184, 1);border-left-color: rgba(186, 184, 184, 1);border-bottom-color: rgba(186, 184, 184, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;background-color: rgba(0, 0, 0, 0);}#a51b5a7060aa8be .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(201, 199, 186, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a51b5a7060aa8be .ele-wrap:hover {background-color: #0483cc;background-color: rgba(251, 163, 1, 1);}#a9f81ab1daa7fd6 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a609caa8eca40dd .ele-wrap {color: #ffffff;font-size: 14px;background-color: rgba(15, 88, 168, 1);justify-content: center;border-style: solid;}#a609caa8eca40dd .ele-wrap:hover {color: #ffffff;}#a9c11a9508af386 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afa6cad5dca5672 > .ele-wrap {background-color: rgba(0, 0, 0, 0);}#a4427a2a12aeb85 > .ele-wrap {background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4427a2a12aeb85  > .ele-wrap:hover {box-shadow: 1px 1px 14px 2px rgba(0, 0, 0, 0.2);}#a4018ac04fa739e > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 8px 2px rgba(15, 88, 168, 0.3);}#ac5b3afef8abd12 > .ele-wrap {background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac5b3afef8abd12  > .ele-wrap:hover {box-shadow: 1px 1px 14px 2px rgba(0, 0, 0, 0.2);}#af3c2a0e75ac223 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 8px 2px rgba(15, 88, 168, 0.3);}#acfe7aceeba4d5a > .ele-wrap {background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#acfe7aceeba4d5a  > .ele-wrap:hover {box-shadow: 1px 1px 14px 2px rgba(0, 0, 0, 0.2);}#a30c8a09c0a94ef > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 8px 2px rgba(15, 88, 168, 0.3);}#a1313aae06a9391 .ele-wrap {color: #ffffff;font-size: 14px;background-color: rgba(255, 180, 0, 1);justify-content: center;border-style: solid;}#a1313aae06a9391 .ele-wrap:hover {color: #ffffff;}#a98f0a25b0ae746 > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adc90a1e86a44f3 > .ele-wrap {background-color: rgba(0, 0, 0, 0);}#a2c01a5a79a8a70 > .ele-wrap {background-color: rgba(0, 0, 0, 0.44);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab843a0a53a34f7 > .ele-wrap {background-color: rgba(0, 0, 0, 0);}#aa7a4a90c4a1eee > .ele-wrap {background-color: rgba(0, 0, 0, 0.44);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5620a8f05ae326 > .ele-wrap {background-color: rgba(0, 0, 0, 0);}#adf62a0968a8967 > .ele-wrap {background-color: rgba(0, 0, 0, 0.44);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7b6da612aa4b82 > .ele-wrap {background-color: rgba(0, 0, 0, 0);}#a04cda049aae7f5 > .ele-wrap {background-color: rgba(0, 0, 0, 0.44);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0922a9f13aba65 > .ele-wrap {background-color: rgba(0, 0, 0, 0);}#a5ad8a1020ae10a > .ele-wrap {background-color: rgba(0, 0, 0, 0.44);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3466a1bb7a4d29 > .ele-wrap {background-color: rgba(0, 0, 0, 0);}#ae592accb1a91ab > .ele-wrap {background-color: rgba(0, 0, 0, 0.44);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a269fad794ae7fd > .ele-wrap {background-color: rgba(0, 0, 0, 0);}#a39a3afb97af7b6 > .ele-wrap {background-color: rgba(0, 0, 0, 0.44);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ada21ad65da686b > .ele-wrap {background-color: rgba(0, 0, 0, 0);}#a4e14ac0aaaff21 > .ele-wrap {background-color: rgba(0, 0, 0, 0.44);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe2fafbfeaf040 > .ele-wrap {background-color: rgba(0, 0, 0, 0);}#a2f4caf335a5226 > .ele-wrap {background-color: rgba(0, 0, 0, 0.44);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad199a348ca1905 > .ele-wrap {background-color: rgba(0, 0, 0, 0);}#a00d1af50eaf201 > .ele-wrap {background-color: rgba(0, 0, 0, 0.44);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a30c3a1ea8ac344 > .ele-wrap {background-color: rgba(0, 0, 0, 0);}#ab796a9389afdc2 > .ele-wrap {background-color: rgba(0, 0, 0, 0.44);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afa69a17cfa4143 > .ele-wrap {background-color: rgba(246, 246, 246, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2ef5af245a8d13 .ab433a8b18afe0b {
  overflow: hidden;
}
#a2ef5af245a8d13 .ab433a8b18afe0b , #a2ef5af245a8d13 .ab433a8b18afe0b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a2ef5af245a8d13 .aa332a5c9daf2c7 {
  overflow: hidden;
}
#a2ef5af245a8d13 .aa332a5c9daf2c7 , #a2ef5af245a8d13 .aa332a5c9daf2c7 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;line-height: 26px;}#a2ef5af245a8d13 .a9157a1447a7fa7 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2ef5af245a8d13 .a5f50acceda1269  {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2ef5af245a8d13 .a3509a82fbad637  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2ef5af245a8d13 .uk-grid {
  margin-left: -20px;
}
#a2ef5af245a8d13 .uk-grid > * {
  padding-left: 20px;
}
#a2ef5af245a8d13 .dynamic-list-item {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a2ef5af245a8d13 .dynamic-list-item:hover {
  background-color: #f8f8f8;
}
/* mobile */
@media (max-width: 640px) {
  #a2ef5af245a8d13 .uk-position-center-left-out {
    left: -30px;
  }
  #a2ef5af245a8d13 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4e56a510aa698d > .ele-wrap {background-color: rgba(246, 246, 246, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a752cacb0cae03c {
  overflow: hidden;
  pointer-events: none;
}
#a752cacb0cae03c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 36px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a752cacb0cae03c > .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;
}
#a752cacb0cae03c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a752cacb0cae03c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 36px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a752cacb0cae03c > .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;
}
#a752cacb0cae03c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a752cacb0cae03c > .tab-wrap > div > .tab-nav,
#a752cacb0cae03c > .tab-nav,
#a752cacb0cae03c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a752cacb0cae03c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a752cacb0cae03c > .tab-wrap > div > .tab-nav-horizontal,
#a752cacb0cae03c > .tab-nav-horizontal,
#a752cacb0cae03c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a752cacb0cae03c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a752cacb0cae03c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a752cacb0cae03c > .tab-nav-horizontal::-webkit-scrollbar,
#a752cacb0cae03c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a752cacb0cae03c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a752cacb0cae03c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a752cacb0cae03c > .tab-nav-horizontal.tagScroll,
#a752cacb0cae03c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a752cacb0cae03c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 36px;
  overflow-x: auto;
}
#a752cacb0cae03c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a752cacb0cae03c > .tab-nav-horizontal.tagScroll li a,
#a752cacb0cae03c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a752cacb0cae03c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a752cacb0cae03c > .tab-wrap > div > .tab-nav a,
#a752cacb0cae03c > .tab-nav a,
#a752cacb0cae03c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a752cacb0cae03c > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a752cacb0cae03c > .tab-wrap > div > .tab-nav li a,
#a752cacb0cae03c > .tab-nav li a,
#a752cacb0cae03c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a752cacb0cae03c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 36px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  margin-top: 10px;
  padding: 0 50px;
}
#a752cacb0cae03c > .tab-wrap > div > .tab-nav li a svg,
#a752cacb0cae03c > .tab-nav li a svg,
#a752cacb0cae03c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a752cacb0cae03c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a752cacb0cae03c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a752cacb0cae03c > .tab-nav li a .ap_icon,
#a752cacb0cae03c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a752cacb0cae03c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a752cacb0cae03c > .tab-wrap > div > .tab-nav li a:hover,
#a752cacb0cae03c > .tab-nav li a:hover,
#a752cacb0cae03c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a752cacb0cae03c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a752cacb0cae03c > .tab-wrap > div > .tab-nav li.uk-active a,
#a752cacb0cae03c > .tab-nav li.uk-active a,
#a752cacb0cae03c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a752cacb0cae03c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a752cacb0cae03c .layout-left li,
#a752cacb0cae03c .layout-center li,
#a752cacb0cae03c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a752cacb0cae03c .layout-left li a,
#a752cacb0cae03c .layout-center li a,
#a752cacb0cae03c .layout-right li a {
  height: 100%;
}
#a752cacb0cae03c > .tab-tabs .layout-left {
  text-align: left;
}
#a752cacb0cae03c > .tab-tabs .layout-center {
  text-align: center;
}
#a752cacb0cae03c > .tab-tabs .layout-right {
  text-align: right;
}
#a752cacb0cae03c .tab-contents {
  height: 100%;
  height: calc(100% - 36px);
}
#a752cacb0cae03c .tab-content-wrap {
  background-color: transparent;
}
#a752cacb0cae03c .tab-contents,
#a752cacb0cae03c .tab-contents-wrap {
  pointer-events: none;
}
#a752cacb0cae03c .tab-content,
#a752cacb0cae03c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a752cacb0cae03c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a752cacb0cae03c .tab-wrap .tab-contents {
  height: 100%;
}
#a752cacb0cae03c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a752cacb0cae03c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a752cacb0cae03c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#acabfaff0bad916 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acabfaff0bad916  > .ele-wrap:hover {color: #0f58a8;}#acabfaff0bad916:hover * {color: #0f58a8  !important}
                            #acabfaff0bad916:hover .line{border-color: #0f58a8  !important}#a65bdaa567ad317 a {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a6d3aa8a46a8846 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a625faa6baa5fc2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a625faa6baa5fc2  > .ele-wrap:hover {color: #0f58a8;}#a625faa6baa5fc2:hover * {color: #0f58a8  !important}
                            #a625faa6baa5fc2:hover .line{border-color: #0f58a8  !important}#ab1b2ac04ba65c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#adb54ae1eaae51c > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a2670a3535a84a1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2670a3535a84a1  > .ele-wrap:hover {color: #0f58a8;}#a2670a3535a84a1:hover * {color: #0f58a8  !important}
                            #a2670a3535a84a1:hover .line{border-color: #0f58a8  !important}#a2fe6aae31a8fbc a {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a7056a60eeac8d8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a2cc2a93d9a3618 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2cc2a93d9a3618  > .ele-wrap:hover {color: #0f58a8;}#a2cc2a93d9a3618:hover * {color: #0f58a8  !important}
                            #a2cc2a93d9a3618:hover .line{border-color: #0f58a8  !important}#a3dd5aee4aacfd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#ab13cabc9aaf656 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a8785a4178ac02c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8785a4178ac02c  > .ele-wrap:hover {color: #0f58a8;}#a8785a4178ac02c:hover * {color: #0f58a8  !important}
                            #a8785a4178ac02c:hover .line{border-color: #0f58a8  !important}#abeeca4b3aa7309 a {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#aab23a3428a4084 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a7ea6aebe6a8e2f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7ea6aebe6a8e2f  > .ele-wrap:hover {color: #0f58a8;}#a7ea6aebe6a8e2f:hover * {color: #0f58a8  !important}
                            #a7ea6aebe6a8e2f:hover .line{border-color: #0f58a8  !important}#aa893ae272af6b3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#ac731ad220a0883 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aaee7a64e2ae719 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a241caa6d1a4fee/1657787946181.jpeg);background-size: cover;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abf16af717aed17 .form-agree {
  display: flex;
  align-items: center;
}
#abf16af717aed17 .uk-form .form-submit-btn {
  width: 200px;
}
#abf16af717aed17 .submit-wrap {
  text-align: center;
}
#abf16af717aed17 .submit-wrap button {
  background-color: #4a90e2;
}
#abf16af717aed17 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#abf16af717aed17 .form-item .uk-input,
#abf16af717aed17 .form-item .uk-select,
#abf16af717aed17 .form-item .uk-textarea {
  width: autopx;
}
#abf16af717aed17 .form-item .auto-height {
  height: auto;
}
#ad931a8edcaa0f7 > .ele-wrap {color: #ffffff;}#ad931a8edcaa0f7 * {color: #ffffff  !important}
                            #ad931a8edcaa0f7 .line{border-color: #ffffff  !important}#a8440a314da2e56 , #a8440a314da2e56 a{color: rgba(15, 88, 168, 1);}#a3403a091eaa19f , #a3403a091eaa19f a{color: rgba(15, 88, 168, 1);}#ace6aa24cbaa4ce , #ace6aa24cbaa4ce a{color: rgba(15, 88, 168, 1);}#a253ca2f16a95ea , #a253ca2f16a95ea a{color: rgba(15, 88, 168, 1);}#a0429ac83ea1498 , #a0429ac83ea1498 a{color: rgba(15, 88, 168, 1);}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a24dda9836a4dd5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aee67a0e8caf63c .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#ad00ba0c22a310f > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1f61afa96ab31f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adef0ab5ceab885 .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a60e6aa324a77ab > .ele-wrap {background-color: rgba(246, 246, 246, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a45c8a5162aa597 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3b37a9ba7aa268 .ac193a7448a982c {
  overflow: hidden;
}
#a3b37a9ba7aa268 .ac193a7448a982c , #a3b37a9ba7aa268 .ac193a7448a982c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a3b37a9ba7aa268 .ac193a7448a982c:hover , #a3b37a9ba7aa268 .ac193a7448a982c *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a3b37a9ba7aa268 .uk-grid {
  margin-left: -120px;
}
#a3b37a9ba7aa268 .uk-grid > * {
  padding-left: 120px;
}
#a3b37a9ba7aa268 .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#a3b37a9ba7aa268 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3b37a9ba7aa268 .uk-position-center-left-out {
    left: -30px;
  }
  #a3b37a9ba7aa268 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a24dda9836a4dd5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8939a7db5ae076 .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a3060a486dacb0a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a711dab300a6a9e > .ele-wrap {background-color: rgba(245, 245, 245, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1f61afa96ab31f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af335ac8e6abf9b {
  min-height: 90vh;
  /* mobile */
}
#af335ac8e6abf9b .search-highlight {
  background: yellow;
}
#af335ac8e6abf9b .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#af335ac8e6abf9b .el-title {
  margin-bottom: 20px;
}
#af335ac8e6abf9b .el-item:hover .el-title {
  color: #0f58a8;
}
#af335ac8e6abf9b .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#af335ac8e6abf9b .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#af335ac8e6abf9b .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#af335ac8e6abf9b .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#af335ac8e6abf9b .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#af335ac8e6abf9b .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #af335ac8e6abf9b .el-title {
    margin-bottom: 0;
  }
  #af335ac8e6abf9b .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #af335ac8e6abf9b .category {
    font-size: 12px;
  }
  #af335ac8e6abf9b .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a06e0a1b5fa402e {
  min-height: 90vh;
  /* mobile */
}
#a06e0a1b5fa402e .search-highlight {
  background: yellow;
}
#a06e0a1b5fa402e .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a06e0a1b5fa402e .el-title {
  margin-bottom: 20px;
}
#a06e0a1b5fa402e .el-item:hover .el-title {
  color: #0f58a8;
}
#a06e0a1b5fa402e .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a06e0a1b5fa402e .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a06e0a1b5fa402e .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a06e0a1b5fa402e .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a06e0a1b5fa402e .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a06e0a1b5fa402e .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a06e0a1b5fa402e .el-title {
    margin-bottom: 0;
  }
  #a06e0a1b5fa402e .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a06e0a1b5fa402e .category {
    font-size: 12px;
  }
  #a06e0a1b5fa402e .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a6f66a6568a3f5e .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1f61afa96ab31f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acf20a522ba54e4 {
  /* 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------------------------*/
}
#acf20a522ba54e4 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#acf20a522ba54e4 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#acf20a522ba54e4 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#acf20a522ba54e4 .error .clip:nth-of-type(1) .shadow,
#acf20a522ba54e4 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#acf20a522ba54e4 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#acf20a522ba54e4 .error h2 {
  font-size: 32px;
}
#acf20a522ba54e4 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#acf20a522ba54e4 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#acf20a522ba54e4 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#acf20a522ba54e4 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#acf20a522ba54e4 .error .clip .shadow {
  overflow: hidden;
}
#acf20a522ba54e4 .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);
}
#acf20a522ba54e4 .error .clip:nth-of-type(3) .shadow:after,
#acf20a522ba54e4 .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%;
}
#acf20a522ba54e4 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#acf20a522ba54e4 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#acf20a522ba54e4 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#acf20a522ba54e4 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#acf20a522ba54e4 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#acf20a522ba54e4 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#acf20a522ba54e4 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#acf20a522ba54e4 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #acf20a522ba54e4 {
    /* Error Page */
    /* Error Page */
  }
  #acf20a522ba54e4 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #acf20a522ba54e4 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #acf20a522ba54e4 .error .clip:nth-of-type(1) .shadow,
  #acf20a522ba54e4 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #acf20a522ba54e4 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #acf20a522ba54e4 .error h2 {
    font-size: 24px;
  }
  #acf20a522ba54e4 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #acf20a522ba54e4 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #acf20a522ba54e4 .error .container-error-404 {
    height: 150px;
  }
}
#acf20a522ba54e4 .overlay {
  position: relative;
  z-index: 20;
}
#acf20a522ba54e4 .ground-color {
  background: white;
}
#acf20a522ba54e4 .item-bg-color {
  background: #EAEAEA;
}
#acf20a522ba54e4 .padding-top {
  padding-top: 10px;
}
#acf20a522ba54e4 .padding-bottom {
  padding-bottom: 10px;
}
#acf20a522ba54e4 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#acf20a522ba54e4 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#acf20a522ba54e4 .padding-all {
  padding: 10px;
}
#acf20a522ba54e4 .no-padding-left {
  padding-left: 0px;
}
#acf20a522ba54e4 .no-padding-right {
  padding-right: 0px;
}
#acf20a522ba54e4 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#acf20a522ba54e4 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#acf20a522ba54e4 .no-padding {
  padding: 0px;
}
#acf20a522ba54e4 .margin-top {
  margin-top: 10px;
}
#acf20a522ba54e4 .margin-bottom {
  margin-bottom: 10px;
}
#acf20a522ba54e4 .margin-right {
  margin-right: 10px;
}
#acf20a522ba54e4 .margin-left {
  margin-left: 10px;
}
#acf20a522ba54e4 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#acf20a522ba54e4 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#acf20a522ba54e4 .margin-all {
  margin: 10px;
}
#acf20a522ba54e4 .no-margin {
  margin: 0px;
}
#acf20a522ba54e4 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#acf20a522ba54e4 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#acf20a522ba54e4 .inside-col-shrink {
  margin: 0px 20px;
}
#acf20a522ba54e4 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#ab756a2e75a1644 {
  /* 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------------------------*/
}
#ab756a2e75a1644 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#ab756a2e75a1644 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#ab756a2e75a1644 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#ab756a2e75a1644 .error .clip:nth-of-type(1) .shadow,
#ab756a2e75a1644 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#ab756a2e75a1644 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#ab756a2e75a1644 .error h2 {
  font-size: 32px;
}
#ab756a2e75a1644 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#ab756a2e75a1644 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#ab756a2e75a1644 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#ab756a2e75a1644 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#ab756a2e75a1644 .error .clip .shadow {
  overflow: hidden;
}
#ab756a2e75a1644 .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);
}
#ab756a2e75a1644 .error .clip:nth-of-type(3) .shadow:after,
#ab756a2e75a1644 .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%;
}
#ab756a2e75a1644 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#ab756a2e75a1644 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#ab756a2e75a1644 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#ab756a2e75a1644 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#ab756a2e75a1644 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#ab756a2e75a1644 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#ab756a2e75a1644 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#ab756a2e75a1644 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #ab756a2e75a1644 {
    /* Error Page */
    /* Error Page */
  }
  #ab756a2e75a1644 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #ab756a2e75a1644 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #ab756a2e75a1644 .error .clip:nth-of-type(1) .shadow,
  #ab756a2e75a1644 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #ab756a2e75a1644 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #ab756a2e75a1644 .error h2 {
    font-size: 24px;
  }
  #ab756a2e75a1644 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #ab756a2e75a1644 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #ab756a2e75a1644 .error .container-error-404 {
    height: 150px;
  }
}
#ab756a2e75a1644 .overlay {
  position: relative;
  z-index: 20;
}
#ab756a2e75a1644 .ground-color {
  background: white;
}
#ab756a2e75a1644 .item-bg-color {
  background: #EAEAEA;
}
#ab756a2e75a1644 .padding-top {
  padding-top: 10px;
}
#ab756a2e75a1644 .padding-bottom {
  padding-bottom: 10px;
}
#ab756a2e75a1644 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ab756a2e75a1644 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#ab756a2e75a1644 .padding-all {
  padding: 10px;
}
#ab756a2e75a1644 .no-padding-left {
  padding-left: 0px;
}
#ab756a2e75a1644 .no-padding-right {
  padding-right: 0px;
}
#ab756a2e75a1644 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#ab756a2e75a1644 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#ab756a2e75a1644 .no-padding {
  padding: 0px;
}
#ab756a2e75a1644 .margin-top {
  margin-top: 10px;
}
#ab756a2e75a1644 .margin-bottom {
  margin-bottom: 10px;
}
#ab756a2e75a1644 .margin-right {
  margin-right: 10px;
}
#ab756a2e75a1644 .margin-left {
  margin-left: 10px;
}
#ab756a2e75a1644 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#ab756a2e75a1644 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#ab756a2e75a1644 .margin-all {
  margin: 10px;
}
#ab756a2e75a1644 .no-margin {
  margin: 0px;
}
#ab756a2e75a1644 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#ab756a2e75a1644 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#ab756a2e75a1644 .inside-col-shrink {
  margin: 0px 20px;
}
#ab756a2e75a1644 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#acd9fabc45ad1be .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1f61afa96ab31f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab63ea451ca67e0 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#ab63ea451ca67e0 .switch_item {
  margin-right: 10px;
}
#ab63ea451ca67e0 a.switch_item:hover {
  text-decoration: underline;
}
#ab63ea451ca67e0 .slider {
  width: 420px;
  height: 600px;
}
#ab63ea451ca67e0 .uk-slideshow-items {
  height: 100%;
}
#ab63ea451ca67e0 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#ab63ea451ca67e0 .login-wrap {
  width: 100%;
  height: 100%;
}
#ab63ea451ca67e0 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#ab63ea451ca67e0 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#ab63ea451ca67e0 .phone-login-box {
  margin: 40px auto 40px;
}
#ab63ea451ca67e0 .login-header {
  margin-bottom: 24px;
}
#ab63ea451ca67e0 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#ab63ea451ca67e0 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#ab63ea451ca67e0 .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;
}
#ab63ea451ca67e0 .forget_password {
  cursor: pointer;
}
#ab63ea451ca67e0 .forget_password:hover {
  color: #0f58a8;
}
#ab63ea451ca67e0 .input-item input.error,
#ab63ea451ca67e0 .input-item input.error::placeholder {
  color: #fc4343;
}
#ab63ea451ca67e0 .input-item input::placeholder {
  color: #999;
}
#ab63ea451ca67e0 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#ab63ea451ca67e0 .form-item {
  margin: 24px 0;
}
#ab63ea451ca67e0 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#ab63ea451ca67e0 .send-code {
  float: left;
  margin-left: 20px;
}
#ab63ea451ca67e0 .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;
}
#ab63ea451ca67e0 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#ab63ea451ca67e0 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#ab63ea451ca67e0 .login_btn_wrap {
  text-align: center;
}
#ab63ea451ca67e0 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#ab63ea451ca67e0 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#ab63ea451ca67e0 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#ac723ac1a7a7a5b .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#ac723ac1a7a7a5b .switch_item {
  margin-right: 10px;
}
#ac723ac1a7a7a5b a.switch_item:hover {
  text-decoration: underline;
}
#ac723ac1a7a7a5b .slider {
  width: 420px;
  height: 600px;
}
#ac723ac1a7a7a5b .uk-slideshow-items {
  height: 100%;
}
#ac723ac1a7a7a5b .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#ac723ac1a7a7a5b .login-wrap {
  width: 100%;
  height: 100%;
}
#ac723ac1a7a7a5b .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#ac723ac1a7a7a5b .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#ac723ac1a7a7a5b .phone-login-box {
  margin: 40px auto 40px;
}
#ac723ac1a7a7a5b .login-header {
  margin-bottom: 24px;
}
#ac723ac1a7a7a5b .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#ac723ac1a7a7a5b .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#ac723ac1a7a7a5b .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;
}
#ac723ac1a7a7a5b .forget_password {
  cursor: pointer;
}
#ac723ac1a7a7a5b .forget_password:hover {
  color: #0f58a8;
}
#ac723ac1a7a7a5b .input-item input.error,
#ac723ac1a7a7a5b .input-item input.error::placeholder {
  color: #fc4343;
}
#ac723ac1a7a7a5b .input-item input::placeholder {
  color: #999;
}
#ac723ac1a7a7a5b .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#ac723ac1a7a7a5b .form-item {
  margin: 24px 0;
}
#ac723ac1a7a7a5b .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#ac723ac1a7a7a5b .send-code {
  float: left;
  margin-left: 20px;
}
#ac723ac1a7a7a5b .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;
}
#ac723ac1a7a7a5b .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#ac723ac1a7a7a5b .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#ac723ac1a7a7a5b .login_btn_wrap {
  text-align: center;
}
#ac723ac1a7a7a5b .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#ac723ac1a7a7a5b .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#ac723ac1a7a7a5b .input-item .pwd-toggle:hover {
  color: currentColor;
}
#adba9aadfaafba0 .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1f61afa96ab31f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad2a6a6692a514f .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#ad2a6a6692a514f .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#ad2a6a6692a514f .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#ad2a6a6692a514f .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#ad2a6a6692a514f .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#ad2a6a6692a514f .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#ad2a6a6692a514f .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#ad2a6a6692a514f .nav-list {
  padding: 0 20px;
}
#ad2a6a6692a514f .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;
}
#ad2a6a6692a514f .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#ad2a6a6692a514f .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#ad2a6a6692a514f .order-item:hover {
  background: #f7f7f7;
}
#ad2a6a6692a514f .del-order {
  cursor: pointer;
}
#ad2a6a6692a514f .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#ad2a6a6692a514f .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#ad2a6a6692a514f .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#ad2a6a6692a514f .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#ad2a6a6692a514f .goods-item .goods-info {
  padding: 0 15px;
}
#ad2a6a6692a514f .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#ad2a6a6692a514f .appoint-time {
  margin-bottom: 4px;
}
#ad2a6a6692a514f .appoint-name {
  color: #333;
  font-size: 14px;
}
#ad2a6a6692a514f .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#ad2a6a6692a514f .goods-item .goods-name {
  color: #333;
}
#ad2a6a6692a514f .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#ad2a6a6692a514f .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#ad2a6a6692a514f .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#ad2a6a6692a514f .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#ad2a6a6692a514f .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#ad2a6a6692a514f .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;
}
#ad2a6a6692a514f .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#ad2a6a6692a514f .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#ad2a6a6692a514f .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#ad2a6a6692a514f .setting-form {
  padding: 30px 20px;
}
#ad2a6a6692a514f .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#ad2a6a6692a514f .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#ad2a6a6692a514f .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#ad2a6a6692a514f .setting-form .setting-btns {
  margin-left: 130px;
}
#ad2a6a6692a514f .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#ad2a6a6692a514f .setting-wrap {
  position: relative;
}
#ad2a6a6692a514f .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#ad2a6a6692a514f .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#ad2a6a6692a514f .user-info .levels {
  color: #888;
  font-size: 12px;
}
#ad2a6a6692a514f .address-wrap {
  padding: 30px 20px;
}
#ad2a6a6692a514f .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#ad2a6a6692a514f .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#ad2a6a6692a514f .addr-list {
  min-height: 200px;
}
#ad2a6a6692a514f .addr-detail .addr-item-name,
#ad2a6a6692a514f .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;
}
#ad2a6a6692a514f .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#ad2a6a6692a514f .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#ad2a6a6692a514f .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#ad2a6a6692a514f .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#ad2a6a6692a514f .add-addr {
  height: 32px;
  line-height: 30px;
}
#ad2a6a6692a514f .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;
}
#ad2a6a6692a514f .publish-item {
  cursor: default;
  min-height: 120px;
}
#ad2a6a6692a514f .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#ad2a6a6692a514f .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#ad2a6a6692a514f .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #0f58a8;
}
#ad2a6a6692a514f .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a5793a57e4aeda7 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a5793a57e4aeda7 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a5793a57e4aeda7 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a5793a57e4aeda7 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a5793a57e4aeda7 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a5793a57e4aeda7 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a5793a57e4aeda7 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a5793a57e4aeda7 .nav-list {
  padding: 0 20px;
}
#a5793a57e4aeda7 .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;
}
#a5793a57e4aeda7 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a5793a57e4aeda7 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a5793a57e4aeda7 .order-item:hover {
  background: #f7f7f7;
}
#a5793a57e4aeda7 .del-order {
  cursor: pointer;
}
#a5793a57e4aeda7 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a5793a57e4aeda7 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a5793a57e4aeda7 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a5793a57e4aeda7 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a5793a57e4aeda7 .goods-item .goods-info {
  padding: 0 15px;
}
#a5793a57e4aeda7 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a5793a57e4aeda7 .appoint-time {
  margin-bottom: 4px;
}
#a5793a57e4aeda7 .appoint-name {
  color: #333;
  font-size: 14px;
}
#a5793a57e4aeda7 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a5793a57e4aeda7 .goods-item .goods-name {
  color: #333;
}
#a5793a57e4aeda7 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a5793a57e4aeda7 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a5793a57e4aeda7 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a5793a57e4aeda7 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a5793a57e4aeda7 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a5793a57e4aeda7 .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;
}
#a5793a57e4aeda7 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a5793a57e4aeda7 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a5793a57e4aeda7 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a5793a57e4aeda7 .setting-form {
  padding: 30px 20px;
}
#a5793a57e4aeda7 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a5793a57e4aeda7 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a5793a57e4aeda7 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a5793a57e4aeda7 .setting-form .setting-btns {
  margin-left: 130px;
}
#a5793a57e4aeda7 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a5793a57e4aeda7 .setting-wrap {
  position: relative;
}
#a5793a57e4aeda7 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a5793a57e4aeda7 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a5793a57e4aeda7 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a5793a57e4aeda7 .address-wrap {
  padding: 30px 20px;
}
#a5793a57e4aeda7 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a5793a57e4aeda7 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a5793a57e4aeda7 .addr-list {
  min-height: 200px;
}
#a5793a57e4aeda7 .addr-detail .addr-item-name,
#a5793a57e4aeda7 .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;
}
#a5793a57e4aeda7 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a5793a57e4aeda7 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a5793a57e4aeda7 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a5793a57e4aeda7 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a5793a57e4aeda7 .add-addr {
  height: 32px;
  line-height: 30px;
}
#a5793a57e4aeda7 .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;
}
#a5793a57e4aeda7 .publish-item {
  cursor: default;
  min-height: 120px;
}
#a5793a57e4aeda7 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a5793a57e4aeda7 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a5793a57e4aeda7 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #0f58a8;
}
#a5793a57e4aeda7 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a2164a6320a1af1 .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1f61afa96ab31f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6f8ba9c98a8f6a {
  min-height: 90vh;
  /* mobile */
}
#a6f8ba9c98a8f6a .search-highlight {
  background: yellow;
}
#a6f8ba9c98a8f6a .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a6f8ba9c98a8f6a .el-title {
  margin-bottom: 20px;
}
#a6f8ba9c98a8f6a .el-item:hover .el-title {
  color: #0f58a8;
}
#a6f8ba9c98a8f6a .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a6f8ba9c98a8f6a .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a6f8ba9c98a8f6a .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a6f8ba9c98a8f6a .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a6f8ba9c98a8f6a .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a6f8ba9c98a8f6a .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a6f8ba9c98a8f6a .el-title {
    margin-bottom: 0;
  }
  #a6f8ba9c98a8f6a .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a6f8ba9c98a8f6a .category {
    font-size: 12px;
  }
  #a6f8ba9c98a8f6a .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a2519a411da6156 {
  min-height: 90vh;
  /* mobile */
}
#a2519a411da6156 .search-highlight {
  background: yellow;
}
#a2519a411da6156 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a2519a411da6156 .el-title {
  margin-bottom: 20px;
}
#a2519a411da6156 .el-item:hover .el-title {
  color: #0f58a8;
}
#a2519a411da6156 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a2519a411da6156 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a2519a411da6156 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a2519a411da6156 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a2519a411da6156 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a2519a411da6156 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a2519a411da6156 .el-title {
    margin-bottom: 0;
  }
  #a2519a411da6156 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a2519a411da6156 .category {
    font-size: 12px;
  }
  #a2519a411da6156 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#ac05ba2db8a301e .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1f61afa96ab31f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aebc3a08c4a6a3d .comment-detail {
  min-height: 600px;
}
#aebc3a08c4a6a3d table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#aebc3a08c4a6a3d table th,
#aebc3a08c4a6a3d table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#aebc3a08c4a6a3d table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#aebc3a08c4a6a3d .red {
  color: #F00!important;
}
#aebc3a08c4a6a3d .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;
}
#a9d5ca074ca15a9 .comment-detail {
  min-height: 600px;
}
#a9d5ca074ca15a9 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a9d5ca074ca15a9 table th,
#a9d5ca074ca15a9 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a9d5ca074ca15a9 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a9d5ca074ca15a9 .red {
  color: #F00!important;
}
#a9d5ca074ca15a9 .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;
}
#a6d19a80cfa148b .uk-container {
  line-height: 2;
  color: #999;
}
#aeb55aa0c7a1b90 form {
  width: 100%;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aeb55aa0c7a1b90 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeb55aa0c7a1b90 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aeb55aa0c7a1b90 .search-box .search-type.show {
  display: block;
}
#aeb55aa0c7a1b90 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#aeb55aa0c7a1b90 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .search-box .search-type li.active {
  color: #00ad5f;
}
#aeb55aa0c7a1b90 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #f8f8f8;
  overflow: hidden;
}
#aeb55aa0c7a1b90 .inner-form .input-field {
  height: 100%;
}
#aeb55aa0c7a1b90 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aeb55aa0c7a1b90 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aeb55aa0c7a1b90 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aeb55aa0c7a1b90 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aeb55aa0c7a1b90 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#aeb55aa0c7a1b90 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #3366a9;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#aeb55aa0c7a1b90 .btn-search:hover {
  background: #00ad5f;
}
#aeb55aa0c7a1b90 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a87d1aa3fead628 , #a87d1aa3fead628 a{color: rgba(255, 180, 0, 1);}#ae040a861ea8d4f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae040a861ea8d4f .site-language-menu a:hover {
  color: #ccc;
}
#ae040a861ea8d4f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae040a861ea8d4f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae040a861ea8d4f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae040a861ea8d4f .uk-dropdown li a:hover {
  color: #222;
}
#ae040a861ea8d4f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a52cda619ba5577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a687ba4f81a4f98 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523fa2a50a00d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a523fa2a50a00d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a523fa2a50a00d5 .ap-icon {
  margin-right: 6px;
}
#a523fa2a50a00d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a,
#a523fa2a50a00d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon svg,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a523fa2a50a00d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon,
#a523fa2a50a00d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a523fa2a50a00d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a523fa2a50a00d5 .menu-list > li:hover > a,
#a523fa2a50a00d5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a523fa2a50a00d5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a523fa2a50a00d5 .menu-list ul,
#a523fa2a50a00d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a523fa2a50a00d5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a523fa2a50a00d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a523fa2a50a00d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a523fa2a50a00d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae249a657fa9b40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae249a657fa9b40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae249a657fa9b40 .ap-icon {
  margin-right: 6px;
}
#ae249a657fa9b40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a,
#ae249a657fa9b40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon svg,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon img,
#ae249a657fa9b40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon,
#ae249a657fa9b40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae249a657fa9b40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae249a657fa9b40 .menu-list > li:hover > a,
#ae249a657fa9b40 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae249a657fa9b40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ae249a657fa9b40 .menu-list ul,
#ae249a657fa9b40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae249a657fa9b40 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ae249a657fa9b40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae249a657fa9b40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae249a657fa9b40 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a982fab79ea7d4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a982fab79ea7d4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a982fab79ea7d4a .ap-icon {
  margin-right: 6px;
}
#a982fab79ea7d4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a,
#a982fab79ea7d4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon svg,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon img,
#a982fab79ea7d4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon,
#a982fab79ea7d4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a982fab79ea7d4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a982fab79ea7d4a .menu-list > li:hover > a,
#a982fab79ea7d4a .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a982fab79ea7d4a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a982fab79ea7d4a .menu-list ul,
#a982fab79ea7d4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a982fab79ea7d4a .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a982fab79ea7d4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a982fab79ea7d4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a982fab79ea7d4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1153a189dae447 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5be5ad156a3862 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  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: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1923a4735a53dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1923a4735a53dd .ap-icon {
  margin-right: 6px;
}
#a1923a4735a53dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a,
#a1923a4735a53dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon svg,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon img,
#a1923a4735a53dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon,
#a1923a4735a53dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1923a4735a53dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1923a4735a53dd .menu-list > li:hover > a,
#a1923a4735a53dd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1923a4735a53dd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a1923a4735a53dd .menu-list ul,
#a1923a4735a53dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1923a4735a53dd .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a1923a4735a53dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1923a4735a53dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1923a4735a53dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9f3fa6d61a87cf .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ff4a5789a7408 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a423cafc65acfd5 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa459af160ae45d .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a37f3acf82a02ae .img-wrap {
  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;
}
#ad93aac18aa9988 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad93aac18aa9988 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad93aac18aa9988 .ap-icon {
  margin-right: 6px;
}
#ad93aac18aa9988 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a,
#ad93aac18aa9988 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon svg,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon img,
#ad93aac18aa9988 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon,
#ad93aac18aa9988 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad93aac18aa9988 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad93aac18aa9988 .menu-list > li:hover > a,
#ad93aac18aa9988 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad93aac18aa9988 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad93aac18aa9988 .menu-list ul,
#ad93aac18aa9988 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad93aac18aa9988 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad93aac18aa9988 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad93aac18aa9988 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad93aac18aa9988 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a73f6a3d09a5fe4 {
  overflow: hidden;
  pointer-events: none;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73f6a3d09a5fe4 > .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;
}
#a73f6a3d09a5fe4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav a {
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 129px;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a73f6a3d09a5fe4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73f6a3d09a5fe4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73f6a3d09a5fe4 .layout-left li,
#a73f6a3d09a5fe4 .layout-center li,
#a73f6a3d09a5fe4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73f6a3d09a5fe4 .layout-left li a,
#a73f6a3d09a5fe4 .layout-center li a,
#a73f6a3d09a5fe4 .layout-right li a {
  height: 100%;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-left {
  text-align: left;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-center {
  text-align: center;
}
#a73f6a3d09a5fe4 > .tab-tabs .layout-right {
  text-align: right;
}
#a73f6a3d09a5fe4 .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#a73f6a3d09a5fe4 .tab-content-wrap {
  background-color: transparent;
}
#a73f6a3d09a5fe4 .tab-contents,
#a73f6a3d09a5fe4 .tab-contents-wrap {
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-content,
#a73f6a3d09a5fe4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73f6a3d09a5fe4 .tab-wrap .tab-contents {
  height: 100%;
}
#a73f6a3d09a5fe4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73f6a3d09a5fe4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab2b3a9eafac742 {
  overflow: hidden;
  pointer-events: none;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2b3a9eafac742 > .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;
}
#ab2b3a9eafac742 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#ab2b3a9eafac742 > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab2b3a9eafac742 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab2b3a9eafac742 .layout-left li,
#ab2b3a9eafac742 .layout-center li,
#ab2b3a9eafac742 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2b3a9eafac742 .layout-left li a,
#ab2b3a9eafac742 .layout-center li a,
#ab2b3a9eafac742 .layout-right li a {
  height: 100%;
}
#ab2b3a9eafac742 > .tab-tabs .layout-left {
  text-align: left;
}
#ab2b3a9eafac742 > .tab-tabs .layout-center {
  text-align: center;
}
#ab2b3a9eafac742 > .tab-tabs .layout-right {
  text-align: right;
}
#ab2b3a9eafac742 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ab2b3a9eafac742 .tab-content-wrap {
  background-color: transparent;
}
#ab2b3a9eafac742 .tab-contents,
#ab2b3a9eafac742 .tab-contents-wrap {
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-content,
#ab2b3a9eafac742 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2b3a9eafac742 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2b3a9eafac742 .tab-wrap .tab-contents {
  height: 100%;
}
#ab2b3a9eafac742 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab2b3a9eafac742 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602ad05da84b8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a626fad088af1bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a626fad088af1bb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a626fad088af1bb .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 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;
}
#a626fad088af1bb .menu-list > li > a {
  padding: 0 32px;
}
#a626fad088af1bb .menu-list > li:hover:before {
  height: 100%;
}
#a626fad088af1bb .menu-list > li:hover:after {
  color: auto;
}
#a626fad088af1bb .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: "|";
}
#a626fad088af1bb .menu-list > li:first-child:after {
  content: "";
}
#a626fad088af1bb .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -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);
}
#a626fad088af1bb .menu-list > li ul li {
  position: relative;
}
#a626fad088af1bb .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: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a626fad088af1bb .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a626fad088af1bb li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul li a:active,
#a626fad088af1bb li ul li a.active,
#a626fad088af1bb li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a626fad088af1bb li ul,
#a626fad088af1bb li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a626fad088af1bb li:hover > ul {
  left: auto;
}
#a626fad088af1bb li ul li:hover ul {
  left: 100%;
  top: 0;
}
