.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: 15px;
  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: #4d93e4;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #01755f;
}
/* 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: #01755f;
}
/* 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: #01755f;
  text-shadow: none;
}
::selection {
  background: #01755f;
  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 #01755f;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #01755f;
}
/* ========================================================================
     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: 15px;
}
/* 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: #01755f;
  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: #01755f;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #01755f;
  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: #01755f;
  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: #01755f;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #01755f;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #01755f;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #fafafa;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #fafafa;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #01755f;
  color: #ffffff;
  border-color: #01755f;
}
/*
   * 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: #01755f;
}
/* 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: #4d93e4;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #01755f;
}
/* 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: #01755f;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #fafafa;
}
.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: #01755f;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #fafafa;
}
/* ========================================================================
     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: #01755f;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #fafafa;
  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: #01755f;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #fafafa;
  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: #01755f;
}
/*
   * 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: #01755f;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #01755f;
  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: #01755f;
  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: #01755f;
}
/* 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: #01755f;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #01755f;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #01755f;
}
/* 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: #01755f;
  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: #01755f;
  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: #01755f;
  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: #01755f;
}
/* 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: #01755f;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #01755f;
  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: #01755f;
}
/*
   * 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: #01755f;
}
/* 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: #01755f;
}
/*
   * 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: #01755f;
  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: #01755f;
}
.uk-progress::-moz-progress-bar {
  background-color: #01755f;
}
.uk-progress::-ms-fill {
  background-color: #01755f;
}
/* ========================================================================
     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: #01755f !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: #01755f !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #01755f;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #01755f;
}
.uk-background-secondary {
  background-color: #fafafa;
}
/* ========================================================================
     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: #01755f;
  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: #01755f;
  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: #01755f;
  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: #01755f;
}
.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(250, 250, 250, 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: #01755f;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #01755f;
}
.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: #01755f;
  border-color: #01755f;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #01755f;
}
/* ========================================================================
   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: #014236;
}
.ap-list-filter dd a.active {
  background-color: #01755f;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #01755f;
}
.category li a.active {
  color: #01755f;
}
.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: #01755f;
}
.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: #01755f;
  border: 1px solid rgba(1, 117, 95, 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: #01755f;
}
form .step .ui-step.active .ui-step-title {
  color: #01755f;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #01755f;
  background-color: #01755f;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #01755f;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #01755f;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #01755f;
  color: #01755f;
}
.btn-effect-2:hover {
  background-color: #01755f;
}
.uk-button.btn-effect-5 {
  background-color: #01755f;
  box-shadow: 0 0 15px rgba(1, 117, 95, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #01755f;
}
.header-effect-6 [data-item='title']::before {
  background-color: #01755f;
}
#ac982a4f18a07ab {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ac982a4f18a07ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac982a4f18a07ab .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#accb8aa68ea7831  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a135faee85a0ecf  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 50px;margin-bottom: 50px;}#ab1d5adddda8a80 .a7d02a2b09a6806 {
  overflow: hidden;
}
#ab1d5adddda8a80 .a7d02a2b09a6806 , #ab1d5adddda8a80 .a7d02a2b09a6806 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(20, 20, 20, 1);}#ab1d5adddda8a80 .a7d02a2b09a6806:hover , #ab1d5adddda8a80 .a7d02a2b09a6806 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ab1d5adddda8a80 .aa9c5a1fe8acba8 , #ab1d5adddda8a80 .aa9c5a1fe8acba8 .param-tag {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#ab1d5adddda8a80 .a9f00aa3abaf35c , #ab1d5adddda8a80 .a9f00aa3abaf35c .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#ab1d5adddda8a80 .uk-grid {
  margin-left: -30px;
}
#ab1d5adddda8a80 .uk-grid > * {
  padding-left: 30px;
}
#ab1d5adddda8a80 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#ab1d5adddda8a80 .filter-list {
  font-size: 14px;
}
#ab1d5adddda8a80 .dynamic-list-item {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ebebeb;
  border-left-color: #ebebeb;
  border-bottom-color: #ebebeb;
  border-top-color: #ebebeb;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab1d5adddda8a80 .dynamic-list-item:hover {
  background-color: #fafafa;
}
/* mobile */
@media (max-width: 640px) {
  #ab1d5adddda8a80 .uk-position-center-left-out {
    left: -30px;
  }
  #ab1d5adddda8a80 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a82f0ac94fa65aa [data-item*=".abstract"], #a82f0ac94fa65aa [data-item*=".abstract"] a {show: true;}#a82f0ac94fa65aa [data-item*=".subTitle"], #a82f0ac94fa65aa [data-item*=".subTitle"] a {show: true;}#a82f0ac94fa65aa [data-item*=".category"], #a82f0ac94fa65aa [data-item*=".category"] a {show: true;}#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aefcca0912a1fb1 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#aefcca0912a1fb1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aefcca0912a1fb1 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ab34ea4b11abcbc .sidebar {
  width: 320px;
}
@media (max-width: 640px) {
  #ab34ea4b11abcbc .sidebar {
    width: 100%;
  }
}
#ab34ea4b11abcbc .menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 70px;
  padding-left: 20px;
}
#ab34ea4b11abcbc .menu-header h4 span {
  font-size: 12px;
}
#ab34ea4b11abcbc .menu-level-1 {
  border: 1px solid #ECECEC;
  margin-bottom: 15px;
}
#ab34ea4b11abcbc .menu-item a {
  color: #666;
  display: block;
  padding: 0 20px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border-bottom: 1px solid #ECECEC;
}
#ab34ea4b11abcbc .menu-item a .indicator {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 25px;
  height: 25px;
  background: url(/resources/sys/img/icons/menu_icon.png) center center no-repeat;
}
#ab34ea4b11abcbc .menu-item a:hover {
  color: #01755f;
}
#ab34ea4b11abcbc .menu-item a:hover > .indicator {
  background-image: url(/resources/sys/img/icons/menu_icon_hover.png);
}
#ab34ea4b11abcbc .menu-level-1 > a {
  color: #333;
  font-size: 18px;
  position: relative;
  background: #eaeaea;
}
#ab34ea4b11abcbc .menu-level-3 {
  padding-left: 15px;
}
#ab34ea4b11abcbc .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#ab34ea4b11abcbc .accordion-menu li a:hover {
  background-color: #01755f;
  color: #fff;
  border: none;
}
#ab34ea4b11abcbc .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#ab34ea4b11abcbc .contact-phone {
  padding: 15px 0 15px 70px;
  color: #333;
}
#ab34ea4b11abcbc .contact-icon {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
#ab34ea4b11abcbc .contact-info {
  border-top: 1px solid #ECECEC;
}
#ab34ea4b11abcbc .contact-info p {
  margin: 0;
}
#ab34ea4b11abcbc .phone {
  font-size: 24px;
  font-family: arial;
  line-height: 1;
}
#ab34ea4b11abcbc .hot-list {
  padding: 15px;
}
#ab34ea4b11abcbc .hot-list a {
  color: #777;
}
#ab34ea4b11abcbc .hot-list a:hover {
  color: #01755f;
}
#ab34ea4b11abcbc .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#ab34ea4b11abcbc .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#ab34ea4b11abcbc .hot-item:hover a {
  color: #01755f;
}
#ab34ea4b11abcbc .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#ab34ea4b11abcbc .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #01755f;
  content: "";
}
#ab34ea4b11abcbc .content-header {
  padding-bottom: 10px;
}
#ab34ea4b11abcbc .uk-button-group .uk-button {
  font-size: 12px;
  height: 30px;
  padding: 0 15px;
  line-height: 30px;
}
#ab34ea4b11abcbc .uk-button-group .uk-button:first-child {
  border-radius: 15px 0 0 15px;
}
#ab34ea4b11abcbc .uk-button-group .uk-button:last-child {
  border-radius: 0 15px 15px 0;
}
@media (max-width: 640px) {
  #ab34ea4b11abcbc .uk-padding-small {
    padding: 0;
  }
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad91aaed88a969c form {
  width: 100%;
  height: 100%;
}
#ad91aaed88a969c .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ad91aaed88a969c .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;
}
#ad91aaed88a969c .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ad91aaed88a969c .search-box .search-type.show {
  display: block;
}
#ad91aaed88a969c .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ad91aaed88a969c .search-box .search-type li:hover {
  color: #126e82;
}
#ad91aaed88a969c .search-box .search-type li.active {
  color: #126e82;
}
#ad91aaed88a969c .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: 3px;
  background-color: #ffffff;
  overflow: hidden;
  border-right-style: solid;
  border-right-color: #cdcdcd;
  border-right-width: 1px;
  border-left-color: #cdcdcd;
  border-bottom-color: #cdcdcd;
  border-top-color: #cdcdcd;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ad91aaed88a969c .inner-form .input-field {
  height: 100%;
}
#ad91aaed88a969c .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: #9b9b9b;
}
#ad91aaed88a969c .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#ad91aaed88a969c .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#ad91aaed88a969c .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#ad91aaed88a969c .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ad91aaed88a969c .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: #ffffff;
  position: relative;
}
#ad91aaed88a969c .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ad91aaed88a969c .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#ad91aaed88a969c .inner-form .input-field.second-wrap {
  min-width: 80px;
}
#ad91aaed88a969c .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #1e9eb3;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
  font-size: 15px;
}
#ad91aaed88a969c .btn-search:hover {
  background: #126e82;
}
#ad91aaed88a969c .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ab34ea4b11abcbc .uk-grid {margin-left: -20px;}@media (min-width: 1200px) {
                    #ab34ea4b11abcbc .uk-grid { margin-left: -20px;}
                }@media (max-width: 640) {
                    #ab34ea4b11abcbc .uk-grid { margin-left: -20px;}
                }#ab34ea4b11abcbc .uk-grid>* {padding-left: 20px;}@media (min-width: 1200px) {
                    #ab34ea4b11abcbc .uk-grid>* { padding-left: 20px;}
                }@media (max-width: 640) {#ab34ea4b11abcbc .uk-grid>* {
                    padding-left: 20px;}
                }#ab34ea4b11abcbc .uk-grid>.uk-grid-margin {margin-top: 20px;}@media (min-width: 1200px) {
                    #ab34ea4b11abcbc .uk-grid>.uk-grid-margin {margin-top: 20px;}
                }@media (max-width: 640) {
                    #ab34ea4b11abcbc .uk-grid>.uk-grid-margin {margin-top: 20px;}
                }#ab34ea4b11abcbc [data-item="items"] .uk-card-body {padding: 22px}@media (min-width: 1200px) {
                #ab34ea4b11abcbc [data-item="items"] .uk-card-body {padding: 22px}
            }@media (max-width: 640px) {
                #ab34ea4b11abcbc [data-item="items"] .uk-card-body {padding: 22px}
            }#ab34ea4b11abcbc [data-item="items"] .uk-card {
                border-radius: 5px !important; overflow: hidden;
            } #ab34ea4b11abcbc [data-item="items"] .uk-card {background-color: rgba(255, 255, 255, 1)}#ab34ea4b11abcbc [data-item*=".title"], #ab34ea4b11abcbc [data-item*=".title"] a {text-align: left;max-line: 1;font-weight: bold;color: rgba(74, 74, 74, 1);font-size: 15px;}#ab34ea4b11abcbc [data-item*=".abstract"], #ab34ea4b11abcbc [data-item*=".abstract"] a {show: false;}#ab34ea4b11abcbc [data-item*=".subTitle"], #ab34ea4b11abcbc [data-item*=".subTitle"] a {show: false;}#ab34ea4b11abcbc [data-item*=".category"], #ab34ea4b11abcbc [data-item*=".category"] a {show: false;}#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a892aa64eea5a7e > .lightbox-content {background-color: rgba(255, 255, 255, 1);}#ab6e2aa0e8a205d .form-agree {
  display: flex;
  align-items: center;
}
#ab6e2aa0e8a205d .uk-form .form-submit-btn {
  width: 400px;
}
#ab6e2aa0e8a205d .uk-form .form-submit-btn {
  height: 35px;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0;
}
#ab6e2aa0e8a205d .submit-wrap {
  text-align: center;
}
#ab6e2aa0e8a205d .submit-wrap button {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab6e2aa0e8a205d form {
  padding-top: 1px;
  padding-bottom: 1px;
}
#ab6e2aa0e8a205d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ab6e2aa0e8a205d .form-item {
  margin-top: 0px !important;
  margin-bottom: 15px !important;
}
#ab6e2aa0e8a205d .form-item .uk-input,
#ab6e2aa0e8a205d .form-item .uk-select,
#ab6e2aa0e8a205d .form-item .uk-textarea {
  width: autopx;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #9b9b9b;
}
#ab6e2aa0e8a205d .form-item .auto-height {
  height: auto;
}
#ab6e2aa0e8a205d .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #9b9b9b;
}
#ab6e2aa0e8a205d .form-item .send-code {
  bottom: -4px;
}
#ab6e2aa0e8a205d .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#ab6e2aa0e8a205d .uk-form-label,
#ab6e2aa0e8a205d .form-agree,
#ab6e2aa0e8a205d .uk-h3,
#ab6e2aa0e8a205d p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#aefcca0912a1fb1 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#aefcca0912a1fb1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aefcca0912a1fb1 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#af1a9a8e3baa468 {
  min-height: 300px;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aacc1ab4ffa103b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;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);}#a864aa0caca35fb {
  overflow: hidden;
}
#a864aa0caca35fb , #a864aa0caca35fb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 25px;font-family: Verdana;color: rgba(0, 0, 0, 1);line-height: 35px;}#a864aa0caca35fb:hover , #a864aa0caca35fb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 25px;font-family: Verdana;color: rgba(0, 0, 0, 1);line-height: 35px;}#ac145a87d2a3a5b a, #ac145a87d2a3a5b {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#afcd4a65a1a0f1e .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #f5f5f5;border-width: 1px;border-style: solid;font-size: 18px;background-color: #01755f;border-radius: 3px;justify-content: center;}#afcd4a65a1a0f1e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #01755f;border-color: rgba(255, 255, 255, 0);}#aa4a1a4294a7344 {
  overflow: hidden;
}
#aa4a1a4294a7344 , #aa4a1a4294a7344 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af1a9a8e3baa468 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 22px;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af1a9a8e3baa468 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a40a8ab670a953b .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-family: Verdana;
  color: #000000;
}
#a8355a920da72d3 > .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;}#ad99eab1ecad3ef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-left-color: rgba(215, 215, 215, 1);}#aa00dae88ca3f97 > .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;border-right-style: none;border-right-width: 1px;border-left-width: 1px;border-bottom-width: 0px;border-top-width: 1px;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-right-color: rgba(225, 225, 225, 1);border-left-color: rgba(225, 225, 225, 1);border-top-color: rgba(225, 225, 225, 1);}#aac15af984ae429 > .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;border-right-style: none;border-right-width: 0px;border-top-color: rgba(225, 225, 225, 1);border-left-width: 1px;border-bottom-width: 0px;border-top-width: 1px;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-left-color: rgba(225, 225, 225, 1);}#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a892aa64eea5a7e > .lightbox-content {background-color: rgba(255, 255, 255, 1);}#ab6e2aa0e8a205d .form-agree {
  display: flex;
  align-items: center;
}
#ab6e2aa0e8a205d .uk-form .form-submit-btn {
  width: 400px;
}
#ab6e2aa0e8a205d .uk-form .form-submit-btn {
  height: 35px;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0;
}
#ab6e2aa0e8a205d .submit-wrap {
  text-align: center;
}
#ab6e2aa0e8a205d .submit-wrap button {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab6e2aa0e8a205d form {
  padding-top: 1px;
  padding-bottom: 1px;
}
#ab6e2aa0e8a205d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ab6e2aa0e8a205d .form-item {
  margin-top: 0px !important;
  margin-bottom: 15px !important;
}
#ab6e2aa0e8a205d .form-item .uk-input,
#ab6e2aa0e8a205d .form-item .uk-select,
#ab6e2aa0e8a205d .form-item .uk-textarea {
  width: autopx;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #9b9b9b;
}
#ab6e2aa0e8a205d .form-item .auto-height {
  height: auto;
}
#ab6e2aa0e8a205d .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #9b9b9b;
}
#ab6e2aa0e8a205d .form-item .send-code {
  bottom: -4px;
}
#ab6e2aa0e8a205d .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#ab6e2aa0e8a205d .uk-form-label,
#ab6e2aa0e8a205d .form-agree,
#ab6e2aa0e8a205d .uk-h3,
#ab6e2aa0e8a205d p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6919a9875a5241 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a6919a9875a5241 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6919a9875a5241 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aca76a182aa86cd  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7b81a5b88aa933  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 50px;padding-bottom: 70px;}#a999aac51aa5a68 .a0c7ca9ff8ab1a0 {
  overflow: hidden;
}
#a999aac51aa5a68 .a0c7ca9ff8ab1a0 , #a999aac51aa5a68 .a0c7ca9ff8ab1a0 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 19px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a999aac51aa5a68 .ad354a3667ad370 .img-wrap {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a999aac51aa5a68 .a1471a5f39a326e  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(146, 143, 143, 1);}#a999aac51aa5a68 .ae946afb25a87e7 a, #a999aac51aa5a68 .ae946afb25a87e7 {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: right;font-family: inherit;color: rgba(74, 144, 226, 1);}#a999aac51aa5a68 .uk-grid {
  margin-left: -29px;
}
#a999aac51aa5a68 .uk-grid > * {
  padding-left: 29px;
}
#a999aac51aa5a68 .uk-grid > .uk-grid-margin {
  margin-top: 28px;
}
#a999aac51aa5a68 .filter-list {
  font-size: 15px;
}
#a999aac51aa5a68 .dynamic-list-item {
  background-color: #f5f5f5;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a999aac51aa5a68 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a999aac51aa5a68 .uk-position-center-left-out {
    left: -30px;
  }
  #a999aac51aa5a68 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a623fa1785af08e [data-item*=".abstract"], #a623fa1785af08e [data-item*=".abstract"] a {show: true;}#a623fa1785af08e [data-item*=".subTitle"], #a623fa1785af08e [data-item*=".subTitle"] a {show: true;}#a623fa1785af08e [data-item*=".category"], #a623fa1785af08e [data-item*=".category"] a {show: true;}#a623fa1785af08e [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 19px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac982a4f18a07ab {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ac982a4f18a07ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac982a4f18a07ab .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a276fa3220a4d74 {
  min-height: 300px;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ab8ab87fa453f  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#add4ea94c8a6a16  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;
                background-image: linear-gradient(245deg,
                rgba(144, 19, 254, 1),
                rgba(74, 144, 226, 1));
            margin-top: 70px;padding-right: 15px;padding-bottom: 15px;padding-top: 15px;padding-left: 15px;border-top-left-radius: 20px;border-top-right-radius: 20px;box-shadow: 0px 1px 2px 1px rgba(155, 155, 155, 1);}#abbe3a42ebaf6b7  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;box-shadow: 0px 1px 3px 1px rgba(155, 155, 155, 1);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;margin-bottom: 20px;padding-bottom: 40px;padding-top: 40px;padding-right: 40px;padding-left: 40px;}#aa9fdaae08a757c .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  line-height: 30px;
}
#aef1ca05bba9527  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a910ba8b78a08eb  {flex-grow: 1;}#aa5a9a2540a17b6 > .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;}#aa5a9a2540a17b6  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a0bdaa9e32aa7d6  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;padding-top: 30px;}#a863eae364a6e7e , #a863eae364a6e7e .param-tag {flex-grow: 0;}#a18d0ae746a59e9  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa573a3f63a4183  {flex-grow: 1;}#a91dfa29bca27de > .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;}#a91dfa29bca27de  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ac5adae6cda4ce3  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af19fae373aeec3  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 30px;padding-bottom: 50px;}#a3557a736eab4a6 .ap-category-filter ul li.active {
  border-color: #01755f;
  color: #01755f;
}
#a3557a736eab4a6 .uk-grid {
  margin-left: -20px;
}
#a3557a736eab4a6 .uk-grid > * {
  padding-left: 20px;
}
#a3557a736eab4a6 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a3557a736eab4a6 .uk-card {
  background-color: #2265ff;
  transition: all .3s ease;
  background-color: #ffffff;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e1e1e1;
  border-right-color: #e1e1e1;
  border-left-color: #e1e1e1;
  border-bottom-color: #e1e1e1;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3557a736eab4a6 .uk-card-media-top {
  overflow: hidden;
}
#a3557a736eab4a6 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a3557a736eab4a6 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#a3557a736eab4a6 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #4a4a4a;
  font-family: Arial;
}
#a3557a736eab4a6 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#a3557a736eab4a6 .uk-card-body {
  padding: 15px 10px 8px;
}
#a3557a736eab4a6 hr {
  border-top-color: #e7e7e7;
  margin: 0 0 10px;
}
#a3557a736eab4a6 .uk-button {
  border: 1px solid #ececec;
}
#a3557a736eab4a6 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#a3557a736eab4a6 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #000000;
}
#a3557a736eab4a6 .uk-card:hover {
  background-color: #ffffff;
}
#a3557a736eab4a6 .uk-card:hover .title {
  color: #000000;
}
#a3557a736eab4a6 .uk-card:hover hr {
  border-top-color: #ffffff;
}
#a3557a736eab4a6 .uk-card:hover .img {
  transform: scale(1.2);
}
#a3557a736eab4a6 .uk-card:hover .abstract {
  color: #4a4a4a;
}
#a3557a736eab4a6 .uk-card:hover .datetime {
  color: #4a4a4a;
}
#a3557a736eab4a6 .uk-card:hover .category {
  color: #d3b267;
}
#a3557a736eab4a6 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac982a4f18a07ab {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ac982a4f18a07ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac982a4f18a07ab .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9a2fa973eaeb95  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a1a49a5281a1eba  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 50px;padding-bottom: 70px;}#a8291a4971a4e0c .ab22aa947ba353e {
  overflow: hidden;
}
#a8291a4971a4e0c .ab22aa947ba353e , #a8291a4971a4e0c .ab22aa947ba353e > * {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a8291a4971a4e0c .a6a39a6fb0a2103 .img-wrap {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a8291a4971a4e0c .a7499a77caa7469  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(146, 143, 143, 1);}#a8291a4971a4e0c .aabd3a1dfcae455 a, #a8291a4971a4e0c .aabd3a1dfcae455 {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: right;font-family: inherit;color: rgba(74, 144, 226, 1);}#a8291a4971a4e0c .uk-grid {
  margin-left: -29px;
}
#a8291a4971a4e0c .uk-grid > * {
  padding-left: 29px;
}
#a8291a4971a4e0c .uk-grid > .uk-grid-margin {
  margin-top: 28px;
}
#a8291a4971a4e0c .filter-list {
  font-size: 15px;
}
#a8291a4971a4e0c .dynamic-list-item {
  background-color: #f5f5f5;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a8291a4971a4e0c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8291a4971a4e0c .uk-position-center-left-out {
    left: -30px;
  }
  #a8291a4971a4e0c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6e4ca00d4a07f2 [data-item*=".abstract"], #a6e4ca00d4a07f2 [data-item*=".abstract"] a {show: true;}#a6e4ca00d4a07f2 [data-item*=".subTitle"], #a6e4ca00d4a07f2 [data-item*=".subTitle"] a {show: true;}#a6e4ca00d4a07f2 [data-item*=".category"], #a6e4ca00d4a07f2 [data-item*=".category"] a {show: true;}#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aefcca0912a1fb1 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#aefcca0912a1fb1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aefcca0912a1fb1 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a4cccaa236acf8f {
  min-height: 300px;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aacada5877a25db > .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;}#ab00daca72ac63a {
  overflow: hidden;
}
#ab00daca72ac63a , #ab00daca72ac63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 34px;text-align: center;font-family: NotoSansSC-Bold;color: rgba(0, 0, 0, 1);letter-spacing: 1px;}#a6343af304a95f0  {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#a45efac680ad428 .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Regular;
  color: #000000;
  line-height: 30px;
}
#a4cccaa236acf8f [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac982a4f18a07ab {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ac982a4f18a07ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac982a4f18a07ab .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ad87fad464ad7d0 {
  min-height: 300px;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7055aea97acfbf > .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;}#a5ac3a8ad0a3d43 {
  overflow: hidden;
}
#a5ac3a8ad0a3d43 , #a5ac3a8ad0a3d43 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 34px;text-align: center;font-family: NotoSansSC-Bold;color: rgba(0, 0, 0, 1);letter-spacing: 1px;}#ae94bae7e7ad099  {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#aadd3a96a9af937 > .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-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(205, 205, 205, 1);border-bottom-color: rgba(205, 205, 205, 1);border-top-color: rgba(205, 205, 205, 1);box-shadow: 0px 1px 7px 1px rgba(245, 245, 245, 1);}#add2aa2a97a5e30 , #add2aa2a97a5e30 .param-tag {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a085ca5d15a198e {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a085ca5d15a198e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a085ca5d15a198e .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1ddea70d0a9140  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a5624a7534ae9a5  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 50px;margin-bottom: 70px;}#af1c7a816aa066d .uk-grid {
  margin-left: -15px;
}
#af1c7a816aa066d .uk-grid > * {
  padding-left: 15px;
}
#af1c7a816aa066d .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af1c7a816aa066d .ap-category-filter ul li.active {
  border-color: #01755f;
  color: #01755f;
}
#af1c7a816aa066d .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#af1c7a816aa066d .article .info {
  padding: 10px 0px;
  position: relative;
}
#af1c7a816aa066d .article .info p {
  margin: 10px 0 10px;
}
#af1c7a816aa066d .article svg {
  fill: currentColor;
}
#af1c7a816aa066d .article .btn_icon {
  position: absolute;
  right: 0px;
  bottom: 10px;
  width: 20px;
  color: #b4b4b4;
}
#af1c7a816aa066d .article .list_icon {
  position: absolute;
  width: 13px;
  left: 6px;
  top: 9px;
  color: #4a4a4a;
}
#af1c7a816aa066d .article.list-icon .info {
  padding-left: 25px;
}
#af1c7a816aa066d .article .datetime {
  position: absolute;
  right: 0px;
  top: 10px;
}
#af1c7a816aa066d .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#af1c7a816aa066d .article .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #646464;
}
#af1c7a816aa066d .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#af1c7a816aa066d .article:hover .title {
  color: #626262;
}
#af1c7a816aa066d .article:hover .datetime {
  color: #b6b6b6;
}
#af1c7a816aa066d .article:hover .category {
  color: #b6b6b6;
}
#af1c7a816aa066d .article:hover .abstract {
  color: #b6b6b6;
}
#af1c7a816aa066d .article:hover .btn_icon {
  color: #b6b6b6;
}
#af1c7a816aa066d .article:hover .list_icon {
  color: #b6b6b6;
}
#af1c7a816aa066d .uk-pagination li a {
  font-size: 16px;
}
#a8889a1d78a7bb6 [data-item*=".abstract"], #a8889a1d78a7bb6 [data-item*=".abstract"] a {show: true;}#a8889a1d78a7bb6 [data-item*=".subTitle"], #a8889a1d78a7bb6 [data-item*=".subTitle"] a {show: true;}#a8889a1d78a7bb6 [data-item*=".category"], #a8889a1d78a7bb6 [data-item*=".category"] a {show: true;}#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a46ffaf783aeda8 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a46ffaf783aeda8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a46ffaf783aeda8 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a03e6ad974adb8e .promotion-card {
  position: absolute;
  right: 20px;
  left: 0;
  bottom: 100px;
}
@media (min-width: 960px) {
  #a03e6ad974adb8e .promotion-card {
    width: 70%;
    left: auto;
  }
}
#a03e6ad974adb8e .promotion-card * {
  margin: 0;
}
#a03e6ad974adb8e .promotion-card .promotion-card-icon {
  width: 80px;
  background-color: #01755f;
  color: #fff;
  font-size: 30px;
  position: relative;
}
#a03e6ad974adb8e .promotion-card .promotion-card-icon::before {
  content: ' ';
  position: absolute;
  right: -16px;
  top: 30%;
  border: 8px solid transparent;
  border-left-color: #01755f;
}
#a03e6ad974adb8e .promotion-card .promotion-card-detail {
  padding: 30px 20px;
  color: #fff;
  font-weight: bold;
  background: #000000;
  background: linear-gradient(to right, #000000 55%, #01755f 95%) !important;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a03e6ad974adb8e [data-item="buttons[0]"] {font-size: 16px;justify-content: center;border-style: solid;padding-left: 20px;padding-right: 20px;border-radius: 2px;font-weight: 500;font-family: Verdana;background-color: #01755f;}#a03e6ad974adb8e [data-item="buttons[0]"]:hover {color: #ffffff;background-color: #01755f;}#a03e6ad974adb8e [data-item="undefined"] {flex-grow: 0;}#ad498a2e1da965d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae2c1af06eabc0e > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/af24ea2c17a788f/1761874828941.webp);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac7b2adcfaabc03 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac7b2adcfaabc03  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#ac7b2adcfaabc03:hover * {color: #ffffff  !important}
                            #ac7b2adcfaabc03:hover .line{border-color: #ffffff  !important}#accd7ad94ca85c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 0);}#accd7ad94ca85c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#aa841a1bb9a1e00 > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/af24ea2c17a788f/1734059005731.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaa65a0e45a2054 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.1),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaa65a0e45a2054  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#aaa65a0e45a2054:hover * {color: #ffffff  !important}
                            #aaa65a0e45a2054:hover .line{border-color: #ffffff  !important}#a5fb5a6df0ac5ba a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 0);}#a5fb5a6df0ac5ba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#a2431a1fefa73ff > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/af24ea2c17a788f/1734061567002.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3dcaa1ea3a6272 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3dcaa1ea3a6272  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a3dcaa1ea3a6272:hover * {color: #ffffff  !important}
                            #a3dcaa1ea3a6272:hover .line{border-color: #ffffff  !important}#a768da2a0bab1ac a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 0);}#a768da2a0bab1ac a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#aaad3a674aa6b20 > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/af24ea2c17a788f/1744262022080.webp);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f6ba3187aa2f6 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f6ba3187aa2f6  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a4f6ba3187aa2f6:hover * {color: #ffffff  !important}
                            #a4f6ba3187aa2f6:hover .line{border-color: #ffffff  !important}#a3fa7a13ebaac49 > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/af24ea2c17a788f/1734059438939.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9f8da137aaed08 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9f8da137aaed08  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a9f8da137aaed08:hover * {color: #ffffff  !important}
                            #a9f8da137aaed08:hover .line{border-color: #ffffff  !important}#a8799afeb0ae898 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 0);}#a8799afeb0ae898 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#ad615ab741a1c49 > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/af24ea2c17a788f/1761874828941.webp);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a198fa592ea452e > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a198fa592ea452e  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a198fa592ea452e:hover * {color: #ffffff  !important}
                            #a198fa592ea452e:hover .line{border-color: #ffffff  !important}#ac5c4a2055a8e5d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 0);}#ac5c4a2055a8e5d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#ab573a8e3ea75ac > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/af24ea2c17a788f/1739859827408.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2672a7472ab463 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2672a7472ab463  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a2672a7472ab463:hover * {color: #ffffff  !important}
                            #a2672a7472ab463:hover .line{border-color: #ffffff  !important}#ae307af817a163c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 0);}#ae307af817a163c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#a1595ac856a8677  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: hidden;overflow-y: hidden;margin-right: 20px;margin-top: 20px;margin-bottom: 20px;background-image: url(/resources/upload/af24ea2c17a788f/1757572407603.webp);background-size: cover;background-position: center center;max-width: 373px;max-height: 373px;}#a3c3fa3e9da8a42 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a3c3fa3e9da8a42  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a3c3fa3e9da8a42:hover * {color: #ffffff  !important}
                            #a3c3fa3e9da8a42:hover .line{border-color: #ffffff  !important}#a2d01a0308a4f93  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aca5ba8037a65f2  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 265px;margin-left: 30px;}#ae0daa6ac0ad74a  {flex-grow: 1;}#a3345a4e42a6f98  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#acb59aff31aa0be  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 30px;margin-top: 9px;margin-bottom: 13px;}#a91e2abef3a49b7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 30px;padding-bottom: 3px;}#aa881abfe3aa742 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 0);}#aa881abfe3aa742 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a3790a90dea08ae  {flex-grow: 3;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: hidden;overflow-y: hidden;margin-left: 20px;margin-top: 20px;margin-bottom: 20px;background-image: url(/resources/upload/af24ea2c17a788f/1772502322575.webp);background-position: center center;background-size: cover;max-height: 373px;max-width: 786px;}#aa280a9ac5a9e88 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#aa280a9ac5a9e88  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#aa280a9ac5a9e88:hover * {color: #ffffff  !important}
                            #aa280a9ac5a9e88:hover .line{border-color: #ffffff  !important}#a5df6a67bfa4d0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a5454a11edac89b  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 265px;margin-left: 30px;}#acd96a31a8aba2c  {flex-grow: 1;}#ac4d4a531dac1e5  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a18ceaba8ba6733  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 30px;margin-top: 9px;margin-bottom: 13px;}#a8d9da9a7ca284a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 30px;padding-bottom: 3px;}#a5355aaf22ae62a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 0);}#a5355aaf22ae62a a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(208, 2, 27, 1);}#a77eaacd9ea490a  {flex-grow: 3;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: hidden;overflow-y: hidden;margin-right: 20px;margin-top: 20px;margin-bottom: 20px;background-image: url(/resources/upload/af24ea2c17a788f/1750314538213.webp);background-size: cover;background-position: center center;max-width: 786px;max-height: 373px;}#a1980a6395a7bed > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a1980a6395a7bed  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a1980a6395a7bed:hover * {color: #ffffff  !important}
                            #a1980a6395a7bed:hover .line{border-color: #ffffff  !important}#a00bba11c1a1982  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a94d5a07eda511d  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 265px;margin-left: 30px;}#a7ca5a6678a42d8  {flex-grow: 1;}#ae7f5ab2d2a6c97  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a85eaaacf3a327e  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 30px;margin-top: 9px;margin-bottom: 13px;}#a23ebaa934ab9dc  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 30px;padding-bottom: 3px;}#a0fa1aeda2a7192 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 0);}#a0fa1aeda2a7192 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(208, 2, 27, 1);}#af57cacd18a4349  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: hidden;overflow-y: hidden;margin-left: 20px;margin-top: 20px;margin-bottom: 20px;background-image: url(/resources/upload/af24ea2c17a788f/1756776749673.jpeg);background-position: center center;background-size: cover;max-width: 373px;max-height: 373px;}#a8fd3aef66a2255 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a8fd3aef66a2255  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a8fd3aef66a2255:hover * {color: #ffffff  !important}
                            #a8fd3aef66a2255:hover .line{border-color: #ffffff  !important}#a35c3a226ba3fb4  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a620da8156a3e77  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 265px;margin-left: 30px;}#ac7bdae2f3a4faa  {flex-grow: 1;}#ad608adefeaeba6  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a8dcca793fa1fc8  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 30px;margin-top: 9px;margin-bottom: 13px;}#aa93fa361baaf61  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 30px;}#a83ebac2a4aa45e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 0);}#a83ebac2a4aa45e a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(208, 2, 27, 1);}#a4ed5acfb5a3d1b  {flex: 1;}#a687ba9ab8aef58  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: hidden;overflow-y: hidden;margin-top: 20px;margin-bottom: 60px;margin-right: 20px;margin-left: 0px;max-width: 373px;max-height: 300px;background-image: url(/resources/upload/af24ea2c17a788f/1758090376564.jpeg);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a2957a4e0ea528a > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a2957a4e0ea528a  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a2957a4e0ea528a:hover * {color: #ffffff  !important}
                            #a2957a4e0ea528a:hover .line{border-color: #ffffff  !important}#a0f9ba0207a655d  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a0402ae337a3d7c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 95px;margin-left: 30px;}#a3669a4e34a6b32  {flex-grow: 1;}#ab67aac65fa03b4  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#ac34da650ea4293  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 30px;margin-top: 8px;margin-bottom: 10px;}#ad7cba3f46abaea  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 30px;padding-bottom: 3px;}#aee02a153ca4da3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 0);}#aee02a153ca4da3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(208, 2, 27, 1);}#a3c78a1ec3ac266  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: hidden;overflow-y: hidden;margin-top: 20px;margin-bottom: 60px;margin-right: 20px;margin-left: 20px;max-width: 373px;max-height: 300px;background-image: url(/resources/upload/af24ea2c17a788f/1734057802423.webp);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a527ca9bc5a1cc2 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a527ca9bc5a1cc2  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a527ca9bc5a1cc2:hover * {color: #ffffff  !important}
                            #a527ca9bc5a1cc2:hover .line{border-color: #ffffff  !important}#a6249a5e23a73a9  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a6e03a6e3faee42  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 195px;margin-left: 30px;}#a1dabad9a7a0bbc  {flex-grow: 1;}#a61eba2ae8ab735  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#ada54ae0d2a328a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 30px;margin-top: 8px;margin-bottom: 10px;}#a9a5ea09c5ad35c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 30px;}#a97bfafc8ca289e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 0);}#a97bfafc8ca289e a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(208, 2, 27, 1);}#a8ff2af9d7a7aa9  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: hidden;overflow-y: hidden;margin-top: 20px;margin-bottom: 60px;margin-right: 0px;margin-left: 20px;max-width: 373px;max-height: 300px;background-image: url(/resources/upload/af24ea2c17a788f/1761726736478.webp);background-position: center center;background-size: cover;}#a3de0afcafab99a > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a3de0afcafab99a  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a3de0afcafab99a:hover * {color: #ffffff  !important}
                            #a3de0afcafab99a:hover .line{border-color: #ffffff  !important}#a2ad1ad150a6a00  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a1dcbabde7a46cd  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 195px;margin-left: 30px;}#a2358aa972a91cb  {flex-grow: 1;}#a1f5aa7ce8a0bba  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a24f8a04b5a3c1f  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 30px;margin-top: 8px;margin-bottom: 10px;}#a5a95ac5deae76b  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 30px;padding-bottom: 3px;}#abaf7a24d3acb10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 0);}#abaf7a24d3acb10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(208, 2, 27, 1);}#a7776a0980a4463 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a7776a0980a4463  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a7776a0980a4463:hover * {color: #ffffff  !important}
                            #a7776a0980a4463:hover .line{border-color: #ffffff  !important}#a1960ab196a508b  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a5242aea4eacbc1  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 207px;margin-left: 30px;}#abb42a57b4a0f35  {flex-grow: 1;}#af00aad42fa554a  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a8e45a42e2a87bc  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 30px;margin-top: 3px;margin-bottom: 10px;}#a1b33af92aaf5d5  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 30px;}#a8c33abae2a5c3a a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 0);}#a8c33abae2a5c3a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#a6daaa256aaccda a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 0);}#a6daaa256aaccda a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#a30d2a809ca5298  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a6e78a188ba0627  {flex-grow: 1;}#ac596af19baddb8  {flex: 1;}#a39a0adc75a5d84  {flex-grow: 1;}#a2070a78d5ab8b2 .ab3e8ab7baa9902 {
  overflow: hidden;
}
#a2070a78d5ab8b2 .ab3e8ab7baa9902 , #a2070a78d5ab8b2 .ab3e8ab7baa9902 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2070a78d5ab8b2 .a272cabfabae0af {
  overflow: hidden;
}
#a2070a78d5ab8b2 .a272cabfabae0af , #a2070a78d5ab8b2 .a272cabfabae0af > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a2070a78d5ab8b2 .a7d6ea0505a39f2 , #a2070a78d5ab8b2 .a7d6ea0505a39f2 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#a2070a78d5ab8b2 .a9838a09caab5b5 , #a2070a78d5ab8b2 .a9838a09caab5b5 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#a2070a78d5ab8b2 .aae74a569fa1a6c .ele-wrap {border-color: rgba(248, 158, 35, 0);color: #ffffff;border-width: 0px;border-style: none;font-size: 12px;background-color: #01755f;border-radius: 3px;justify-content: center;padding-left: 5px;padding-right: 5px;}#a2070a78d5ab8b2 .aae74a569fa1a6c .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(18, 110, 130, 0.8);}#a2070a78d5ab8b2 .uk-grid {
  margin-left: -18px;
}
#a2070a78d5ab8b2 .uk-grid > * {
  padding-left: 18px;
}
#a2070a78d5ab8b2 .dynamic-list-item {
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  background-color: #f4f4f4;
}
#a2070a78d5ab8b2 .dynamic-list-item:hover {
  background-color: #ebebeb;
}
/* mobile */
@media (max-width: 640px) {
  #a2070a78d5ab8b2 .uk-position-center-left-out {
    left: -30px;
  }
  #a2070a78d5ab8b2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a77eaad722a7f0c  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: hidden;background-color: rgba(250, 250, 250, 1);max-height: 406px;max-width: 390px;}#a4d21a4827aeebd  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7aeaaa8fdaaa85  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 2px;}#a4bceab44ba1e92 .ele-wrap {border-color: rgba(248, 158, 35, 0);color: #ffffff;border-width: 0px;border-style: none;font-size: 12px;background-color: #01755f;border-radius: 3px;justify-content: center;padding-left: 5px;padding-right: 5px;}#a4bceab44ba1e92 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #01755f;}#ae4d9aa758a551a  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: scroll;max-height: 380px;padding-top: 5px;}#ab9dfa0034a41b3 .aad75a07a8a761a  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;padding-left: 15px;padding-top: 7px;}#ab9dfa0034a41b3 .aa952a79e1abc1c {
  overflow: hidden;
}
#ab9dfa0034a41b3 .aa952a79e1abc1c , #ab9dfa0034a41b3 .aa952a79e1abc1c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: Verdana;color: rgba(0, 0, 0, 1);line-height: 23px;flex-grow: 0;}#ab9dfa0034a41b3 .aa952a79e1abc1c:hover , #ab9dfa0034a41b3 .aa952a79e1abc1c *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab9dfa0034a41b3 .a6739ac45ca56b4  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#ab9dfa0034a41b3 .a7221af04cacf1e  {flex: 1;}#ab9dfa0034a41b3 .ae905adfa9a007f  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-left: 15px;padding-top: 5px;}#ab9dfa0034a41b3 .ae3f5a3ac2ab4fa a, #ab9dfa0034a41b3 .ae3f5a3ac2ab4fa {flex-grow: 0;
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #01755f;}#ab9dfa0034a41b3 .ae3f5a3ac2ab4fa a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ab9dfa0034a41b3 .a2566a4cc4a937d  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-right: 15px;padding-top: 5px;}#ab9dfa0034a41b3 .a8807a2b6faf776  {flex-grow: 0;
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;}#ab9dfa0034a41b3 .uk-grid {
  margin-left: 0px;
}
#ab9dfa0034a41b3 .uk-grid > * {
  padding-left: 0px;
}
#ab9dfa0034a41b3 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab9dfa0034a41b3 .dynamic-list-item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
}
#ab9dfa0034a41b3 .dynamic-list-item:hover {
  background-color: #f0f0f0;
}
/* mobile */
@media (max-width: 640px) {
  #ab9dfa0034a41b3 .uk-position-center-left-out {
    left: -30px;
  }
  #ab9dfa0034a41b3 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a97d0a6054a40e5  {flex-grow: 1;}#ab724aedb8aaf80  {flex: 1;}#ad3a5abac3a9672  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-right: 15px;margin-top: 40px;margin-bottom: 50px;}#a5d98aa950ae61e .ele-wrap {border-color: rgba(74, 74, 74, 1);color: #4a4a4a;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 1px;justify-content: center;font-family: Verdana;font-weight: 500;}#a5d98aa950ae61e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: #fafafa;border-color: rgba(18, 110, 130, 1);}#ac8cbad854a00cc  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 15px;margin-top: 40px;margin-bottom: 50px;}#a7869a1840aa7ea .ele-wrap {border-color: rgba(74, 74, 74, 1);color: #4a4a4a;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 1px;justify-content: center;font-family: Verdana;font-weight: 500;}#a7869a1840aa7ea .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: #fafafa;border-color: rgba(18, 110, 130, 1);}#af480ab53ca4d6c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aeb1ba6ba0ad0e3  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 30px;padding-bottom: 30px;}#ad6f3abd9bac6ee [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 3px;border-width: 1px;border-color: rgba(255, 255, 255, 1);color: #f5f5f5;background-color: #01755f;}#ad6f3abd9bac6ee [data-item="buttons[0]"]:hover {background-color: #01755f;border-color: rgba(1, 117, 95, 1);color: #ffffff;}#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a892aa64eea5a7e > .lightbox-content {background-color: rgba(255, 255, 255, 1);}#ab6e2aa0e8a205d .form-agree {
  display: flex;
  align-items: center;
}
#ab6e2aa0e8a205d .uk-form .form-submit-btn {
  width: 400px;
}
#ab6e2aa0e8a205d .uk-form .form-submit-btn {
  height: 35px;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0;
}
#ab6e2aa0e8a205d .submit-wrap {
  text-align: center;
}
#ab6e2aa0e8a205d .submit-wrap button {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab6e2aa0e8a205d form {
  padding-top: 1px;
  padding-bottom: 1px;
}
#ab6e2aa0e8a205d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ab6e2aa0e8a205d .form-item {
  margin-top: 0px !important;
  margin-bottom: 15px !important;
}
#ab6e2aa0e8a205d .form-item .uk-input,
#ab6e2aa0e8a205d .form-item .uk-select,
#ab6e2aa0e8a205d .form-item .uk-textarea {
  width: autopx;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #9b9b9b;
}
#ab6e2aa0e8a205d .form-item .auto-height {
  height: auto;
}
#ab6e2aa0e8a205d .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #9b9b9b;
}
#ab6e2aa0e8a205d .form-item .send-code {
  bottom: -4px;
}
#ab6e2aa0e8a205d .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#ab6e2aa0e8a205d .uk-form-label,
#ab6e2aa0e8a205d .form-agree,
#ab6e2aa0e8a205d .uk-h3,
#ab6e2aa0e8a205d p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a088fa0574ac982 {background-color: rgba(0,0,0,0.7);}#a088fa0574ac982 > .lightbox-content {background-image: url(/resources/upload/af24ea2c17a788f/1755056493299.jpeg);}#a1ebca5834afbf4 .img-wrap {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a1536af6a1ad6bf {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a1536af6a1ad6bf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1536af6a1ad6bf .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a3312a4f52a63be .icon-round {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: -3rem;
  top: .5rem;
  text-align: center;
  line-height: 4rem;
  background: #01755f;
  color: #fff;
}
#a3312a4f52a63be .icon-round i,
#a3312a4f52a63be .icon-round img {
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  line-height: 4rem;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af52da95bca2b9a {
  border-radius: 5px;
  overflow: hidden;
}
#af52da95bca2b9a .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#af52da95bca2b9a .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#af52da95bca2b9a .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#af52da95bca2b9a .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#af52da95bca2b9a .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a9e9fa3f92ac56c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefaaa7d6fa4470 > .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);}#a9ad6a0e80aa0a1 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae346aceafa7d5d > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a0a64a1759aaeb4 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0042a9685afa55 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#ad9c2a9a32ac73c > .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;}#ab436a4dedadcd8 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#a084ca1cc2a06e2  {flex: 1;}#a97b4a7081ab2c2  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-right: 40px;}#adc54a2ba8a350f  {flex: 1;flex-direction: column;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 100px;max-width: 600px;}#a0b8dad1e2aa537  {flex: 1;flex-direction: column;justify-content: flex-start;align-items: stretch;overflow-x: visible;overflow-y: visible;}#ab4aaae9c0adad3  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a69eaa8c4ba097e  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a0293a3bf3af02a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;min-width: 500px;padding-bottom: 30px;}#a4335afc7caf3cc  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;min-width: 500px;padding-bottom: 40px;}#a379ba14d4aa699  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6f4aa8e46adb81  {flex-grow: 1;}#a0899a6332a7fc5  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7ddba8587a3dd7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 15px;min-width: 200px;}#a6e66a1195afbf4  {flex-grow: 1;}#a27c4a9c44a235c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#ad8c5a492da4e9c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 15px;max-width: 250px;}#ae9e9a2f3aa5c6d  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-right: 30px;}#ad967a28d6a03b7  {flex-grow: 1;}#a1584a5ebea25f9  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a1ac3a1ebda622f  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 15px;min-width: 200px;}#a090ea9272abdae  {flex-grow: 1;}#a73cba75d7aba8b  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a1516acf1ba2363  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;}#a27dda7054ae52b  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-right: 30px;}#a37bca2ff9aacac  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;max-width: 600px;padding-top: 60px;margin-bottom: 30px;min-width: 500px;}#a73e5a5c18ac123 > .ele-wrap {background-image: url(/resources/upload/af24ea2c17a788f/1763952921552.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ab4e1aac2fa33b6 > .ele-wrap {background-image: url(/resources/upload/af24ea2c17a788f/1757559124358.jpeg);background-size: cover;background-position: top center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a44daa1dc4a067e .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a44daa1dc4a067e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#ad662ab69aa0479 {
  overflow: hidden;
  pointer-events: none;
}
#ad662ab69aa0479 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad662ab69aa0479 > .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;
}
#ad662ab69aa0479 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad662ab69aa0479 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad662ab69aa0479 > .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;
}
#ad662ab69aa0479 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav,
#ad662ab69aa0479 > .tab-nav,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad662ab69aa0479 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav-horizontal,
#ad662ab69aa0479 > .tab-nav-horizontal,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad662ab69aa0479 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad662ab69aa0479 > .tab-nav-horizontal::-webkit-scrollbar,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad662ab69aa0479 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad662ab69aa0479 > .tab-nav-horizontal.tagScroll,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad662ab69aa0479 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad662ab69aa0479 > .tab-nav-horizontal.tagScroll li a,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad662ab69aa0479 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav a,
#ad662ab69aa0479 > .tab-nav a,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad662ab69aa0479 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav li a,
#ad662ab69aa0479 > .tab-nav li a,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad662ab69aa0479 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav li a svg,
#ad662ab69aa0479 > .tab-nav li a svg,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad662ab69aa0479 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad662ab69aa0479 > .tab-nav li a .ap_icon,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad662ab69aa0479 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav li a:hover,
#ad662ab69aa0479 > .tab-nav li a:hover,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad662ab69aa0479 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #01755f;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #01755f;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav li.uk-active a,
#ad662ab69aa0479 > .tab-nav li.uk-active a,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad662ab69aa0479 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #01755f;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #01755f;
}
#ad662ab69aa0479 .layout-left li,
#ad662ab69aa0479 .layout-center li,
#ad662ab69aa0479 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad662ab69aa0479 .layout-left li a,
#ad662ab69aa0479 .layout-center li a,
#ad662ab69aa0479 .layout-right li a {
  height: 100%;
}
#ad662ab69aa0479 > .tab-tabs .layout-left {
  text-align: left;
}
#ad662ab69aa0479 > .tab-tabs .layout-center {
  text-align: center;
}
#ad662ab69aa0479 > .tab-tabs .layout-right {
  text-align: right;
}
#ad662ab69aa0479 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#ad662ab69aa0479 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-style: none;
  border-top-width: 0;
}
#ad662ab69aa0479 .tab-contents,
#ad662ab69aa0479 .tab-contents-wrap {
  pointer-events: none;
}
#ad662ab69aa0479 .tab-content,
#ad662ab69aa0479 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad662ab69aa0479 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad662ab69aa0479 .tab-wrap .tab-contents {
  height: 100%;
}
#ad662ab69aa0479 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad662ab69aa0479 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad662ab69aa0479 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7ce0aeceda6625 .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a7ce0aeceda6625 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#a64c4a2ce2a83f0 .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a64c4a2ce2a83f0 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#a3257ac58da7822 {
  overflow: hidden;
  pointer-events: none;
}
#a3257ac58da7822 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3257ac58da7822 > .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;
}
#a3257ac58da7822 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3257ac58da7822 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3257ac58da7822 > .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;
}
#a3257ac58da7822 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav,
#a3257ac58da7822 > .tab-nav,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3257ac58da7822 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav-horizontal,
#a3257ac58da7822 > .tab-nav-horizontal,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3257ac58da7822 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3257ac58da7822 > .tab-nav-horizontal::-webkit-scrollbar,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3257ac58da7822 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3257ac58da7822 > .tab-nav-horizontal.tagScroll,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3257ac58da7822 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3257ac58da7822 > .tab-nav-horizontal.tagScroll li a,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3257ac58da7822 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav a,
#a3257ac58da7822 > .tab-nav a,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3257ac58da7822 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav li a,
#a3257ac58da7822 > .tab-nav li a,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3257ac58da7822 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav li a svg,
#a3257ac58da7822 > .tab-nav li a svg,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3257ac58da7822 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3257ac58da7822 > .tab-nav li a .ap_icon,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3257ac58da7822 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav li a:hover,
#a3257ac58da7822 > .tab-nav li a:hover,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3257ac58da7822 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3257ac58da7822 > .tab-nav li.uk-active a,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3257ac58da7822 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#a3257ac58da7822 .layout-left li,
#a3257ac58da7822 .layout-center li,
#a3257ac58da7822 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3257ac58da7822 .layout-left li a,
#a3257ac58da7822 .layout-center li a,
#a3257ac58da7822 .layout-right li a {
  height: 100%;
}
#a3257ac58da7822 > .tab-tabs .layout-left {
  text-align: left;
}
#a3257ac58da7822 > .tab-tabs .layout-center {
  text-align: center;
}
#a3257ac58da7822 > .tab-tabs .layout-right {
  text-align: right;
}
#a3257ac58da7822 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#a3257ac58da7822 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3257ac58da7822 .tab-contents,
#a3257ac58da7822 .tab-contents-wrap {
  pointer-events: none;
}
#a3257ac58da7822 .tab-content,
#a3257ac58da7822 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3257ac58da7822 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3257ac58da7822 .tab-wrap .tab-contents {
  height: 100%;
}
#a3257ac58da7822 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3257ac58da7822 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3257ac58da7822 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ad635a9073a5eb0 .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#ad635a9073a5eb0 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#ae312a6bc1a1fa5 {
  overflow: hidden;
  pointer-events: none;
}
#ae312a6bc1a1fa5 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ae312a6bc1a1fa5 > .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;
}
#ae312a6bc1a1fa5 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae312a6bc1a1fa5 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ae312a6bc1a1fa5 > .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;
}
#ae312a6bc1a1fa5 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav,
#ae312a6bc1a1fa5 > .tab-nav,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav-horizontal,
#ae312a6bc1a1fa5 > .tab-nav-horizontal,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae312a6bc1a1fa5 > .tab-nav-horizontal::-webkit-scrollbar,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae312a6bc1a1fa5 > .tab-nav-horizontal.tagScroll,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae312a6bc1a1fa5 > .tab-nav-horizontal.tagScroll li a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav a,
#ae312a6bc1a1fa5 > .tab-nav a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav li a,
#ae312a6bc1a1fa5 > .tab-nav li a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav li a svg,
#ae312a6bc1a1fa5 > .tab-nav li a svg,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae312a6bc1a1fa5 > .tab-nav li a .ap_icon,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav li a:hover,
#ae312a6bc1a1fa5 > .tab-nav li a:hover,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav li.uk-active a,
#ae312a6bc1a1fa5 > .tab-nav li.uk-active a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#ae312a6bc1a1fa5 .layout-left li,
#ae312a6bc1a1fa5 .layout-center li,
#ae312a6bc1a1fa5 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ae312a6bc1a1fa5 .layout-left li a,
#ae312a6bc1a1fa5 .layout-center li a,
#ae312a6bc1a1fa5 .layout-right li a {
  height: 100%;
}
#ae312a6bc1a1fa5 > .tab-tabs .layout-left {
  text-align: left;
}
#ae312a6bc1a1fa5 > .tab-tabs .layout-center {
  text-align: center;
}
#ae312a6bc1a1fa5 > .tab-tabs .layout-right {
  text-align: right;
}
#ae312a6bc1a1fa5 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#ae312a6bc1a1fa5 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
}
#ae312a6bc1a1fa5 .tab-contents,
#ae312a6bc1a1fa5 .tab-contents-wrap {
  pointer-events: none;
}
#ae312a6bc1a1fa5 .tab-content,
#ae312a6bc1a1fa5 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ae312a6bc1a1fa5 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ae312a6bc1a1fa5 .tab-wrap .tab-contents {
  height: 100%;
}
#ae312a6bc1a1fa5 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ae312a6bc1a1fa5 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ae312a6bc1a1fa5 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a3899ab83da05fb  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa35ba4074a29db  {flex-grow: 1;}#af8f8a18b6ad1ed  {flex: 1;}#af278a4eb9aa1c0  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 10px;margin-top: 30px;}#aa33da25e3af738  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;margin-top: 30px;}#aa13aa0a85ab720  {flex-grow: 1;}#a6a5ca45b4a2169  {flex: 1;}#ab9baa1393a2036  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;margin-top: 30px;}#a620bad59ba8251 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #01755f;border-radius: 3px;justify-content: center;font-family: Verdana;}#a620bad59ba8251 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a7d9ca22a5a02ea  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;margin-top: 30px;}#a49a4afbbfa4cbf .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #01755f;border-radius: 3px;justify-content: center;font-family: Verdana;}#a49a4afbbfa4cbf .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a4f7da7b3caa0e2  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;}#a4458a5821ab966  {flex: 1;}#a460ea26d9a0564 .a19f7acb57a7c30 {
  overflow: hidden;
}
#a460ea26d9a0564 .a19f7acb57a7c30 , #a460ea26d9a0564 .a19f7acb57a7c30 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a460ea26d9a0564 .a19f7acb57a7c30:hover , #a460ea26d9a0564 .a19f7acb57a7c30 *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a460ea26d9a0564 .a77fea5c86aa783 {
  overflow: hidden;
}
#a460ea26d9a0564 .a77fea5c86aa783 , #a460ea26d9a0564 .a77fea5c86aa783 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a460ea26d9a0564 .uk-grid {
  margin-left: -10px;
}
#a460ea26d9a0564 .uk-grid > * {
  padding-left: 10px;
}
#a460ea26d9a0564 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a460ea26d9a0564 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a460ea26d9a0564 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a460ea26d9a0564 .uk-position-center-left-out {
    left: -30px;
  }
  #a460ea26d9a0564 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a38a6a163fa7158  {flex: 1;}#a8fb0a77a8a15cf .a423aa3fecad7dd {
  overflow: hidden;
}
#a8fb0a77a8a15cf .a423aa3fecad7dd , #a8fb0a77a8a15cf .a423aa3fecad7dd > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a8fb0a77a8a15cf .a423aa3fecad7dd:hover , #a8fb0a77a8a15cf .a423aa3fecad7dd *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a8fb0a77a8a15cf .uk-grid {
  margin-left: -10px;
}
#a8fb0a77a8a15cf .uk-grid > * {
  padding-left: 10px;
}
#a8fb0a77a8a15cf .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a8fb0a77a8a15cf .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a8fb0a77a8a15cf .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a8fb0a77a8a15cf .uk-position-center-left-out {
    left: -30px;
  }
  #a8fb0a77a8a15cf .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1109a2939a5c2f {
  overflow: hidden;
  pointer-events: none;
}
#a1109a2939a5c2f > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a1109a2939a5c2f > .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;
}
#a1109a2939a5c2f > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1109a2939a5c2f > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a1109a2939a5c2f > .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;
}
#a1109a2939a5c2f > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav,
#a1109a2939a5c2f > .tab-nav,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav,
#a1109a2939a5c2f > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav-horizontal,
#a1109a2939a5c2f > .tab-nav-horizontal,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a1109a2939a5c2f > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1109a2939a5c2f > .tab-nav-horizontal::-webkit-scrollbar,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1109a2939a5c2f > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1109a2939a5c2f > .tab-nav-horizontal.tagScroll,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1109a2939a5c2f > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1109a2939a5c2f > .tab-nav-horizontal.tagScroll li a,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1109a2939a5c2f > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav a,
#a1109a2939a5c2f > .tab-nav a,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a1109a2939a5c2f > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav li a,
#a1109a2939a5c2f > .tab-nav li a,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a1109a2939a5c2f > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav li a svg,
#a1109a2939a5c2f > .tab-nav li a svg,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a1109a2939a5c2f > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1109a2939a5c2f > .tab-nav li a .ap_icon,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1109a2939a5c2f > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav li a:hover,
#a1109a2939a5c2f > .tab-nav li a:hover,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a1109a2939a5c2f > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav li.uk-active a,
#a1109a2939a5c2f > .tab-nav li.uk-active a,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a1109a2939a5c2f > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1109a2939a5c2f .layout-left li,
#a1109a2939a5c2f .layout-center li,
#a1109a2939a5c2f .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a1109a2939a5c2f .layout-left li a,
#a1109a2939a5c2f .layout-center li a,
#a1109a2939a5c2f .layout-right li a {
  height: 100%;
}
#a1109a2939a5c2f > .tab-tabs .layout-left {
  text-align: left;
}
#a1109a2939a5c2f > .tab-tabs .layout-center {
  text-align: center;
}
#a1109a2939a5c2f > .tab-tabs .layout-right {
  text-align: right;
}
#a1109a2939a5c2f .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a1109a2939a5c2f .tab-content-wrap {
  background-color: transparent;
}
#a1109a2939a5c2f .tab-contents,
#a1109a2939a5c2f .tab-contents-wrap {
  pointer-events: none;
}
#a1109a2939a5c2f .tab-content,
#a1109a2939a5c2f .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a1109a2939a5c2f .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a1109a2939a5c2f .tab-wrap .tab-contents {
  height: 100%;
}
#a1109a2939a5c2f .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a1109a2939a5c2f .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a1109a2939a5c2f .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1035a7e90a36f9  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a31a4ad0e0a5ce6  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;margin-top: 60px;border-bottom-width: 2px;border-bottom-color: rgba(65, 117, 5, 1);border-bottom-style: solid;max-width: 120px;}#aae6aa21a9aa16b  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 50px;margin-bottom: 60px;}#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a082ba5d13ae4c7 {background-color: rgba(0,0,0,0.7);}#a082ba5d13ae4c7 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5fd1a5070a1197 .form-agree {
  display: flex;
  align-items: center;
}
#a5fd1a5070a1197 .uk-form .form-submit-btn {
  width: 540px;
}
#a5fd1a5070a1197 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a5fd1a5070a1197 .submit-wrap {
  text-align: center;
}
#a5fd1a5070a1197 .submit-wrap button {
  background-color: #01755f;
}
#a5fd1a5070a1197 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a5fd1a5070a1197 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5fd1a5070a1197 .form-item {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
#a5fd1a5070a1197 .form-item .uk-input,
#a5fd1a5070a1197 .form-item .uk-select,
#a5fd1a5070a1197 .form-item .uk-textarea {
  width: autopx;
  height: 38px;
  line-height: 38px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#a5fd1a5070a1197 .form-item .auto-height {
  height: auto;
}
#a5fd1a5070a1197 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a5fd1a5070a1197 .form-item .send-code {
  bottom: -1px;
}
#a5fd1a5070a1197 .form-item .uk-textarea {
  height: 76px;
  line-height: 1.5;
}
#a5fd1a5070a1197 .uk-form-label,
#a5fd1a5070a1197 .form-agree,
#a5fd1a5070a1197 .uk-h3,
#a5fd1a5070a1197 p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a5fd1a5070a1197 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a5fd1a5070a1197 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a1db7a43c2a594d {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a1db7a43c2a594d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1db7a43c2a594d .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#aeaacafbb6af938 .icon-round {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: -3rem;
  top: .5rem;
  text-align: center;
  line-height: 4rem;
  background: #01755f;
  color: #fff;
}
#aeaacafbb6af938 .icon-round i,
#aeaacafbb6af938 .icon-round img {
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  line-height: 4rem;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2e58a1440a9c5b  {flex: 1;}#a3353af2cca4a77  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 30px;margin-bottom: 70px;}#a8e33a6f67aa84f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad751afa3eadb37  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 30px;margin-bottom: 70px;}#a19bbad123a59b2 {
  border-radius: 5px;
  overflow: hidden;
}
#a19bbad123a59b2 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a19bbad123a59b2 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a19bbad123a59b2 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a19bbad123a59b2 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a19bbad123a59b2 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#af9cfae19face12 > .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);}#a5be5a968fa3112 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af508aa961a322f > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a922ca2cf2a3a4e > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aca6da3b6fa491b > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a8540a23f3ad671 > .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;}#a8ad9a238ba12e4 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#af367ac100ad23f  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aba2aa2916a7ccf  {flex-grow: 1;}#a8a39af1cca4202  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af4dca92edaf3ef  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 0px;}#a090ba2763a7c8c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 20px;padding-top: 15px;}#a8dabab06cab3eb  {flex-grow: 1;}#a85b5a2681a575a  {flex: 1;}#a3d00ac074ad1ee  {flex-grow: 1;}#ac16ca9f08acb90  {flex: 1;}#aaa6faa1d2ab32c  {flex-grow: 1;}#ae5fead26aad10a  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a4955aa5d1a28a9  {flex-grow: 1;}#af303adc10aca32  {flex: 1;}#a2442a7dd2a035c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 20px;}#a2879af29aa01ae , #a2879af29aa01ae a{flex-grow: 0;}#a752da4380a425f  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 20px;}#ac546a7ebeac65a , #ac546a7ebeac65a a{flex-grow: 0;}#af860aebdda1b74  {flex-grow: 1;}#a4304aa845a9e1a  {flex: 1;}#af240a6672aac99  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 65px;}#aff5ca8c45aec85  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 65px;}#a639aa1d47ac208  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#aed09aea25a8391 .img-wrap {
  flex-grow: 0;
}
#acf78a75abad60c > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af24ea2c17a788f/1757559124358.jpeg);background-size: cover;background-position: top center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab993a4718a3623 .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#ab993a4718a3623 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#aa954af69fa8805 {
  overflow: hidden;
  pointer-events: none;
}
#aa954af69fa8805 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa954af69fa8805 > .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;
}
#aa954af69fa8805 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa954af69fa8805 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa954af69fa8805 > .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;
}
#aa954af69fa8805 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav,
#aa954af69fa8805 > .tab-nav,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa954af69fa8805 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav-horizontal,
#aa954af69fa8805 > .tab-nav-horizontal,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa954af69fa8805 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa954af69fa8805 > .tab-nav-horizontal::-webkit-scrollbar,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa954af69fa8805 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa954af69fa8805 > .tab-nav-horizontal.tagScroll,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa954af69fa8805 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa954af69fa8805 > .tab-nav-horizontal.tagScroll li a,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa954af69fa8805 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav a,
#aa954af69fa8805 > .tab-nav a,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa954af69fa8805 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav li a,
#aa954af69fa8805 > .tab-nav li a,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa954af69fa8805 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #01755f;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav li a svg,
#aa954af69fa8805 > .tab-nav li a svg,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa954af69fa8805 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa954af69fa8805 > .tab-nav li a .ap_icon,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa954af69fa8805 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav li a:hover,
#aa954af69fa8805 > .tab-nav li a:hover,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa954af69fa8805 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa954af69fa8805 > .tab-nav li.uk-active a,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa954af69fa8805 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  border-bottom-width: 1px;
}
#aa954af69fa8805 .layout-left li,
#aa954af69fa8805 .layout-center li,
#aa954af69fa8805 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa954af69fa8805 .layout-left li a,
#aa954af69fa8805 .layout-center li a,
#aa954af69fa8805 .layout-right li a {
  height: 100%;
}
#aa954af69fa8805 > .tab-tabs .layout-left {
  text-align: left;
}
#aa954af69fa8805 > .tab-tabs .layout-center {
  text-align: center;
}
#aa954af69fa8805 > .tab-tabs .layout-right {
  text-align: right;
}
#aa954af69fa8805 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#aa954af69fa8805 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
}
#aa954af69fa8805 .tab-contents,
#aa954af69fa8805 .tab-contents-wrap {
  pointer-events: none;
}
#aa954af69fa8805 .tab-content,
#aa954af69fa8805 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa954af69fa8805 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa954af69fa8805 .tab-wrap .tab-contents {
  height: 100%;
}
#aa954af69fa8805 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa954af69fa8805 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa954af69fa8805 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#af8c7adee3a186b  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a4633aa6b0a07ec  {flex-grow: 1;}#a7a20a627caabd2  {flex: 1;}#acda2a0b9da3b6c  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;margin-top: 20px;}#a7e46a7106aca4b  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;margin-top: 40px;}#a8a0ead1cda7d9f  {flex-grow: 1;}#aa257a4f48ab7ab  {flex: 1;}#aa2e1a9c59ad13b  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;margin-top: 40px;}#a7573afcfea43ab .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #01755f;border-radius: 3px;justify-content: center;font-family: Verdana;}#a7573afcfea43ab .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#aa160ae34faa2cb  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;margin-top: 40px;}#af706a6807afde2 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #01755f;border-radius: 3px;justify-content: center;font-family: Verdana;}#af706a6807afde2 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a2c12a8274a0aed  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;}#aeb77aaf55a27ef  {flex: 1;}#ab6c1a9e4aab0fa .a81c9a9d9fac4eb {
  overflow: hidden;
}
#ab6c1a9e4aab0fa .a81c9a9d9fac4eb , #ab6c1a9e4aab0fa .a81c9a9d9fac4eb > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#ab6c1a9e4aab0fa .a81c9a9d9fac4eb:hover , #ab6c1a9e4aab0fa .a81c9a9d9fac4eb *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab6c1a9e4aab0fa .a1665a098fa48c8 {
  overflow: hidden;
}
#ab6c1a9e4aab0fa .a1665a098fa48c8 , #ab6c1a9e4aab0fa .a1665a098fa48c8 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#ab6c1a9e4aab0fa .uk-grid {
  margin-left: -10px;
}
#ab6c1a9e4aab0fa .uk-grid > * {
  padding-left: 10px;
}
#ab6c1a9e4aab0fa .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ab6c1a9e4aab0fa .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#ab6c1a9e4aab0fa .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #ab6c1a9e4aab0fa .uk-position-center-left-out {
    left: -30px;
  }
  #ab6c1a9e4aab0fa .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa025a7e1dabdc2  {flex: 1;}#af034ac4edac333 .ae03bab3cba429e {
  overflow: hidden;
}
#af034ac4edac333 .ae03bab3cba429e , #af034ac4edac333 .ae03bab3cba429e > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#af034ac4edac333 .ae03bab3cba429e:hover , #af034ac4edac333 .ae03bab3cba429e *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#af034ac4edac333 .uk-grid {
  margin-left: -10px;
}
#af034ac4edac333 .uk-grid > * {
  padding-left: 10px;
}
#af034ac4edac333 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#af034ac4edac333 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#af034ac4edac333 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #af034ac4edac333 .uk-position-center-left-out {
    left: -30px;
  }
  #af034ac4edac333 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af4ceaa2f0a4ad1 {
  overflow: hidden;
  pointer-events: none;
}
#af4ceaa2f0a4ad1 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#af4ceaa2f0a4ad1 > .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;
}
#af4ceaa2f0a4ad1 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#af4ceaa2f0a4ad1 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#af4ceaa2f0a4ad1 > .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;
}
#af4ceaa2f0a4ad1 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav,
#af4ceaa2f0a4ad1 > .tab-nav,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav-horizontal,
#af4ceaa2f0a4ad1 > .tab-nav-horizontal,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#af4ceaa2f0a4ad1 > .tab-nav-horizontal::-webkit-scrollbar,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#af4ceaa2f0a4ad1 > .tab-nav-horizontal.tagScroll,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#af4ceaa2f0a4ad1 > .tab-nav-horizontal.tagScroll li a,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav a,
#af4ceaa2f0a4ad1 > .tab-nav a,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav li a,
#af4ceaa2f0a4ad1 > .tab-nav li a,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav li a svg,
#af4ceaa2f0a4ad1 > .tab-nav li a svg,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav li a .ap_icon,
#af4ceaa2f0a4ad1 > .tab-nav li a .ap_icon,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav li a:hover,
#af4ceaa2f0a4ad1 > .tab-nav li a:hover,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav li.uk-active a,
#af4ceaa2f0a4ad1 > .tab-nav li.uk-active a,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af4ceaa2f0a4ad1 .layout-left li,
#af4ceaa2f0a4ad1 .layout-center li,
#af4ceaa2f0a4ad1 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#af4ceaa2f0a4ad1 .layout-left li a,
#af4ceaa2f0a4ad1 .layout-center li a,
#af4ceaa2f0a4ad1 .layout-right li a {
  height: 100%;
}
#af4ceaa2f0a4ad1 > .tab-tabs .layout-left {
  text-align: left;
}
#af4ceaa2f0a4ad1 > .tab-tabs .layout-center {
  text-align: center;
}
#af4ceaa2f0a4ad1 > .tab-tabs .layout-right {
  text-align: right;
}
#af4ceaa2f0a4ad1 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#af4ceaa2f0a4ad1 .tab-content-wrap {
  background-color: transparent;
}
#af4ceaa2f0a4ad1 .tab-contents,
#af4ceaa2f0a4ad1 .tab-contents-wrap {
  pointer-events: none;
}
#af4ceaa2f0a4ad1 .tab-content,
#af4ceaa2f0a4ad1 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#af4ceaa2f0a4ad1 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#af4ceaa2f0a4ad1 .tab-wrap .tab-contents {
  height: 100%;
}
#af4ceaa2f0a4ad1 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#af4ceaa2f0a4ad1 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#af4ceaa2f0a4ad1 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a082ba5d13ae4c7 {background-color: rgba(0,0,0,0.7);}#a082ba5d13ae4c7 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5fd1a5070a1197 .form-agree {
  display: flex;
  align-items: center;
}
#a5fd1a5070a1197 .uk-form .form-submit-btn {
  width: 540px;
}
#a5fd1a5070a1197 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a5fd1a5070a1197 .submit-wrap {
  text-align: center;
}
#a5fd1a5070a1197 .submit-wrap button {
  background-color: #01755f;
}
#a5fd1a5070a1197 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a5fd1a5070a1197 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5fd1a5070a1197 .form-item {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
#a5fd1a5070a1197 .form-item .uk-input,
#a5fd1a5070a1197 .form-item .uk-select,
#a5fd1a5070a1197 .form-item .uk-textarea {
  width: autopx;
  height: 38px;
  line-height: 38px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#a5fd1a5070a1197 .form-item .auto-height {
  height: auto;
}
#a5fd1a5070a1197 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a5fd1a5070a1197 .form-item .send-code {
  bottom: -1px;
}
#a5fd1a5070a1197 .form-item .uk-textarea {
  height: 76px;
  line-height: 1.5;
}
#a5fd1a5070a1197 .uk-form-label,
#a5fd1a5070a1197 .form-agree,
#a5fd1a5070a1197 .uk-h3,
#a5fd1a5070a1197 p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a5fd1a5070a1197 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a5fd1a5070a1197 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a509fa823ba352c {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a509fa823ba352c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a509fa823ba352c .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a65d0a529dae987 .card-metas li {
  color: #999;
  position: relative;
  font-size: 12px;
  border-right: 1px solid #ececec;
  padding-right: 30px;
  margin-right: 15px;
}
#a65d0a529dae987 .card-metas li:last-child {
  border-right: none;
  margin-right: 0;
}
#a65d0a529dae987 .card-metas li h6 {
  margin-bottom: 4px;
}
#a65d0a529dae987 .price {
  line-height: 32px;
  color: #fff;
  padding: 0 15px;
  position: absolute;
  right: -7px;
  top: -17px;
  background: #01755f;
  font-size: 17px;
}
#a65d0a529dae987 .price::before,
#a65d0a529dae987 .price::after {
  content: '';
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-top: 7px solid transparent !important;
  border-left: 7px solid #428bdc;
  position: absolute;
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
#a65d0a529dae987 .price::after {
  border-color: #000;
  opacity: 0.2;
}
#a65d0a529dae987 .ap-rating {
  height: 14px;
  font-size: 14px;
  line-height: 1;
}
#a65d0a529dae987 .ap-rating i {
  display: inline-block;
  margin-right: 2px;
}
#abdbca6ce9a3b86 .card-metas li {
  color: #999;
  position: relative;
  font-size: 12px;
  border-right: 1px solid #ececec;
  padding-right: 30px;
  margin-right: 15px;
}
#abdbca6ce9a3b86 .card-metas li:last-child {
  border-right: none;
  margin-right: 0;
}
#abdbca6ce9a3b86 .card-metas li h6 {
  margin-bottom: 4px;
}
#abdbca6ce9a3b86 .price {
  line-height: 32px;
  color: #fff;
  padding: 0 15px;
  position: absolute;
  right: -7px;
  top: -17px;
  background: #01755f;
  font-size: 17px;
}
#abdbca6ce9a3b86 .price::before,
#abdbca6ce9a3b86 .price::after {
  content: '';
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-top: 7px solid transparent !important;
  border-left: 7px solid #428bdc;
  position: absolute;
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
#abdbca6ce9a3b86 .price::after {
  border-color: #000;
  opacity: 0.2;
}
#abdbca6ce9a3b86 .ap-rating {
  height: 14px;
  font-size: 14px;
  line-height: 1;
}
#abdbca6ce9a3b86 .ap-rating i {
  display: inline-block;
  margin-right: 2px;
}
#ab5b1af59ba8bdf .card-metas li {
  color: #999;
  position: relative;
  font-size: 12px;
  border-right: 1px solid #ececec;
  padding-right: 30px;
  margin-right: 15px;
}
#ab5b1af59ba8bdf .card-metas li:last-child {
  border-right: none;
  margin-right: 0;
}
#ab5b1af59ba8bdf .card-metas li h6 {
  margin-bottom: 4px;
}
#ab5b1af59ba8bdf .price {
  line-height: 32px;
  color: #fff;
  padding: 0 15px;
  position: absolute;
  right: -7px;
  top: -17px;
  background: #01755f;
  font-size: 17px;
}
#ab5b1af59ba8bdf .price::before,
#ab5b1af59ba8bdf .price::after {
  content: '';
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-top: 7px solid transparent !important;
  border-left: 7px solid #428bdc;
  position: absolute;
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
#ab5b1af59ba8bdf .price::after {
  border-color: #000;
  opacity: 0.2;
}
#ab5b1af59ba8bdf .ap-rating {
  height: 14px;
  font-size: 14px;
  line-height: 1;
}
#ab5b1af59ba8bdf .ap-rating i {
  display: inline-block;
  margin-right: 2px;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a65d0a529dae987 .uk-grid {margin-left: -25px;}@media (min-width: 1200px) {
                    #a65d0a529dae987 .uk-grid { margin-left: -25px;}
                }@media (max-width: 640) {
                    #a65d0a529dae987 .uk-grid { margin-left: -25px;}
                }#a65d0a529dae987 .uk-grid>* {padding-left: 25px;}@media (min-width: 1200px) {
                    #a65d0a529dae987 .uk-grid>* { padding-left: 25px;}
                }@media (max-width: 640) {#a65d0a529dae987 .uk-grid>* {
                    padding-left: 25px;}
                }#a65d0a529dae987 .uk-grid>.uk-grid-margin {margin-top: 25px;}@media (min-width: 1200px) {
                    #a65d0a529dae987 .uk-grid>.uk-grid-margin {margin-top: 25px;}
                }@media (max-width: 640) {
                    #a65d0a529dae987 .uk-grid>.uk-grid-margin {margin-top: 25px;}
                }#a65d0a529dae987 [data-item="items"] .uk-card {
                border-radius: 8px !important; overflow: hidden;
            } #a65d0a529dae987 [data-item="items"] .uk-card {background-color: rgba(255, 255, 255, 1)}#a65d0a529dae987 [data-item*=".title"], #a65d0a529dae987 [data-item*=".title"] a {font-size: 15px;}#a65d0a529dae987 [data-item*=".abstract"], #a65d0a529dae987 [data-item*=".abstract"] a {show: true;}#a65d0a529dae987 [data-item*=".subTitle"], #a65d0a529dae987 [data-item*=".subTitle"] a {show: true;}#a65d0a529dae987 [data-item*=".category"], #a65d0a529dae987 [data-item*=".category"] a {show: true;}#a65d0a529dae987 [data-item="items"] .img {background-size: cover;}#abdbca6ce9a3b86 .uk-grid {margin-left: -25px;}@media (min-width: 1200px) {
                    #abdbca6ce9a3b86 .uk-grid { margin-left: -25px;}
                }@media (max-width: 640) {
                    #abdbca6ce9a3b86 .uk-grid { margin-left: -25px;}
                }#abdbca6ce9a3b86 .uk-grid>* {padding-left: 25px;}@media (min-width: 1200px) {
                    #abdbca6ce9a3b86 .uk-grid>* { padding-left: 25px;}
                }@media (max-width: 640) {#abdbca6ce9a3b86 .uk-grid>* {
                    padding-left: 25px;}
                }#abdbca6ce9a3b86 .uk-grid>.uk-grid-margin {margin-top: 25px;}@media (min-width: 1200px) {
                    #abdbca6ce9a3b86 .uk-grid>.uk-grid-margin {margin-top: 25px;}
                }@media (max-width: 640) {
                    #abdbca6ce9a3b86 .uk-grid>.uk-grid-margin {margin-top: 25px;}
                }#abdbca6ce9a3b86 [data-item="items"] .uk-card {
                border-radius: 8px !important; overflow: hidden;
            } #abdbca6ce9a3b86 [data-item="items"] .uk-card {background-color: rgba(255, 255, 255, 1)}#abdbca6ce9a3b86 [data-item*=".title"], #abdbca6ce9a3b86 [data-item*=".title"] a {font-size: 15px;}#abdbca6ce9a3b86 [data-item*=".abstract"], #abdbca6ce9a3b86 [data-item*=".abstract"] a {show: true;}#abdbca6ce9a3b86 [data-item*=".subTitle"], #abdbca6ce9a3b86 [data-item*=".subTitle"] a {show: true;}#abdbca6ce9a3b86 [data-item*=".category"], #abdbca6ce9a3b86 [data-item*=".category"] a {show: true;}#abdbca6ce9a3b86 [data-item="items"] .img {background-size: cover;}#ab5b1af59ba8bdf .uk-grid {margin-left: -25px;}@media (min-width: 1200px) {
                    #ab5b1af59ba8bdf .uk-grid { margin-left: -25px;}
                }@media (max-width: 640) {
                    #ab5b1af59ba8bdf .uk-grid { margin-left: -25px;}
                }#ab5b1af59ba8bdf .uk-grid>* {padding-left: 25px;}@media (min-width: 1200px) {
                    #ab5b1af59ba8bdf .uk-grid>* { padding-left: 25px;}
                }@media (max-width: 640) {#ab5b1af59ba8bdf .uk-grid>* {
                    padding-left: 25px;}
                }#ab5b1af59ba8bdf .uk-grid>.uk-grid-margin {margin-top: 25px;}@media (min-width: 1200px) {
                    #ab5b1af59ba8bdf .uk-grid>.uk-grid-margin {margin-top: 25px;}
                }@media (max-width: 640) {
                    #ab5b1af59ba8bdf .uk-grid>.uk-grid-margin {margin-top: 25px;}
                }#ab5b1af59ba8bdf [data-item="items"] .uk-card {
                border-radius: 8px !important; overflow: hidden;
            } #ab5b1af59ba8bdf [data-item="items"] .uk-card {background-color: rgba(255, 255, 255, 1)}#ab5b1af59ba8bdf [data-item*=".title"], #ab5b1af59ba8bdf [data-item*=".title"] a {font-size: 15px;}#ab5b1af59ba8bdf [data-item*=".abstract"], #ab5b1af59ba8bdf [data-item*=".abstract"] a {show: true;}#ab5b1af59ba8bdf [data-item*=".subTitle"], #ab5b1af59ba8bdf [data-item*=".subTitle"] a {show: true;}#ab5b1af59ba8bdf [data-item*=".category"], #ab5b1af59ba8bdf [data-item*=".category"] a {show: true;}#ab5b1af59ba8bdf [data-item="items"] .img {background-size: cover;}#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a082ba5d13ae4c7 {background-color: rgba(0,0,0,0.7);}#a082ba5d13ae4c7 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5fd1a5070a1197 .form-agree {
  display: flex;
  align-items: center;
}
#a5fd1a5070a1197 .uk-form .form-submit-btn {
  width: 540px;
}
#a5fd1a5070a1197 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a5fd1a5070a1197 .submit-wrap {
  text-align: center;
}
#a5fd1a5070a1197 .submit-wrap button {
  background-color: #01755f;
}
#a5fd1a5070a1197 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a5fd1a5070a1197 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5fd1a5070a1197 .form-item {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
#a5fd1a5070a1197 .form-item .uk-input,
#a5fd1a5070a1197 .form-item .uk-select,
#a5fd1a5070a1197 .form-item .uk-textarea {
  width: autopx;
  height: 38px;
  line-height: 38px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#a5fd1a5070a1197 .form-item .auto-height {
  height: auto;
}
#a5fd1a5070a1197 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a5fd1a5070a1197 .form-item .send-code {
  bottom: -1px;
}
#a5fd1a5070a1197 .form-item .uk-textarea {
  height: 76px;
  line-height: 1.5;
}
#a5fd1a5070a1197 .uk-form-label,
#a5fd1a5070a1197 .form-agree,
#a5fd1a5070a1197 .uk-h3,
#a5fd1a5070a1197 p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a5fd1a5070a1197 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a5fd1a5070a1197 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#ac982a4f18a07ab {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ac982a4f18a07ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac982a4f18a07ab .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#aa6e0a422baf056 .list-icon {
  color: #01755f;
}
#aa6e0a422baf056 .uk-button {
  padding: 0px 60px;
  border: 1px solid #fff;
  background: none;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.2s ease-in;
}
#aa6e0a422baf056 .uk-button:hover {
  background: #fff;
  color: #01755f;
}
#aa6e0a422baf056 .uk-button i {
  margin-left: 10px;
  display: inline-block;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6efaa5a85a98d4  {flex: 1;}#af4c7aaebfa1053  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#ac2aca04caabeed > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5afea96f8ae504  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#a332aafe16a9f2e {
  border-radius: 5px;
  overflow: hidden;
}
#a332aafe16a9f2e .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a332aafe16a9f2e .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a332aafe16a9f2e .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a332aafe16a9f2e .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a332aafe16a9f2e .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a4ceda42dfabba1 > .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);}#a6f3fad653a3c2f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a993cad1bda0d51 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a3702a1215a45fc > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6012a105dac487 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#aa200ad061a99b1 > .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;}#aab20a8521aaec6 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#a7ab6a8d0aa84f0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7050adccba499d  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 10px;padding-bottom: 30px;}#aacf7abf4ea58d4 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af24ea2c17a788f/1756090598134.jpeg);background-position: center left;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac544a11adab8fc .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#ac544a11adab8fc .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#ae607aabf8a8f3c {
  overflow: hidden;
  pointer-events: none;
}
#ae607aabf8a8f3c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ae607aabf8a8f3c > .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;
}
#ae607aabf8a8f3c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae607aabf8a8f3c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ae607aabf8a8f3c > .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;
}
#ae607aabf8a8f3c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav,
#ae607aabf8a8f3c > .tab-nav,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav-horizontal,
#ae607aabf8a8f3c > .tab-nav-horizontal,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae607aabf8a8f3c > .tab-nav-horizontal::-webkit-scrollbar,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae607aabf8a8f3c > .tab-nav-horizontal.tagScroll,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae607aabf8a8f3c > .tab-nav-horizontal.tagScroll li a,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav a,
#ae607aabf8a8f3c > .tab-nav a,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav li a,
#ae607aabf8a8f3c > .tab-nav li a,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #01755f;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #01755f;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav li a svg,
#ae607aabf8a8f3c > .tab-nav li a svg,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae607aabf8a8f3c > .tab-nav li a .ap_icon,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav li a:hover,
#ae607aabf8a8f3c > .tab-nav li a:hover,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #01755f;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav li.uk-active a,
#ae607aabf8a8f3c > .tab-nav li.uk-active a,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #01755f;
}
#ae607aabf8a8f3c .layout-left li,
#ae607aabf8a8f3c .layout-center li,
#ae607aabf8a8f3c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ae607aabf8a8f3c .layout-left li a,
#ae607aabf8a8f3c .layout-center li a,
#ae607aabf8a8f3c .layout-right li a {
  height: 100%;
}
#ae607aabf8a8f3c > .tab-tabs .layout-left {
  text-align: left;
}
#ae607aabf8a8f3c > .tab-tabs .layout-center {
  text-align: center;
}
#ae607aabf8a8f3c > .tab-tabs .layout-right {
  text-align: right;
}
#ae607aabf8a8f3c .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#ae607aabf8a8f3c .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  border-top-style: none;
  border-top-width: 0;
}
#ae607aabf8a8f3c .tab-contents,
#ae607aabf8a8f3c .tab-contents-wrap {
  pointer-events: none;
}
#ae607aabf8a8f3c .tab-content,
#ae607aabf8a8f3c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ae607aabf8a8f3c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ae607aabf8a8f3c .tab-wrap .tab-contents {
  height: 100%;
}
#ae607aabf8a8f3c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ae607aabf8a8f3c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ae607aabf8a8f3c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a3d91aaa68ab723 .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a3d91aaa68ab723 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#abaa0a1d5ba1a94 {
  overflow: hidden;
  pointer-events: none;
}
#abaa0a1d5ba1a94 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#abaa0a1d5ba1a94 > .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;
}
#abaa0a1d5ba1a94 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abaa0a1d5ba1a94 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#abaa0a1d5ba1a94 > .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;
}
#abaa0a1d5ba1a94 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav,
#abaa0a1d5ba1a94 > .tab-nav,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav-horizontal,
#abaa0a1d5ba1a94 > .tab-nav-horizontal,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abaa0a1d5ba1a94 > .tab-nav-horizontal::-webkit-scrollbar,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abaa0a1d5ba1a94 > .tab-nav-horizontal.tagScroll,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abaa0a1d5ba1a94 > .tab-nav-horizontal.tagScroll li a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav a,
#abaa0a1d5ba1a94 > .tab-nav a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav li a,
#abaa0a1d5ba1a94 > .tab-nav li a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #01755f;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #01755f;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav li a svg,
#abaa0a1d5ba1a94 > .tab-nav li a svg,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav li a .ap_icon,
#abaa0a1d5ba1a94 > .tab-nav li a .ap_icon,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav li a:hover,
#abaa0a1d5ba1a94 > .tab-nav li a:hover,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav li.uk-active a,
#abaa0a1d5ba1a94 > .tab-nav li.uk-active a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#abaa0a1d5ba1a94 .layout-left li,
#abaa0a1d5ba1a94 .layout-center li,
#abaa0a1d5ba1a94 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#abaa0a1d5ba1a94 .layout-left li a,
#abaa0a1d5ba1a94 .layout-center li a,
#abaa0a1d5ba1a94 .layout-right li a {
  height: 100%;
}
#abaa0a1d5ba1a94 > .tab-tabs .layout-left {
  text-align: left;
}
#abaa0a1d5ba1a94 > .tab-tabs .layout-center {
  text-align: center;
}
#abaa0a1d5ba1a94 > .tab-tabs .layout-right {
  text-align: right;
}
#abaa0a1d5ba1a94 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#abaa0a1d5ba1a94 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  border-top-style: none;
  border-top-width: 0;
}
#abaa0a1d5ba1a94 .tab-contents,
#abaa0a1d5ba1a94 .tab-contents-wrap {
  pointer-events: none;
}
#abaa0a1d5ba1a94 .tab-content,
#abaa0a1d5ba1a94 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#abaa0a1d5ba1a94 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#abaa0a1d5ba1a94 .tab-wrap .tab-contents {
  height: 100%;
}
#abaa0a1d5ba1a94 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#abaa0a1d5ba1a94 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#abaa0a1d5ba1a94 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ad289ac399a968e {
  overflow: hidden;
  pointer-events: none;
}
#ad289ac399a968e > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad289ac399a968e > .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;
}
#ad289ac399a968e > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad289ac399a968e > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad289ac399a968e > .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;
}
#ad289ac399a968e > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav,
#ad289ac399a968e > .tab-nav,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad289ac399a968e > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav-horizontal,
#ad289ac399a968e > .tab-nav-horizontal,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad289ac399a968e > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad289ac399a968e > .tab-nav-horizontal::-webkit-scrollbar,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad289ac399a968e > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad289ac399a968e > .tab-nav-horizontal.tagScroll,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad289ac399a968e > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad289ac399a968e > .tab-nav-horizontal.tagScroll li a,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad289ac399a968e > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav a,
#ad289ac399a968e > .tab-nav a,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad289ac399a968e > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav li a,
#ad289ac399a968e > .tab-nav li a,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad289ac399a968e > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #01755f;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #01755f;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav li a svg,
#ad289ac399a968e > .tab-nav li a svg,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad289ac399a968e > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad289ac399a968e > .tab-nav li a .ap_icon,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad289ac399a968e > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav li a:hover,
#ad289ac399a968e > .tab-nav li a:hover,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad289ac399a968e > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav li.uk-active a,
#ad289ac399a968e > .tab-nav li.uk-active a,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad289ac399a968e > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#ad289ac399a968e .layout-left li,
#ad289ac399a968e .layout-center li,
#ad289ac399a968e .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad289ac399a968e .layout-left li a,
#ad289ac399a968e .layout-center li a,
#ad289ac399a968e .layout-right li a {
  height: 100%;
}
#ad289ac399a968e > .tab-tabs .layout-left {
  text-align: left;
}
#ad289ac399a968e > .tab-tabs .layout-center {
  text-align: center;
}
#ad289ac399a968e > .tab-tabs .layout-right {
  text-align: right;
}
#ad289ac399a968e .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#ad289ac399a968e .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  border-top-style: none;
  border-top-width: 0;
}
#ad289ac399a968e .tab-contents,
#ad289ac399a968e .tab-contents-wrap {
  pointer-events: none;
}
#ad289ac399a968e .tab-content,
#ad289ac399a968e .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad289ac399a968e .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad289ac399a968e .tab-wrap .tab-contents {
  height: 100%;
}
#ad289ac399a968e .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad289ac399a968e .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad289ac399a968e .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff6ca71d2af32d .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#aff6ca71d2af32d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#abab7a29a6a4940 {
  overflow: hidden;
  pointer-events: none;
}
#abab7a29a6a4940 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#abab7a29a6a4940 > .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;
}
#abab7a29a6a4940 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abab7a29a6a4940 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#abab7a29a6a4940 > .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;
}
#abab7a29a6a4940 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav,
#abab7a29a6a4940 > .tab-nav,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav,
#abab7a29a6a4940 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav-horizontal,
#abab7a29a6a4940 > .tab-nav-horizontal,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#abab7a29a6a4940 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abab7a29a6a4940 > .tab-nav-horizontal::-webkit-scrollbar,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abab7a29a6a4940 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abab7a29a6a4940 > .tab-nav-horizontal.tagScroll,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abab7a29a6a4940 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abab7a29a6a4940 > .tab-nav-horizontal.tagScroll li a,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abab7a29a6a4940 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav a,
#abab7a29a6a4940 > .tab-nav a,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#abab7a29a6a4940 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav li a,
#abab7a29a6a4940 > .tab-nav li a,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#abab7a29a6a4940 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #01755f;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #01755f;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav li a svg,
#abab7a29a6a4940 > .tab-nav li a svg,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#abab7a29a6a4940 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav li a .ap_icon,
#abab7a29a6a4940 > .tab-nav li a .ap_icon,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#abab7a29a6a4940 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav li a:hover,
#abab7a29a6a4940 > .tab-nav li a:hover,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#abab7a29a6a4940 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav li.uk-active a,
#abab7a29a6a4940 > .tab-nav li.uk-active a,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#abab7a29a6a4940 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#abab7a29a6a4940 .layout-left li,
#abab7a29a6a4940 .layout-center li,
#abab7a29a6a4940 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#abab7a29a6a4940 .layout-left li a,
#abab7a29a6a4940 .layout-center li a,
#abab7a29a6a4940 .layout-right li a {
  height: 100%;
}
#abab7a29a6a4940 > .tab-tabs .layout-left {
  text-align: left;
}
#abab7a29a6a4940 > .tab-tabs .layout-center {
  text-align: center;
}
#abab7a29a6a4940 > .tab-tabs .layout-right {
  text-align: right;
}
#abab7a29a6a4940 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#abab7a29a6a4940 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  border-top-style: none;
  border-top-width: 0;
}
#abab7a29a6a4940 .tab-contents,
#abab7a29a6a4940 .tab-contents-wrap {
  pointer-events: none;
}
#abab7a29a6a4940 .tab-content,
#abab7a29a6a4940 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#abab7a29a6a4940 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#abab7a29a6a4940 .tab-wrap .tab-contents {
  height: 100%;
}
#abab7a29a6a4940 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#abab7a29a6a4940 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#abab7a29a6a4940 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8d0aa0d51ab95e .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a8d0aa0d51ab95e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#a1ec6a9afeaa7ba {
  overflow: hidden;
  pointer-events: none;
}
#a1ec6a9afeaa7ba > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a1ec6a9afeaa7ba > .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;
}
#a1ec6a9afeaa7ba > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1ec6a9afeaa7ba > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a1ec6a9afeaa7ba > .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;
}
#a1ec6a9afeaa7ba > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav,
#a1ec6a9afeaa7ba > .tab-nav,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav-horizontal,
#a1ec6a9afeaa7ba > .tab-nav-horizontal,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1ec6a9afeaa7ba > .tab-nav-horizontal::-webkit-scrollbar,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1ec6a9afeaa7ba > .tab-nav-horizontal.tagScroll,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1ec6a9afeaa7ba > .tab-nav-horizontal.tagScroll li a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav a,
#a1ec6a9afeaa7ba > .tab-nav a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav li a,
#a1ec6a9afeaa7ba > .tab-nav li a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #01755f;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #01755f;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav li a svg,
#a1ec6a9afeaa7ba > .tab-nav li a svg,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1ec6a9afeaa7ba > .tab-nav li a .ap_icon,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav li a:hover,
#a1ec6a9afeaa7ba > .tab-nav li a:hover,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav li.uk-active a,
#a1ec6a9afeaa7ba > .tab-nav li.uk-active a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000000;
}
#a1ec6a9afeaa7ba .layout-left li,
#a1ec6a9afeaa7ba .layout-center li,
#a1ec6a9afeaa7ba .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a1ec6a9afeaa7ba .layout-left li a,
#a1ec6a9afeaa7ba .layout-center li a,
#a1ec6a9afeaa7ba .layout-right li a {
  height: 100%;
}
#a1ec6a9afeaa7ba > .tab-tabs .layout-left {
  text-align: left;
}
#a1ec6a9afeaa7ba > .tab-tabs .layout-center {
  text-align: center;
}
#a1ec6a9afeaa7ba > .tab-tabs .layout-right {
  text-align: right;
}
#a1ec6a9afeaa7ba .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#a1ec6a9afeaa7ba .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  border-top-style: none;
  border-top-width: 0;
}
#a1ec6a9afeaa7ba .tab-contents,
#a1ec6a9afeaa7ba .tab-contents-wrap {
  pointer-events: none;
}
#a1ec6a9afeaa7ba .tab-content,
#a1ec6a9afeaa7ba .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a1ec6a9afeaa7ba .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a1ec6a9afeaa7ba .tab-wrap .tab-contents {
  height: 100%;
}
#a1ec6a9afeaa7ba .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a1ec6a9afeaa7ba .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a1ec6a9afeaa7ba .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a704ba7cafa4633 .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a704ba7cafa4633 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#a9bd6a4916a2714 {
  overflow: hidden;
  pointer-events: none;
}
#a9bd6a4916a2714 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9bd6a4916a2714 > .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;
}
#a9bd6a4916a2714 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9bd6a4916a2714 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9bd6a4916a2714 > .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;
}
#a9bd6a4916a2714 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav,
#a9bd6a4916a2714 > .tab-nav,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav-horizontal,
#a9bd6a4916a2714 > .tab-nav-horizontal,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9bd6a4916a2714 > .tab-nav-horizontal::-webkit-scrollbar,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9bd6a4916a2714 > .tab-nav-horizontal.tagScroll,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9bd6a4916a2714 > .tab-nav-horizontal.tagScroll li a,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav a,
#a9bd6a4916a2714 > .tab-nav a,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav li a,
#a9bd6a4916a2714 > .tab-nav li a,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #01755f;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #01755f;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav li a svg,
#a9bd6a4916a2714 > .tab-nav li a svg,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9bd6a4916a2714 > .tab-nav li a .ap_icon,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav li a:hover,
#a9bd6a4916a2714 > .tab-nav li a:hover,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9bd6a4916a2714 > .tab-nav li.uk-active a,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000000;
}
#a9bd6a4916a2714 .layout-left li,
#a9bd6a4916a2714 .layout-center li,
#a9bd6a4916a2714 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9bd6a4916a2714 .layout-left li a,
#a9bd6a4916a2714 .layout-center li a,
#a9bd6a4916a2714 .layout-right li a {
  height: 100%;
}
#a9bd6a4916a2714 > .tab-tabs .layout-left {
  text-align: left;
}
#a9bd6a4916a2714 > .tab-tabs .layout-center {
  text-align: center;
}
#a9bd6a4916a2714 > .tab-tabs .layout-right {
  text-align: right;
}
#a9bd6a4916a2714 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#a9bd6a4916a2714 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  border-top-style: none;
  border-top-width: 0;
}
#a9bd6a4916a2714 .tab-contents,
#a9bd6a4916a2714 .tab-contents-wrap {
  pointer-events: none;
}
#a9bd6a4916a2714 .tab-content,
#a9bd6a4916a2714 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9bd6a4916a2714 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9bd6a4916a2714 .tab-wrap .tab-contents {
  height: 100%;
}
#a9bd6a4916a2714 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9bd6a4916a2714 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9bd6a4916a2714 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a664cab3d2a611b .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a664cab3d2a611b .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#afc4dacc1fa77bd {
  overflow: hidden;
  pointer-events: none;
}
#afc4dacc1fa77bd > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#afc4dacc1fa77bd > .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;
}
#afc4dacc1fa77bd > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afc4dacc1fa77bd > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#afc4dacc1fa77bd > .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;
}
#afc4dacc1fa77bd > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav,
#afc4dacc1fa77bd > .tab-nav,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav-horizontal,
#afc4dacc1fa77bd > .tab-nav-horizontal,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afc4dacc1fa77bd > .tab-nav-horizontal::-webkit-scrollbar,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afc4dacc1fa77bd > .tab-nav-horizontal.tagScroll,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afc4dacc1fa77bd > .tab-nav-horizontal.tagScroll li a,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav a,
#afc4dacc1fa77bd > .tab-nav a,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav a,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav li a,
#afc4dacc1fa77bd > .tab-nav li a,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #01755f;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 5px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #01755f;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav li a svg,
#afc4dacc1fa77bd > .tab-nav li a svg,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav li a .ap_icon,
#afc4dacc1fa77bd > .tab-nav li a .ap_icon,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav li a:hover,
#afc4dacc1fa77bd > .tab-nav li a:hover,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav li.uk-active a,
#afc4dacc1fa77bd > .tab-nav li.uk-active a,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000000;
}
#afc4dacc1fa77bd .layout-left li,
#afc4dacc1fa77bd .layout-center li,
#afc4dacc1fa77bd .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#afc4dacc1fa77bd .layout-left li a,
#afc4dacc1fa77bd .layout-center li a,
#afc4dacc1fa77bd .layout-right li a {
  height: 100%;
}
#afc4dacc1fa77bd > .tab-tabs .layout-left {
  text-align: left;
}
#afc4dacc1fa77bd > .tab-tabs .layout-center {
  text-align: center;
}
#afc4dacc1fa77bd > .tab-tabs .layout-right {
  text-align: right;
}
#afc4dacc1fa77bd .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#afc4dacc1fa77bd .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-style: none;
  border-top-width: 0;
}
#afc4dacc1fa77bd .tab-contents,
#afc4dacc1fa77bd .tab-contents-wrap {
  pointer-events: none;
}
#afc4dacc1fa77bd .tab-content,
#afc4dacc1fa77bd .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#afc4dacc1fa77bd .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#afc4dacc1fa77bd .tab-wrap .tab-contents {
  height: 100%;
}
#afc4dacc1fa77bd .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#afc4dacc1fa77bd .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#afc4dacc1fa77bd .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a3b0faa63fa40bc .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a3b0faa63fa40bc .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#a7ac0acdbba1756 {
  overflow: hidden;
  pointer-events: none;
}
#a7ac0acdbba1756 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a7ac0acdbba1756 > .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;
}
#a7ac0acdbba1756 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7ac0acdbba1756 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a7ac0acdbba1756 > .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;
}
#a7ac0acdbba1756 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav,
#a7ac0acdbba1756 > .tab-nav,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav-horizontal,
#a7ac0acdbba1756 > .tab-nav-horizontal,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7ac0acdbba1756 > .tab-nav-horizontal::-webkit-scrollbar,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7ac0acdbba1756 > .tab-nav-horizontal.tagScroll,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7ac0acdbba1756 > .tab-nav-horizontal.tagScroll li a,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav a,
#a7ac0acdbba1756 > .tab-nav a,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav li a,
#a7ac0acdbba1756 > .tab-nav li a,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #01755f;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #01755f;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav li a svg,
#a7ac0acdbba1756 > .tab-nav li a svg,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7ac0acdbba1756 > .tab-nav li a .ap_icon,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav li a:hover,
#a7ac0acdbba1756 > .tab-nav li a:hover,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav li.uk-active a,
#a7ac0acdbba1756 > .tab-nav li.uk-active a,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#a7ac0acdbba1756 .layout-left li,
#a7ac0acdbba1756 .layout-center li,
#a7ac0acdbba1756 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7ac0acdbba1756 .layout-left li a,
#a7ac0acdbba1756 .layout-center li a,
#a7ac0acdbba1756 .layout-right li a {
  height: 100%;
}
#a7ac0acdbba1756 > .tab-tabs .layout-left {
  text-align: left;
}
#a7ac0acdbba1756 > .tab-tabs .layout-center {
  text-align: center;
}
#a7ac0acdbba1756 > .tab-tabs .layout-right {
  text-align: right;
}
#a7ac0acdbba1756 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#a7ac0acdbba1756 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-style: none;
  border-top-width: 0;
}
#a7ac0acdbba1756 .tab-contents,
#a7ac0acdbba1756 .tab-contents-wrap {
  pointer-events: none;
}
#a7ac0acdbba1756 .tab-content,
#a7ac0acdbba1756 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7ac0acdbba1756 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7ac0acdbba1756 .tab-wrap .tab-contents {
  height: 100%;
}
#a7ac0acdbba1756 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a7ac0acdbba1756 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a7ac0acdbba1756 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a5bb2a21b6ae4fe  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a2d8aae499aa978  {flex-grow: 1;}#a92a8a27feac891  {flex: 1;}#ad252ae69bae906  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;margin-top: 20px;}#ad8a8a9d31a7a56  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;margin-top: 40px;}#a3bd4abe22aa4d3  {flex-grow: 1;}#a2fa4a91aea5143  {flex: 1;}#ae6f5ad37ba05ed  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;margin-top: 40px;}#a4975aea77ab740 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #01755f;border-radius: 3px;justify-content: center;font-family: Verdana;}#a4975aea77ab740 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a99dfad58ea5ee6  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;margin-top: 40px;}#a8a05a092ea520d .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #01755f;border-radius: 3px;justify-content: center;font-family: Verdana;}#a8a05a092ea520d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a0518a6cbba1f40  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;}#ac6a7a7b6ba147b  {flex: 1;}#aaf0cad842a9530 .a76fba0982a59f8 {
  overflow: hidden;
}
#aaf0cad842a9530 .a76fba0982a59f8 , #aaf0cad842a9530 .a76fba0982a59f8 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#aaf0cad842a9530 .a76fba0982a59f8:hover , #aaf0cad842a9530 .a76fba0982a59f8 *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aaf0cad842a9530 .a3c3ba81bea061b {
  overflow: hidden;
}
#aaf0cad842a9530 .a3c3ba81bea061b , #aaf0cad842a9530 .a3c3ba81bea061b > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#aaf0cad842a9530 .uk-grid {
  margin-left: -10px;
}
#aaf0cad842a9530 .uk-grid > * {
  padding-left: 10px;
}
#aaf0cad842a9530 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aaf0cad842a9530 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#aaf0cad842a9530 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #aaf0cad842a9530 .uk-position-center-left-out {
    left: -30px;
  }
  #aaf0cad842a9530 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a65cea0e6aae8aa  {flex: 1;}#af00bab966a0919 .ad27fa8168a8a5f {
  overflow: hidden;
}
#af00bab966a0919 .ad27fa8168a8a5f , #af00bab966a0919 .ad27fa8168a8a5f > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#af00bab966a0919 .ad27fa8168a8a5f:hover , #af00bab966a0919 .ad27fa8168a8a5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#af00bab966a0919 .uk-grid {
  margin-left: -10px;
}
#af00bab966a0919 .uk-grid > * {
  padding-left: 10px;
}
#af00bab966a0919 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#af00bab966a0919 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#af00bab966a0919 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #af00bab966a0919 .uk-position-center-left-out {
    left: -30px;
  }
  #af00bab966a0919 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad535a889ea6fff {
  overflow: hidden;
  pointer-events: none;
}
#ad535a889ea6fff > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad535a889ea6fff > .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;
}
#ad535a889ea6fff > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad535a889ea6fff > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad535a889ea6fff > .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;
}
#ad535a889ea6fff > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav,
#ad535a889ea6fff > .tab-nav,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad535a889ea6fff > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav-horizontal,
#ad535a889ea6fff > .tab-nav-horizontal,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad535a889ea6fff > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad535a889ea6fff > .tab-nav-horizontal::-webkit-scrollbar,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad535a889ea6fff > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad535a889ea6fff > .tab-nav-horizontal.tagScroll,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad535a889ea6fff > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad535a889ea6fff > .tab-nav-horizontal.tagScroll li a,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad535a889ea6fff > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav a,
#ad535a889ea6fff > .tab-nav a,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad535a889ea6fff > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav li a,
#ad535a889ea6fff > .tab-nav li a,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad535a889ea6fff > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav li a svg,
#ad535a889ea6fff > .tab-nav li a svg,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad535a889ea6fff > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad535a889ea6fff > .tab-nav li a .ap_icon,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad535a889ea6fff > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav li a:hover,
#ad535a889ea6fff > .tab-nav li a:hover,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad535a889ea6fff > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav li.uk-active a,
#ad535a889ea6fff > .tab-nav li.uk-active a,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad535a889ea6fff > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad535a889ea6fff .layout-left li,
#ad535a889ea6fff .layout-center li,
#ad535a889ea6fff .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad535a889ea6fff .layout-left li a,
#ad535a889ea6fff .layout-center li a,
#ad535a889ea6fff .layout-right li a {
  height: 100%;
}
#ad535a889ea6fff > .tab-tabs .layout-left {
  text-align: left;
}
#ad535a889ea6fff > .tab-tabs .layout-center {
  text-align: center;
}
#ad535a889ea6fff > .tab-tabs .layout-right {
  text-align: right;
}
#ad535a889ea6fff .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#ad535a889ea6fff .tab-content-wrap {
  background-color: transparent;
}
#ad535a889ea6fff .tab-contents,
#ad535a889ea6fff .tab-contents-wrap {
  pointer-events: none;
}
#ad535a889ea6fff .tab-content,
#ad535a889ea6fff .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad535a889ea6fff .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad535a889ea6fff .tab-wrap .tab-contents {
  height: 100%;
}
#ad535a889ea6fff .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad535a889ea6fff .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad535a889ea6fff .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aeebca01e9a498b  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#adf63a75c0a3192  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 10px;padding-bottom: 10px;}#ab6daa95f4a0905 > .ele-wrap {background-color: #01755f;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade2ca1bd9abe70 > .ele-wrap {background-color: rgba(245, 242, 227, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a082ba5d13ae4c7 {background-color: rgba(0,0,0,0.7);}#a082ba5d13ae4c7 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5fd1a5070a1197 .form-agree {
  display: flex;
  align-items: center;
}
#a5fd1a5070a1197 .uk-form .form-submit-btn {
  width: 540px;
}
#a5fd1a5070a1197 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a5fd1a5070a1197 .submit-wrap {
  text-align: center;
}
#a5fd1a5070a1197 .submit-wrap button {
  background-color: #01755f;
}
#a5fd1a5070a1197 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a5fd1a5070a1197 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5fd1a5070a1197 .form-item {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
#a5fd1a5070a1197 .form-item .uk-input,
#a5fd1a5070a1197 .form-item .uk-select,
#a5fd1a5070a1197 .form-item .uk-textarea {
  width: autopx;
  height: 38px;
  line-height: 38px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#a5fd1a5070a1197 .form-item .auto-height {
  height: auto;
}
#a5fd1a5070a1197 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a5fd1a5070a1197 .form-item .send-code {
  bottom: -1px;
}
#a5fd1a5070a1197 .form-item .uk-textarea {
  height: 76px;
  line-height: 1.5;
}
#a5fd1a5070a1197 .uk-form-label,
#a5fd1a5070a1197 .form-agree,
#a5fd1a5070a1197 .uk-h3,
#a5fd1a5070a1197 p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a5fd1a5070a1197 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a5fd1a5070a1197 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#aef22a14e4a7bfb {
  /* 修复吸顶导航宽度被写死的问题 */
}
#aef22a14e4a7bfb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aef22a14e4a7bfb .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a953cadf81af456  {flex: 1;}#a33a0a8b55a3c1e  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a2924ac899a0269 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a395ba33dfab989  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#a059aaa484ab027 {
  border-radius: 5px;
  overflow: hidden;
}
#a059aaa484ab027 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a059aaa484ab027 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a059aaa484ab027 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a059aaa484ab027 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a059aaa484ab027 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#aba7aa15f6aa821 > .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);}#ac3bda048da4647 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2a5da235aa8655 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a1c00acce5a5b65 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9c5fad040af525 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a46c4a5423a960e > .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;}#a90b7a0e80a90ea > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#a9623a0012aec8a  {flex: 1;}#a7d72ad131a410e  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 10px;max-width: 370px;}#a6e86a3783aba94  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a4a32a787ba713c  {flex-grow: 1;}#ab4f4a8d4bad21a  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#afa86a34f6a217d  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 0px;padding-bottom: 0px;margin-top: 10px;padding-right: 0px;padding-left: 0px;min-height: 100px;}#a8772af14fa8a95  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;min-height: 180px;}#a56c0a45fea0d8b .img-wrap {
  flex-grow: 0;
}
#a4158a945aaeb16  {flex-grow: 1;}#a6c92ab3b2a88ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#ab872a7fe0a54a2  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;min-height: 180px;}#a720ea3ddfad963 .img-wrap {
  flex-grow: 0;
}
#ad4e3a28f9a66b1  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;min-height: 180px;}#aa4b3acbc7a8093 .img-wrap {
  flex-grow: 0;
}
#abd95aab48a20a4  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 10px;padding-bottom: 60px;background-image: url(/resources/upload/af24ea2c17a788f/1772078250559.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a4c89a9677a07d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a271ca2027a8df0  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 10px;margin-right: 30px;max-width: 330px;}#a4118a3fbca3ba1  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a035daff55a9110  {flex-grow: 1;}#a2863a37dea96e1  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aeedeaad83a9268  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 0px;padding-bottom: 0px;padding-right: 0px;padding-left: 0px;min-height: 100px;}#ad786a77c4a6a02 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a2e24a65eba9ed5  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 15px;padding-bottom: 15px;padding-left: 30px;min-height: 180px;}#a07d6aebd4ab2a7  {flex-grow: 1;}#a7f61ab65ba74d0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a9119a5525a9d30  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 15px;padding-bottom: 15px;padding-left: 30px;min-height: 180px;}#a1812a11aba0408  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 15px;padding-bottom: 15px;padding-left: 30px;min-height: 180px;}#aeed9ace40a8764  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 10px;margin-left: 30px;max-width: 150px;}#a799ba8db5a045e  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a043bafe49a1aed  {flex-grow: 1;}#aea24a1fa6ab26d  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af81aa31c7ac399  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;min-height: 100px;}#ada12adccba3710 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a95cca13f6aa86e  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;border-top-width: 1px;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(255, 255, 255, 1);padding-right: 30px;min-height: 180px;}#a231cab7d0aea99 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-top-style: solid;flex-grow: 0;}#abf0bae988ae2eb > div {
        font-weight: bold;
        font-style: normal;
    font-size: 27px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9b0fa2a89af20f  {flex-grow: 1;}#a2a1aa9af6a6737  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#acc27a895ea97c5  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-right: 30px;min-height: 180px;}#aa557ae7f0a4cf4 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-top-style: solid;flex-grow: 0;}#a8957a84cda3408 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 27px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a548aae88ea5735  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 0px;padding-bottom: 0px;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(255, 255, 255, 1);padding-right: 30px;min-height: 180px;}#af4ada114aa3142 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-top-style: solid;flex-grow: 0;}#a7679ad4fca48d8 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 27px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a364aa1d40a12bd  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 10px;max-width: 400px;}#a823daca04ab968  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7939ab500a94a0  {flex-grow: 1;}#a8037af382a1eb8  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7603acd0ba3cf2  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 0px;padding-bottom: 0px;margin-top: 10px;min-height: 100px;}#ae16dab78aab76c  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(155, 155, 155, 1);border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 1);min-height: 180px;}#a3e7ea14d1a5926  {flex-grow: 1;}#aa63ea7ea9a682e  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a77f9abfdcaca3f  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;min-height: 180px;}#a2cf4a8d74a7141  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(155, 155, 155, 1);border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 1);min-height: 180px;}#a1628ab622a5774  {flex: 1;}#a1031a7642ab9db  {flex-grow: 1;}#a210aa8276ae475  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a259baf128a0266  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 50px;}#a353fa3f62ab017  {flex-grow: 1;}#a62cda6da1a375b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e83abacaa5bf3 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aa7b9a7589a9d97 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aaebcac1f9a7804 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aeec4a2c20a855f > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a4dabaf571a64ed > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a0fbead65ba2db9  {flex-grow: 1;}#aa629a54a4a2002  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aef3aa9488afe79  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 30px;}#a4a04ae069ad286 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac649abbefaf426 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ad41fa3860a195a  {flex-grow: 1;}#a3922a7603a741f  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a5c57a2022af487  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab167a9bfda6ede > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a05edac845a0786 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a755cab3c9a59eb  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53fcaa044a4305 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d99a8723aaea4 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a8823ab0c8a1795  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#ae97ba4c2aa2cda  {flex-grow: 1;}#ab013aa5c0aec25  {flex: 1;}#a0354ae555a09b7  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;margin-top: 30px;}#a61bca1d5aab66f  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;margin-top: 40px;}#acdd5a1f65a6f0a  {flex-grow: 1;}#a433aa5478a1ca5  {flex: 1;}#ad122a2d06afeb3  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;margin-top: 40px;}#ab435ab192a3cec .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #01755f;border-radius: 3px;justify-content: center;font-family: Verdana;}#ab435ab192a3cec .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a589ea30bda3747  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;margin-top: 40px;}#abd7aab570ae913 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #01755f;border-radius: 3px;justify-content: center;font-family: Verdana;}#abd7aab570ae913 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#ac7a7aae4fa36f9  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;padding-top: 10px;}#ae488afd1da5329  {flex: 1;}#a6439a202aa93b8 .a5e23a83e6a6f25 {
  overflow: hidden;
}
#a6439a202aa93b8 .a5e23a83e6a6f25 , #a6439a202aa93b8 .a5e23a83e6a6f25 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a6439a202aa93b8 .a5e23a83e6a6f25:hover , #a6439a202aa93b8 .a5e23a83e6a6f25 *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6439a202aa93b8 .ad8b3a4aeba3ada {
  overflow: hidden;
}
#a6439a202aa93b8 .ad8b3a4aeba3ada , #a6439a202aa93b8 .ad8b3a4aeba3ada > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a6439a202aa93b8 .uk-grid {
  margin-left: -10px;
}
#a6439a202aa93b8 .uk-grid > * {
  padding-left: 10px;
}
#a6439a202aa93b8 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a6439a202aa93b8 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a6439a202aa93b8 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a6439a202aa93b8 .uk-position-center-left-out {
    left: -30px;
  }
  #a6439a202aa93b8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a28f5adcc3a08cc  {flex: 1;}#aefa5a8a10a4a4c .ace43a8c1daae49 {
  overflow: hidden;
}
#aefa5a8a10a4a4c .ace43a8c1daae49 , #aefa5a8a10a4a4c .ace43a8c1daae49 > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#aefa5a8a10a4a4c .ace43a8c1daae49:hover , #aefa5a8a10a4a4c .ace43a8c1daae49 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#aefa5a8a10a4a4c .uk-grid {
  margin-left: -10px;
}
#aefa5a8a10a4a4c .uk-grid > * {
  padding-left: 10px;
}
#aefa5a8a10a4a4c .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aefa5a8a10a4a4c .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#aefa5a8a10a4a4c .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #aefa5a8a10a4a4c .uk-position-center-left-out {
    left: -30px;
  }
  #aefa5a8a10a4a4c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0e70ab381a66d8 {
  overflow: hidden;
  pointer-events: none;
}
#a0e70ab381a66d8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a0e70ab381a66d8 > .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;
}
#a0e70ab381a66d8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0e70ab381a66d8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a0e70ab381a66d8 > .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;
}
#a0e70ab381a66d8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0e70ab381a66d8 > .tab-wrap > div > .tab-nav,
#a0e70ab381a66d8 > .tab-nav,
#a0e70ab381a66d8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a0e70ab381a66d8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0e70ab381a66d8 > .tab-wrap > div > .tab-nav-horizontal,
#a0e70ab381a66d8 > .tab-nav-horizontal,
#a0e70ab381a66d8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a0e70ab381a66d8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a0e70ab381a66d8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0e70ab381a66d8 > .tab-nav-horizontal::-webkit-scrollbar,
#a0e70ab381a66d8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0e70ab381a66d8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a0e70ab381a66d8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0e70ab381a66d8 > .tab-nav-horizontal.tagScroll,
#a0e70ab381a66d8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0e70ab381a66d8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a0e70ab381a66d8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0e70ab381a66d8 > .tab-nav-horizontal.tagScroll li a,
#a0e70ab381a66d8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0e70ab381a66d8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a0e70ab381a66d8 > .tab-wrap > div > .tab-nav a,
#a0e70ab381a66d8 > .tab-nav a,
#a0e70ab381a66d8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a0e70ab381a66d8 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a0e70ab381a66d8 > .tab-wrap > div > .tab-nav li a,
#a0e70ab381a66d8 > .tab-nav li a,
#a0e70ab381a66d8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a0e70ab381a66d8 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#a0e70ab381a66d8 > .tab-wrap > div > .tab-nav li a svg,
#a0e70ab381a66d8 > .tab-nav li a svg,
#a0e70ab381a66d8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a0e70ab381a66d8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a0e70ab381a66d8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0e70ab381a66d8 > .tab-nav li a .ap_icon,
#a0e70ab381a66d8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0e70ab381a66d8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a0e70ab381a66d8 > .tab-wrap > div > .tab-nav li a:hover,
#a0e70ab381a66d8 > .tab-nav li a:hover,
#a0e70ab381a66d8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a0e70ab381a66d8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0e70ab381a66d8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a0e70ab381a66d8 > .tab-nav li.uk-active a,
#a0e70ab381a66d8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a0e70ab381a66d8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0e70ab381a66d8 .layout-left li,
#a0e70ab381a66d8 .layout-center li,
#a0e70ab381a66d8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a0e70ab381a66d8 .layout-left li a,
#a0e70ab381a66d8 .layout-center li a,
#a0e70ab381a66d8 .layout-right li a {
  height: 100%;
}
#a0e70ab381a66d8 > .tab-tabs .layout-left {
  text-align: left;
}
#a0e70ab381a66d8 > .tab-tabs .layout-center {
  text-align: center;
}
#a0e70ab381a66d8 > .tab-tabs .layout-right {
  text-align: right;
}
#a0e70ab381a66d8 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a0e70ab381a66d8 .tab-content-wrap {
  background-color: transparent;
}
#a0e70ab381a66d8 .tab-contents,
#a0e70ab381a66d8 .tab-contents-wrap {
  pointer-events: none;
}
#a0e70ab381a66d8 .tab-content,
#a0e70ab381a66d8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a0e70ab381a66d8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a0e70ab381a66d8 .tab-wrap .tab-contents {
  height: 100%;
}
#a0e70ab381a66d8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a0e70ab381a66d8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a0e70ab381a66d8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a4a2fa8ce8a7a6c  {flex: 1;}#a10afad276abcb2  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-right: 20px;}#abce4ab216a8d12  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa34dac2a1a469b  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 1);padding-top: 40px;padding-bottom: 20px;}#a7ac9a348aa4774  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;}#a0f9fa6498aeb7c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-right: 20px;padding-top: 20px;}#a243da68f2a59fa  {flex-grow: 2;}#a1e8ea6cf5a9ab9 .img-wrap {
  flex-grow: 0;
}
#aaf9aac1fea1c44  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-left: 20px;}#a9b78abfeda5878  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aef5ba3de4aeaa9  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 1);padding-top: 40px;padding-bottom: 20px;}#aa73baedeca9d2f  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;}#ad561a8be8a7238  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;}#a72d8a276da6066  {flex-grow: 2;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-left: 20px;}#a99f9aa114a9a4c .img-wrap {
  flex-grow: 0;
}
#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a082ba5d13ae4c7 {background-color: rgba(0,0,0,0.7);}#a082ba5d13ae4c7 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5fd1a5070a1197 .form-agree {
  display: flex;
  align-items: center;
}
#a5fd1a5070a1197 .uk-form .form-submit-btn {
  width: 540px;
}
#a5fd1a5070a1197 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a5fd1a5070a1197 .submit-wrap {
  text-align: center;
}
#a5fd1a5070a1197 .submit-wrap button {
  background-color: #01755f;
}
#a5fd1a5070a1197 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a5fd1a5070a1197 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5fd1a5070a1197 .form-item {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
#a5fd1a5070a1197 .form-item .uk-input,
#a5fd1a5070a1197 .form-item .uk-select,
#a5fd1a5070a1197 .form-item .uk-textarea {
  width: autopx;
  height: 38px;
  line-height: 38px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#a5fd1a5070a1197 .form-item .auto-height {
  height: auto;
}
#a5fd1a5070a1197 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a5fd1a5070a1197 .form-item .send-code {
  bottom: -1px;
}
#a5fd1a5070a1197 .form-item .uk-textarea {
  height: 76px;
  line-height: 1.5;
}
#a5fd1a5070a1197 .uk-form-label,
#a5fd1a5070a1197 .form-agree,
#a5fd1a5070a1197 .uk-h3,
#a5fd1a5070a1197 p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a5fd1a5070a1197 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a5fd1a5070a1197 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a8b05a0758a5203 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a8b05a0758a5203 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8b05a0758a5203 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a4bbcaef0ea0cf2 .ap-background-container::after {
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
#a6f62ae176a437e .ap-background-container::after {
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4eeaaeb6daebfa  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aacc2a864bab365  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 70px;padding-bottom: 50px;padding-right: 40px;padding-left: 0px;}#a614aafb11a5a7e  {flex-grow: 1;}#af938acafea9f86  {flex: 1;}#a6785aac50a31f3  {flex-grow: 1;}#af804ad30fa7bf7  {flex-grow: 1;}#aa2d8a0c60a8e3b  {flex: 1;flex-direction: column;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#aec7fa3d70a71f8  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a6473a7ee2a3829 .img-wrap {
  flex-grow: 0;
}
#a578aaf536aad84  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;}#a1a81a4b9fa8991  {flex-grow: 1;}#af499a2e55a3447  {flex: 1;flex-direction: column;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#ad26aa8dceabb75  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#aacd0a0315abd5c .img-wrap {
  flex-grow: 0;
}
#ab759a3727a1d02  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;}#ac343ac508a66ad  {flex: 1;}#a03bdae939a09a8  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a512da4e9caa14d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5237a3fddabbd8  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#a12f9ac61da031b {
  border-radius: 5px;
  overflow: hidden;
}
#a12f9ac61da031b .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a12f9ac61da031b .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a12f9ac61da031b .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a12f9ac61da031b .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a12f9ac61da031b .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#ab35da95b4ac069  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a0aa9acb54a1aef  {flex-grow: 1;}#ae445a1b5ea1ed6  {flex: 1;}#ab445a6a11a58b1  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 15px;}#a6468a5d8fa2084 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 9px 4px rgba(235, 235, 235, 1);flex-grow: 0;}#a8021a7cb3ae9cd  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 15px;}#a82e9a0b77ab99d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 9px 4px rgba(235, 235, 235, 1);flex-grow: 0;}#a5d5ea1338afd55  {flex-grow: 1;}#a0c0fa6ffca11d9  {flex: 1;}#a9f8cadcabac66b  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 40px;margin-bottom: 70px;}#a6c63acbfba9168 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 9px 4px rgba(235, 235, 235, 1);flex-grow: 0;}#a3b5da4c1ba7fb4  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 40px;margin-bottom: 70px;}#ad705a3488a2e50 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 9px 4px rgba(235, 235, 235, 1);flex-grow: 0;}#a31e8acf50aab54 > .ele-wrap {background-image: url(/resources/upload/af24ea2c17a788f/1759031744626.webp);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae9f7ac9a0acfce  {flex: 1;}#adab9abdf9ae3cd  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a9d11a47eda094d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae9d8a5ebda3c63  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 10px;}#ac9dea56f0a6cf9 {
  border-radius: 5px;
  overflow: hidden;
}
#ac9dea56f0a6cf9 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#ac9dea56f0a6cf9 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#ac9dea56f0a6cf9 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#ac9dea56f0a6cf9 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#ac9dea56f0a6cf9 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a2822a2887a2602 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afd37a7b2baf7eb > .ele-wrap {background-image: url(/resources/upload/af24ea2c17a788f/1759045946540.webp);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aee15ae38ea1a0a  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aff38aea48ad4f1  {flex-grow: 1;}#ab3f4aaac2ac976  {flex: 1;}#ae6b4ac83da905b  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 0px;margin-top: 40px;}#ac0d7adbbfaec46  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;margin-top: 40px;}#ab287af55ea3026  {flex-grow: 1;}#a5aeca1224a1c4e  {flex: 1;}#a37cca570ea9bc6  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;margin-top: 40px;}#a2b48a7380aa2dd .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #01755f;border-radius: 3px;justify-content: center;font-family: Verdana;}#a2b48a7380aa2dd .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a0848a8d01a4d7e  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#a3d30ae0caa52c3  {flex: 1;}#afe4ca61b3a9339 .a37a3a87d2a103f {
  overflow: hidden;
}
#afe4ca61b3a9339 .a37a3a87d2a103f , #afe4ca61b3a9339 .a37a3a87d2a103f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#afe4ca61b3a9339 .a37a3a87d2a103f:hover , #afe4ca61b3a9339 .a37a3a87d2a103f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#afe4ca61b3a9339 .uk-grid {
  margin-left: -10px;
}
#afe4ca61b3a9339 .uk-grid > * {
  padding-left: 10px;
}
#afe4ca61b3a9339 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#afe4ca61b3a9339 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#afe4ca61b3a9339 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #afe4ca61b3a9339 .uk-position-center-left-out {
    left: -30px;
  }
  #afe4ca61b3a9339 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a97eba3cfbab30e  {flex: 1;}#a503ea5384a0a9b .aacbcab828ad781 {
  overflow: hidden;
}
#a503ea5384a0a9b .aacbcab828ad781 , #a503ea5384a0a9b .aacbcab828ad781 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a503ea5384a0a9b .aacbcab828ad781:hover , #a503ea5384a0a9b .aacbcab828ad781 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a503ea5384a0a9b .uk-grid {
  margin-left: -10px;
}
#a503ea5384a0a9b .uk-grid > * {
  padding-left: 10px;
}
#a503ea5384a0a9b .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a503ea5384a0a9b .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a503ea5384a0a9b .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a503ea5384a0a9b .uk-position-center-left-out {
    left: -30px;
  }
  #a503ea5384a0a9b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2689a9ac9a0c9d {
  overflow: hidden;
  pointer-events: none;
}
#a2689a9ac9a0c9d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2689a9ac9a0c9d > .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;
}
#a2689a9ac9a0c9d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2689a9ac9a0c9d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2689a9ac9a0c9d > .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;
}
#a2689a9ac9a0c9d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav,
#a2689a9ac9a0c9d > .tab-nav,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav-horizontal,
#a2689a9ac9a0c9d > .tab-nav-horizontal,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2689a9ac9a0c9d > .tab-nav-horizontal::-webkit-scrollbar,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2689a9ac9a0c9d > .tab-nav-horizontal.tagScroll,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2689a9ac9a0c9d > .tab-nav-horizontal.tagScroll li a,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav a,
#a2689a9ac9a0c9d > .tab-nav a,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav li a,
#a2689a9ac9a0c9d > .tab-nav li a,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav li a svg,
#a2689a9ac9a0c9d > .tab-nav li a svg,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2689a9ac9a0c9d > .tab-nav li a .ap_icon,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav li a:hover,
#a2689a9ac9a0c9d > .tab-nav li a:hover,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav li.uk-active a,
#a2689a9ac9a0c9d > .tab-nav li.uk-active a,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2689a9ac9a0c9d .layout-left li,
#a2689a9ac9a0c9d .layout-center li,
#a2689a9ac9a0c9d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2689a9ac9a0c9d .layout-left li a,
#a2689a9ac9a0c9d .layout-center li a,
#a2689a9ac9a0c9d .layout-right li a {
  height: 100%;
}
#a2689a9ac9a0c9d > .tab-tabs .layout-left {
  text-align: left;
}
#a2689a9ac9a0c9d > .tab-tabs .layout-center {
  text-align: center;
}
#a2689a9ac9a0c9d > .tab-tabs .layout-right {
  text-align: right;
}
#a2689a9ac9a0c9d .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a2689a9ac9a0c9d .tab-content-wrap {
  background-color: transparent;
}
#a2689a9ac9a0c9d .tab-contents,
#a2689a9ac9a0c9d .tab-contents-wrap {
  pointer-events: none;
}
#a2689a9ac9a0c9d .tab-content,
#a2689a9ac9a0c9d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2689a9ac9a0c9d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2689a9ac9a0c9d .tab-wrap .tab-contents {
  height: 100%;
}
#a2689a9ac9a0c9d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2689a9ac9a0c9d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2689a9ac9a0c9d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a082ba5d13ae4c7 {background-color: rgba(0,0,0,0.7);}#a082ba5d13ae4c7 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5fd1a5070a1197 .form-agree {
  display: flex;
  align-items: center;
}
#a5fd1a5070a1197 .uk-form .form-submit-btn {
  width: 540px;
}
#a5fd1a5070a1197 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a5fd1a5070a1197 .submit-wrap {
  text-align: center;
}
#a5fd1a5070a1197 .submit-wrap button {
  background-color: #01755f;
}
#a5fd1a5070a1197 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a5fd1a5070a1197 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5fd1a5070a1197 .form-item {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
#a5fd1a5070a1197 .form-item .uk-input,
#a5fd1a5070a1197 .form-item .uk-select,
#a5fd1a5070a1197 .form-item .uk-textarea {
  width: autopx;
  height: 38px;
  line-height: 38px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#a5fd1a5070a1197 .form-item .auto-height {
  height: auto;
}
#a5fd1a5070a1197 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a5fd1a5070a1197 .form-item .send-code {
  bottom: -1px;
}
#a5fd1a5070a1197 .form-item .uk-textarea {
  height: 76px;
  line-height: 1.5;
}
#a5fd1a5070a1197 .uk-form-label,
#a5fd1a5070a1197 .form-agree,
#a5fd1a5070a1197 .uk-h3,
#a5fd1a5070a1197 p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a5fd1a5070a1197 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a5fd1a5070a1197 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a44b6a2b43acc56 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a44b6a2b43acc56 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a44b6a2b43acc56 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a0666aae77a9458 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #01755f;
  font-size: 28px;
}
#a0666aae77a9458 .round-icon img,
#a0666aae77a9458 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa89fa5a25ac06e  {flex: 1;}#aeba7a84adaf6e7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 10px;padding-bottom: 30px;}#ab8dba2255ae064 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0b73ac248aea67  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 10px;padding-bottom: 50px;}#a291ba5e27a343f {
  border-radius: 5px;
  overflow: hidden;
}
#a291ba5e27a343f .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a291ba5e27a343f .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a291ba5e27a343f .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a291ba5e27a343f .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a291ba5e27a343f .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a2176a3f05a1099 > .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);}#a1551ae087a4f91 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a70a4a739ea206f > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a9c51afae7aaa6a > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a16c1ad476a681b > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a90bcaa9dcaa64c > .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;}#a9163aec5da8e36 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#ad5bcacda7a117f  {flex: 1;}#abb16a64d7a8534  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;}#a6d3aaa35aa32df > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ae9a2aa302a83c9  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;}#af977ab58aad33c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#aa991a5f09a2c7c  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;}#afe81acf01af7d2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ae6f7a7609a07d8  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a2a45a2346a5e4b  {flex-grow: 1;}#ae947a5f1aa4e96  {flex: 1;}#ab10aa9d42a0ff0  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;margin-top: 20px;}#a6e32a4d99a6c12  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;margin-top: 20px;}#a7451aa110a6afa  {flex-grow: 1;}#a0a2babfe0af681  {flex: 1;}#ad15aaa771a2589  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;margin-top: 20px;}#a8b54a8834a7c22 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #01755f;border-radius: 3px;justify-content: center;font-family: Verdana;}#a8b54a8834a7c22 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a8c19a5a05a5fa6  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 5px;}#aa616a133fa073d  {flex: 1;}#ae839ae452a7aa2 .a95d3a2088ae2b3 {
  overflow: hidden;
}
#ae839ae452a7aa2 .a95d3a2088ae2b3 , #ae839ae452a7aa2 .a95d3a2088ae2b3 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#ae839ae452a7aa2 .a95d3a2088ae2b3:hover , #ae839ae452a7aa2 .a95d3a2088ae2b3 *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae839ae452a7aa2 .aa0ddafb6ea5feb {
  overflow: hidden;
}
#ae839ae452a7aa2 .aa0ddafb6ea5feb , #ae839ae452a7aa2 .aa0ddafb6ea5feb > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#ae839ae452a7aa2 .uk-grid {
  margin-left: -10px;
}
#ae839ae452a7aa2 .uk-grid > * {
  padding-left: 10px;
}
#ae839ae452a7aa2 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ae839ae452a7aa2 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#ae839ae452a7aa2 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #ae839ae452a7aa2 .uk-position-center-left-out {
    left: -30px;
  }
  #ae839ae452a7aa2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aab55a023aac101  {flex: 1;}#ac9d1ace07ae87a .a503ea7a8faded9 {
  overflow: hidden;
}
#ac9d1ace07ae87a .a503ea7a8faded9 , #ac9d1ace07ae87a .a503ea7a8faded9 > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#ac9d1ace07ae87a .a503ea7a8faded9:hover , #ac9d1ace07ae87a .a503ea7a8faded9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#ac9d1ace07ae87a .uk-grid {
  margin-left: -10px;
}
#ac9d1ace07ae87a .uk-grid > * {
  padding-left: 10px;
}
#ac9d1ace07ae87a .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ac9d1ace07ae87a .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#ac9d1ace07ae87a .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #ac9d1ace07ae87a .uk-position-center-left-out {
    left: -30px;
  }
  #ac9d1ace07ae87a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5c42a7b25abf4b {
  overflow: hidden;
  pointer-events: none;
}
#a5c42a7b25abf4b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5c42a7b25abf4b > .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;
}
#a5c42a7b25abf4b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5c42a7b25abf4b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5c42a7b25abf4b > .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;
}
#a5c42a7b25abf4b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5c42a7b25abf4b > .tab-wrap > div > .tab-nav,
#a5c42a7b25abf4b > .tab-nav,
#a5c42a7b25abf4b > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5c42a7b25abf4b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5c42a7b25abf4b > .tab-wrap > div > .tab-nav-horizontal,
#a5c42a7b25abf4b > .tab-nav-horizontal,
#a5c42a7b25abf4b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5c42a7b25abf4b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5c42a7b25abf4b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5c42a7b25abf4b > .tab-nav-horizontal::-webkit-scrollbar,
#a5c42a7b25abf4b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5c42a7b25abf4b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5c42a7b25abf4b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5c42a7b25abf4b > .tab-nav-horizontal.tagScroll,
#a5c42a7b25abf4b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5c42a7b25abf4b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a5c42a7b25abf4b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5c42a7b25abf4b > .tab-nav-horizontal.tagScroll li a,
#a5c42a7b25abf4b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5c42a7b25abf4b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5c42a7b25abf4b > .tab-wrap > div > .tab-nav a,
#a5c42a7b25abf4b > .tab-nav a,
#a5c42a7b25abf4b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5c42a7b25abf4b > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5c42a7b25abf4b > .tab-wrap > div > .tab-nav li a,
#a5c42a7b25abf4b > .tab-nav li a,
#a5c42a7b25abf4b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5c42a7b25abf4b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#a5c42a7b25abf4b > .tab-wrap > div > .tab-nav li a svg,
#a5c42a7b25abf4b > .tab-nav li a svg,
#a5c42a7b25abf4b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5c42a7b25abf4b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5c42a7b25abf4b > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5c42a7b25abf4b > .tab-nav li a .ap_icon,
#a5c42a7b25abf4b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5c42a7b25abf4b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5c42a7b25abf4b > .tab-wrap > div > .tab-nav li a:hover,
#a5c42a7b25abf4b > .tab-nav li a:hover,
#a5c42a7b25abf4b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5c42a7b25abf4b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5c42a7b25abf4b > .tab-wrap > div > .tab-nav li.uk-active a,
#a5c42a7b25abf4b > .tab-nav li.uk-active a,
#a5c42a7b25abf4b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5c42a7b25abf4b > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5c42a7b25abf4b .layout-left li,
#a5c42a7b25abf4b .layout-center li,
#a5c42a7b25abf4b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5c42a7b25abf4b .layout-left li a,
#a5c42a7b25abf4b .layout-center li a,
#a5c42a7b25abf4b .layout-right li a {
  height: 100%;
}
#a5c42a7b25abf4b > .tab-tabs .layout-left {
  text-align: left;
}
#a5c42a7b25abf4b > .tab-tabs .layout-center {
  text-align: center;
}
#a5c42a7b25abf4b > .tab-tabs .layout-right {
  text-align: right;
}
#a5c42a7b25abf4b .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a5c42a7b25abf4b .tab-content-wrap {
  background-color: transparent;
}
#a5c42a7b25abf4b .tab-contents,
#a5c42a7b25abf4b .tab-contents-wrap {
  pointer-events: none;
}
#a5c42a7b25abf4b .tab-content,
#a5c42a7b25abf4b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5c42a7b25abf4b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5c42a7b25abf4b .tab-wrap .tab-contents {
  height: 100%;
}
#a5c42a7b25abf4b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5c42a7b25abf4b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5c42a7b25abf4b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a082ba5d13ae4c7 {background-color: rgba(0,0,0,0.7);}#a082ba5d13ae4c7 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5fd1a5070a1197 .form-agree {
  display: flex;
  align-items: center;
}
#a5fd1a5070a1197 .uk-form .form-submit-btn {
  width: 540px;
}
#a5fd1a5070a1197 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a5fd1a5070a1197 .submit-wrap {
  text-align: center;
}
#a5fd1a5070a1197 .submit-wrap button {
  background-color: #01755f;
}
#a5fd1a5070a1197 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a5fd1a5070a1197 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5fd1a5070a1197 .form-item {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
#a5fd1a5070a1197 .form-item .uk-input,
#a5fd1a5070a1197 .form-item .uk-select,
#a5fd1a5070a1197 .form-item .uk-textarea {
  width: autopx;
  height: 38px;
  line-height: 38px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#a5fd1a5070a1197 .form-item .auto-height {
  height: auto;
}
#a5fd1a5070a1197 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a5fd1a5070a1197 .form-item .send-code {
  bottom: -1px;
}
#a5fd1a5070a1197 .form-item .uk-textarea {
  height: 76px;
  line-height: 1.5;
}
#a5fd1a5070a1197 .uk-form-label,
#a5fd1a5070a1197 .form-agree,
#a5fd1a5070a1197 .uk-h3,
#a5fd1a5070a1197 p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a5fd1a5070a1197 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a5fd1a5070a1197 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#ae773aca72a2f04 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ae773aca72a2f04 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae773aca72a2f04 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a892aa64eea5a7e > .lightbox-content {background-color: rgba(255, 255, 255, 1);}#ab6e2aa0e8a205d .form-agree {
  display: flex;
  align-items: center;
}
#ab6e2aa0e8a205d .uk-form .form-submit-btn {
  width: 400px;
}
#ab6e2aa0e8a205d .uk-form .form-submit-btn {
  height: 35px;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0;
}
#ab6e2aa0e8a205d .submit-wrap {
  text-align: center;
}
#ab6e2aa0e8a205d .submit-wrap button {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab6e2aa0e8a205d form {
  padding-top: 1px;
  padding-bottom: 1px;
}
#ab6e2aa0e8a205d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ab6e2aa0e8a205d .form-item {
  margin-top: 0px !important;
  margin-bottom: 15px !important;
}
#ab6e2aa0e8a205d .form-item .uk-input,
#ab6e2aa0e8a205d .form-item .uk-select,
#ab6e2aa0e8a205d .form-item .uk-textarea {
  width: autopx;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #9b9b9b;
}
#ab6e2aa0e8a205d .form-item .auto-height {
  height: auto;
}
#ab6e2aa0e8a205d .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #9b9b9b;
}
#ab6e2aa0e8a205d .form-item .send-code {
  bottom: -4px;
}
#ab6e2aa0e8a205d .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#ab6e2aa0e8a205d .uk-form-label,
#ab6e2aa0e8a205d .form-agree,
#ab6e2aa0e8a205d .uk-h3,
#ab6e2aa0e8a205d p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a0463a2717a7c07 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a0463a2717a7c07 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0463a2717a7c07 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9a34a151bad575 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: rgba(255, 255, 255, 0);border-width: 1px;border-color: rgba(255, 255, 255, 1);}#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a892aa64eea5a7e > .lightbox-content {background-color: rgba(255, 255, 255, 1);}#ab6e2aa0e8a205d .form-agree {
  display: flex;
  align-items: center;
}
#ab6e2aa0e8a205d .uk-form .form-submit-btn {
  width: 400px;
}
#ab6e2aa0e8a205d .uk-form .form-submit-btn {
  height: 35px;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0;
}
#ab6e2aa0e8a205d .submit-wrap {
  text-align: center;
}
#ab6e2aa0e8a205d .submit-wrap button {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab6e2aa0e8a205d form {
  padding-top: 1px;
  padding-bottom: 1px;
}
#ab6e2aa0e8a205d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ab6e2aa0e8a205d .form-item {
  margin-top: 0px !important;
  margin-bottom: 15px !important;
}
#ab6e2aa0e8a205d .form-item .uk-input,
#ab6e2aa0e8a205d .form-item .uk-select,
#ab6e2aa0e8a205d .form-item .uk-textarea {
  width: autopx;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #9b9b9b;
}
#ab6e2aa0e8a205d .form-item .auto-height {
  height: auto;
}
#ab6e2aa0e8a205d .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #9b9b9b;
}
#ab6e2aa0e8a205d .form-item .send-code {
  bottom: -4px;
}
#ab6e2aa0e8a205d .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#ab6e2aa0e8a205d .uk-form-label,
#ab6e2aa0e8a205d .form-agree,
#ab6e2aa0e8a205d .uk-h3,
#ab6e2aa0e8a205d p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a7c2ca3e4aa1c3b {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a7c2ca3e4aa1c3b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7c2ca3e4aa1c3b .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ad5eaa153aae2fe .separator-line {
  width: 50px;
  border-bottom: 2px solid #01755f;
}
#aa916a7fe4a3b8d .uk-card-media-left {
  min-height: 200px;
}
#aa916a7fe4a3b8d .h-float .uk-card {
  transition: all .3s ease;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a892aa64eea5a7e > .lightbox-content {background-color: rgba(255, 255, 255, 1);}#ab6e2aa0e8a205d .form-agree {
  display: flex;
  align-items: center;
}
#ab6e2aa0e8a205d .uk-form .form-submit-btn {
  width: 400px;
}
#ab6e2aa0e8a205d .uk-form .form-submit-btn {
  height: 35px;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0;
}
#ab6e2aa0e8a205d .submit-wrap {
  text-align: center;
}
#ab6e2aa0e8a205d .submit-wrap button {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab6e2aa0e8a205d form {
  padding-top: 1px;
  padding-bottom: 1px;
}
#ab6e2aa0e8a205d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ab6e2aa0e8a205d .form-item {
  margin-top: 0px !important;
  margin-bottom: 15px !important;
}
#ab6e2aa0e8a205d .form-item .uk-input,
#ab6e2aa0e8a205d .form-item .uk-select,
#ab6e2aa0e8a205d .form-item .uk-textarea {
  width: autopx;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #9b9b9b;
}
#ab6e2aa0e8a205d .form-item .auto-height {
  height: auto;
}
#ab6e2aa0e8a205d .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #9b9b9b;
}
#ab6e2aa0e8a205d .form-item .send-code {
  bottom: -4px;
}
#ab6e2aa0e8a205d .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#ab6e2aa0e8a205d .uk-form-label,
#ab6e2aa0e8a205d .form-agree,
#ab6e2aa0e8a205d .uk-h3,
#ab6e2aa0e8a205d p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#ad450af7cfaf0be {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ad450af7cfaf0be .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad450af7cfaf0be .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a739eadbcba94ce  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a3330afd92aed07  {flex-grow: 1;}#a5a75a3f5bac02e  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;}#ac8c5a1c1fa7a35  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 20px;margin-bottom: 20px;}#ab9caab8f4a1ba7 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab9caab8f4a1ba7  > .ele-wrap:hover {border-bottom-color: #0372ff;border-bottom-width: 3px;border-bottom-style: solid;}#abe93a6a2fa5def .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a0dcdacd40a361f  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a2c4ca3f1ba2fab > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2c4ca3f1ba2fab  > .ele-wrap:hover {border-bottom-color: #0372ff;border-bottom-width: 3px;border-bottom-style: solid;}#a6f04a2caba2282 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a6754a38eea3d49  {flex-grow: 1;}#a437ea52abaf90a  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 0px;}#aa0b2a46cca527d  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 20px;margin-bottom: 60px;}#a3749a426aaabbb > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3749a426aaabbb  > .ele-wrap:hover {border-bottom-color: #0372ff;border-bottom-width: 3px;border-bottom-style: solid;}#a3847a055fa59b2 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a892aa64eea5a7e > .lightbox-content {background-color: rgba(255, 255, 255, 1);}#ab6e2aa0e8a205d .form-agree {
  display: flex;
  align-items: center;
}
#ab6e2aa0e8a205d .uk-form .form-submit-btn {
  width: 400px;
}
#ab6e2aa0e8a205d .uk-form .form-submit-btn {
  height: 35px;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0;
}
#ab6e2aa0e8a205d .submit-wrap {
  text-align: center;
}
#ab6e2aa0e8a205d .submit-wrap button {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab6e2aa0e8a205d form {
  padding-top: 1px;
  padding-bottom: 1px;
}
#ab6e2aa0e8a205d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ab6e2aa0e8a205d .form-item {
  margin-top: 0px !important;
  margin-bottom: 15px !important;
}
#ab6e2aa0e8a205d .form-item .uk-input,
#ab6e2aa0e8a205d .form-item .uk-select,
#ab6e2aa0e8a205d .form-item .uk-textarea {
  width: autopx;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #9b9b9b;
}
#ab6e2aa0e8a205d .form-item .auto-height {
  height: auto;
}
#ab6e2aa0e8a205d .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #9b9b9b;
}
#ab6e2aa0e8a205d .form-item .send-code {
  bottom: -4px;
}
#ab6e2aa0e8a205d .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#ab6e2aa0e8a205d .uk-form-label,
#ab6e2aa0e8a205d .form-agree,
#ab6e2aa0e8a205d .uk-h3,
#ab6e2aa0e8a205d p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#aefcca0912a1fb1 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#aefcca0912a1fb1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aefcca0912a1fb1 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3f49a0019acfc6  {flex: 1;}#a1961aa1eea48b0  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 50px;margin-left: 50px;margin-bottom: 50px;margin-right: 50px;}#af695a7df4a7f56 > .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;}#a7901aa340a6384  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 0px;padding-bottom: 0px;margin-left: 50px;padding-right: 0px;padding-left: 0px;margin-bottom: 50px;margin-top: 50px;margin-right: 50px;}#a9ccaa9504adb64 > .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;}#ab76ca3697aec63 .form-agree {
  display: flex;
  align-items: center;
}
#ab76ca3697aec63 .uk-form .form-submit-btn {
  width: 440px;
}
#ab76ca3697aec63 .submit-wrap {
  text-align: center;
}
#ab76ca3697aec63 .submit-wrap button:hover {
  background-color: #01755f;
}
#ab76ca3697aec63 .submit-wrap button {
  font-size: 14px;
}
#ab76ca3697aec63 .submit-wrap button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab76ca3697aec63 form {
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  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;
  padding-top: nullpx;
  padding-bottom: nullpx;
  padding-left: nullpx;
  padding-right: nullpx;
}
#ab76ca3697aec63 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ab76ca3697aec63 .form-item {
  border: none;
  border-bottom: 1px solid #d9d9d9;
}
#ab76ca3697aec63 .form-item .uk-input,
#ab76ca3697aec63 .form-item .uk-select,
#ab76ca3697aec63 .form-item .uk-textarea {
  border: none !important;
}
#ab76ca3697aec63 .form-item {
  margin-top: nullpx !important;
}
#ab76ca3697aec63 .form-item .uk-input,
#ab76ca3697aec63 .form-item .uk-select,
#ab76ca3697aec63 .form-item .uk-textarea {
  width: autopx;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  margin-top: 5px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab76ca3697aec63 .form-item .uk-input::-webkit-input-placeholder,
#ab76ca3697aec63 .form-item .uk-select::-webkit-input-placeholder,
#ab76ca3697aec63 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#ab76ca3697aec63 .form-item .uk-input:-ms-input-placeholder,
#ab76ca3697aec63 .form-item .uk-select:-ms-input-placeholder,
#ab76ca3697aec63 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#ab76ca3697aec63 .form-item .uk-input::-moz-placeholder,
#ab76ca3697aec63 .form-item .uk-select::-moz-placeholder,
#ab76ca3697aec63 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#ab76ca3697aec63 .form-item .uk-input::placeholder,
#ab76ca3697aec63 .form-item .uk-select::placeholder,
#ab76ca3697aec63 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#ab76ca3697aec63 .form-item .auto-height {
  height: auto;
}
#ab76ca3697aec63 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#ab76ca3697aec63 .form-item .send-code {
  bottom: -5px;
}
#ab76ca3697aec63 .form-item .uk-textarea {
  height: 60px;
  line-height: 1.5;
}
#ab76ca3697aec63 .uk-form-label,
#ab76ca3697aec63 .form-agree,
#ab76ca3697aec63 .uk-h3,
#ab76ca3697aec63 p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#ab76ca3697aec63 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#ab76ca3697aec63 .form-item > label {
  flex: none;
}
#ab76ca3697aec63 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#ab76ca3697aec63 .form-item .uk-input,
#ab76ca3697aec63 .form-item .uk-select,
#ab76ca3697aec63 .form-item .uk-textarea,
#ab76ca3697aec63 .form-item .address-select,
#ab76ca3697aec63 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#ab76ca3697aec63 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a892aa64eea5a7e > .lightbox-content {background-color: rgba(255, 255, 255, 1);}#ab6e2aa0e8a205d .form-agree {
  display: flex;
  align-items: center;
}
#ab6e2aa0e8a205d .uk-form .form-submit-btn {
  width: 400px;
}
#ab6e2aa0e8a205d .uk-form .form-submit-btn {
  height: 35px;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0;
}
#ab6e2aa0e8a205d .submit-wrap {
  text-align: center;
}
#ab6e2aa0e8a205d .submit-wrap button {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab6e2aa0e8a205d form {
  padding-top: 1px;
  padding-bottom: 1px;
}
#ab6e2aa0e8a205d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ab6e2aa0e8a205d .form-item {
  margin-top: 0px !important;
  margin-bottom: 15px !important;
}
#ab6e2aa0e8a205d .form-item .uk-input,
#ab6e2aa0e8a205d .form-item .uk-select,
#ab6e2aa0e8a205d .form-item .uk-textarea {
  width: autopx;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #9b9b9b;
}
#ab6e2aa0e8a205d .form-item .auto-height {
  height: auto;
}
#ab6e2aa0e8a205d .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #9b9b9b;
}
#ab6e2aa0e8a205d .form-item .send-code {
  bottom: -4px;
}
#ab6e2aa0e8a205d .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#ab6e2aa0e8a205d .uk-form-label,
#ab6e2aa0e8a205d .form-agree,
#ab6e2aa0e8a205d .uk-h3,
#ab6e2aa0e8a205d p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#ad450af7cfaf0be {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ad450af7cfaf0be .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad450af7cfaf0be .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a652da4157a6b8b > .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;border-top-right-radius: 7px;border-bottom-right-radius: 7px;border-bottom-left-radius: 7px;border-top-left-radius: 7px;}#a652da4157a6b8b  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(255, 255, 255, 1);}#a5826a1c5da4ad8 {
  position: relative;
  cursor: pointer;
  z-index: 2000;
}
#a5826a1c5da4ad8 .ap-login-info {
  text-align: center;
  height: 100%;
  z-index: 10;
  font-size: 12px;
  color: #b0b0b0;
  line-height: 1;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  letter-spacing: 1px;
  padding-right: 60px;
}
#a5826a1c5da4ad8 .ap-login-info .fa {
  margin-left: 2px;
}
#a5826a1c5da4ad8 .ap-login-info .login-icon svg,
#a5826a1c5da4ad8 .ap-login-info .login-icon img {
  height: 1em;
  display: inline-block;
  margin-right: 4px;
  fill: currentColor;
}
#a5826a1c5da4ad8 .ap-login-info .display-name {
  display: none;
  white-space: nowrap;
}
#a5826a1c5da4ad8 .ap-login-info .login-btn {
  color: inherit;
  white-space: nowrap;
}
#a5826a1c5da4ad8 .ap-login-info.ap-logged .login-btn {
  display: none;
}
#a5826a1c5da4ad8 .ap-login-info.ap-logged .fa {
  display: inline-block;
}
#a5826a1c5da4ad8 .ap-login-info.ap-logged .display-name {
  display: inline-block;
}
#a5826a1c5da4ad8 .ap-login-info:hover {
  color: #ed5f5f;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  letter-spacing: 1px;
}
#a5826a1c5da4ad8 .ap-login-info.ap-logged:hover {
  background-color: ;
}
#a5826a1c5da4ad8 .ap-login-info.ap-logged:hover .user-dropdown {
  display: block;
}
#a5826a1c5da4ad8 .user-dropdown {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 39px;
  border: 1px solid #ececec;
  width: 220px;
  padding: 20px 10px 10px;
  text-align: left;
  z-index: -1;
}
#a5826a1c5da4ad8.right .user-dropdown {
  left: auto;
  right: 0;
}
#a5826a1c5da4ad8 .portrait {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-right: 10px;
}
#a5826a1c5da4ad8 .user-info-wrap {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  padding-top: 10px;
}
#a5826a1c5da4ad8 .actions {
  position: absolute;
  top: 10px;
  right: 10px;
}
#a5826a1c5da4ad8 .actions a {
  color: #999;
  font-size: 12px;
  display: inline-block;
  margin-left: 6px;
}
#a5826a1c5da4ad8 .actions a:hover {
  color: #01755f;
}
#a33acaba3aaf939 > .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;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a33acaba3aaf939  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(255, 255, 255, 1);}#af47aa33daa1337 {
  border-radius: 4px;
  overflow: hidden;
}
#abaeda185da1b97 > .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;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#abaeda185da1b97  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(255, 255, 255, 1);}#ade6caa8e0ab058 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: ;
  overflow: hidden;
  transition: all .3s ease;
}
#ade6caa8e0ab058 .marquee-wrap .marquee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ade6caa8e0ab058 .marquee-wrap .marquee-item .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#ade6caa8e0ab058 .marquee-wrap .marquee-item .title {
  text-align: left;
  flex: 1;
}
#ade6caa8e0ab058 .marquee-wrap .marquee-item svg,
#ade6caa8e0ab058 .marquee-wrap .marquee-item .list-icon {
  width: 14px;
  fill: currentColor;
  display: inline-block;
  margin-right: 6px;
}
#ade6caa8e0ab058 .marquee-wrap:hover {
  background: ;
}
#ade6caa8e0ab058 .marquee-wrap .content {
  position: absolute;
}
#ade6caa8e0ab058 .marquee-wrap.vertical .marquee-item {
  display: flex;
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  line-height: 22px;
}
#ade6caa8e0ab058 .marquee-wrap.horizontal .marquee-item {
  display: inline-flex;
  font-size: 14px;
  color: #666;
  height: 100%;
  width: 309px;
  overflow: hidden;
  line-height: 225px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  line-height: 22px;
}
#ade6caa8e0ab058 .marquee-wrap.horizontal .marquee-item span {
  line-height: 225px;
}
#a9c11a7c5fa8f71 > .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;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a77b2ac692a77c6 > .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-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);}#a77b2ac692a77c6  > .ele-wrap:hover {border-top-width: 1px;border-top-style: solid;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 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;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a1460a6309a5972 > .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-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);}#a1460a6309a5972  > .ele-wrap:hover {border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;border-right-style: solid;border-right-color: rgba(74, 144, 226, 1);border-right-width: 1px;border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a221dac924a4ee4 > .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-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);}#a221dac924a4ee4  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(74, 144, 226, 1);border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 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;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aded7aaf41a159b > .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-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);}#aded7aaf41a159b  > .ele-wrap:hover {border-top-width: 1px;border-top-style: solid;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 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;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a327ba39a6a7c3d > .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-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);}#a327ba39a6a7c3d  > .ele-wrap:hover {border-top-width: 1px;border-top-style: solid;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 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;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a7d7badb95a1cfa > .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;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a141ca1122a83a8 > .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;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a28c5a6c3ea1e24 form {
  width: 100%;
  height: 100%;
}
#a28c5a6c3ea1e24 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a28c5a6c3ea1e24 .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;
}
#a28c5a6c3ea1e24 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a28c5a6c3ea1e24 .search-box .search-type.show {
  display: block;
}
#a28c5a6c3ea1e24 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a28c5a6c3ea1e24 .search-box .search-type li:hover {
  color: #d0021b;
}
#a28c5a6c3ea1e24 .search-box .search-type li.active {
  color: #d0021b;
}
#a28c5a6c3ea1e24 .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: 3px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-top-color: #d7d7d7;
  border-top-width: 1px;
  border-right-color: #d7d7d7;
  border-left-color: #d7d7d7;
  border-bottom-color: #d7d7d7;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a28c5a6c3ea1e24 .inner-form .input-field {
  height: 100%;
}
#a28c5a6c3ea1e24 .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: 13px;
  font-family: inherit;
  color: #9b9b9b;
}
#a28c5a6c3ea1e24 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #c1c1c1;
}
#a28c5a6c3ea1e24 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #c1c1c1;
}
#a28c5a6c3ea1e24 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #c1c1c1;
}
#a28c5a6c3ea1e24 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a28c5a6c3ea1e24 .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: #ffffff;
  position: relative;
}
#a28c5a6c3ea1e24 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a28c5a6c3ea1e24 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a28c5a6c3ea1e24 .inner-form .input-field.second-wrap {
  min-width: 80px;
}
#a28c5a6c3ea1e24 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
  font-size: 14px;
}
#a28c5a6c3ea1e24 .btn-search:hover {
  background: #d0021b;
}
#a28c5a6c3ea1e24 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a892aa64eea5a7e > .lightbox-content {background-color: rgba(255, 255, 255, 1);}#ab6e2aa0e8a205d .form-agree {
  display: flex;
  align-items: center;
}
#ab6e2aa0e8a205d .uk-form .form-submit-btn {
  width: 400px;
}
#ab6e2aa0e8a205d .uk-form .form-submit-btn {
  height: 35px;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0;
}
#ab6e2aa0e8a205d .submit-wrap {
  text-align: center;
}
#ab6e2aa0e8a205d .submit-wrap button {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab6e2aa0e8a205d form {
  padding-top: 1px;
  padding-bottom: 1px;
}
#ab6e2aa0e8a205d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ab6e2aa0e8a205d .form-item {
  margin-top: 0px !important;
  margin-bottom: 15px !important;
}
#ab6e2aa0e8a205d .form-item .uk-input,
#ab6e2aa0e8a205d .form-item .uk-select,
#ab6e2aa0e8a205d .form-item .uk-textarea {
  width: autopx;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #9b9b9b;
}
#ab6e2aa0e8a205d .form-item .auto-height {
  height: auto;
}
#ab6e2aa0e8a205d .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #9b9b9b;
}
#ab6e2aa0e8a205d .form-item .send-code {
  bottom: -4px;
}
#ab6e2aa0e8a205d .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#ab6e2aa0e8a205d .uk-form-label,
#ab6e2aa0e8a205d .form-agree,
#ab6e2aa0e8a205d .uk-h3,
#ab6e2aa0e8a205d p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#ad450af7cfaf0be {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ad450af7cfaf0be .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad450af7cfaf0be .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aff25a7b1babf2d  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#ae151a611ca45db  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 60px;}#af05aae689a019c  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: auto;overflow-y: auto;margin-top: 50px;padding-top: 0px;padding-bottom: 0px;padding-right: 0px;padding-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-left: 0px;max-height: 550px;}#a379fa093ea6caf  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;flex-grow: 0;overflow-x: auto;overflow-y: auto;padding-top: 0px;padding-bottom: 0px;padding-right: 0px;padding-left: 0px;margin-top: 50px;}#ade9ba0709a58d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: auto;overflow-y: auto;padding-top: 0px;padding-bottom: 0px;padding-right: 0px;padding-left: 0px;margin-top: 50px;margin-bottom: 0px;margin-right: 0px;margin-left: 0px;}#a1dfcadb36a9b75 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1dfcadb36a9b75 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a1dfcadb36a9b75 > .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;
}
#a1dfcadb36a9b75 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1dfcadb36a9b75 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a1dfcadb36a9b75 > .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;
}
#a1dfcadb36a9b75 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1dfcadb36a9b75 > .tab-wrap > div > .tab-nav,
#a1dfcadb36a9b75 > .tab-nav,
#a1dfcadb36a9b75 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a1dfcadb36a9b75 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a1dfcadb36a9b75 > .tab-wrap > div > .tab-nav-horizontal,
#a1dfcadb36a9b75 > .tab-nav-horizontal,
#a1dfcadb36a9b75 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a1dfcadb36a9b75 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a1dfcadb36a9b75 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1dfcadb36a9b75 > .tab-nav-horizontal::-webkit-scrollbar,
#a1dfcadb36a9b75 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1dfcadb36a9b75 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a1dfcadb36a9b75 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1dfcadb36a9b75 > .tab-nav-horizontal.tagScroll,
#a1dfcadb36a9b75 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1dfcadb36a9b75 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a1dfcadb36a9b75 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1dfcadb36a9b75 > .tab-nav-horizontal.tagScroll li a,
#a1dfcadb36a9b75 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1dfcadb36a9b75 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a1dfcadb36a9b75 > .tab-wrap > div > .tab-nav a,
#a1dfcadb36a9b75 > .tab-nav a,
#a1dfcadb36a9b75 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a1dfcadb36a9b75 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a1dfcadb36a9b75 > .tab-wrap > div > .tab-nav li a,
#a1dfcadb36a9b75 > .tab-nav li a,
#a1dfcadb36a9b75 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a1dfcadb36a9b75 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 30px;
  border-bottom-style: none;
  border-bottom-width: 0;
  padding: 0 20px;
}
#a1dfcadb36a9b75 > .tab-wrap > div > .tab-nav li a svg,
#a1dfcadb36a9b75 > .tab-nav li a svg,
#a1dfcadb36a9b75 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a1dfcadb36a9b75 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a1dfcadb36a9b75 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1dfcadb36a9b75 > .tab-nav li a .ap_icon,
#a1dfcadb36a9b75 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1dfcadb36a9b75 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a1dfcadb36a9b75 > .tab-wrap > div > .tab-nav li a:hover,
#a1dfcadb36a9b75 > .tab-nav li a:hover,
#a1dfcadb36a9b75 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a1dfcadb36a9b75 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1dfcadb36a9b75 > .tab-wrap > div > .tab-nav li.uk-active a,
#a1dfcadb36a9b75 > .tab-nav li.uk-active a,
#a1dfcadb36a9b75 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a1dfcadb36a9b75 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #01755f;
}
#a1dfcadb36a9b75 .layout-left li,
#a1dfcadb36a9b75 .layout-center li,
#a1dfcadb36a9b75 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a1dfcadb36a9b75 .layout-left li a,
#a1dfcadb36a9b75 .layout-center li a,
#a1dfcadb36a9b75 .layout-right li a {
  height: 100%;
}
#a1dfcadb36a9b75 > .tab-tabs .layout-left {
  text-align: left;
}
#a1dfcadb36a9b75 > .tab-tabs .layout-center {
  text-align: center;
}
#a1dfcadb36a9b75 > .tab-tabs .layout-right {
  text-align: right;
}
#a1dfcadb36a9b75 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a1dfcadb36a9b75 .tab-content-wrap {
  background-color: #ffffff;
}
#a1dfcadb36a9b75 .tab-contents,
#a1dfcadb36a9b75 .tab-contents-wrap {
  pointer-events: none;
}
#a1dfcadb36a9b75 .tab-content,
#a1dfcadb36a9b75 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a1dfcadb36a9b75 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a1dfcadb36a9b75 .tab-wrap .tab-contents {
  height: 100%;
}
#a1dfcadb36a9b75 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a1dfcadb36a9b75 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a1dfcadb36a9b75 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a73d1ad623a7453 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a73d1ad623a7453 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a73d1ad623a7453 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a6904af992a6708 .uk-slider {
  padding-top: 30px;
}
#a6904af992a6708 .uk-slider-nav {
  position: absolute;
  right: 0;
  top: 10px;
}
#a6904af992a6708 .uk-card-media-top {
  overflow: hidden;
}
#a6904af992a6708 .img-wrap {
  overflow: hidden;
  transition: all 0.2s ease-in;
}
#a6904af992a6708 .uk-card:hover .img-wrap {
  transform: scale(1.2);
}
#a6904af992a6708 .uk-card {
  border: 1px solid #ececec;
}
#a6904af992a6708 .uk-dotnav > * {
  padding-left: 6px;
}
#a6904af992a6708 .uk-dotnav > * > * {
  width: 6px;
  height: 6px;
  border: none;
  transform: all .2s ease;
  background-color: #12fdd0;
}
#a6904af992a6708 .uk-dotnav > .uk-active > * {
  width: 10px;
  height: 10px;
  margin-top: -2px;
  background-color: #01755f;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#adbcdac5dfa2b1f  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a117baf7ddaf678  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;
                background-image: linear-gradient(245deg,
                rgba(144, 19, 254, 1),
                rgba(74, 144, 226, 1));
            margin-top: 70px;padding-right: 15px;padding-bottom: 15px;padding-top: 15px;padding-left: 15px;border-top-left-radius: 20px;border-top-right-radius: 20px;box-shadow: 0px 1px 2px 1px rgba(155, 155, 155, 1);}#a333ca1b45a88a8  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;box-shadow: 0px 1px 3px 1px rgba(155, 155, 155, 1);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;margin-bottom: 20px;padding-bottom: 40px;padding-top: 40px;padding-right: 40px;padding-left: 40px;}#a1d9ea1419a5700  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#ad476a0ae5af56c  {flex-grow: 1;}#a106fac3e6a96d4 > .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;}#a106fac3e6a96d4  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a1ff8a7e39adeb5  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;}#a1777aafc8a373a > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af24ea2c17a788f/1770019940619.webp);background-position: center center;background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a0fd1a0268a32f1 , #a0fd1a0268a32f1 a{color: rgba(26, 166, 24, 1);}#aad34ae732a1dbc .ele-wrap {border-color: rgba(26, 166, 24, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 15px;background-color: rgba(26, 166, 24, 1);border-radius: 5px;justify-content: center;font-weight: 500;}#aad34ae732a1dbc .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(144, 19, 254, 0);background-color: rgba(140, 99, 174, 1);}#a6904af992a6708 .uk-grid {margin-left: -20px;}@media (min-width: 1200px) {
                    #a6904af992a6708 .uk-grid { margin-left: -20px;}
                }@media (max-width: 640) {
                    #a6904af992a6708 .uk-grid { margin-left: -20px;}
                }#a6904af992a6708 .uk-grid>* {padding-left: 20px;}@media (min-width: 1200px) {
                    #a6904af992a6708 .uk-grid>* { padding-left: 20px;}
                }@media (max-width: 640) {#a6904af992a6708 .uk-grid>* {
                    padding-left: 20px;}
                }#a6904af992a6708 .uk-grid>.uk-grid-margin {margin-top: 20px;}@media (min-width: 1200px) {
                    #a6904af992a6708 .uk-grid>.uk-grid-margin {margin-top: 20px;}
                }@media (max-width: 640) {
                    #a6904af992a6708 .uk-grid>.uk-grid-margin {margin-top: 20px;}
                }#a6904af992a6708 [data-item*=".title"], #a6904af992a6708 [data-item*=".title"] a {font-family: Verdana;bold: false;font-size: 14px;max-words: null;color: rgba(0, 0, 0, 1);max-line: 4;}#a6904af992a6708 [data-item*=".abstract"], #a6904af992a6708 [data-item*=".abstract"] a {show: false;}#a6904af992a6708 [data-item*=".subTitle"], #a6904af992a6708 [data-item*=".subTitle"] a {show: false;}#a6904af992a6708 [data-item*=".category"], #a6904af992a6708 [data-item*=".category"] a {show: false;}#a6904af992a6708 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a6904af992a6708 [data-item="buttons[0]"]:hover {background-color: #01755f;color: #ffffff;}#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ab7cea8871a3241 {background-color: rgba(255, 255, 255, 1);}#ab7cea8871a3241 > .lightbox-content {background-image: url(/resources/upload/af24ea2c17a788f/1756695217098.png);background-color: rgba(255, 255, 255, 1);background-position: center center;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#ad450af7cfaf0be {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ad450af7cfaf0be .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad450af7cfaf0be .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a48a4a31f0af538 .uk-slider {
  padding-top: 30px;
}
#a48a4a31f0af538 .uk-slider-nav {
  position: absolute;
  right: 0;
  top: 10px;
}
#a48a4a31f0af538 .uk-card-media-top {
  overflow: hidden;
}
#a48a4a31f0af538 .img-wrap {
  overflow: hidden;
  transition: all 0.2s ease-in;
}
#a48a4a31f0af538 .uk-card:hover .img-wrap {
  transform: scale(1.2);
}
#a48a4a31f0af538 .uk-card {
  border: 1px solid #ececec;
}
#a48a4a31f0af538 .uk-dotnav > * {
  padding-left: 6px;
}
#a48a4a31f0af538 .uk-dotnav > * > * {
  width: 6px;
  height: 6px;
  border: none;
  transform: all .2s ease;
  background-color: #12fdd0;
}
#a48a4a31f0af538 .uk-dotnav > .uk-active > * {
  width: 10px;
  height: 10px;
  margin-top: -2px;
  background-color: #01755f;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad642a3310a0f2a  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#abd28a5d6cae120  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;
                background-image: linear-gradient(245deg,
                rgba(144, 19, 254, 1),
                rgba(74, 144, 226, 1));
            margin-top: 70px;padding-right: 15px;padding-bottom: 15px;padding-top: 15px;padding-left: 15px;border-top-left-radius: 20px;border-top-right-radius: 20px;box-shadow: 0px 1px 2px 1px rgba(155, 155, 155, 1);}#a9193a5fb1aa4d0  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;box-shadow: 0px 1px 3px 1px rgba(155, 155, 155, 1);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;margin-bottom: 20px;padding-bottom: 40px;padding-top: 40px;padding-right: 40px;padding-left: 40px;}#a6d70a3abaaa788  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7863a83beafb3d  {flex-grow: 1;}#af67dac0e1aefbe > .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;}#af67dac0e1aefbe  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a337ba9139a1161  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;}#a13e1a32bea8c22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af24ea2c17a788f/1763015180427.webp);background-position: center center;background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a279ca1419a64c9 , #a279ca1419a64c9 a{color: rgba(123, 43, 121, 1);}#a0ab5a9807afa3c .ele-wrap {border-color: rgba(123, 43, 121, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(140, 99, 174, 1);border-radius: 5px;justify-content: center;font-weight: 500;}#a0ab5a9807afa3c .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(144, 19, 254, 0);background-color: rgba(140, 99, 174, 1);}#a48a4a31f0af538 .uk-grid {margin-left: -20px;}@media (min-width: 1200px) {
                    #a48a4a31f0af538 .uk-grid { margin-left: -20px;}
                }@media (max-width: 640) {
                    #a48a4a31f0af538 .uk-grid { margin-left: -20px;}
                }#a48a4a31f0af538 .uk-grid>* {padding-left: 20px;}@media (min-width: 1200px) {
                    #a48a4a31f0af538 .uk-grid>* { padding-left: 20px;}
                }@media (max-width: 640) {#a48a4a31f0af538 .uk-grid>* {
                    padding-left: 20px;}
                }#a48a4a31f0af538 .uk-grid>.uk-grid-margin {margin-top: 20px;}@media (min-width: 1200px) {
                    #a48a4a31f0af538 .uk-grid>.uk-grid-margin {margin-top: 20px;}
                }@media (max-width: 640) {
                    #a48a4a31f0af538 .uk-grid>.uk-grid-margin {margin-top: 20px;}
                }#a48a4a31f0af538 [data-item*=".title"], #a48a4a31f0af538 [data-item*=".title"] a {font-family: Verdana;bold: false;font-size: 14px;max-words: null;color: rgba(0, 0, 0, 1);max-line: 4;}#a48a4a31f0af538 [data-item*=".abstract"], #a48a4a31f0af538 [data-item*=".abstract"] a {show: false;}#a48a4a31f0af538 [data-item*=".subTitle"], #a48a4a31f0af538 [data-item*=".subTitle"] a {show: false;}#a48a4a31f0af538 [data-item*=".category"], #a48a4a31f0af538 [data-item*=".category"] a {show: false;}#a48a4a31f0af538 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a48a4a31f0af538 [data-item="buttons[0]"]:hover {background-color: #01755f;color: #ffffff;}#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ab7cea8871a3241 {background-color: rgba(255, 255, 255, 1);}#ab7cea8871a3241 > .lightbox-content {background-image: url(/resources/upload/af24ea2c17a788f/1756695217098.png);background-color: rgba(255, 255, 255, 1);background-position: center center;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#ad450af7cfaf0be {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ad450af7cfaf0be .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad450af7cfaf0be .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a1ca5ae345af76e {
  min-height: 90vh;
  /* mobile */
}
#a1ca5ae345af76e .search-highlight {
  background: yellow;
}
#a1ca5ae345af76e .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a1ca5ae345af76e .el-title {
  margin-bottom: 20px;
}
#a1ca5ae345af76e .el-item:hover .el-title {
  color: #01755f;
}
#a1ca5ae345af76e .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a1ca5ae345af76e .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a1ca5ae345af76e .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a1ca5ae345af76e .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a1ca5ae345af76e .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a1ca5ae345af76e .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a1ca5ae345af76e .el-title {
    margin-bottom: 0;
  }
  #a1ca5ae345af76e .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a1ca5ae345af76e .category {
    font-size: 12px;
  }
  #a1ca5ae345af76e .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ad450af7cfaf0be {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ad450af7cfaf0be .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad450af7cfaf0be .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a72cda66f8a88f0 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a72cda66f8a88f0 .switch_item {
  margin-right: 10px;
}
#a72cda66f8a88f0 a.switch_item:hover {
  text-decoration: underline;
}
#a72cda66f8a88f0 .slider {
  width: 420px;
  height: 600px;
}
#a72cda66f8a88f0 .uk-slideshow-items {
  height: 100%;
}
#a72cda66f8a88f0 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a72cda66f8a88f0 .login-wrap {
  width: 100%;
  height: 100%;
}
#a72cda66f8a88f0 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a72cda66f8a88f0 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a72cda66f8a88f0 .phone-login-box {
  margin: 40px auto 40px;
}
#a72cda66f8a88f0 .login-header {
  margin-bottom: 24px;
}
#a72cda66f8a88f0 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a72cda66f8a88f0 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a72cda66f8a88f0 .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;
}
#a72cda66f8a88f0 .forget_password {
  cursor: pointer;
}
#a72cda66f8a88f0 .forget_password:hover {
  color: #01755f;
}
#a72cda66f8a88f0 .input-item input.error,
#a72cda66f8a88f0 .input-item input.error::placeholder {
  color: #fc4343;
}
#a72cda66f8a88f0 .input-item input::placeholder {
  color: #999;
}
#a72cda66f8a88f0 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a72cda66f8a88f0 .form-item {
  margin: 24px 0;
}
#a72cda66f8a88f0 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a72cda66f8a88f0 .send-code {
  float: left;
  margin-left: 20px;
}
#a72cda66f8a88f0 .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;
}
#a72cda66f8a88f0 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a72cda66f8a88f0 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a72cda66f8a88f0 .login_btn_wrap {
  text-align: center;
}
#a72cda66f8a88f0 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a72cda66f8a88f0 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a72cda66f8a88f0 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#a2fb3adbbaaa542 .ele-wrap {color: #9b9b9b;border-width: 0px;border-style: none;font-size: 16px;background-color: rgba(0, 0, 0, 0);border-radius: 5px;justify-content: center;}#a2fb3adbbaaa542 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #126e82;background-color: rgba(255, 255, 255, 0);}#ad450af7cfaf0be {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ad450af7cfaf0be .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad450af7cfaf0be .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a7693a343da67ee .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a7693a343da67ee .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a7693a343da67ee .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a7693a343da67ee .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a7693a343da67ee .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a7693a343da67ee .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a7693a343da67ee .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a7693a343da67ee .nav-list {
  padding: 0 20px;
}
#a7693a343da67ee .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;
}
#a7693a343da67ee .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a7693a343da67ee .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a7693a343da67ee .order-item:hover {
  background: #f7f7f7;
}
#a7693a343da67ee .del-order {
  cursor: pointer;
}
#a7693a343da67ee .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a7693a343da67ee .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a7693a343da67ee .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a7693a343da67ee .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a7693a343da67ee .goods-item .goods-info {
  padding: 0 15px;
}
#a7693a343da67ee .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a7693a343da67ee .appoint-time {
  margin-bottom: 4px;
}
#a7693a343da67ee .appoint-name {
  color: #333;
  font-size: 14px;
}
#a7693a343da67ee .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a7693a343da67ee .goods-item .goods-name {
  color: #333;
}
#a7693a343da67ee .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a7693a343da67ee .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a7693a343da67ee .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a7693a343da67ee .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a7693a343da67ee .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a7693a343da67ee .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;
}
#a7693a343da67ee .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a7693a343da67ee .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a7693a343da67ee .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a7693a343da67ee .setting-form {
  padding: 30px 20px;
}
#a7693a343da67ee .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a7693a343da67ee .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a7693a343da67ee .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a7693a343da67ee .setting-form .setting-btns {
  margin-left: 130px;
}
#a7693a343da67ee .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a7693a343da67ee .setting-wrap {
  position: relative;
}
#a7693a343da67ee .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a7693a343da67ee .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a7693a343da67ee .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a7693a343da67ee .address-wrap {
  padding: 30px 20px;
}
#a7693a343da67ee .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a7693a343da67ee .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a7693a343da67ee .addr-list {
  min-height: 200px;
}
#a7693a343da67ee .addr-detail .addr-item-name,
#a7693a343da67ee .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;
}
#a7693a343da67ee .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a7693a343da67ee .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a7693a343da67ee .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a7693a343da67ee .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a7693a343da67ee .add-addr {
  height: 32px;
  line-height: 30px;
}
#a7693a343da67ee .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;
}
#a7693a343da67ee .publish-item {
  cursor: default;
  min-height: 120px;
}
#a7693a343da67ee .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a7693a343da67ee .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a7693a343da67ee .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #01755f;
}
#a7693a343da67ee .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a95a3a9396af428 > .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;border-top-right-radius: 7px;border-bottom-right-radius: 7px;border-bottom-left-radius: 7px;border-top-left-radius: 7px;}#a95a3a9396af428  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(255, 255, 255, 1);}#accb7affa3ac054 {
  position: relative;
  cursor: pointer;
  z-index: 2000;
}
#accb7affa3ac054 .ap-login-info {
  text-align: center;
  height: 100%;
  z-index: 10;
  font-size: 12px;
  color: #b0b0b0;
  line-height: 1;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  letter-spacing: 1px;
  padding-right: 20px;
}
#accb7affa3ac054 .ap-login-info .fa {
  margin-left: 2px;
}
#accb7affa3ac054 .ap-login-info .login-icon svg,
#accb7affa3ac054 .ap-login-info .login-icon img {
  height: 1em;
  display: inline-block;
  margin-right: 4px;
  fill: currentColor;
}
#accb7affa3ac054 .ap-login-info .display-name {
  display: none;
  white-space: nowrap;
}
#accb7affa3ac054 .ap-login-info .login-btn {
  color: inherit;
  white-space: nowrap;
}
#accb7affa3ac054 .ap-login-info.ap-logged .login-btn {
  display: none;
}
#accb7affa3ac054 .ap-login-info.ap-logged .fa {
  display: inline-block;
}
#accb7affa3ac054 .ap-login-info.ap-logged .display-name {
  display: inline-block;
}
#accb7affa3ac054 .ap-login-info:hover {
  color: #ed5f5f;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  letter-spacing: 1px;
}
#accb7affa3ac054 .ap-login-info.ap-logged:hover {
  background-color: ;
}
#accb7affa3ac054 .ap-login-info.ap-logged:hover .user-dropdown {
  display: block;
}
#accb7affa3ac054 .user-dropdown {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 39px;
  border: 1px solid #ececec;
  width: 220px;
  padding: 20px 10px 10px;
  text-align: left;
  z-index: -1;
}
#accb7affa3ac054.right .user-dropdown {
  left: auto;
  right: 0;
}
#accb7affa3ac054 .portrait {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-right: 10px;
}
#accb7affa3ac054 .user-info-wrap {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  padding-top: 10px;
}
#accb7affa3ac054 .actions {
  position: absolute;
  top: 10px;
  right: 10px;
}
#accb7affa3ac054 .actions a {
  color: #999;
  font-size: 12px;
  display: inline-block;
  margin-left: 6px;
}
#accb7affa3ac054 .actions a:hover {
  color: #01755f;
}
#a2bcca62d2aa877 > .ele-wrap {background-color: #01755f;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a2bcca62d2aa877  > .ele-wrap:hover {border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;background-color: #fafafa;}#a7988a8b13a8b02 > .ele-wrap {background-color: #ffffff;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-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);}#a7988a8b13a8b02  > .ele-wrap:hover {border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa4cbaed7ea694d {background-color: rgba(0,0,0,0.7);}#aa4cbaed7ea694d > .lightbox-content {background-image: url(/resources/upload/af24ea2c17a788f/1744273228879.jpeg);background-color: rgba(255, 255, 255, 1);background-position: top center;background-size: cover;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a752ea0f80a775b .form-agree {
  display: flex;
  align-items: center;
}
#a752ea0f80a775b .uk-form .form-submit-btn {
  width: 330px;
}
#a752ea0f80a775b .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a752ea0f80a775b .submit-wrap {
  text-align: center;
}
#a752ea0f80a775b .submit-wrap button {
  background-color: #d0021b;
}
#a752ea0f80a775b .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a752ea0f80a775b form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a752ea0f80a775b .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#a752ea0f80a775b .form-item .uk-input,
#a752ea0f80a775b .form-item .uk-select,
#a752ea0f80a775b .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 0;
}
#a752ea0f80a775b .form-item .uk-input::-webkit-input-placeholder,
#a752ea0f80a775b .form-item .uk-select::-webkit-input-placeholder,
#a752ea0f80a775b .form-item .uk-textarea::-webkit-input-placeholder {
  color: #cdcdcd;
}
#a752ea0f80a775b .form-item .uk-input:-ms-input-placeholder,
#a752ea0f80a775b .form-item .uk-select:-ms-input-placeholder,
#a752ea0f80a775b .form-item .uk-textarea:-ms-input-placeholder {
  color: #cdcdcd;
}
#a752ea0f80a775b .form-item .uk-input::-moz-placeholder,
#a752ea0f80a775b .form-item .uk-select::-moz-placeholder,
#a752ea0f80a775b .form-item .uk-textarea::-moz-placeholder {
  color: #cdcdcd;
}
#a752ea0f80a775b .form-item .uk-input::placeholder,
#a752ea0f80a775b .form-item .uk-select::placeholder,
#a752ea0f80a775b .form-item .uk-textarea::placeholder {
  color: #cdcdcd;
}
#a752ea0f80a775b .form-item .auto-height {
  height: auto;
}
#a752ea0f80a775b .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a752ea0f80a775b .form-item .send-code {
  bottom: 0px;
}
#a752ea0f80a775b .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a752ea0f80a775b .uk-form-label,
#a752ea0f80a775b .form-agree,
#a752ea0f80a775b .uk-h3,
#a752ea0f80a775b p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a752ea0f80a775b .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a752ea0f80a775b .form-item > label {
  flex: none;
}
#a752ea0f80a775b .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a752ea0f80a775b .form-item .uk-input,
#a752ea0f80a775b .form-item .uk-select,
#a752ea0f80a775b .form-item .uk-textarea,
#a752ea0f80a775b .form-item .address-select,
#a752ea0f80a775b .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a752ea0f80a775b .form-item .address-select .uk-select {
  padding-left: 4px;
}
#aefcca0912a1fb1 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#aefcca0912a1fb1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aefcca0912a1fb1 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#aa491a3181ad91b {
  min-height: 90vh;
  /* mobile */
}
#aa491a3181ad91b .search-highlight {
  background: yellow;
}
#aa491a3181ad91b .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#aa491a3181ad91b .el-title {
  margin-bottom: 20px;
}
#aa491a3181ad91b .el-item:hover .el-title {
  color: #01755f;
}
#aa491a3181ad91b .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#aa491a3181ad91b .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#aa491a3181ad91b .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#aa491a3181ad91b .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#aa491a3181ad91b .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#aa491a3181ad91b .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #aa491a3181ad91b .el-title {
    margin-bottom: 0;
  }
  #aa491a3181ad91b .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #aa491a3181ad91b .category {
    font-size: 12px;
  }
  #aa491a3181ad91b .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a46ffaf783aeda8 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a46ffaf783aeda8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a46ffaf783aeda8 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#afe42a304dac4e0 .comment-detail {
  min-height: 600px;
}
#afe42a304dac4e0 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#afe42a304dac4e0 table th,
#afe42a304dac4e0 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#afe42a304dac4e0 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#afe42a304dac4e0 .red {
  color: #F00!important;
}
#afe42a304dac4e0 .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;
}
#a13d5a2d74a32c9  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#adcbeac23ea8837  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;padding-bottom: 0px;}#a596ea7df9ac37d > .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;flex-grow: 0;}#a3911a480ea6319 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3911a480ea6319  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af67da50fdaab03 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a415aa0fb7ac259  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#afe7cae067a490c > .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;flex-grow: 0;}#a8692a9287a2cdb > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8692a9287a2cdb  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3640aeaaca1b18 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab8c9a1e4fa7714 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab8c9a1e4fa7714  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3138a8d6fad20d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a5c51aa048a38fe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#ae881ade52a3a7d > .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;flex-grow: 0;}#a0f74ae7c4af83a > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f74ae7c4af83a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6ceca261da0604 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2ad5aef0da7fe9  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a999da9e9ca0743 > .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;flex-grow: 0;}#a988fa19e4a679e > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a988fa19e4a679e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae275a8e14a73ba .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8301aa664a0ce0 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8301aa664a0ce0  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a0bfca4562a1efa .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1027a7489aa512  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa994abeaea936b > .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;flex-grow: 0;}#a7c06a823da9c53 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7c06a823da9c53  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a14c4aea25ad750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aaf21a7bb3a1180 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf21a7bb3a1180 > .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;
}
#aaf21a7bb3a1180 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#aaf21a7bb3a1180 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf21a7bb3a1180 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#aaf21a7bb3a1180 .layout-left li,
#aaf21a7bb3a1180 .layout-center li,
#aaf21a7bb3a1180 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf21a7bb3a1180 .layout-left li a,
#aaf21a7bb3a1180 .layout-center li a,
#aaf21a7bb3a1180 .layout-right li a {
  height: 100%;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf21a7bb3a1180 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf21a7bb3a1180 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#aaf21a7bb3a1180 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf21a7bb3a1180 .tab-contents,
#aaf21a7bb3a1180 .tab-contents-wrap {
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-content,
#aaf21a7bb3a1180 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf21a7bb3a1180 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf21a7bb3a1180 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf21a7bb3a1180 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf21a7bb3a1180 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0abaafe83af637  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0d5fade93aa44f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a7f86a4a19ad2ae > .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;}#a7f86a4a19ad2ae  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f86a4a19ad2ae:hover * {color: #000000  !important}
                            #a7f86a4a19ad2ae:hover .line{border-color: #000000  !important}#a2f3fa6ef3aa7e2 > .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;}#a2f3fa6ef3aa7e2  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a2f3fa6ef3aa7e2:hover * {color: #000000  !important}
                            #a2f3fa6ef3aa7e2:hover .line{border-color: #000000  !important}#a9261acf1faf74c > .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;}#a9261acf1faf74c  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a9261acf1faf74c:hover * {color: #000000  !important}
                            #a9261acf1faf74c:hover .line{border-color: #000000  !important}#a2394aadb3a319b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0805a8451a72e5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a724ca9b18a6d5d > .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;}#a724ca9b18a6d5d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a724ca9b18a6d5d:hover * {color: #000000  !important}
                            #a724ca9b18a6d5d:hover .line{border-color: #000000  !important}#a547fab13ea51c1 > .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;}#a547fab13ea51c1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a547fab13ea51c1:hover * {color: #000000  !important}
                            #a547fab13ea51c1:hover .line{border-color: #000000  !important}#aa485ad29ca1a20 > .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;}#aa485ad29ca1a20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aa485ad29ca1a20:hover * {color: #000000  !important}
                            #aa485ad29ca1a20:hover .line{border-color: #000000  !important}#a461eadfdfa56ed  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a11b1a9470a95bb > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a44a5a34b3a24f1 > .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;}#a44a5a34b3a24f1  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a44a5a34b3a24f1:hover * {color: #000000  !important}
                            #a44a5a34b3a24f1:hover .line{border-color: #000000  !important}#a4c19a18d9ac4b5 > .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;}#a4c19a18d9ac4b5  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a4c19a18d9ac4b5:hover * {color: #000000  !important}
                            #a4c19a18d9ac4b5:hover .line{border-color: #000000  !important}#ad829a6367a22b3 > .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;}#ad829a6367a22b3  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ad829a6367a22b3:hover * {color: #000000  !important}
                            #ad829a6367a22b3:hover .line{border-color: #000000  !important}#ade38afe0cab61a > .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;}#ade38afe0cab61a  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ade38afe0cab61a:hover * {color: #000000  !important}
                            #ade38afe0cab61a:hover .line{border-color: #000000  !important}#a8c9ba2d71aca04 {
  overflow: hidden;
  pointer-events: none;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c9ba2d71aca04 > .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;
}
#a8c9ba2d71aca04 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c9ba2d71aca04 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8c9ba2d71aca04 .layout-left li,
#a8c9ba2d71aca04 .layout-center li,
#a8c9ba2d71aca04 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c9ba2d71aca04 .layout-left li a,
#a8c9ba2d71aca04 .layout-center li a,
#a8c9ba2d71aca04 .layout-right li a {
  height: 100%;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c9ba2d71aca04 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c9ba2d71aca04 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a8c9ba2d71aca04 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8c9ba2d71aca04 .tab-contents,
#a8c9ba2d71aca04 .tab-contents-wrap {
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-content,
#a8c9ba2d71aca04 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c9ba2d71aca04 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c9ba2d71aca04 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c9ba2d71aca04 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c9ba2d71aca04 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a813cad75ea420b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a813cad75ea420b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a813cad75ea420b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a813cad75ea420b .menu-list > li > a {
  padding: 0 5px;
}
#a813cad75ea420b .menu-list > li:hover:before {
  height: 100%;
}
#a813cad75ea420b .menu-list > li:hover:after {
  color: auto;
}
#a813cad75ea420b .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: "|";
}
#a813cad75ea420b .menu-list > li:first-child:after {
  content: "";
}
#a813cad75ea420b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b .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);
}
#a813cad75ea420b .menu-list > li ul li {
  position: relative;
}
#a813cad75ea420b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 8px 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: 160px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #ffffff;
}
#a813cad75ea420b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-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: 14px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a813cad75ea420b li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul li a:active,
#a813cad75ea420b li ul li a.active,
#a813cad75ea420b li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a813cad75ea420b li ul,
#a813cad75ea420b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a813cad75ea420b li:hover > ul {
  left: auto;
}
#a813cad75ea420b li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a93f5a49f3aff0c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7df4a9d89a671a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#aefb8a3e00ad942 , #aefb8a3e00ad942 a{flex-grow: 0;color: rgba(74, 74, 74, 1);}#aefb8a3e00ad942:hover, #aefb8a3e00ad942 a:hover {color: rgba(1, 117, 95, 1);}#a6a02afccba64b8  {flex-grow: 1;}#a0875ae95aa261a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0875ae95aa261a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0875ae95aa261a .ap-icon {
  margin-right: 6px;
}
#a0875ae95aa261a .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;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 220px;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a,
#a0875ae95aa261a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon svg,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon img,
#a0875ae95aa261a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon,
#a0875ae95aa261a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0875ae95aa261a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0875ae95aa261a .menu-list > li:hover > a,
#a0875ae95aa261a .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0875ae95aa261a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a0875ae95aa261a .menu-list ul,
#a0875ae95aa261a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0875ae95aa261a .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a0875ae95aa261a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0875ae95aa261a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0875ae95aa261a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1946a4718a5504 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1946a4718a5504 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1946a4718a5504 .ap-icon {
  margin-right: 6px;
}
#a1946a4718a5504 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 280px;
  height: nullpx;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a,
#a1946a4718a5504 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon svg,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon img,
#a1946a4718a5504 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon,
#a1946a4718a5504 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1946a4718a5504 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1946a4718a5504 .menu-list > li:hover > a,
#a1946a4718a5504 .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-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1946a4718a5504 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a1946a4718a5504 .menu-list ul,
#a1946a4718a5504 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1946a4718a5504 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a1946a4718a5504 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1946a4718a5504 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1946a4718a5504 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa436ae0ffa9b27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5261ae50ead86c , #a5261ae50ead86c a{color: rgba(1, 117, 95, 1);}#a5261ae50ead86c:hover, #a5261ae50ead86c a:hover {color: rgba(208, 2, 27, 1);}#a4091a3593a068f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a4091a3593a068f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4091a3593a068f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4091a3593a068f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a4091a3593a068f .menu-list-expand .submenu-indicator {
  display: none;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul li a img,
#a4091a3593a068f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4091a3593a068f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4091a3593a068f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show,
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4091a3593a068f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a4091a3593a068f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4091a3593a068f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a2a51a3525adae1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a2a51a3525adae1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul li a img,
#a2a51a3525adae1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2a51a3525adae1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2a51a3525adae1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show,
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a2a51a3525adae1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2a51a3525adae1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a7724ad46da770b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7724ad46da770b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7724ad46da770b .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7724ad46da770b .menu-list-expand .submenu-indicator {
  display: none;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul li a img,
#a7724ad46da770b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7724ad46da770b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7724ad46da770b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show,
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7724ad46da770b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7724ad46da770b .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7724ad46da770b .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
