.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #0f6ecd;
}
/* Text-level semantics
   ========================================================================== */
/*
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/*
   * 1. Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   * 2. Add the correct font weight in Chrome, Edge, and Safari.
   */
/* 1 */
b,
strong {
  font-weight: inherit;
}
/* 2 */
b,
strong {
  font-weight: bolder;
}
/*
   * 1. Correct the odd `em` font sizing in all browsers.
   * 2. Consolas has a better baseline in running text compared to `Courier`
   * 3. Style
   */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 11px;
  /* 2 */
  font-family: Consolas, monaco, monospace;
  /* 3 */
  color: #435DBA;
  white-space: nowrap;
  padding: 2px 6px;
  border: 1px solid #EBEBED;
  border-radius: 3px;
}
/*
   * Emphasize
   */
em {
  color: #0f6ecd;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #ffffff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #1e87f0;
  text-shadow: none;
}
::selection {
  background: #1e87f0;
  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 #1e87f0;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #1e87f0;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #1e87f0;
  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: #1e87f0;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #1e87f0;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #222222;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #222222;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
  border-color: #1e87f0;
}
/*
   * 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: #1e87f0;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #1e87f0;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #0f6ecd;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #1e87f0;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #222222;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #1e87f0;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #222222;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #1e87f0;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #222222;
  color: #ffffff;
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}
/* ========================================================================
     Component: Close
   ========================================================================== */
/* Hover + Focus */
/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  outline: none;
  background-color: transparent;
}
/* OnClick */
.uk-totop:active {
  color: #1e87f0;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #222222;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #1e87f0;
}
/*
   * 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: #1e87f0;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
/* 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: #1e87f0;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #1e87f0;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #1e87f0;
}
/* 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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
/* 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: #1e87f0;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #1e87f0;
  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: #1e87f0;
}
/*
   * 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: #1e87f0;
}
/* 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: #1e87f0;
}
/*
   * 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: #1e87f0;
  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: #1e87f0;
}
.uk-progress::-moz-progress-bar {
  background-color: #1e87f0;
}
.uk-progress::-ms-fill {
  background-color: #1e87f0;
}
/* ========================================================================
     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: #1e87f0 !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: #1e87f0 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1e87f0;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #1e87f0;
}
.uk-background-secondary {
  background-color: #222222;
}
/* ========================================================================
     Component: Inverse
   ========================================================================== */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.ap-toolbar a,
.ap-toolbar .uk-link {
  color: #ffffff;
}
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.ap-toolbar a:hover,
.ap-toolbar .uk-link:hover {
  color: #ffffff;
}
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.ap-toolbar em {
  color: #ffffff;
}
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.ap-toolbar h1,
.ap-toolbar .uk-h1,
.ap-toolbar h2,
.ap-toolbar .uk-h2,
.ap-toolbar h3,
.ap-toolbar .uk-h3,
.ap-toolbar h4,
.ap-toolbar .uk-h4,
.ap-toolbar h5,
.ap-toolbar .uk-h5,
.ap-toolbar h6,
.ap-toolbar .uk-h6 {
  color: #ffffff;
}
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote,
.uk-overlay-primary blockquote,
.ap-toolbar blockquote {
  color: #ffffff;
}
.uk-light .uk-heading-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-card-primary.uk-card-body .uk-heading-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-overlay-primary .uk-heading-primary,
.ap-toolbar .uk-heading-primary {
  color: #ffffff;
}
.uk-light .uk-heading-hero,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-card-primary.uk-card-body .uk-heading-hero,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-overlay-primary .uk-heading-hero,
.ap-toolbar .uk-heading-hero {
  color: #ffffff;
}
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.ap-toolbar .uk-icon-button {
  background-color: #ffffff;
  background-image: none;
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.ap-toolbar .uk-radio:checked,
.ap-toolbar .uk-checkbox:checked,
.ap-toolbar .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.ap-toolbar .uk-form-label {
  color: #ffffff;
}
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.ap-toolbar .uk-button-default {
  background-color: #ffffff;
  color: #333;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.ap-toolbar .uk-button-default:hover,
.ap-toolbar .uk-button-default:focus {
  background-color: #ffffff;
  color: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(34, 34, 34, 0.94);
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a,
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #fff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #1e87f0;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #1e87f0;
}
.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: #1e87f0;
  border-color: #1e87f0;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #1e87f0;
}
/* ========================================================================
   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: #0e6dcd;
}
.ap-list-filter dd a.active {
  background-color: #1e87f0;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #1e87f0;
}
.category li a.active {
  color: #1e87f0;
}
.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: #1e87f0;
}
.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: #1e87f0;
  border: 1px solid rgba(30, 135, 240, 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: #1e87f0;
}
form .step .ui-step.active .ui-step-title {
  color: #1e87f0;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #1e87f0;
  background-color: #1e87f0;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1e87f0;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #1e87f0;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #1e87f0;
  color: #1e87f0;
}
.btn-effect-2:hover {
  background-color: #1e87f0;
}
.uk-button.btn-effect-5 {
  background-color: #1e87f0;
  box-shadow: 0 0 15px rgba(30, 135, 240, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #1e87f0;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1e87f0;
}
#a5fd6a54baab4ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa466a0bdca5379 .sidebar {
  width: 280px;
}
@media (max-width: 640px) {
  #aa466a0bdca5379 .sidebar {
    width: 100%;
  }
}
#aa466a0bdca5379 .accordion-menu,
#aa466a0bdca5379 .accordion-menu ul ul.submenu,
#aa466a0bdca5379 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#aa466a0bdca5379 .accordion-menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 50px;
}
#aa466a0bdca5379 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  background-color: #ECECEC;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border: none;
  text-overflow: ellipsis;
}
#aa466a0bdca5379 .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#aa466a0bdca5379 .accordion-menu li a:hover {
  background-color: #1e87f0;
  color: #fff;
  border: none;
}
#aa466a0bdca5379 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#aa466a0bdca5379 .contact {
  color: #fff;
}
#aa466a0bdca5379 .phone {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
#aa466a0bdca5379 .hot-list {
  background: #f7f8f9;
  padding: 15px;
}
#aa466a0bdca5379 .hot-list a {
  color: #777;
}
#aa466a0bdca5379 .hot-list a:hover {
  color: #0f6ecd;
}
#aa466a0bdca5379 .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#aa466a0bdca5379 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#aa466a0bdca5379 .hot-item:hover a {
  color: #0f6ecd;
}
#aa466a0bdca5379 .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#aa466a0bdca5379 .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1e87f0;
  content: "";
}
#aa466a0bdca5379 .content-header {
  padding-bottom: 10px;
}
#a0840a7f97a7790 .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5fd6a54baab4ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#afe4eab83faba55 .detail-content .goods-params div {
  margin: 4px 0;
}
#afe4eab83faba55 .desc {
  white-space: pre-wrap;
}
#afe4eab83faba55 .video-box,
#afe4eab83faba55 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#afe4eab83faba55 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#afe4eab83faba55 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#afe4eab83faba55 .preview-box img {
  width: 100%;
}
#afe4eab83faba55 .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#afe4eab83faba55 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#afe4eab83faba55 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#afe4eab83faba55 .thumb-box {
  width: 100%;
  position: relative;
}
#afe4eab83faba55 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#afe4eab83faba55 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#afe4eab83faba55 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#afe4eab83faba55 .thumb-list {
  overflow: hidden;
}
#afe4eab83faba55 .thumb-list ul {
  width: 100000px;
}
#afe4eab83faba55 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#afe4eab83faba55 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#afe4eab83faba55 .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#afe4eab83faba55 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#afe4eab83faba55 .thumb-list ul li.active img {
  border-color: #1e87f0;
}
#afe4eab83faba55 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 440px;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#afe4eab83faba55 .zoom-box img {
  max-width: initial;
}
#afe4eab83faba55 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#afe4eab83faba55 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#afe4eab83faba55 .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#afe4eab83faba55 .goods-intro .price span {
  line-height: 30px;
}
#afe4eab83faba55 .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#afe4eab83faba55 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #1e87f0;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#afe4eab83faba55 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #1e87f0;
  font-size: 18px;
}
#afe4eab83faba55 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#afe4eab83faba55 .line-through {
  text-decoration: line-through;
}
#afe4eab83faba55 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#afe4eab83faba55 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#afe4eab83faba55 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#afe4eab83faba55 .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#afe4eab83faba55 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#afe4eab83faba55 .number .name {
  line-height: 30px;
  width: 54px;
}
#afe4eab83faba55 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#afe4eab83faba55 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#afe4eab83faba55 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#afe4eab83faba55 .select-num i {
  line-height: 30px;
}
#afe4eab83faba55 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#afe4eab83faba55 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#afe4eab83faba55 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#afe4eab83faba55 .buttons {
  margin: 30px 0 0 12px;
}
#afe4eab83faba55 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #1e87f0;
  text-align: center;
  border-radius: 2px;
}
#afe4eab83faba55 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#afe4eab83faba55 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#afe4eab83faba55 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#afe4eab83faba55 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#afe4eab83faba55 .hot-list .img-wrap {
  display: block;
}
#afe4eab83faba55 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#afe4eab83faba55 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#afe4eab83faba55 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#afe4eab83faba55 .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#afe4eab83faba55 .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#afe4eab83faba55 ::-webkit-scrollbar {
  display: none;
}
#afe4eab83faba55 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#afe4eab83faba55 .left .detail-nav-tab .item.uk-active,
#afe4eab83faba55 .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #1e87f0;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#afe4eab83faba55 .left .detail-nav-tab .item.uk-active a {
  color: #1e87f0;
  cursor: default;
}
#afe4eab83faba55 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#afe4eab83faba55 .hot-list .item:last-child {
  border-bottom: none;
}
#afe4eab83faba55 .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#afe4eab83faba55 .hot-list .item .goods-title:hover {
  color: #1e87f0;
}
#afe4eab83faba55 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #1e87f0;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#afe4eab83faba55 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#afe4eab83faba55 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#afe4eab83faba55 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #afe4eab83faba55 .right {
    width: 100%;
  }
  #afe4eab83faba55 .preview-box img {
    height: 340px;
  }
  #afe4eab83faba55 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #afe4eab83faba55 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #afe4eab83faba55 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#abd5cae2aaa44cd .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4ba2a542ea11dd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac32aaa568ae1e4 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#ac32aaa568ae1e4 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #ac32aaa568ae1e4 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#ac32aaa568ae1e4 .data-list .uk-card {
  cursor: pointer !important;
}
#ac32aaa568ae1e4 .data-list .uk-card img {
  max-height: 300px;
}
#ac32aaa568ae1e4 .data-list .uk-card:hover {
  background: #fafafa;
}
#ac32aaa568ae1e4 .data-list .uk-card:hover .uk-h4 {
  color: #0f6ecd;
}
#ac32aaa568ae1e4 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#ac32aaa568ae1e4 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#ac32aaa568ae1e4 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#ac32aaa568ae1e4 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#ac32aaa568ae1e4 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#ac32aaa568ae1e4 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #1e87f0;
  cursor: pointer;
}
#ac32aaa568ae1e4 .uk-card .category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  transition: all .3s ease;
}
#ac32aaa568ae1e4 .uk-card .category:hover {
  background: #1e87f0;
}
#ac32aaa568ae1e4 .accordion-menu {
  width: 100%;
}
#ac32aaa568ae1e4 .accordion-menu ul ul.submenu,
#ac32aaa568ae1e4 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#ac32aaa568ae1e4 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#ac32aaa568ae1e4 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 40px;
  background: #ececec;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 13px;
  border: none;
}
#ac32aaa568ae1e4 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#ac32aaa568ae1e4 .accordion-menu .menu-item.active > a {
  background: #1e87f0;
  color: #fff;
}
#ac32aaa568ae1e4 .accordion-menu li a:hover {
  background-color: #1e87f0;
  color: #fff;
  border: none;
}
#ac32aaa568ae1e4 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#ac32aaa568ae1e4 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#ac32aaa568ae1e4 .hot-list,
#ac32aaa568ae1e4 .new-list {
  padding: 12px;
}
#ac32aaa568ae1e4 .new-list a:hover,
#ac32aaa568ae1e4 .hot-list a:hover {
  color: #0f6ecd;
}
#ac32aaa568ae1e4 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#ac32aaa568ae1e4 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#ac32aaa568ae1e4 .hot-item:hover a {
  color: #0f6ecd;
}
#ac32aaa568ae1e4 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#ac32aaa568ae1e4 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1e87f0;
  content: "";
}
#ac32aaa568ae1e4 .content-header {
  padding-bottom: 10px;
}
#ac32aaa568ae1e4 .item-title {
  color: #333;
}
#ac32aaa568ae1e4 input::placeholder {
  color: #999;
}
#ac32aaa568ae1e4 .datetime {
  color: #999;
}
#ac32aaa568ae1e4 .new-item a {
  padding-left: 25px;
}
#ac32aaa568ae1e4 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#a399fa8e03ad219 .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ac32aaa568ae1e4 [data-item*=".abstract"], #ac32aaa568ae1e4 [data-item*=".abstract"] a {show: true;}#ac32aaa568ae1e4 [data-item*=".subTitle"], #ac32aaa568ae1e4 [data-item*=".subTitle"] a {show: true;}#ac32aaa568ae1e4 [data-item*=".category"], #ac32aaa568ae1e4 [data-item*=".category"] a {show: true;}#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4ba2a542ea11dd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adf3aae27fa24c2 .post-meta {
  color: #999;
}
#adf3aae27fa24c2 .post-button a {
  color: #555;
  display: inline-block;
  font-size: 14px;
  background: #fff;
  border-radius: 2px;
  line-height: 2;
  padding: 0 20px;
  margin: 10px 4px 20px 4px;
  border: 2px solid #555;
}
#a6d40a05e6a73d9 .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#adbebafa24a7613 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adbebafa24a7613 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adbebafa24a7613 .ap-icon {
  margin-right: 6px;
}
#adbebafa24a7613 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adbebafa24a7613 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#adbebafa24a7613 .menu-list > li:hover > a,
#adbebafa24a7613 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#adbebafa24a7613 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#adbebafa24a7613 .menu-list ul,
#adbebafa24a7613 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#adbebafa24a7613 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#adbebafa24a7613 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adbebafa24a7613 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adbebafa24a7613 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#adbebafa24a7613 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a2c91af167a92b0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2c91af167a92b0 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2c91af167a92b0 .ap-icon {
  margin-right: 6px;
}
#a2c91af167a92b0 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2c91af167a92b0 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a2c91af167a92b0 .menu-list > li:hover > a,
#a2c91af167a92b0 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a2c91af167a92b0 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a2c91af167a92b0 .menu-list ul,
#a2c91af167a92b0 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a2c91af167a92b0 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c91af167a92b0 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c91af167a92b0 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c91af167a92b0 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a2c91af167a92b0 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a31c3a6269ad035 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a31c3a6269ad035 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a31c3a6269ad035 .ap-icon {
  margin-right: 6px;
}
#a31c3a6269ad035 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a31c3a6269ad035 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a31c3a6269ad035 .menu-list > li:hover > a,
#a31c3a6269ad035 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a31c3a6269ad035 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a31c3a6269ad035 .menu-list ul,
#a31c3a6269ad035 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a31c3a6269ad035 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a31c3a6269ad035 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a31c3a6269ad035 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a31c3a6269ad035 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a31c3a6269ad035 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a34a3a1799a54c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a34a3a1799a54c6 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a34a3a1799a54c6 .ap-icon {
  margin-right: 6px;
}
#a34a3a1799a54c6 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a34a3a1799a54c6 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a34a3a1799a54c6 .menu-list > li:hover > a,
#a34a3a1799a54c6 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a34a3a1799a54c6 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a34a3a1799a54c6 .menu-list ul,
#a34a3a1799a54c6 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a34a3a1799a54c6 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a34a3a1799a54c6 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a34a3a1799a54c6 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a34a3a1799a54c6 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a34a3a1799a54c6 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a863ea9373a6607 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a863ea9373a6607 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a863ea9373a6607 .ap-icon {
  margin-right: 6px;
}
#a863ea9373a6607 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a863ea9373a6607 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a863ea9373a6607 .menu-list > li:hover > a,
#a863ea9373a6607 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a863ea9373a6607 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a863ea9373a6607 .menu-list ul,
#a863ea9373a6607 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a863ea9373a6607 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a863ea9373a6607 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a863ea9373a6607 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a863ea9373a6607 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a863ea9373a6607 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a3e0aa42aea28d0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a3e0aa42aea28d0 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a3e0aa42aea28d0 .ap-icon {
  margin-right: 6px;
}
#a3e0aa42aea28d0 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a3e0aa42aea28d0 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a3e0aa42aea28d0 .menu-list > li:hover > a,
#a3e0aa42aea28d0 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a3e0aa42aea28d0 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a3e0aa42aea28d0 .menu-list ul,
#a3e0aa42aea28d0 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a3e0aa42aea28d0 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a3e0aa42aea28d0 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3e0aa42aea28d0 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3e0aa42aea28d0 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3e0aa42aea28d0 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a0262ae03ea5d6e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a0262ae03ea5d6e .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a0262ae03ea5d6e .ap-icon {
  margin-right: 6px;
}
#a0262ae03ea5d6e .indicator {
  margin-left: 4px;
}
#a0262ae03ea5d6e .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a0262ae03ea5d6e .menu-list li:hover > a,
#a0262ae03ea5d6e .menu-list li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a0262ae03ea5d6e .menu-list li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a0262ae03ea5d6e .menu-list ul,
#a0262ae03ea5d6e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a0262ae03ea5d6e .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a0262ae03ea5d6e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0262ae03ea5d6e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0262ae03ea5d6e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a0bbaacc88a7798 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a026ea6adaa6c6d .post-meta {
  color: #999;
}
#a026ea6adaa6c6d .post-button a {
  color: #555;
  display: inline-block;
  font-size: 14px;
  background: #fff;
  border-radius: 2px;
  line-height: 2;
  padding: 0 20px;
  margin: 10px 4px 20px 4px;
  border: 2px solid #555;
}
#afb7ba50faa814f .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a9724a1a84ac630, #a9724a1a84ac630 a {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(17, 17, 17, 1);}#aa306abd6ca4011, #aa306abd6ca4011 a {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(17, 17, 17, 1);}#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2e2ea399cab225 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9da6aec90a189e .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#afd94a604eae3dc .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#afd94a604eae3dc .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#afd94a604eae3dc .ap-icon {
  margin-right: 6px;
}
#afd94a604eae3dc .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#afd94a604eae3dc .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#afd94a604eae3dc .menu-list > li:hover > a,
#afd94a604eae3dc .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#afd94a604eae3dc .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#afd94a604eae3dc .menu-list ul,
#afd94a604eae3dc .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#afd94a604eae3dc .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#afd94a604eae3dc .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#afd94a604eae3dc .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#afd94a604eae3dc .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#afd94a604eae3dc .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ab9b0a5579a826e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ab9b0a5579a826e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ab9b0a5579a826e .ap-icon {
  margin-right: 6px;
}
#ab9b0a5579a826e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ab9b0a5579a826e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ab9b0a5579a826e .menu-list > li:hover > a,
#ab9b0a5579a826e .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ab9b0a5579a826e .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ab9b0a5579a826e .menu-list ul,
#ab9b0a5579a826e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ab9b0a5579a826e .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ab9b0a5579a826e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ab9b0a5579a826e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ab9b0a5579a826e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ab9b0a5579a826e .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a243ba623caff23 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a243ba623caff23 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a243ba623caff23 .ap-icon {
  margin-right: 6px;
}
#a243ba623caff23 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a243ba623caff23 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a243ba623caff23 .menu-list > li:hover > a,
#a243ba623caff23 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a243ba623caff23 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a243ba623caff23 .menu-list ul,
#a243ba623caff23 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a243ba623caff23 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a243ba623caff23 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a243ba623caff23 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a243ba623caff23 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a243ba623caff23 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a3d1facba1ab316 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a3d1facba1ab316 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a3d1facba1ab316 .ap-icon {
  margin-right: 6px;
}
#a3d1facba1ab316 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a3d1facba1ab316 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a3d1facba1ab316 .menu-list > li:hover > a,
#a3d1facba1ab316 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a3d1facba1ab316 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a3d1facba1ab316 .menu-list ul,
#a3d1facba1ab316 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a3d1facba1ab316 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a3d1facba1ab316 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3d1facba1ab316 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3d1facba1ab316 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3d1facba1ab316 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a9942adb6dac06d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a9942adb6dac06d .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a9942adb6dac06d .ap-icon {
  margin-right: 6px;
}
#a9942adb6dac06d .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a9942adb6dac06d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a9942adb6dac06d .menu-list > li:hover > a,
#a9942adb6dac06d .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a9942adb6dac06d .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a9942adb6dac06d .menu-list ul,
#a9942adb6dac06d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a9942adb6dac06d .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a9942adb6dac06d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9942adb6dac06d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9942adb6dac06d .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a9942adb6dac06d .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#aa839a5fe2a32ff .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa839a5fe2a32ff .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#aa839a5fe2a32ff .ap-icon {
  margin-right: 6px;
}
#aa839a5fe2a32ff .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#aa839a5fe2a32ff .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#aa839a5fe2a32ff .menu-list > li:hover > a,
#aa839a5fe2a32ff .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa839a5fe2a32ff .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#aa839a5fe2a32ff .menu-list ul,
#aa839a5fe2a32ff .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#aa839a5fe2a32ff .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa839a5fe2a32ff .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa839a5fe2a32ff .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa839a5fe2a32ff .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#aa839a5fe2a32ff .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a162aa31aca88d4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a162aa31aca88d4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a162aa31aca88d4 .ap-icon {
  margin-right: 6px;
}
#a162aa31aca88d4 .indicator {
  margin-left: 4px;
}
#a162aa31aca88d4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a162aa31aca88d4 .menu-list li:hover > a,
#a162aa31aca88d4 .menu-list li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a162aa31aca88d4 .menu-list li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a162aa31aca88d4 .menu-list ul,
#a162aa31aca88d4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a162aa31aca88d4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a162aa31aca88d4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a162aa31aca88d4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a162aa31aca88d4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8fda3ba7ae6f6 .ab2bca22f8af454 {
  overflow: hidden;
}
#ae8fda3ba7ae6f6 .ab2bca22f8af454 , #ae8fda3ba7ae6f6 .ab2bca22f8af454 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 40px;}#ae8fda3ba7ae6f6 .a2bc3a3566a085f {
  overflow: hidden;
}
#ae8fda3ba7ae6f6 .a2bc3a3566a085f , #ae8fda3ba7ae6f6 .a2bc3a3566a085f > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#ae8fda3ba7ae6f6 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae8fda3ba7ae6f6 .uk-position-center-left-out {
    left: -30px;
  }
  #ae8fda3ba7ae6f6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac0f7a6129abe31 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a51cba8da1a0f21 .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a04e9af929aa94d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a04e9af929aa94d .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a04e9af929aa94d .ap-icon {
  margin-right: 6px;
}
#a04e9af929aa94d .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a04e9af929aa94d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a04e9af929aa94d .menu-list > li:hover > a,
#a04e9af929aa94d .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a04e9af929aa94d .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a04e9af929aa94d .menu-list ul,
#a04e9af929aa94d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a04e9af929aa94d .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a04e9af929aa94d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a04e9af929aa94d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a04e9af929aa94d .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a04e9af929aa94d .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a9fe5a7bf4ace90 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a9fe5a7bf4ace90 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a9fe5a7bf4ace90 .ap-icon {
  margin-right: 6px;
}
#a9fe5a7bf4ace90 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a9fe5a7bf4ace90 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a9fe5a7bf4ace90 .menu-list > li:hover > a,
#a9fe5a7bf4ace90 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a9fe5a7bf4ace90 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a9fe5a7bf4ace90 .menu-list ul,
#a9fe5a7bf4ace90 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a9fe5a7bf4ace90 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a9fe5a7bf4ace90 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9fe5a7bf4ace90 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9fe5a7bf4ace90 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a9fe5a7bf4ace90 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a5364a2974a381d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5364a2974a381d .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5364a2974a381d .ap-icon {
  margin-right: 6px;
}
#a5364a2974a381d .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5364a2974a381d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a5364a2974a381d .menu-list > li:hover > a,
#a5364a2974a381d .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a5364a2974a381d .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a5364a2974a381d .menu-list ul,
#a5364a2974a381d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a5364a2974a381d .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a5364a2974a381d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5364a2974a381d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5364a2974a381d .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a5364a2974a381d .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a7215ad274ad531 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7215ad274ad531 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a7215ad274ad531 .ap-icon {
  margin-right: 6px;
}
#a7215ad274ad531 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a7215ad274ad531 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a7215ad274ad531 .menu-list > li:hover > a,
#a7215ad274ad531 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a7215ad274ad531 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a7215ad274ad531 .menu-list ul,
#a7215ad274ad531 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a7215ad274ad531 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a7215ad274ad531 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7215ad274ad531 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7215ad274ad531 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a7215ad274ad531 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a45dfa45cba959a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a45dfa45cba959a .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a45dfa45cba959a .ap-icon {
  margin-right: 6px;
}
#a45dfa45cba959a .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a45dfa45cba959a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a45dfa45cba959a .menu-list > li:hover > a,
#a45dfa45cba959a .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a45dfa45cba959a .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a45dfa45cba959a .menu-list ul,
#a45dfa45cba959a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a45dfa45cba959a .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a45dfa45cba959a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a45dfa45cba959a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a45dfa45cba959a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a45dfa45cba959a .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a4ec7a8216a6d77 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a4ec7a8216a6d77 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a4ec7a8216a6d77 .ap-icon {
  margin-right: 6px;
}
#a4ec7a8216a6d77 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a4ec7a8216a6d77 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a4ec7a8216a6d77 .menu-list > li:hover > a,
#a4ec7a8216a6d77 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a4ec7a8216a6d77 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a4ec7a8216a6d77 .menu-list ul,
#a4ec7a8216a6d77 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a4ec7a8216a6d77 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a4ec7a8216a6d77 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4ec7a8216a6d77 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4ec7a8216a6d77 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a4ec7a8216a6d77 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a78a7ace70a7a51 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a78a7ace70a7a51 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a78a7ace70a7a51 .ap-icon {
  margin-right: 6px;
}
#a78a7ace70a7a51 .indicator {
  margin-left: 4px;
}
#a78a7ace70a7a51 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a78a7ace70a7a51 .menu-list li:hover > a,
#a78a7ace70a7a51 .menu-list li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a78a7ace70a7a51 .menu-list li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a78a7ace70a7a51 .menu-list ul,
#a78a7ace70a7a51 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a78a7ace70a7a51 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a78a7ace70a7a51 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a78a7ace70a7a51 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a78a7ace70a7a51 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a980ca117fa4e57 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6d8aa8c27a65f3 .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a19aaaec03a9ce5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a19aaaec03a9ce5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a19aaaec03a9ce5 .ap-icon {
  margin-right: 6px;
}
#a19aaaec03a9ce5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a19aaaec03a9ce5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a19aaaec03a9ce5 .menu-list > li:hover > a,
#a19aaaec03a9ce5 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a19aaaec03a9ce5 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a19aaaec03a9ce5 .menu-list ul,
#a19aaaec03a9ce5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a19aaaec03a9ce5 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a19aaaec03a9ce5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a19aaaec03a9ce5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a19aaaec03a9ce5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a19aaaec03a9ce5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a4266a341fa6a72 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a4266a341fa6a72 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a4266a341fa6a72 .ap-icon {
  margin-right: 6px;
}
#a4266a341fa6a72 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a4266a341fa6a72 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a4266a341fa6a72 .menu-list > li:hover > a,
#a4266a341fa6a72 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a4266a341fa6a72 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a4266a341fa6a72 .menu-list ul,
#a4266a341fa6a72 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a4266a341fa6a72 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a4266a341fa6a72 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4266a341fa6a72 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4266a341fa6a72 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a4266a341fa6a72 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#adbeda5d95a67e3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adbeda5d95a67e3 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adbeda5d95a67e3 .ap-icon {
  margin-right: 6px;
}
#adbeda5d95a67e3 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adbeda5d95a67e3 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#adbeda5d95a67e3 .menu-list > li:hover > a,
#adbeda5d95a67e3 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#adbeda5d95a67e3 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#adbeda5d95a67e3 .menu-list ul,
#adbeda5d95a67e3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#adbeda5d95a67e3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#adbeda5d95a67e3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adbeda5d95a67e3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adbeda5d95a67e3 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#adbeda5d95a67e3 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a5c9fabe54a037d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5c9fabe54a037d .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5c9fabe54a037d .ap-icon {
  margin-right: 6px;
}
#a5c9fabe54a037d .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5c9fabe54a037d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a5c9fabe54a037d .menu-list > li:hover > a,
#a5c9fabe54a037d .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a5c9fabe54a037d .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a5c9fabe54a037d .menu-list ul,
#a5c9fabe54a037d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a5c9fabe54a037d .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a5c9fabe54a037d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5c9fabe54a037d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5c9fabe54a037d .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a5c9fabe54a037d .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a35c0a49bfae815 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a35c0a49bfae815 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a35c0a49bfae815 .ap-icon {
  margin-right: 6px;
}
#a35c0a49bfae815 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a35c0a49bfae815 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a35c0a49bfae815 .menu-list > li:hover > a,
#a35c0a49bfae815 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a35c0a49bfae815 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a35c0a49bfae815 .menu-list ul,
#a35c0a49bfae815 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a35c0a49bfae815 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a35c0a49bfae815 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a35c0a49bfae815 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a35c0a49bfae815 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a35c0a49bfae815 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#af8b0a139fa8a22 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#af8b0a139fa8a22 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#af8b0a139fa8a22 .ap-icon {
  margin-right: 6px;
}
#af8b0a139fa8a22 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#af8b0a139fa8a22 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#af8b0a139fa8a22 .menu-list > li:hover > a,
#af8b0a139fa8a22 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#af8b0a139fa8a22 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#af8b0a139fa8a22 .menu-list ul,
#af8b0a139fa8a22 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#af8b0a139fa8a22 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#af8b0a139fa8a22 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af8b0a139fa8a22 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af8b0a139fa8a22 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#af8b0a139fa8a22 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ac649a14fea9d23 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ac649a14fea9d23 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ac649a14fea9d23 .ap-icon {
  margin-right: 6px;
}
#ac649a14fea9d23 .indicator {
  margin-left: 4px;
}
#ac649a14fea9d23 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ac649a14fea9d23 .menu-list li:hover > a,
#ac649a14fea9d23 .menu-list li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ac649a14fea9d23 .menu-list li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#ac649a14fea9d23 .menu-list ul,
#ac649a14fea9d23 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ac649a14fea9d23 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ac649a14fea9d23 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac649a14fea9d23 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac649a14fea9d23 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac4e1a8267ab178 > .ele-wrap {background-image: url(/resources/upload/a5932a95f8ac0f6/1738821642037.png);background-position: center right;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a5316a7878af148 > .ele-wrap {background-image: url(/resources/upload/a5932a95f8ac0f6/1738821641575.png);background-position: center right;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a6826ab0d4a4384 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a52daacbd6a2d91 .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a56b7aa110ab3cc .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a56b7aa110ab3cc .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a56b7aa110ab3cc .ap-icon {
  margin-right: 6px;
}
#a56b7aa110ab3cc .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a56b7aa110ab3cc .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a56b7aa110ab3cc .menu-list > li:hover > a,
#a56b7aa110ab3cc .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a56b7aa110ab3cc .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a56b7aa110ab3cc .menu-list ul,
#a56b7aa110ab3cc .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a56b7aa110ab3cc .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a56b7aa110ab3cc .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a56b7aa110ab3cc .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a56b7aa110ab3cc .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a56b7aa110ab3cc .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a2f02a36eba3bb8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2f02a36eba3bb8 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2f02a36eba3bb8 .ap-icon {
  margin-right: 6px;
}
#a2f02a36eba3bb8 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2f02a36eba3bb8 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a2f02a36eba3bb8 .menu-list > li:hover > a,
#a2f02a36eba3bb8 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a2f02a36eba3bb8 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a2f02a36eba3bb8 .menu-list ul,
#a2f02a36eba3bb8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a2f02a36eba3bb8 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2f02a36eba3bb8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2f02a36eba3bb8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2f02a36eba3bb8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a2f02a36eba3bb8 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a4483a9875a5de0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a4483a9875a5de0 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a4483a9875a5de0 .ap-icon {
  margin-right: 6px;
}
#a4483a9875a5de0 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a4483a9875a5de0 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a4483a9875a5de0 .menu-list > li:hover > a,
#a4483a9875a5de0 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a4483a9875a5de0 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a4483a9875a5de0 .menu-list ul,
#a4483a9875a5de0 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a4483a9875a5de0 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a4483a9875a5de0 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4483a9875a5de0 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4483a9875a5de0 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a4483a9875a5de0 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#af236a3b3fa7fdc .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#af236a3b3fa7fdc .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#af236a3b3fa7fdc .ap-icon {
  margin-right: 6px;
}
#af236a3b3fa7fdc .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#af236a3b3fa7fdc .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#af236a3b3fa7fdc .menu-list > li:hover > a,
#af236a3b3fa7fdc .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#af236a3b3fa7fdc .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#af236a3b3fa7fdc .menu-list ul,
#af236a3b3fa7fdc .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#af236a3b3fa7fdc .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#af236a3b3fa7fdc .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af236a3b3fa7fdc .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af236a3b3fa7fdc .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#af236a3b3fa7fdc .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#abcd3ad54cad47b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#abcd3ad54cad47b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#abcd3ad54cad47b .ap-icon {
  margin-right: 6px;
}
#abcd3ad54cad47b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#abcd3ad54cad47b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#abcd3ad54cad47b .menu-list > li:hover > a,
#abcd3ad54cad47b .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#abcd3ad54cad47b .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#abcd3ad54cad47b .menu-list ul,
#abcd3ad54cad47b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#abcd3ad54cad47b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#abcd3ad54cad47b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abcd3ad54cad47b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abcd3ad54cad47b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#abcd3ad54cad47b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a9e02a4e24a019b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a9e02a4e24a019b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a9e02a4e24a019b .ap-icon {
  margin-right: 6px;
}
#a9e02a4e24a019b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a9e02a4e24a019b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a9e02a4e24a019b .menu-list > li:hover > a,
#a9e02a4e24a019b .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a9e02a4e24a019b .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a9e02a4e24a019b .menu-list ul,
#a9e02a4e24a019b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a9e02a4e24a019b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a9e02a4e24a019b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9e02a4e24a019b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9e02a4e24a019b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a9e02a4e24a019b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a0af3ab012a22d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a0af3ab012a22d9 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a0af3ab012a22d9 .ap-icon {
  margin-right: 6px;
}
#a0af3ab012a22d9 .indicator {
  margin-left: 4px;
}
#a0af3ab012a22d9 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a0af3ab012a22d9 .menu-list li:hover > a,
#a0af3ab012a22d9 .menu-list li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a0af3ab012a22d9 .menu-list li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a0af3ab012a22d9 .menu-list ul,
#a0af3ab012a22d9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a0af3ab012a22d9 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a0af3ab012a22d9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0af3ab012a22d9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0af3ab012a22d9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a31d1ac92aa362e .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a31d1ac92aa362e .uk-grid {
  margin-left: -8px;
}
#a31d1ac92aa362e .uk-grid > * {
  padding-left: 8px;
}
#a31d1ac92aa362e .uk-grid-margin {
  margin-top: 20px;
}
#a31d1ac92aa362e .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a31d1ac92aa362e .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a31d1ac92aa362e .uk-card-media-top .img {
  transition: all .3s ease;
}
#a31d1ac92aa362e .uk-card-body {
  display: block;
}
#a31d1ac92aa362e .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a31d1ac92aa362e .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a31d1ac92aa362e .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a31d1ac92aa362e .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a31d1ac92aa362e .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#a31d1ac92aa362e .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a31d1ac92aa362e .uk-card:hover {
  background-color: #0054a7;
}
#a31d1ac92aa362e .uk-card:hover .title {
  color: #fff;
}
#a31d1ac92aa362e .uk-card:hover hr {
  border-top-color: #006eda;
}
#a31d1ac92aa362e .uk-card:hover .img {
  transform: scale(1.2);
}
#a31d1ac92aa362e .uk-card:hover .abstract {
  color: #fff;
}
#a31d1ac92aa362e .uk-card:hover .datetime {
  color: #d3b267;
}
#a31d1ac92aa362e .uk-card:hover .category {
  color: #d3b267;
}
#a31d1ac92aa362e .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a31d1ac92aa362e .uk-pagination li a,
#a31d1ac92aa362e .uk-pagination > .uk-disabled > * {
  color: #444444;
}
#a31d1ac92aa362e .uk-pagination li.uk-active a {
  color: #ffffff;
}
#a31d1ac92aa362e .uk-pagination li.uk-active {
  background-color: #565656;
  border-color: #565656;
}
#a31d1ac92aa362e .uk-pagination li:hover {
  border-color: #565656;
}
#a950eac0d6a74fd > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a909bae36cacd00 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  background-color: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #0054a7;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a909bae36cacd00 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #0054a7;
}
#a909bae36cacd00 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a909bae36cacd00 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a909bae36cacd00 .jquery-accordion-menu ul li a {
  color: #0054a7;
  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;
}
#a909bae36cacd00 .menu-list-expand .submenu-indicator {
  display: none;
}
#a909bae36cacd00 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0054a7;
  border-bottom-color: #004a93;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a909bae36cacd00 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a909bae36cacd00 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a909bae36cacd00 .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #0054a7;
}
#a909bae36cacd00 .jquery-accordion-menu ul li a img,
#a909bae36cacd00 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a909bae36cacd00 .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;
}
#a909bae36cacd00 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a909bae36cacd00 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a909bae36cacd00 .jquery-accordion-menu ul ul.submenu,
#a909bae36cacd00 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a909bae36cacd00 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a909bae36cacd00 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a909bae36cacd00 .jquery-accordion-menu ul ul.submenu.show,
#a909bae36cacd00 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a909bae36cacd00 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a909bae36cacd00 .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;
}
#a909bae36cacd00 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #f4f4f4;
}
#a909bae36cacd00 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #f4f4f4;
}
#a909bae36cacd00 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a909bae36cacd00 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a909bae36cacd00 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a909bae36cacd00 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #ec9b9b;
}
#a909bae36cacd00 .jquery-accordion-menu > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
#a909bae36cacd00 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a47f7abd9da8ea6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  background-color: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #0054a7;
}
#a47f7abd9da8ea6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #0054a7;
}
#a47f7abd9da8ea6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a47f7abd9da8ea6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a47f7abd9da8ea6 .jquery-accordion-menu ul li a {
  color: #0054a7;
  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;
}
#a47f7abd9da8ea6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a47f7abd9da8ea6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0054a7;
  border-bottom-color: #004a93;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a47f7abd9da8ea6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a47f7abd9da8ea6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a47f7abd9da8ea6 .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #0054a7;
}
#a47f7abd9da8ea6 .jquery-accordion-menu ul li a img,
#a47f7abd9da8ea6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a47f7abd9da8ea6 .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;
}
#a47f7abd9da8ea6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a47f7abd9da8ea6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a47f7abd9da8ea6 .jquery-accordion-menu ul ul.submenu,
#a47f7abd9da8ea6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a47f7abd9da8ea6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a47f7abd9da8ea6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a47f7abd9da8ea6 .jquery-accordion-menu ul ul.submenu.show,
#a47f7abd9da8ea6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a47f7abd9da8ea6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a47f7abd9da8ea6 .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;
}
#a47f7abd9da8ea6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #f4f4f4;
}
#a47f7abd9da8ea6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #f4f4f4;
}
#a47f7abd9da8ea6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a47f7abd9da8ea6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a47f7abd9da8ea6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a47f7abd9da8ea6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #ec9b9b;
}
#a47f7abd9da8ea6 .jquery-accordion-menu > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
#a47f7abd9da8ea6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ad765a59a2a3c41 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a37c2afc8da2285 .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ae15cabc32aa1af .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae15cabc32aa1af .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ae15cabc32aa1af .ap-icon {
  margin-right: 6px;
}
#ae15cabc32aa1af .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ae15cabc32aa1af .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ae15cabc32aa1af .menu-list > li:hover > a,
#ae15cabc32aa1af .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ae15cabc32aa1af .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ae15cabc32aa1af .menu-list ul,
#ae15cabc32aa1af .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ae15cabc32aa1af .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ae15cabc32aa1af .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae15cabc32aa1af .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae15cabc32aa1af .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ae15cabc32aa1af .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a5126af00ead7ff .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5126af00ead7ff .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5126af00ead7ff .ap-icon {
  margin-right: 6px;
}
#a5126af00ead7ff .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5126af00ead7ff .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a5126af00ead7ff .menu-list > li:hover > a,
#a5126af00ead7ff .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a5126af00ead7ff .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a5126af00ead7ff .menu-list ul,
#a5126af00ead7ff .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a5126af00ead7ff .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a5126af00ead7ff .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5126af00ead7ff .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5126af00ead7ff .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a5126af00ead7ff .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#af57ea2f1ba2fe3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#af57ea2f1ba2fe3 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#af57ea2f1ba2fe3 .ap-icon {
  margin-right: 6px;
}
#af57ea2f1ba2fe3 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#af57ea2f1ba2fe3 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#af57ea2f1ba2fe3 .menu-list > li:hover > a,
#af57ea2f1ba2fe3 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#af57ea2f1ba2fe3 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#af57ea2f1ba2fe3 .menu-list ul,
#af57ea2f1ba2fe3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#af57ea2f1ba2fe3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#af57ea2f1ba2fe3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af57ea2f1ba2fe3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af57ea2f1ba2fe3 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#af57ea2f1ba2fe3 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a2816ab94faee58 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2816ab94faee58 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2816ab94faee58 .ap-icon {
  margin-right: 6px;
}
#a2816ab94faee58 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2816ab94faee58 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a2816ab94faee58 .menu-list > li:hover > a,
#a2816ab94faee58 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a2816ab94faee58 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a2816ab94faee58 .menu-list ul,
#a2816ab94faee58 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a2816ab94faee58 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2816ab94faee58 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2816ab94faee58 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2816ab94faee58 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a2816ab94faee58 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#af7a2a3854a7349 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#af7a2a3854a7349 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#af7a2a3854a7349 .ap-icon {
  margin-right: 6px;
}
#af7a2a3854a7349 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#af7a2a3854a7349 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#af7a2a3854a7349 .menu-list > li:hover > a,
#af7a2a3854a7349 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#af7a2a3854a7349 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#af7a2a3854a7349 .menu-list ul,
#af7a2a3854a7349 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#af7a2a3854a7349 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#af7a2a3854a7349 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af7a2a3854a7349 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af7a2a3854a7349 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#af7a2a3854a7349 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a52b8a5ec7a59a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a52b8a5ec7a59a4 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a52b8a5ec7a59a4 .ap-icon {
  margin-right: 6px;
}
#a52b8a5ec7a59a4 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a52b8a5ec7a59a4 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a52b8a5ec7a59a4 .menu-list > li:hover > a,
#a52b8a5ec7a59a4 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a52b8a5ec7a59a4 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a52b8a5ec7a59a4 .menu-list ul,
#a52b8a5ec7a59a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a52b8a5ec7a59a4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a52b8a5ec7a59a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a52b8a5ec7a59a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a52b8a5ec7a59a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a52b8a5ec7a59a4 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#abc10a8a63adb41 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#abc10a8a63adb41 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#abc10a8a63adb41 .ap-icon {
  margin-right: 6px;
}
#abc10a8a63adb41 .indicator {
  margin-left: 4px;
}
#abc10a8a63adb41 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#abc10a8a63adb41 .menu-list li:hover > a,
#abc10a8a63adb41 .menu-list li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#abc10a8a63adb41 .menu-list li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#abc10a8a63adb41 .menu-list ul,
#abc10a8a63adb41 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#abc10a8a63adb41 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#abc10a8a63adb41 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abc10a8a63adb41 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abc10a8a63adb41 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a533fa95baa8af3 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a533fa95baa8af3 .uk-grid {
  margin-left: -8px;
}
#a533fa95baa8af3 .uk-grid > * {
  padding-left: 8px;
}
#a533fa95baa8af3 .uk-grid-margin {
  margin-top: 20px;
}
#a533fa95baa8af3 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a533fa95baa8af3 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a533fa95baa8af3 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a533fa95baa8af3 .uk-card-body {
  display: block;
}
#a533fa95baa8af3 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a533fa95baa8af3 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a533fa95baa8af3 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a533fa95baa8af3 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a533fa95baa8af3 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#a533fa95baa8af3 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a533fa95baa8af3 .uk-card:hover {
  background-color: #0054a7;
}
#a533fa95baa8af3 .uk-card:hover .title {
  color: #fff;
}
#a533fa95baa8af3 .uk-card:hover hr {
  border-top-color: #006eda;
}
#a533fa95baa8af3 .uk-card:hover .img {
  transform: scale(1.2);
}
#a533fa95baa8af3 .uk-card:hover .abstract {
  color: #fff;
}
#a533fa95baa8af3 .uk-card:hover .datetime {
  color: #d3b267;
}
#a533fa95baa8af3 .uk-card:hover .category {
  color: #d3b267;
}
#a533fa95baa8af3 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a533fa95baa8af3 .uk-pagination li a,
#a533fa95baa8af3 .uk-pagination > .uk-disabled > * {
  color: #444444;
}
#a533fa95baa8af3 .uk-pagination li.uk-active a {
  color: #ffffff;
}
#a533fa95baa8af3 .uk-pagination li.uk-active {
  background-color: #565656;
  border-color: #565656;
}
#a533fa95baa8af3 .uk-pagination li:hover {
  border-color: #565656;
}
#ab935a2f30aba2f > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a18a9a4daba9e81 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  background-color: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #0054a7;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a18a9a4daba9e81 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #0054a7;
}
#a18a9a4daba9e81 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a18a9a4daba9e81 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a18a9a4daba9e81 .jquery-accordion-menu ul li a {
  color: #0054a7;
  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;
}
#a18a9a4daba9e81 .menu-list-expand .submenu-indicator {
  display: none;
}
#a18a9a4daba9e81 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0054a7;
  border-bottom-color: #004a93;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a18a9a4daba9e81 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a18a9a4daba9e81 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a18a9a4daba9e81 .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #0054a7;
}
#a18a9a4daba9e81 .jquery-accordion-menu ul li a img,
#a18a9a4daba9e81 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a18a9a4daba9e81 .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;
}
#a18a9a4daba9e81 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a18a9a4daba9e81 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a18a9a4daba9e81 .jquery-accordion-menu ul ul.submenu,
#a18a9a4daba9e81 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a18a9a4daba9e81 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a18a9a4daba9e81 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a18a9a4daba9e81 .jquery-accordion-menu ul ul.submenu.show,
#a18a9a4daba9e81 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a18a9a4daba9e81 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a18a9a4daba9e81 .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;
}
#a18a9a4daba9e81 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #f4f4f4;
}
#a18a9a4daba9e81 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #f4f4f4;
}
#a18a9a4daba9e81 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a18a9a4daba9e81 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a18a9a4daba9e81 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a18a9a4daba9e81 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #ec9b9b;
}
#a18a9a4daba9e81 .jquery-accordion-menu > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
#a18a9a4daba9e81 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#ac580a3a49a8523 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  background-color: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #0054a7;
}
#ac580a3a49a8523 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #0054a7;
}
#ac580a3a49a8523 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac580a3a49a8523 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac580a3a49a8523 .jquery-accordion-menu ul li a {
  color: #0054a7;
  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;
}
#ac580a3a49a8523 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac580a3a49a8523 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0054a7;
  border-bottom-color: #004a93;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ac580a3a49a8523 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ac580a3a49a8523 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac580a3a49a8523 .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #0054a7;
}
#ac580a3a49a8523 .jquery-accordion-menu ul li a img,
#ac580a3a49a8523 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac580a3a49a8523 .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;
}
#ac580a3a49a8523 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac580a3a49a8523 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac580a3a49a8523 .jquery-accordion-menu ul ul.submenu,
#ac580a3a49a8523 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac580a3a49a8523 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac580a3a49a8523 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac580a3a49a8523 .jquery-accordion-menu ul ul.submenu.show,
#ac580a3a49a8523 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac580a3a49a8523 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac580a3a49a8523 .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;
}
#ac580a3a49a8523 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #f4f4f4;
}
#ac580a3a49a8523 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #f4f4f4;
}
#ac580a3a49a8523 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac580a3a49a8523 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac580a3a49a8523 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac580a3a49a8523 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #ec9b9b;
}
#ac580a3a49a8523 .jquery-accordion-menu > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
#ac580a3a49a8523 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a96dea83aba0ed5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac43faebe6a47b3 .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a7645ab570ad324 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7645ab570ad324 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a7645ab570ad324 .ap-icon {
  margin-right: 6px;
}
#a7645ab570ad324 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a7645ab570ad324 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a7645ab570ad324 .menu-list > li:hover > a,
#a7645ab570ad324 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a7645ab570ad324 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a7645ab570ad324 .menu-list ul,
#a7645ab570ad324 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a7645ab570ad324 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a7645ab570ad324 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7645ab570ad324 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7645ab570ad324 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a7645ab570ad324 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#afbd0a6c5ca7929 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#afbd0a6c5ca7929 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#afbd0a6c5ca7929 .ap-icon {
  margin-right: 6px;
}
#afbd0a6c5ca7929 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#afbd0a6c5ca7929 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#afbd0a6c5ca7929 .menu-list > li:hover > a,
#afbd0a6c5ca7929 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#afbd0a6c5ca7929 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#afbd0a6c5ca7929 .menu-list ul,
#afbd0a6c5ca7929 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#afbd0a6c5ca7929 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#afbd0a6c5ca7929 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#afbd0a6c5ca7929 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#afbd0a6c5ca7929 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#afbd0a6c5ca7929 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a7f3ca1695aede9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7f3ca1695aede9 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a7f3ca1695aede9 .ap-icon {
  margin-right: 6px;
}
#a7f3ca1695aede9 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a7f3ca1695aede9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a7f3ca1695aede9 .menu-list > li:hover > a,
#a7f3ca1695aede9 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a7f3ca1695aede9 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a7f3ca1695aede9 .menu-list ul,
#a7f3ca1695aede9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a7f3ca1695aede9 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a7f3ca1695aede9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7f3ca1695aede9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7f3ca1695aede9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a7f3ca1695aede9 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a0ce2a5c2fa2d0c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0ce2a5c2fa2d0c .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0ce2a5c2fa2d0c .ap-icon {
  margin-right: 6px;
}
#a0ce2a5c2fa2d0c .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0ce2a5c2fa2d0c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a0ce2a5c2fa2d0c .menu-list > li:hover > a,
#a0ce2a5c2fa2d0c .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a0ce2a5c2fa2d0c .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a0ce2a5c2fa2d0c .menu-list ul,
#a0ce2a5c2fa2d0c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a0ce2a5c2fa2d0c .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a0ce2a5c2fa2d0c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0ce2a5c2fa2d0c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0ce2a5c2fa2d0c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a0ce2a5c2fa2d0c .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a393eab3dca0e63 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a393eab3dca0e63 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a393eab3dca0e63 .ap-icon {
  margin-right: 6px;
}
#a393eab3dca0e63 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a393eab3dca0e63 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a393eab3dca0e63 .menu-list > li:hover > a,
#a393eab3dca0e63 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a393eab3dca0e63 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a393eab3dca0e63 .menu-list ul,
#a393eab3dca0e63 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a393eab3dca0e63 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a393eab3dca0e63 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a393eab3dca0e63 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a393eab3dca0e63 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a393eab3dca0e63 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#aacf1a40b7af0cb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aacf1a40b7af0cb .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#aacf1a40b7af0cb .ap-icon {
  margin-right: 6px;
}
#aacf1a40b7af0cb .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#aacf1a40b7af0cb .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#aacf1a40b7af0cb .menu-list > li:hover > a,
#aacf1a40b7af0cb .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aacf1a40b7af0cb .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#aacf1a40b7af0cb .menu-list ul,
#aacf1a40b7af0cb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#aacf1a40b7af0cb .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aacf1a40b7af0cb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aacf1a40b7af0cb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aacf1a40b7af0cb .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#aacf1a40b7af0cb .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a8f74a6168a378e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a8f74a6168a378e .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8f74a6168a378e .ap-icon {
  margin-right: 6px;
}
#a8f74a6168a378e .indicator {
  margin-left: 4px;
}
#a8f74a6168a378e .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a8f74a6168a378e .menu-list li:hover > a,
#a8f74a6168a378e .menu-list li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a8f74a6168a378e .menu-list li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a8f74a6168a378e .menu-list ul,
#a8f74a6168a378e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a8f74a6168a378e .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a8f74a6168a378e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8f74a6168a378e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8f74a6168a378e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#add98a3ad1aa738 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#add98a3ad1aa738 .uk-grid {
  margin-left: -8px;
}
#add98a3ad1aa738 .uk-grid > * {
  padding-left: 8px;
}
#add98a3ad1aa738 .uk-grid-margin {
  margin-top: 20px;
}
#add98a3ad1aa738 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#add98a3ad1aa738 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#add98a3ad1aa738 .uk-card-media-top .img {
  transition: all .3s ease;
}
#add98a3ad1aa738 .uk-card-body {
  display: block;
}
#add98a3ad1aa738 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#add98a3ad1aa738 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#add98a3ad1aa738 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#add98a3ad1aa738 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#add98a3ad1aa738 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#add98a3ad1aa738 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#add98a3ad1aa738 .uk-card:hover {
  background-color: #0054a7;
}
#add98a3ad1aa738 .uk-card:hover .title {
  color: #fff;
}
#add98a3ad1aa738 .uk-card:hover hr {
  border-top-color: #006eda;
}
#add98a3ad1aa738 .uk-card:hover .img {
  transform: scale(1.2);
}
#add98a3ad1aa738 .uk-card:hover .abstract {
  color: #fff;
}
#add98a3ad1aa738 .uk-card:hover .datetime {
  color: #d3b267;
}
#add98a3ad1aa738 .uk-card:hover .category {
  color: #d3b267;
}
#add98a3ad1aa738 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#add98a3ad1aa738 .uk-pagination li a,
#add98a3ad1aa738 .uk-pagination > .uk-disabled > * {
  color: #444444;
}
#add98a3ad1aa738 .uk-pagination li.uk-active a {
  color: #ffffff;
}
#add98a3ad1aa738 .uk-pagination li.uk-active {
  background-color: #565656;
  border-color: #565656;
}
#add98a3ad1aa738 .uk-pagination li:hover {
  border-color: #565656;
}
#a4885a799ea533e > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a95e8aaec4a9fb5 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  background-color: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #0054a7;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a95e8aaec4a9fb5 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #0054a7;
}
#a95e8aaec4a9fb5 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a95e8aaec4a9fb5 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a95e8aaec4a9fb5 .jquery-accordion-menu ul li a {
  color: #0054a7;
  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;
}
#a95e8aaec4a9fb5 .menu-list-expand .submenu-indicator {
  display: none;
}
#a95e8aaec4a9fb5 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0054a7;
  border-bottom-color: #004a93;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a95e8aaec4a9fb5 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a95e8aaec4a9fb5 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a95e8aaec4a9fb5 .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #0054a7;
}
#a95e8aaec4a9fb5 .jquery-accordion-menu ul li a img,
#a95e8aaec4a9fb5 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a95e8aaec4a9fb5 .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;
}
#a95e8aaec4a9fb5 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a95e8aaec4a9fb5 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a95e8aaec4a9fb5 .jquery-accordion-menu ul ul.submenu,
#a95e8aaec4a9fb5 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a95e8aaec4a9fb5 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a95e8aaec4a9fb5 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a95e8aaec4a9fb5 .jquery-accordion-menu ul ul.submenu.show,
#a95e8aaec4a9fb5 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a95e8aaec4a9fb5 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a95e8aaec4a9fb5 .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;
}
#a95e8aaec4a9fb5 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #f4f4f4;
}
#a95e8aaec4a9fb5 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #f4f4f4;
}
#a95e8aaec4a9fb5 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a95e8aaec4a9fb5 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a95e8aaec4a9fb5 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a95e8aaec4a9fb5 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #ec9b9b;
}
#a95e8aaec4a9fb5 .jquery-accordion-menu > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
#a95e8aaec4a9fb5 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4df2a2b67adfdc .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  background-color: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #0054a7;
}
#a4df2a2b67adfdc .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #0054a7;
}
#a4df2a2b67adfdc .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a4df2a2b67adfdc .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a4df2a2b67adfdc .jquery-accordion-menu ul li a {
  color: #0054a7;
  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;
}
#a4df2a2b67adfdc .menu-list-expand .submenu-indicator {
  display: none;
}
#a4df2a2b67adfdc .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0054a7;
  border-bottom-color: #004a93;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a4df2a2b67adfdc .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a4df2a2b67adfdc .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a4df2a2b67adfdc .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #0054a7;
}
#a4df2a2b67adfdc .jquery-accordion-menu ul li a img,
#a4df2a2b67adfdc .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a4df2a2b67adfdc .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;
}
#a4df2a2b67adfdc .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a4df2a2b67adfdc .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a4df2a2b67adfdc .jquery-accordion-menu ul ul.submenu,
#a4df2a2b67adfdc .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a4df2a2b67adfdc .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a4df2a2b67adfdc .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a4df2a2b67adfdc .jquery-accordion-menu ul ul.submenu.show,
#a4df2a2b67adfdc .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a4df2a2b67adfdc .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a4df2a2b67adfdc .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;
}
#a4df2a2b67adfdc .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #f4f4f4;
}
#a4df2a2b67adfdc .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #f4f4f4;
}
#a4df2a2b67adfdc .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a4df2a2b67adfdc .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a4df2a2b67adfdc .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a4df2a2b67adfdc .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #ec9b9b;
}
#a4df2a2b67adfdc .jquery-accordion-menu > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
#a4df2a2b67adfdc .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2722a6cd1ab712 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7b68ad496a6dc4 .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a78f6aab0ba11c4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a78f6aab0ba11c4 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a78f6aab0ba11c4 .ap-icon {
  margin-right: 6px;
}
#a78f6aab0ba11c4 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a78f6aab0ba11c4 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a78f6aab0ba11c4 .menu-list > li:hover > a,
#a78f6aab0ba11c4 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a78f6aab0ba11c4 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a78f6aab0ba11c4 .menu-list ul,
#a78f6aab0ba11c4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a78f6aab0ba11c4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a78f6aab0ba11c4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a78f6aab0ba11c4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a78f6aab0ba11c4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a78f6aab0ba11c4 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ab09aa561da0c5c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ab09aa561da0c5c .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ab09aa561da0c5c .ap-icon {
  margin-right: 6px;
}
#ab09aa561da0c5c .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ab09aa561da0c5c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ab09aa561da0c5c .menu-list > li:hover > a,
#ab09aa561da0c5c .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ab09aa561da0c5c .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ab09aa561da0c5c .menu-list ul,
#ab09aa561da0c5c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ab09aa561da0c5c .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ab09aa561da0c5c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ab09aa561da0c5c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ab09aa561da0c5c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ab09aa561da0c5c .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ad5c0a3e6ca0e81 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad5c0a3e6ca0e81 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad5c0a3e6ca0e81 .ap-icon {
  margin-right: 6px;
}
#ad5c0a3e6ca0e81 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad5c0a3e6ca0e81 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ad5c0a3e6ca0e81 .menu-list > li:hover > a,
#ad5c0a3e6ca0e81 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ad5c0a3e6ca0e81 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ad5c0a3e6ca0e81 .menu-list ul,
#ad5c0a3e6ca0e81 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ad5c0a3e6ca0e81 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ad5c0a3e6ca0e81 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad5c0a3e6ca0e81 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad5c0a3e6ca0e81 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ad5c0a3e6ca0e81 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a3f4eabbc2a3f49 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a3f4eabbc2a3f49 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a3f4eabbc2a3f49 .ap-icon {
  margin-right: 6px;
}
#a3f4eabbc2a3f49 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a3f4eabbc2a3f49 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a3f4eabbc2a3f49 .menu-list > li:hover > a,
#a3f4eabbc2a3f49 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a3f4eabbc2a3f49 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a3f4eabbc2a3f49 .menu-list ul,
#a3f4eabbc2a3f49 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a3f4eabbc2a3f49 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a3f4eabbc2a3f49 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3f4eabbc2a3f49 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3f4eabbc2a3f49 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3f4eabbc2a3f49 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a4073a07b8a82b9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a4073a07b8a82b9 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a4073a07b8a82b9 .ap-icon {
  margin-right: 6px;
}
#a4073a07b8a82b9 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a4073a07b8a82b9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a4073a07b8a82b9 .menu-list > li:hover > a,
#a4073a07b8a82b9 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a4073a07b8a82b9 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a4073a07b8a82b9 .menu-list ul,
#a4073a07b8a82b9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a4073a07b8a82b9 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a4073a07b8a82b9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4073a07b8a82b9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4073a07b8a82b9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a4073a07b8a82b9 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a45a4ab714a588c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a45a4ab714a588c .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a45a4ab714a588c .ap-icon {
  margin-right: 6px;
}
#a45a4ab714a588c .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a45a4ab714a588c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a45a4ab714a588c .menu-list > li:hover > a,
#a45a4ab714a588c .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a45a4ab714a588c .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a45a4ab714a588c .menu-list ul,
#a45a4ab714a588c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a45a4ab714a588c .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a45a4ab714a588c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a45a4ab714a588c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a45a4ab714a588c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a45a4ab714a588c .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a5d1eae6d3a9c5f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a5d1eae6d3a9c5f .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a5d1eae6d3a9c5f .ap-icon {
  margin-right: 6px;
}
#a5d1eae6d3a9c5f .indicator {
  margin-left: 4px;
}
#a5d1eae6d3a9c5f .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a5d1eae6d3a9c5f .menu-list li:hover > a,
#a5d1eae6d3a9c5f .menu-list li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a5d1eae6d3a9c5f .menu-list li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a5d1eae6d3a9c5f .menu-list ul,
#a5d1eae6d3a9c5f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a5d1eae6d3a9c5f .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a5d1eae6d3a9c5f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5d1eae6d3a9c5f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5d1eae6d3a9c5f .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#af227a196da870f .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#af227a196da870f .uk-grid {
  margin-left: -8px;
}
#af227a196da870f .uk-grid > * {
  padding-left: 8px;
}
#af227a196da870f .uk-grid-margin {
  margin-top: 20px;
}
#af227a196da870f .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#af227a196da870f .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#af227a196da870f .uk-card-media-top .img {
  transition: all .3s ease;
}
#af227a196da870f .uk-card-body {
  display: block;
}
#af227a196da870f .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#af227a196da870f .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#af227a196da870f .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#af227a196da870f .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#af227a196da870f .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#af227a196da870f .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#af227a196da870f .uk-card:hover {
  background-color: #0054a7;
}
#af227a196da870f .uk-card:hover .title {
  color: #fff;
}
#af227a196da870f .uk-card:hover hr {
  border-top-color: #006eda;
}
#af227a196da870f .uk-card:hover .img {
  transform: scale(1.2);
}
#af227a196da870f .uk-card:hover .abstract {
  color: #fff;
}
#af227a196da870f .uk-card:hover .datetime {
  color: #d3b267;
}
#af227a196da870f .uk-card:hover .category {
  color: #d3b267;
}
#af227a196da870f .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#af227a196da870f .uk-pagination li a,
#af227a196da870f .uk-pagination > .uk-disabled > * {
  color: #444444;
}
#af227a196da870f .uk-pagination li.uk-active a {
  color: #ffffff;
}
#af227a196da870f .uk-pagination li.uk-active {
  background-color: #565656;
  border-color: #565656;
}
#af227a196da870f .uk-pagination li:hover {
  border-color: #565656;
}
#a72d5ae943aafc0 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a34d1abb8caa2b9 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  background-color: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #0054a7;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a34d1abb8caa2b9 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #0054a7;
}
#a34d1abb8caa2b9 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a34d1abb8caa2b9 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a34d1abb8caa2b9 .jquery-accordion-menu ul li a {
  color: #0054a7;
  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;
}
#a34d1abb8caa2b9 .menu-list-expand .submenu-indicator {
  display: none;
}
#a34d1abb8caa2b9 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0054a7;
  border-bottom-color: #004a93;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a34d1abb8caa2b9 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a34d1abb8caa2b9 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a34d1abb8caa2b9 .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #0054a7;
}
#a34d1abb8caa2b9 .jquery-accordion-menu ul li a img,
#a34d1abb8caa2b9 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a34d1abb8caa2b9 .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;
}
#a34d1abb8caa2b9 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a34d1abb8caa2b9 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a34d1abb8caa2b9 .jquery-accordion-menu ul ul.submenu,
#a34d1abb8caa2b9 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a34d1abb8caa2b9 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a34d1abb8caa2b9 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a34d1abb8caa2b9 .jquery-accordion-menu ul ul.submenu.show,
#a34d1abb8caa2b9 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a34d1abb8caa2b9 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a34d1abb8caa2b9 .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;
}
#a34d1abb8caa2b9 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #f4f4f4;
}
#a34d1abb8caa2b9 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #f4f4f4;
}
#a34d1abb8caa2b9 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a34d1abb8caa2b9 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a34d1abb8caa2b9 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a34d1abb8caa2b9 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #ec9b9b;
}
#a34d1abb8caa2b9 .jquery-accordion-menu > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
#a34d1abb8caa2b9 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a2874a50b5a8371 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  background-color: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #0054a7;
}
#a2874a50b5a8371 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #0054a7;
}
#a2874a50b5a8371 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a2874a50b5a8371 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a2874a50b5a8371 .jquery-accordion-menu ul li a {
  color: #0054a7;
  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;
}
#a2874a50b5a8371 .menu-list-expand .submenu-indicator {
  display: none;
}
#a2874a50b5a8371 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0054a7;
  border-bottom-color: #004a93;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a2874a50b5a8371 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a2874a50b5a8371 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a2874a50b5a8371 .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #0054a7;
}
#a2874a50b5a8371 .jquery-accordion-menu ul li a img,
#a2874a50b5a8371 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a2874a50b5a8371 .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;
}
#a2874a50b5a8371 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a2874a50b5a8371 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a2874a50b5a8371 .jquery-accordion-menu ul ul.submenu,
#a2874a50b5a8371 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a2874a50b5a8371 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a2874a50b5a8371 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a2874a50b5a8371 .jquery-accordion-menu ul ul.submenu.show,
#a2874a50b5a8371 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a2874a50b5a8371 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a2874a50b5a8371 .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;
}
#a2874a50b5a8371 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #f4f4f4;
}
#a2874a50b5a8371 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #f4f4f4;
}
#a2874a50b5a8371 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a2874a50b5a8371 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a2874a50b5a8371 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a2874a50b5a8371 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #ec9b9b;
}
#a2874a50b5a8371 .jquery-accordion-menu > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
#a2874a50b5a8371 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a0796a863fa87bb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa3d3a3725a4be3 .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#af963af457ac04c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#af963af457ac04c .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#af963af457ac04c .ap-icon {
  margin-right: 6px;
}
#af963af457ac04c .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#af963af457ac04c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#af963af457ac04c .menu-list > li:hover > a,
#af963af457ac04c .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#af963af457ac04c .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#af963af457ac04c .menu-list ul,
#af963af457ac04c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#af963af457ac04c .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#af963af457ac04c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af963af457ac04c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af963af457ac04c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#af963af457ac04c .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a04baa26acaa4d2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a04baa26acaa4d2 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a04baa26acaa4d2 .ap-icon {
  margin-right: 6px;
}
#a04baa26acaa4d2 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a04baa26acaa4d2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a04baa26acaa4d2 .menu-list > li:hover > a,
#a04baa26acaa4d2 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a04baa26acaa4d2 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a04baa26acaa4d2 .menu-list ul,
#a04baa26acaa4d2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a04baa26acaa4d2 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a04baa26acaa4d2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a04baa26acaa4d2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a04baa26acaa4d2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a04baa26acaa4d2 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#aa0a2a3572ababa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa0a2a3572ababa .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#aa0a2a3572ababa .ap-icon {
  margin-right: 6px;
}
#aa0a2a3572ababa .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#aa0a2a3572ababa .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#aa0a2a3572ababa .menu-list > li:hover > a,
#aa0a2a3572ababa .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa0a2a3572ababa .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#aa0a2a3572ababa .menu-list ul,
#aa0a2a3572ababa .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#aa0a2a3572ababa .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa0a2a3572ababa .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa0a2a3572ababa .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa0a2a3572ababa .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#aa0a2a3572ababa .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a4bd3a5e88a2243 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a4bd3a5e88a2243 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a4bd3a5e88a2243 .ap-icon {
  margin-right: 6px;
}
#a4bd3a5e88a2243 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a4bd3a5e88a2243 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a4bd3a5e88a2243 .menu-list > li:hover > a,
#a4bd3a5e88a2243 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a4bd3a5e88a2243 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a4bd3a5e88a2243 .menu-list ul,
#a4bd3a5e88a2243 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a4bd3a5e88a2243 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a4bd3a5e88a2243 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4bd3a5e88a2243 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4bd3a5e88a2243 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a4bd3a5e88a2243 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#af483acb84a5244 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#af483acb84a5244 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#af483acb84a5244 .ap-icon {
  margin-right: 6px;
}
#af483acb84a5244 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#af483acb84a5244 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#af483acb84a5244 .menu-list > li:hover > a,
#af483acb84a5244 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#af483acb84a5244 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#af483acb84a5244 .menu-list ul,
#af483acb84a5244 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#af483acb84a5244 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#af483acb84a5244 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af483acb84a5244 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af483acb84a5244 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#af483acb84a5244 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a062ba3de9a74a1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a062ba3de9a74a1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a062ba3de9a74a1 .ap-icon {
  margin-right: 6px;
}
#a062ba3de9a74a1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a062ba3de9a74a1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a062ba3de9a74a1 .menu-list > li:hover > a,
#a062ba3de9a74a1 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a062ba3de9a74a1 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a062ba3de9a74a1 .menu-list ul,
#a062ba3de9a74a1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a062ba3de9a74a1 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a062ba3de9a74a1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a062ba3de9a74a1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a062ba3de9a74a1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a062ba3de9a74a1 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a2981aae63ab488 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a2981aae63ab488 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a2981aae63ab488 .ap-icon {
  margin-right: 6px;
}
#a2981aae63ab488 .indicator {
  margin-left: 4px;
}
#a2981aae63ab488 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a2981aae63ab488 .menu-list li:hover > a,
#a2981aae63ab488 .menu-list li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a2981aae63ab488 .menu-list li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a2981aae63ab488 .menu-list ul,
#a2981aae63ab488 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a2981aae63ab488 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2981aae63ab488 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2981aae63ab488 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2981aae63ab488 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a59fba6277a5510 .aec35a5297a7363 {
  overflow: hidden;
}
#a59fba6277a5510 .aec35a5297a7363 , #a59fba6277a5510 .aec35a5297a7363 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a59fba6277a5510 .aec35a5297a7363:hover , #a59fba6277a5510 .aec35a5297a7363 *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 84, 167, 1);}#a59fba6277a5510 .a4d86a6d19ae600 .img-wrap {
  border-right-width: 2px;
  border-right-style: none;
  border-right-color: #ea2020;
  border-left-color: #ea2020;
  border-bottom-color: #ea2020;
  border-top-color: #ea2020;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a59fba6277a5510 .a561ba9fddafe3c {
  overflow: hidden;
}
#a59fba6277a5510 .a561ba9fddafe3c , #a59fba6277a5510 .a561ba9fddafe3c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);letter-spacing: 1px;line-height: 30px;}#a59fba6277a5510 .a8298ac48fa3604  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#a59fba6277a5510 .dynamic-list-item {
  background-color: #ffffff;
}
#a59fba6277a5510 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a59fba6277a5510 .uk-position-center-left-out {
    left: -30px;
  }
  #a59fba6277a5510 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa839a4469aab42 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(155, 155, 155, 1);}#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4ba2a542ea11dd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6168a74a0a7772 .news-list {
  overflow: hidden;
}
#a6168a74a0a7772 .owl-dots {
  left: 50%;
  transform: translateX(-50%);
}
#a6168a74a0a7772 .owl-carousel .owl-item {
  width: 100%;
}
#a3745a2794addbd .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a02b0a51aaa377c > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: none;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: none;border-left-color: rgba(222, 222, 222, 1);border-top-color: rgba(222, 222, 222, 1);border-left-width: 1px;border-top-width: 1px;border-left-style: none;border-top-style: none;border-radius: 0px;}#a02b0a51aaa377c .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(248, 248, 248, 1);}#a02b0a51aaa377c .hover-content-wrap:nth-child(2)
                            {}#ad2f9a96f6a5bc1 , #ad2f9a96f6a5bc1 a{color: rgba(229, 229, 229, 1);}#a79afa1e83aef07 , #a79afa1e83aef07 a{color: rgba(248, 248, 248, 1);}#a79afa1e83aef07:hover, #a79afa1e83aef07 a:hover {color: rgba(248, 248, 248, 1);}#acb50a2c48ae630 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: none;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: none;border-left-color: rgba(222, 222, 222, 1);border-top-color: rgba(222, 222, 222, 1);border-left-width: 1px;border-top-width: 1px;border-left-style: none;border-top-style: none;}#acb50a2c48ae630 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(248, 248, 248, 1);}#acb50a2c48ae630 .hover-content-wrap:nth-child(2)
                            {}#ab0e8a90b3a8744 , #ab0e8a90b3a8744 a{color: rgba(229, 229, 229, 1);}#ab0e8a90b3a8744:hover, #ab0e8a90b3a8744 a:hover {color: rgba(248, 248, 248, 1);}#a6c85adff7ac5dd , #a6c85adff7ac5dd a{color: rgba(255, 255, 255, 1);}#ad18aa8354abe97 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: none;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: none;border-left-color: rgba(222, 222, 222, 1);border-top-color: rgba(222, 222, 222, 1);border-left-width: 1px;border-top-width: 1px;border-left-style: none;border-top-style: none;}#ad18aa8354abe97 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(248, 248, 248, 1);}#ad18aa8354abe97 .hover-content-wrap:nth-child(2)
                            {}#a2e2fa9c69a8ea2 , #a2e2fa9c69a8ea2 a{color: rgba(229, 229, 229, 1);}#a2663a8807a5889 , #a2663a8807a5889 a{color: rgba(255, 255, 255, 1);}#a4d35a77b4af487 .uk-grid {
  margin-left: -20px;
}
#a4d35a77b4af487 .uk-grid > * {
  padding-left: 20px;
}
#a4d35a77b4af487 .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#a4d35a77b4af487 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4d35a77b4af487 .uk-position-center-left-out {
    left: -30px;
  }
  #a4d35a77b4af487 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a707aac278a4bfc .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a707aac278a4bfc .uk-grid {
  margin-left: -8px;
}
#a707aac278a4bfc .uk-grid > * {
  padding-left: 8px;
}
#a707aac278a4bfc .uk-grid-margin {
  margin-top: 20px;
}
#a707aac278a4bfc .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a707aac278a4bfc .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a707aac278a4bfc .uk-card-media-top .img {
  transition: all .3s ease;
}
#a707aac278a4bfc .uk-card-body {
  display: block;
}
#a707aac278a4bfc .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a707aac278a4bfc .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a707aac278a4bfc .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a707aac278a4bfc .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a707aac278a4bfc .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a707aac278a4bfc .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a707aac278a4bfc .uk-card:hover {
  background-color: #0054a7;
}
#a707aac278a4bfc .uk-card:hover .title {
  color: #fff;
}
#a707aac278a4bfc .uk-card:hover hr {
  border-top-color: #006eda;
}
#a707aac278a4bfc .uk-card:hover .img {
  transform: scale(1.2);
}
#a707aac278a4bfc .uk-card:hover .abstract {
  color: #fff;
}
#a707aac278a4bfc .uk-card:hover .datetime {
  color: #d3b267;
}
#a707aac278a4bfc .uk-card:hover .category {
  color: #d3b267;
}
#a707aac278a4bfc .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a707aac278a4bfc .uk-pagination li.uk-active {
  background-color: #034192;
  border-color: #034192;
}
#a707aac278a4bfc .uk-pagination li:hover {
  border-color: #034192;
}
#ae61ea7bb3a96c0 > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/a5932a95f8ac0f6/1737443042138.png);}#ae61ea7bb3a96c0 .hover-content-wrap:nth-child(2)
                            {}#a90e9a3960aacb0 > .ele-wrap {background-color: rgba(255, 255, 255, 0.01);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a90e9a3960aacb0  > .ele-wrap:hover {border-right-width: 1px;border-right-color: rgba(255, 192, 57, 1);border-right-style: solid;border-left-color: rgba(255, 192, 57, 1);border-bottom-color: rgba(255, 192, 57, 1);border-top-color: rgba(255, 192, 57, 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;}#ae4ecaa460a90b3 > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/a5932a95f8ac0f6/1737445063414.png);}#ae4ecaa460a90b3 .hover-content-wrap:nth-child(2)
                            {}#a0d13a5017a39c3 > .ele-wrap {background-color: rgba(255, 255, 255, 0.01);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a0d13a5017a39c3  > .ele-wrap:hover {border-right-width: 1px;border-right-color: rgba(255, 192, 57, 1);border-right-style: solid;border-left-color: rgba(255, 192, 57, 1);border-bottom-color: rgba(255, 192, 57, 1);border-top-color: rgba(255, 192, 57, 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;}#a17cba7cf7ac89a > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/a5932a95f8ac0f6/1737445314442.png);}#a17cba7cf7ac89a .hover-content-wrap:nth-child(2)
                            {}#add2eab3eda9aef > .ele-wrap {background-color: rgba(255, 255, 255, 0.01);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#add2eab3eda9aef  > .ele-wrap:hover {border-right-width: 1px;border-right-color: rgba(255, 192, 57, 1);border-right-style: solid;border-left-color: rgba(255, 192, 57, 1);border-bottom-color: rgba(255, 192, 57, 1);border-top-color: rgba(255, 192, 57, 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;}#ab625a7366a2592 > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/a5932a95f8ac0f6/1737445314865.png);}#ab625a7366a2592 .hover-content-wrap:nth-child(2)
                            {}#af582a5cd5a33ab > .ele-wrap {background-color: rgba(255, 255, 255, 0.01);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af582a5cd5a33ab  > .ele-wrap:hover {border-right-width: 1px;border-right-color: rgba(255, 192, 57, 1);border-right-style: solid;border-left-color: rgba(255, 192, 57, 1);border-bottom-color: rgba(255, 192, 57, 1);border-top-color: rgba(255, 192, 57, 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;}#a04f3ae494a406e .a1cfdaa237a699a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a04f3ae494a406e .ae0c5a9d8ea7d4a {
  overflow: hidden;
}
#a04f3ae494a406e .ae0c5a9d8ea7d4a , #a04f3ae494a406e .ae0c5a9d8ea7d4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a04f3ae494a406e .a8ee5a5938a9ceb {
  overflow: hidden;
}
#a04f3ae494a406e .a8ee5a5938a9ceb , #a04f3ae494a406e .a8ee5a5938a9ceb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;line-height: 28px;}#a04f3ae494a406e .ac5dfabe7da8523 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a04f3ae494a406e .a2a10ab007a9411  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a04f3ae494a406e .uk-grid {
  margin-left: -nullpx;
}
#a04f3ae494a406e .uk-grid > * {
  padding-left: nullpx;
}
#a04f3ae494a406e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a04f3ae494a406e .uk-position-center-left-out {
    left: -30px;
  }
  #a04f3ae494a406e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5449a259fa204a {
  overflow: hidden;
}
#adf26a9c2fa6630 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(155, 155, 155, 1);}#a9474a9ff8ad542 {
  overflow: hidden;
}
#aaf5ea21aca1424 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(155, 155, 155, 1);}#ab2dba5214ae74c .ele-wrap {border-color: #000;color: #d00a00;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ab2dba5214ae74c .ele-wrap:hover {background-color: #0483cc;}#aae6aa15c6af0cf .ac34bafdb7a7fda {
  overflow: hidden;
}
#aae6aa15c6af0cf .ac34bafdb7a7fda , #aae6aa15c6af0cf .ac34bafdb7a7fda > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#aae6aa15c6af0cf .ab73ca4c8aa2a44 {
  overflow: hidden;
}
#aae6aa15c6af0cf .ab73ca4c8aa2a44 , #aae6aa15c6af0cf .ab73ca4c8aa2a44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);letter-spacing: 1px;line-height: 30px;}#aae6aa15c6af0cf .a5efaa46cfa2d03  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#aae6aa15c6af0cf .dynamic-list-item {
  background-color: #ffffff;
}
#aae6aa15c6af0cf .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aae6aa15c6af0cf .uk-position-center-left-out {
    left: -30px;
  }
  #aae6aa15c6af0cf .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b2aa2bd7aac5c [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(155, 155, 155, 1);}#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a270ca8a18a01ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7ca7ab1e6a62e5 .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a841ea974aabbbf .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a841ea974aabbbf .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a841ea974aabbbf .ap-icon {
  margin-right: 6px;
}
#a841ea974aabbbf .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a841ea974aabbbf .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a841ea974aabbbf .menu-list > li:hover > a,
#a841ea974aabbbf .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a841ea974aabbbf .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a841ea974aabbbf .menu-list ul,
#a841ea974aabbbf .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a841ea974aabbbf .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a841ea974aabbbf .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a841ea974aabbbf .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a841ea974aabbbf .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a841ea974aabbbf .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#aa125a3764a36f0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa125a3764a36f0 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#aa125a3764a36f0 .ap-icon {
  margin-right: 6px;
}
#aa125a3764a36f0 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#aa125a3764a36f0 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#aa125a3764a36f0 .menu-list > li:hover > a,
#aa125a3764a36f0 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa125a3764a36f0 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#aa125a3764a36f0 .menu-list ul,
#aa125a3764a36f0 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#aa125a3764a36f0 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa125a3764a36f0 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa125a3764a36f0 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa125a3764a36f0 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#aa125a3764a36f0 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ab4b8a2188a6adf .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ab4b8a2188a6adf .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ab4b8a2188a6adf .ap-icon {
  margin-right: 6px;
}
#ab4b8a2188a6adf .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ab4b8a2188a6adf .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ab4b8a2188a6adf .menu-list > li:hover > a,
#ab4b8a2188a6adf .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ab4b8a2188a6adf .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ab4b8a2188a6adf .menu-list ul,
#ab4b8a2188a6adf .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ab4b8a2188a6adf .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ab4b8a2188a6adf .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ab4b8a2188a6adf .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ab4b8a2188a6adf .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ab4b8a2188a6adf .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ae832acb17a8e1e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae832acb17a8e1e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ae832acb17a8e1e .ap-icon {
  margin-right: 6px;
}
#ae832acb17a8e1e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ae832acb17a8e1e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ae832acb17a8e1e .menu-list > li:hover > a,
#ae832acb17a8e1e .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ae832acb17a8e1e .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ae832acb17a8e1e .menu-list ul,
#ae832acb17a8e1e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ae832acb17a8e1e .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ae832acb17a8e1e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae832acb17a8e1e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae832acb17a8e1e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ae832acb17a8e1e .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a4513a0862aa386 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a4513a0862aa386 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a4513a0862aa386 .ap-icon {
  margin-right: 6px;
}
#a4513a0862aa386 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a4513a0862aa386 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a4513a0862aa386 .menu-list > li:hover > a,
#a4513a0862aa386 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a4513a0862aa386 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a4513a0862aa386 .menu-list ul,
#a4513a0862aa386 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a4513a0862aa386 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a4513a0862aa386 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4513a0862aa386 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4513a0862aa386 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a4513a0862aa386 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a386ba88d8a5c36 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a386ba88d8a5c36 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a386ba88d8a5c36 .ap-icon {
  margin-right: 6px;
}
#a386ba88d8a5c36 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a386ba88d8a5c36 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a386ba88d8a5c36 .menu-list > li:hover > a,
#a386ba88d8a5c36 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a386ba88d8a5c36 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a386ba88d8a5c36 .menu-list ul,
#a386ba88d8a5c36 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a386ba88d8a5c36 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a386ba88d8a5c36 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a386ba88d8a5c36 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a386ba88d8a5c36 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a386ba88d8a5c36 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a0ddaa2935a78f6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a0ddaa2935a78f6 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a0ddaa2935a78f6 .ap-icon {
  margin-right: 6px;
}
#a0ddaa2935a78f6 .indicator {
  margin-left: 4px;
}
#a0ddaa2935a78f6 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a0ddaa2935a78f6 .menu-list li:hover > a,
#a0ddaa2935a78f6 .menu-list li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a0ddaa2935a78f6 .menu-list li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a0ddaa2935a78f6 .menu-list ul,
#a0ddaa2935a78f6 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a0ddaa2935a78f6 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a0ddaa2935a78f6 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0ddaa2935a78f6 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0ddaa2935a78f6 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2c0daba81a40d1 .a8eefa0eb0a4003 {
  overflow: hidden;
}
#a2c0daba81a40d1 .a8eefa0eb0a4003 , #a2c0daba81a40d1 .a8eefa0eb0a4003 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a2c0daba81a40d1 .a8eefa0eb0a4003:hover , #a2c0daba81a40d1 .a8eefa0eb0a4003 *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 84, 167, 1);}#a2c0daba81a40d1 .af110aa68eaacc5 .img-wrap {
  border-right-width: 2px;
  border-right-style: none;
  border-right-color: #ea2020;
  border-left-color: #ea2020;
  border-bottom-color: #ea2020;
  border-top-color: #ea2020;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a2c0daba81a40d1 .a22eaac839acde1 {
  overflow: hidden;
}
#a2c0daba81a40d1 .a22eaac839acde1 , #a2c0daba81a40d1 .a22eaac839acde1 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);letter-spacing: 1px;line-height: 30px;}#a2c0daba81a40d1 .a139dacae8a82f1  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#a2c0daba81a40d1 .dynamic-list-item {
  background-color: #ffffff;
}
#a2c0daba81a40d1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2c0daba81a40d1 .uk-position-center-left-out {
    left: -30px;
  }
  #a2c0daba81a40d1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5defa72aca9362 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(155, 155, 155, 1);}#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5799ac342a9727 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a687aa07a2ae4dd .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a57dea9254a1540 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a57dea9254a1540 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a57dea9254a1540 .ap-icon {
  margin-right: 6px;
}
#a57dea9254a1540 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a57dea9254a1540 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a57dea9254a1540 .menu-list > li:hover > a,
#a57dea9254a1540 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a57dea9254a1540 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a57dea9254a1540 .menu-list ul,
#a57dea9254a1540 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a57dea9254a1540 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a57dea9254a1540 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a57dea9254a1540 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a57dea9254a1540 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a57dea9254a1540 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a92a6a01a9abda9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a92a6a01a9abda9 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a92a6a01a9abda9 .ap-icon {
  margin-right: 6px;
}
#a92a6a01a9abda9 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a92a6a01a9abda9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a92a6a01a9abda9 .menu-list > li:hover > a,
#a92a6a01a9abda9 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a92a6a01a9abda9 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a92a6a01a9abda9 .menu-list ul,
#a92a6a01a9abda9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a92a6a01a9abda9 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a92a6a01a9abda9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a92a6a01a9abda9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a92a6a01a9abda9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a92a6a01a9abda9 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a03cca4a64a2144 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a03cca4a64a2144 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a03cca4a64a2144 .ap-icon {
  margin-right: 6px;
}
#a03cca4a64a2144 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a03cca4a64a2144 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a03cca4a64a2144 .menu-list > li:hover > a,
#a03cca4a64a2144 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a03cca4a64a2144 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a03cca4a64a2144 .menu-list ul,
#a03cca4a64a2144 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a03cca4a64a2144 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a03cca4a64a2144 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a03cca4a64a2144 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a03cca4a64a2144 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a03cca4a64a2144 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a3de1ad04fa8673 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a3de1ad04fa8673 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a3de1ad04fa8673 .ap-icon {
  margin-right: 6px;
}
#a3de1ad04fa8673 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a3de1ad04fa8673 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a3de1ad04fa8673 .menu-list > li:hover > a,
#a3de1ad04fa8673 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a3de1ad04fa8673 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a3de1ad04fa8673 .menu-list ul,
#a3de1ad04fa8673 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a3de1ad04fa8673 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a3de1ad04fa8673 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3de1ad04fa8673 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3de1ad04fa8673 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3de1ad04fa8673 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#aec4dab18ea1e27 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aec4dab18ea1e27 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#aec4dab18ea1e27 .ap-icon {
  margin-right: 6px;
}
#aec4dab18ea1e27 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#aec4dab18ea1e27 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#aec4dab18ea1e27 .menu-list > li:hover > a,
#aec4dab18ea1e27 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aec4dab18ea1e27 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#aec4dab18ea1e27 .menu-list ul,
#aec4dab18ea1e27 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#aec4dab18ea1e27 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4dab18ea1e27 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4dab18ea1e27 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4dab18ea1e27 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#aec4dab18ea1e27 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ab0c6aa38da1b66 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ab0c6aa38da1b66 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ab0c6aa38da1b66 .ap-icon {
  margin-right: 6px;
}
#ab0c6aa38da1b66 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ab0c6aa38da1b66 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ab0c6aa38da1b66 .menu-list > li:hover > a,
#ab0c6aa38da1b66 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ab0c6aa38da1b66 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ab0c6aa38da1b66 .menu-list ul,
#ab0c6aa38da1b66 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ab0c6aa38da1b66 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ab0c6aa38da1b66 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ab0c6aa38da1b66 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ab0c6aa38da1b66 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ab0c6aa38da1b66 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#afd83a2c9dafff0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#afd83a2c9dafff0 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#afd83a2c9dafff0 .ap-icon {
  margin-right: 6px;
}
#afd83a2c9dafff0 .indicator {
  margin-left: 4px;
}
#afd83a2c9dafff0 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#afd83a2c9dafff0 .menu-list li:hover > a,
#afd83a2c9dafff0 .menu-list li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#afd83a2c9dafff0 .menu-list li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#afd83a2c9dafff0 .menu-list ul,
#afd83a2c9dafff0 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#afd83a2c9dafff0 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#afd83a2c9dafff0 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#afd83a2c9dafff0 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#afd83a2c9dafff0 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3768aef5ba5ada .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a3768aef5ba5ada .uk-grid {
  margin-left: -8px;
}
#a3768aef5ba5ada .uk-grid > * {
  padding-left: 8px;
}
#a3768aef5ba5ada .uk-grid-margin {
  margin-top: 20px;
}
#a3768aef5ba5ada .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a3768aef5ba5ada .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a3768aef5ba5ada .uk-card-media-top .img {
  transition: all .3s ease;
}
#a3768aef5ba5ada .uk-card-body {
  display: block;
}
#a3768aef5ba5ada .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a3768aef5ba5ada .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a3768aef5ba5ada .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a3768aef5ba5ada .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a3768aef5ba5ada .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#a3768aef5ba5ada .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a3768aef5ba5ada .uk-card:hover {
  background-color: #0054a7;
}
#a3768aef5ba5ada .uk-card:hover .title {
  color: #fff;
}
#a3768aef5ba5ada .uk-card:hover hr {
  border-top-color: #006eda;
}
#a3768aef5ba5ada .uk-card:hover .img {
  transform: scale(1.2);
}
#a3768aef5ba5ada .uk-card:hover .abstract {
  color: #fff;
}
#a3768aef5ba5ada .uk-card:hover .datetime {
  color: #d3b267;
}
#a3768aef5ba5ada .uk-card:hover .category {
  color: #d3b267;
}
#a3768aef5ba5ada .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a3768aef5ba5ada .uk-pagination li a,
#a3768aef5ba5ada .uk-pagination > .uk-disabled > * {
  color: #444444;
}
#a3768aef5ba5ada .uk-pagination li.uk-active a {
  color: #ffffff;
}
#a3768aef5ba5ada .uk-pagination li.uk-active {
  background-color: #565656;
  border-color: #565656;
}
#a3768aef5ba5ada .uk-pagination li:hover {
  border-color: #565656;
}
#adca6abde4a3601 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad00cae8e2af5b3 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  background-color: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #0054a7;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad00cae8e2af5b3 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #0054a7;
}
#ad00cae8e2af5b3 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ad00cae8e2af5b3 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ad00cae8e2af5b3 .jquery-accordion-menu ul li a {
  color: #0054a7;
  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;
}
#ad00cae8e2af5b3 .menu-list-expand .submenu-indicator {
  display: none;
}
#ad00cae8e2af5b3 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0054a7;
  border-bottom-color: #004a93;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ad00cae8e2af5b3 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ad00cae8e2af5b3 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ad00cae8e2af5b3 .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #0054a7;
}
#ad00cae8e2af5b3 .jquery-accordion-menu ul li a img,
#ad00cae8e2af5b3 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ad00cae8e2af5b3 .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;
}
#ad00cae8e2af5b3 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ad00cae8e2af5b3 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ad00cae8e2af5b3 .jquery-accordion-menu ul ul.submenu,
#ad00cae8e2af5b3 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ad00cae8e2af5b3 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ad00cae8e2af5b3 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ad00cae8e2af5b3 .jquery-accordion-menu ul ul.submenu.show,
#ad00cae8e2af5b3 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ad00cae8e2af5b3 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ad00cae8e2af5b3 .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;
}
#ad00cae8e2af5b3 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #f4f4f4;
}
#ad00cae8e2af5b3 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #f4f4f4;
}
#ad00cae8e2af5b3 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ad00cae8e2af5b3 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ad00cae8e2af5b3 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ad00cae8e2af5b3 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #ec9b9b;
}
#ad00cae8e2af5b3 .jquery-accordion-menu > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
#ad00cae8e2af5b3 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a0929a3cfba9200 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  background-color: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #0054a7;
}
#a0929a3cfba9200 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #0054a7;
}
#a0929a3cfba9200 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a0929a3cfba9200 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a0929a3cfba9200 .jquery-accordion-menu ul li a {
  color: #0054a7;
  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;
}
#a0929a3cfba9200 .menu-list-expand .submenu-indicator {
  display: none;
}
#a0929a3cfba9200 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0054a7;
  border-bottom-color: #004a93;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a0929a3cfba9200 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a0929a3cfba9200 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a0929a3cfba9200 .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #0054a7;
}
#a0929a3cfba9200 .jquery-accordion-menu ul li a img,
#a0929a3cfba9200 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a0929a3cfba9200 .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;
}
#a0929a3cfba9200 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a0929a3cfba9200 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a0929a3cfba9200 .jquery-accordion-menu ul ul.submenu,
#a0929a3cfba9200 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a0929a3cfba9200 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a0929a3cfba9200 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a0929a3cfba9200 .jquery-accordion-menu ul ul.submenu.show,
#a0929a3cfba9200 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a0929a3cfba9200 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a0929a3cfba9200 .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;
}
#a0929a3cfba9200 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #f4f4f4;
}
#a0929a3cfba9200 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #f4f4f4;
}
#a0929a3cfba9200 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a0929a3cfba9200 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a0929a3cfba9200 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a0929a3cfba9200 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #ec9b9b;
}
#a0929a3cfba9200 .jquery-accordion-menu > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
#a0929a3cfba9200 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5251a478dac5e4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aab21aca55a4ea6 .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a98e6ac2f8a73cc .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a98e6ac2f8a73cc .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a98e6ac2f8a73cc .ap-icon {
  margin-right: 6px;
}
#a98e6ac2f8a73cc .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a98e6ac2f8a73cc .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a98e6ac2f8a73cc .menu-list > li:hover > a,
#a98e6ac2f8a73cc .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a98e6ac2f8a73cc .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a98e6ac2f8a73cc .menu-list ul,
#a98e6ac2f8a73cc .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a98e6ac2f8a73cc .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a98e6ac2f8a73cc .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a98e6ac2f8a73cc .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a98e6ac2f8a73cc .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a98e6ac2f8a73cc .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ac5b7ad8aaaa42e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ac5b7ad8aaaa42e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ac5b7ad8aaaa42e .ap-icon {
  margin-right: 6px;
}
#ac5b7ad8aaaa42e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ac5b7ad8aaaa42e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ac5b7ad8aaaa42e .menu-list > li:hover > a,
#ac5b7ad8aaaa42e .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ac5b7ad8aaaa42e .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ac5b7ad8aaaa42e .menu-list ul,
#ac5b7ad8aaaa42e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ac5b7ad8aaaa42e .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ac5b7ad8aaaa42e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac5b7ad8aaaa42e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac5b7ad8aaaa42e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ac5b7ad8aaaa42e .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ad4e5a4bbaa9344 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad4e5a4bbaa9344 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad4e5a4bbaa9344 .ap-icon {
  margin-right: 6px;
}
#ad4e5a4bbaa9344 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad4e5a4bbaa9344 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ad4e5a4bbaa9344 .menu-list > li:hover > a,
#ad4e5a4bbaa9344 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ad4e5a4bbaa9344 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ad4e5a4bbaa9344 .menu-list ul,
#ad4e5a4bbaa9344 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ad4e5a4bbaa9344 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ad4e5a4bbaa9344 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad4e5a4bbaa9344 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad4e5a4bbaa9344 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ad4e5a4bbaa9344 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a0504abf20aa497 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0504abf20aa497 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0504abf20aa497 .ap-icon {
  margin-right: 6px;
}
#a0504abf20aa497 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0504abf20aa497 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a0504abf20aa497 .menu-list > li:hover > a,
#a0504abf20aa497 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a0504abf20aa497 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a0504abf20aa497 .menu-list ul,
#a0504abf20aa497 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a0504abf20aa497 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a0504abf20aa497 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0504abf20aa497 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0504abf20aa497 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a0504abf20aa497 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ac84da204ea4fa7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ac84da204ea4fa7 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ac84da204ea4fa7 .ap-icon {
  margin-right: 6px;
}
#ac84da204ea4fa7 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ac84da204ea4fa7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ac84da204ea4fa7 .menu-list > li:hover > a,
#ac84da204ea4fa7 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ac84da204ea4fa7 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ac84da204ea4fa7 .menu-list ul,
#ac84da204ea4fa7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ac84da204ea4fa7 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ac84da204ea4fa7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac84da204ea4fa7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac84da204ea4fa7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ac84da204ea4fa7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ad3f8ac473a9b93 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad3f8ac473a9b93 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad3f8ac473a9b93 .ap-icon {
  margin-right: 6px;
}
#ad3f8ac473a9b93 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad3f8ac473a9b93 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ad3f8ac473a9b93 .menu-list > li:hover > a,
#ad3f8ac473a9b93 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ad3f8ac473a9b93 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ad3f8ac473a9b93 .menu-list ul,
#ad3f8ac473a9b93 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ad3f8ac473a9b93 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ad3f8ac473a9b93 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad3f8ac473a9b93 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad3f8ac473a9b93 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ad3f8ac473a9b93 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a951dab430ac5be .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a951dab430ac5be .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a951dab430ac5be .ap-icon {
  margin-right: 6px;
}
#a951dab430ac5be .indicator {
  margin-left: 4px;
}
#a951dab430ac5be .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a951dab430ac5be .menu-list li:hover > a,
#a951dab430ac5be .menu-list li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a951dab430ac5be .menu-list li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a951dab430ac5be .menu-list ul,
#a951dab430ac5be .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a951dab430ac5be .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a951dab430ac5be .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a951dab430ac5be .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a951dab430ac5be .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1d56ad99ba80a5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#addc6a8f34a3ec4 .uk-accordion-content a {
  color: #777;
}
#addc6a8f34a3ec4 .uk-accordion-title {
  cursor: pointer;
}
#addc6a8f34a3ec4 .uk-accordion-title {
  padding: 20px 20px;
  box-shadow: 0 0 4px rgba(67, 73, 84, 0.2);
  border-radius: 3px;
}
#addc6a8f34a3ec4 .uk-accordion-title .item-meta {
  color: #333;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  margin-right: 30px;
  min-width: 40%;
}
#addc6a8f34a3ec4 .uk-open .uk-accordion-title,
#addc6a8f34a3ec4 .uk-accordion-title:hover {
  background: #1e87f0;
}
#addc6a8f34a3ec4 .uk-open .item-meta {
  color: #fff;
}
#af789a889cac719 .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#abe15a0cf4a4382 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#abe15a0cf4a4382 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#abe15a0cf4a4382 .ap-icon {
  margin-right: 6px;
}
#abe15a0cf4a4382 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#abe15a0cf4a4382 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#abe15a0cf4a4382 .menu-list > li:hover > a,
#abe15a0cf4a4382 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#abe15a0cf4a4382 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#abe15a0cf4a4382 .menu-list ul,
#abe15a0cf4a4382 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#abe15a0cf4a4382 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#abe15a0cf4a4382 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe15a0cf4a4382 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe15a0cf4a4382 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#abe15a0cf4a4382 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a89d9af90ca677e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a89d9af90ca677e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a89d9af90ca677e .ap-icon {
  margin-right: 6px;
}
#a89d9af90ca677e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a89d9af90ca677e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a89d9af90ca677e .menu-list > li:hover > a,
#a89d9af90ca677e .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a89d9af90ca677e .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a89d9af90ca677e .menu-list ul,
#a89d9af90ca677e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a89d9af90ca677e .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a89d9af90ca677e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a89d9af90ca677e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a89d9af90ca677e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a89d9af90ca677e .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#aa533a7a64a86ba .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa533a7a64a86ba .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#aa533a7a64a86ba .ap-icon {
  margin-right: 6px;
}
#aa533a7a64a86ba .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#aa533a7a64a86ba .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#aa533a7a64a86ba .menu-list > li:hover > a,
#aa533a7a64a86ba .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa533a7a64a86ba .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#aa533a7a64a86ba .menu-list ul,
#aa533a7a64a86ba .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#aa533a7a64a86ba .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa533a7a64a86ba .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa533a7a64a86ba .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa533a7a64a86ba .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#aa533a7a64a86ba .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#aa6b3a4977ae4be .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa6b3a4977ae4be .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#aa6b3a4977ae4be .ap-icon {
  margin-right: 6px;
}
#aa6b3a4977ae4be .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#aa6b3a4977ae4be .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#aa6b3a4977ae4be .menu-list > li:hover > a,
#aa6b3a4977ae4be .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa6b3a4977ae4be .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#aa6b3a4977ae4be .menu-list ul,
#aa6b3a4977ae4be .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#aa6b3a4977ae4be .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa6b3a4977ae4be .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa6b3a4977ae4be .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa6b3a4977ae4be .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#aa6b3a4977ae4be .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ad08fab0b0a0fd5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad08fab0b0a0fd5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad08fab0b0a0fd5 .ap-icon {
  margin-right: 6px;
}
#ad08fab0b0a0fd5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad08fab0b0a0fd5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ad08fab0b0a0fd5 .menu-list > li:hover > a,
#ad08fab0b0a0fd5 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ad08fab0b0a0fd5 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ad08fab0b0a0fd5 .menu-list ul,
#ad08fab0b0a0fd5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ad08fab0b0a0fd5 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ad08fab0b0a0fd5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad08fab0b0a0fd5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad08fab0b0a0fd5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ad08fab0b0a0fd5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ab763a9d9eab518 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ab763a9d9eab518 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ab763a9d9eab518 .ap-icon {
  margin-right: 6px;
}
#ab763a9d9eab518 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ab763a9d9eab518 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ab763a9d9eab518 .menu-list > li:hover > a,
#ab763a9d9eab518 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ab763a9d9eab518 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ab763a9d9eab518 .menu-list ul,
#ab763a9d9eab518 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ab763a9d9eab518 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ab763a9d9eab518 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ab763a9d9eab518 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ab763a9d9eab518 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ab763a9d9eab518 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ae0b2aeeb0a7fa1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ae0b2aeeb0a7fa1 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae0b2aeeb0a7fa1 .ap-icon {
  margin-right: 6px;
}
#ae0b2aeeb0a7fa1 .indicator {
  margin-left: 4px;
}
#ae0b2aeeb0a7fa1 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ae0b2aeeb0a7fa1 .menu-list li:hover > a,
#ae0b2aeeb0a7fa1 .menu-list li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ae0b2aeeb0a7fa1 .menu-list li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#ae0b2aeeb0a7fa1 .menu-list ul,
#ae0b2aeeb0a7fa1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae0b2aeeb0a7fa1 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ae0b2aeeb0a7fa1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae0b2aeeb0a7fa1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae0b2aeeb0a7fa1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4acdafed0ac93f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a114aa4fc4a0fac .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a722da53c9a23b3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a722da53c9a23b3 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a722da53c9a23b3 .ap-icon {
  margin-right: 6px;
}
#a722da53c9a23b3 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a722da53c9a23b3 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a722da53c9a23b3 .menu-list > li:hover > a,
#a722da53c9a23b3 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a722da53c9a23b3 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a722da53c9a23b3 .menu-list ul,
#a722da53c9a23b3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a722da53c9a23b3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a722da53c9a23b3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a722da53c9a23b3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a722da53c9a23b3 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a722da53c9a23b3 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ac14eaff24a1240 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ac14eaff24a1240 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ac14eaff24a1240 .ap-icon {
  margin-right: 6px;
}
#ac14eaff24a1240 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ac14eaff24a1240 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ac14eaff24a1240 .menu-list > li:hover > a,
#ac14eaff24a1240 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ac14eaff24a1240 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ac14eaff24a1240 .menu-list ul,
#ac14eaff24a1240 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ac14eaff24a1240 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ac14eaff24a1240 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac14eaff24a1240 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac14eaff24a1240 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ac14eaff24a1240 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a093fa7538a17be .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a093fa7538a17be .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a093fa7538a17be .ap-icon {
  margin-right: 6px;
}
#a093fa7538a17be .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a093fa7538a17be .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a093fa7538a17be .menu-list > li:hover > a,
#a093fa7538a17be .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a093fa7538a17be .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a093fa7538a17be .menu-list ul,
#a093fa7538a17be .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a093fa7538a17be .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a093fa7538a17be .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a093fa7538a17be .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a093fa7538a17be .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a093fa7538a17be .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a5be5a6592af537 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5be5a6592af537 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5be5a6592af537 .ap-icon {
  margin-right: 6px;
}
#a5be5a6592af537 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5be5a6592af537 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a5be5a6592af537 .menu-list > li:hover > a,
#a5be5a6592af537 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a5be5a6592af537 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a5be5a6592af537 .menu-list ul,
#a5be5a6592af537 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a5be5a6592af537 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a5be5a6592af537 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5be5a6592af537 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5be5a6592af537 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a5be5a6592af537 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#acac4a2d7baa2c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#acac4a2d7baa2c0 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#acac4a2d7baa2c0 .ap-icon {
  margin-right: 6px;
}
#acac4a2d7baa2c0 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#acac4a2d7baa2c0 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#acac4a2d7baa2c0 .menu-list > li:hover > a,
#acac4a2d7baa2c0 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#acac4a2d7baa2c0 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#acac4a2d7baa2c0 .menu-list ul,
#acac4a2d7baa2c0 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#acac4a2d7baa2c0 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#acac4a2d7baa2c0 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#acac4a2d7baa2c0 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#acac4a2d7baa2c0 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#acac4a2d7baa2c0 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a1956acbc8ae8e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a1956acbc8ae8e8 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a1956acbc8ae8e8 .ap-icon {
  margin-right: 6px;
}
#a1956acbc8ae8e8 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a1956acbc8ae8e8 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a1956acbc8ae8e8 .menu-list > li:hover > a,
#a1956acbc8ae8e8 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a1956acbc8ae8e8 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a1956acbc8ae8e8 .menu-list ul,
#a1956acbc8ae8e8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a1956acbc8ae8e8 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a1956acbc8ae8e8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1956acbc8ae8e8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1956acbc8ae8e8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a1956acbc8ae8e8 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a5054a939fa89b5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a5054a939fa89b5 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a5054a939fa89b5 .ap-icon {
  margin-right: 6px;
}
#a5054a939fa89b5 .indicator {
  margin-left: 4px;
}
#a5054a939fa89b5 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a5054a939fa89b5 .menu-list li:hover > a,
#a5054a939fa89b5 .menu-list li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a5054a939fa89b5 .menu-list li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a5054a939fa89b5 .menu-list ul,
#a5054a939fa89b5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a5054a939fa89b5 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a5054a939fa89b5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5054a939fa89b5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5054a939fa89b5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8f04a097fafddb > .ele-wrap {background-image: url(/resources/upload/a5932a95f8ac0f6/1738821642037.png);background-position: center right;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7c09a0448a9730 > .ele-wrap {background-image: url(/resources/upload/a5932a95f8ac0f6/1738821641575.png);background-position: center right;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9d01a7592a482b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6accabd64a7422 .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a968ca61e5abaeb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a968ca61e5abaeb .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a968ca61e5abaeb .ap-icon {
  margin-right: 6px;
}
#a968ca61e5abaeb .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a968ca61e5abaeb .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a968ca61e5abaeb .menu-list > li:hover > a,
#a968ca61e5abaeb .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a968ca61e5abaeb .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a968ca61e5abaeb .menu-list ul,
#a968ca61e5abaeb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a968ca61e5abaeb .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a968ca61e5abaeb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a968ca61e5abaeb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a968ca61e5abaeb .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a968ca61e5abaeb .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ac19daa1b0a0a5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ac19daa1b0a0a5e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ac19daa1b0a0a5e .ap-icon {
  margin-right: 6px;
}
#ac19daa1b0a0a5e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ac19daa1b0a0a5e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ac19daa1b0a0a5e .menu-list > li:hover > a,
#ac19daa1b0a0a5e .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ac19daa1b0a0a5e .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ac19daa1b0a0a5e .menu-list ul,
#ac19daa1b0a0a5e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ac19daa1b0a0a5e .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ac19daa1b0a0a5e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac19daa1b0a0a5e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac19daa1b0a0a5e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ac19daa1b0a0a5e .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a5de8a15b1a6faf .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5de8a15b1a6faf .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5de8a15b1a6faf .ap-icon {
  margin-right: 6px;
}
#a5de8a15b1a6faf .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5de8a15b1a6faf .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a5de8a15b1a6faf .menu-list > li:hover > a,
#a5de8a15b1a6faf .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a5de8a15b1a6faf .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a5de8a15b1a6faf .menu-list ul,
#a5de8a15b1a6faf .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a5de8a15b1a6faf .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a5de8a15b1a6faf .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5de8a15b1a6faf .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5de8a15b1a6faf .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a5de8a15b1a6faf .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ac4a3a537ea6cb1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ac4a3a537ea6cb1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ac4a3a537ea6cb1 .ap-icon {
  margin-right: 6px;
}
#ac4a3a537ea6cb1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ac4a3a537ea6cb1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ac4a3a537ea6cb1 .menu-list > li:hover > a,
#ac4a3a537ea6cb1 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ac4a3a537ea6cb1 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ac4a3a537ea6cb1 .menu-list ul,
#ac4a3a537ea6cb1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ac4a3a537ea6cb1 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ac4a3a537ea6cb1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac4a3a537ea6cb1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac4a3a537ea6cb1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ac4a3a537ea6cb1 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ad1daa25d5ad077 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad1daa25d5ad077 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad1daa25d5ad077 .ap-icon {
  margin-right: 6px;
}
#ad1daa25d5ad077 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad1daa25d5ad077 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ad1daa25d5ad077 .menu-list > li:hover > a,
#ad1daa25d5ad077 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ad1daa25d5ad077 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ad1daa25d5ad077 .menu-list ul,
#ad1daa25d5ad077 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ad1daa25d5ad077 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1daa25d5ad077 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1daa25d5ad077 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1daa25d5ad077 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ad1daa25d5ad077 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a5defae046a7e2f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5defae046a7e2f .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5defae046a7e2f .ap-icon {
  margin-right: 6px;
}
#a5defae046a7e2f .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5defae046a7e2f .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a5defae046a7e2f .menu-list > li:hover > a,
#a5defae046a7e2f .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a5defae046a7e2f .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a5defae046a7e2f .menu-list ul,
#a5defae046a7e2f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a5defae046a7e2f .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a5defae046a7e2f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5defae046a7e2f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5defae046a7e2f .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a5defae046a7e2f .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a3fa1a32c4a2d07 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a3fa1a32c4a2d07 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a3fa1a32c4a2d07 .ap-icon {
  margin-right: 6px;
}
#a3fa1a32c4a2d07 .indicator {
  margin-left: 4px;
}
#a3fa1a32c4a2d07 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3fa1a32c4a2d07 .menu-list li:hover > a,
#a3fa1a32c4a2d07 .menu-list li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a3fa1a32c4a2d07 .menu-list li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a3fa1a32c4a2d07 .menu-list ul,
#a3fa1a32c4a2d07 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a3fa1a32c4a2d07 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a3fa1a32c4a2d07 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3fa1a32c4a2d07 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3fa1a32c4a2d07 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a11fba8f43a4b2b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a11fba8f43a4b2b .uk-position-center-left-out {
    left: -30px;
  }
  #a11fba8f43a4b2b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#abca0a4aeda6c82 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a649fa5768a413a .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a7567af7ffa49c1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7567af7ffa49c1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a7567af7ffa49c1 .ap-icon {
  margin-right: 6px;
}
#a7567af7ffa49c1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a7567af7ffa49c1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a7567af7ffa49c1 .menu-list > li:hover > a,
#a7567af7ffa49c1 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a7567af7ffa49c1 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a7567af7ffa49c1 .menu-list ul,
#a7567af7ffa49c1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a7567af7ffa49c1 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a7567af7ffa49c1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7567af7ffa49c1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7567af7ffa49c1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a7567af7ffa49c1 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ade1caf42aa3150 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ade1caf42aa3150 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ade1caf42aa3150 .ap-icon {
  margin-right: 6px;
}
#ade1caf42aa3150 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ade1caf42aa3150 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ade1caf42aa3150 .menu-list > li:hover > a,
#ade1caf42aa3150 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ade1caf42aa3150 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ade1caf42aa3150 .menu-list ul,
#ade1caf42aa3150 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ade1caf42aa3150 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ade1caf42aa3150 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ade1caf42aa3150 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ade1caf42aa3150 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ade1caf42aa3150 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#aed8dadf6da8ddc .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aed8dadf6da8ddc .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#aed8dadf6da8ddc .ap-icon {
  margin-right: 6px;
}
#aed8dadf6da8ddc .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#aed8dadf6da8ddc .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#aed8dadf6da8ddc .menu-list > li:hover > a,
#aed8dadf6da8ddc .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aed8dadf6da8ddc .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#aed8dadf6da8ddc .menu-list ul,
#aed8dadf6da8ddc .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#aed8dadf6da8ddc .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aed8dadf6da8ddc .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aed8dadf6da8ddc .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aed8dadf6da8ddc .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#aed8dadf6da8ddc .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a754fa1e4daf365 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a754fa1e4daf365 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a754fa1e4daf365 .ap-icon {
  margin-right: 6px;
}
#a754fa1e4daf365 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a754fa1e4daf365 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a754fa1e4daf365 .menu-list > li:hover > a,
#a754fa1e4daf365 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a754fa1e4daf365 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a754fa1e4daf365 .menu-list ul,
#a754fa1e4daf365 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a754fa1e4daf365 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a754fa1e4daf365 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a754fa1e4daf365 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a754fa1e4daf365 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a754fa1e4daf365 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a291dae48cae43d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a291dae48cae43d .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a291dae48cae43d .ap-icon {
  margin-right: 6px;
}
#a291dae48cae43d .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a291dae48cae43d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a291dae48cae43d .menu-list > li:hover > a,
#a291dae48cae43d .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a291dae48cae43d .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a291dae48cae43d .menu-list ul,
#a291dae48cae43d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a291dae48cae43d .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a291dae48cae43d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a291dae48cae43d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a291dae48cae43d .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a291dae48cae43d .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ad1a8af108ac70d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad1a8af108ac70d .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad1a8af108ac70d .ap-icon {
  margin-right: 6px;
}
#ad1a8af108ac70d .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad1a8af108ac70d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ad1a8af108ac70d .menu-list > li:hover > a,
#ad1a8af108ac70d .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ad1a8af108ac70d .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ad1a8af108ac70d .menu-list ul,
#ad1a8af108ac70d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ad1a8af108ac70d .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1a8af108ac70d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1a8af108ac70d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1a8af108ac70d .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ad1a8af108ac70d .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#af02ca168fa8a3e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#af02ca168fa8a3e .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af02ca168fa8a3e .ap-icon {
  margin-right: 6px;
}
#af02ca168fa8a3e .indicator {
  margin-left: 4px;
}
#af02ca168fa8a3e .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#af02ca168fa8a3e .menu-list li:hover > a,
#af02ca168fa8a3e .menu-list li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#af02ca168fa8a3e .menu-list li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af02ca168fa8a3e .menu-list ul,
#af02ca168fa8a3e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af02ca168fa8a3e .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#af02ca168fa8a3e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af02ca168fa8a3e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af02ca168fa8a3e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aabcda07d1a9d44 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#aabcda07d1a9d44 .uk-grid {
  margin-left: -8px;
}
#aabcda07d1a9d44 .uk-grid > * {
  padding-left: 8px;
}
#aabcda07d1a9d44 .uk-grid-margin {
  margin-top: 20px;
}
#aabcda07d1a9d44 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#aabcda07d1a9d44 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#aabcda07d1a9d44 .uk-card-media-top .img {
  transition: all .3s ease;
}
#aabcda07d1a9d44 .uk-card-body {
  display: block;
}
#aabcda07d1a9d44 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#aabcda07d1a9d44 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#aabcda07d1a9d44 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#aabcda07d1a9d44 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#aabcda07d1a9d44 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#aabcda07d1a9d44 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#aabcda07d1a9d44 .uk-card:hover {
  background-color: #0054a7;
}
#aabcda07d1a9d44 .uk-card:hover .title {
  color: #fff;
}
#aabcda07d1a9d44 .uk-card:hover hr {
  border-top-color: #006eda;
}
#aabcda07d1a9d44 .uk-card:hover .img {
  transform: scale(1.2);
}
#aabcda07d1a9d44 .uk-card:hover .abstract {
  color: #fff;
}
#aabcda07d1a9d44 .uk-card:hover .datetime {
  color: #d3b267;
}
#aabcda07d1a9d44 .uk-card:hover .category {
  color: #d3b267;
}
#aabcda07d1a9d44 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#aabcda07d1a9d44 .uk-pagination li a,
#aabcda07d1a9d44 .uk-pagination > .uk-disabled > * {
  color: #444444;
}
#aabcda07d1a9d44 .uk-pagination li.uk-active a {
  color: #ffffff;
}
#aabcda07d1a9d44 .uk-pagination li.uk-active {
  background-color: #565656;
  border-color: #565656;
}
#aabcda07d1a9d44 .uk-pagination li:hover {
  border-color: #565656;
}
#a870eab90ea39db > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6b1ca4cdaa8c02 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  background-color: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #0054a7;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6b1ca4cdaa8c02 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #0054a7;
}
#a6b1ca4cdaa8c02 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a6b1ca4cdaa8c02 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a6b1ca4cdaa8c02 .jquery-accordion-menu ul li a {
  color: #0054a7;
  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;
}
#a6b1ca4cdaa8c02 .menu-list-expand .submenu-indicator {
  display: none;
}
#a6b1ca4cdaa8c02 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0054a7;
  border-bottom-color: #004a93;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a6b1ca4cdaa8c02 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a6b1ca4cdaa8c02 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a6b1ca4cdaa8c02 .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #0054a7;
}
#a6b1ca4cdaa8c02 .jquery-accordion-menu ul li a img,
#a6b1ca4cdaa8c02 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a6b1ca4cdaa8c02 .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;
}
#a6b1ca4cdaa8c02 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a6b1ca4cdaa8c02 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a6b1ca4cdaa8c02 .jquery-accordion-menu ul ul.submenu,
#a6b1ca4cdaa8c02 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a6b1ca4cdaa8c02 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a6b1ca4cdaa8c02 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a6b1ca4cdaa8c02 .jquery-accordion-menu ul ul.submenu.show,
#a6b1ca4cdaa8c02 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a6b1ca4cdaa8c02 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a6b1ca4cdaa8c02 .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;
}
#a6b1ca4cdaa8c02 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #f4f4f4;
}
#a6b1ca4cdaa8c02 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #f4f4f4;
}
#a6b1ca4cdaa8c02 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a6b1ca4cdaa8c02 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a6b1ca4cdaa8c02 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a6b1ca4cdaa8c02 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #ec9b9b;
}
#a6b1ca4cdaa8c02 .jquery-accordion-menu > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
#a6b1ca4cdaa8c02 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a251ea952fa954c .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  background-color: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #0054a7;
}
#a251ea952fa954c .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #0054a7;
}
#a251ea952fa954c .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a251ea952fa954c .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a251ea952fa954c .jquery-accordion-menu ul li a {
  color: #0054a7;
  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;
}
#a251ea952fa954c .menu-list-expand .submenu-indicator {
  display: none;
}
#a251ea952fa954c .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0054a7;
  border-bottom-color: #004a93;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a251ea952fa954c .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a251ea952fa954c .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a251ea952fa954c .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #0054a7;
}
#a251ea952fa954c .jquery-accordion-menu ul li a img,
#a251ea952fa954c .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a251ea952fa954c .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;
}
#a251ea952fa954c .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a251ea952fa954c .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a251ea952fa954c .jquery-accordion-menu ul ul.submenu,
#a251ea952fa954c .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a251ea952fa954c .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a251ea952fa954c .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a251ea952fa954c .jquery-accordion-menu ul ul.submenu.show,
#a251ea952fa954c .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a251ea952fa954c .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a251ea952fa954c .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;
}
#a251ea952fa954c .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #f4f4f4;
}
#a251ea952fa954c .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #f4f4f4;
}
#a251ea952fa954c .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a251ea952fa954c .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a251ea952fa954c .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a251ea952fa954c .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #ec9b9b;
}
#a251ea952fa954c .jquery-accordion-menu > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
#a251ea952fa954c .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2aaaa65b1a1fb5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa0eea0d8ba3798 .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a4ae1a6b30a0601 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a4ae1a6b30a0601 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a4ae1a6b30a0601 .ap-icon {
  margin-right: 6px;
}
#a4ae1a6b30a0601 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a4ae1a6b30a0601 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a4ae1a6b30a0601 .menu-list > li:hover > a,
#a4ae1a6b30a0601 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a4ae1a6b30a0601 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a4ae1a6b30a0601 .menu-list ul,
#a4ae1a6b30a0601 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a4ae1a6b30a0601 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a4ae1a6b30a0601 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4ae1a6b30a0601 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4ae1a6b30a0601 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a4ae1a6b30a0601 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ab5e5a0ab0a8694 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ab5e5a0ab0a8694 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ab5e5a0ab0a8694 .ap-icon {
  margin-right: 6px;
}
#ab5e5a0ab0a8694 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ab5e5a0ab0a8694 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ab5e5a0ab0a8694 .menu-list > li:hover > a,
#ab5e5a0ab0a8694 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ab5e5a0ab0a8694 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ab5e5a0ab0a8694 .menu-list ul,
#ab5e5a0ab0a8694 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ab5e5a0ab0a8694 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ab5e5a0ab0a8694 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ab5e5a0ab0a8694 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ab5e5a0ab0a8694 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ab5e5a0ab0a8694 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a0787ac9f5ab6d8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0787ac9f5ab6d8 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0787ac9f5ab6d8 .ap-icon {
  margin-right: 6px;
}
#a0787ac9f5ab6d8 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0787ac9f5ab6d8 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a0787ac9f5ab6d8 .menu-list > li:hover > a,
#a0787ac9f5ab6d8 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a0787ac9f5ab6d8 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a0787ac9f5ab6d8 .menu-list ul,
#a0787ac9f5ab6d8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a0787ac9f5ab6d8 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a0787ac9f5ab6d8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0787ac9f5ab6d8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0787ac9f5ab6d8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a0787ac9f5ab6d8 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a4139ad968a3df5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a4139ad968a3df5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a4139ad968a3df5 .ap-icon {
  margin-right: 6px;
}
#a4139ad968a3df5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a4139ad968a3df5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a4139ad968a3df5 .menu-list > li:hover > a,
#a4139ad968a3df5 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a4139ad968a3df5 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a4139ad968a3df5 .menu-list ul,
#a4139ad968a3df5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a4139ad968a3df5 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a4139ad968a3df5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4139ad968a3df5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4139ad968a3df5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a4139ad968a3df5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a863fa9c75addf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a863fa9c75addf2 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a863fa9c75addf2 .ap-icon {
  margin-right: 6px;
}
#a863fa9c75addf2 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a863fa9c75addf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a863fa9c75addf2 .menu-list > li:hover > a,
#a863fa9c75addf2 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a863fa9c75addf2 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a863fa9c75addf2 .menu-list ul,
#a863fa9c75addf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a863fa9c75addf2 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a863fa9c75addf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a863fa9c75addf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a863fa9c75addf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a863fa9c75addf2 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a74f2aeeada2e57 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a74f2aeeada2e57 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a74f2aeeada2e57 .ap-icon {
  margin-right: 6px;
}
#a74f2aeeada2e57 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a74f2aeeada2e57 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a74f2aeeada2e57 .menu-list > li:hover > a,
#a74f2aeeada2e57 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a74f2aeeada2e57 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a74f2aeeada2e57 .menu-list ul,
#a74f2aeeada2e57 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a74f2aeeada2e57 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a74f2aeeada2e57 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a74f2aeeada2e57 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a74f2aeeada2e57 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a74f2aeeada2e57 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#af816a3107a826c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#af816a3107a826c .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af816a3107a826c .ap-icon {
  margin-right: 6px;
}
#af816a3107a826c .indicator {
  margin-left: 4px;
}
#af816a3107a826c .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#af816a3107a826c .menu-list li:hover > a,
#af816a3107a826c .menu-list li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#af816a3107a826c .menu-list li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af816a3107a826c .menu-list ul,
#af816a3107a826c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af816a3107a826c .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#af816a3107a826c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af816a3107a826c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af816a3107a826c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#af26bab736a4255 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#af26bab736a4255 .uk-grid {
  margin-left: -8px;
}
#af26bab736a4255 .uk-grid > * {
  padding-left: 8px;
}
#af26bab736a4255 .uk-grid-margin {
  margin-top: 20px;
}
#af26bab736a4255 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#af26bab736a4255 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#af26bab736a4255 .uk-card-media-top .img {
  transition: all .3s ease;
}
#af26bab736a4255 .uk-card-body {
  display: block;
}
#af26bab736a4255 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#af26bab736a4255 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#af26bab736a4255 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#af26bab736a4255 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#af26bab736a4255 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#af26bab736a4255 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#af26bab736a4255 .uk-card:hover {
  background-color: #0054a7;
}
#af26bab736a4255 .uk-card:hover .title {
  color: #fff;
}
#af26bab736a4255 .uk-card:hover hr {
  border-top-color: #006eda;
}
#af26bab736a4255 .uk-card:hover .img {
  transform: scale(1.2);
}
#af26bab736a4255 .uk-card:hover .abstract {
  color: #fff;
}
#af26bab736a4255 .uk-card:hover .datetime {
  color: #d3b267;
}
#af26bab736a4255 .uk-card:hover .category {
  color: #d3b267;
}
#af26bab736a4255 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#af26bab736a4255 .uk-pagination li a,
#af26bab736a4255 .uk-pagination > .uk-disabled > * {
  color: #444444;
}
#af26bab736a4255 .uk-pagination li.uk-active a {
  color: #ffffff;
}
#af26bab736a4255 .uk-pagination li.uk-active {
  background-color: #565656;
  border-color: #565656;
}
#af26bab736a4255 .uk-pagination li:hover {
  border-color: #565656;
}
#a9da9a2b48a59bc > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b81aaef8a35d2 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  background-color: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #0054a7;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1b81aaef8a35d2 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #0054a7;
}
#a1b81aaef8a35d2 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a1b81aaef8a35d2 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a1b81aaef8a35d2 .jquery-accordion-menu ul li a {
  color: #0054a7;
  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;
}
#a1b81aaef8a35d2 .menu-list-expand .submenu-indicator {
  display: none;
}
#a1b81aaef8a35d2 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0054a7;
  border-bottom-color: #004a93;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a1b81aaef8a35d2 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a1b81aaef8a35d2 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a1b81aaef8a35d2 .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #0054a7;
}
#a1b81aaef8a35d2 .jquery-accordion-menu ul li a img,
#a1b81aaef8a35d2 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a1b81aaef8a35d2 .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;
}
#a1b81aaef8a35d2 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a1b81aaef8a35d2 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a1b81aaef8a35d2 .jquery-accordion-menu ul ul.submenu,
#a1b81aaef8a35d2 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a1b81aaef8a35d2 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a1b81aaef8a35d2 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a1b81aaef8a35d2 .jquery-accordion-menu ul ul.submenu.show,
#a1b81aaef8a35d2 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a1b81aaef8a35d2 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a1b81aaef8a35d2 .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;
}
#a1b81aaef8a35d2 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #f4f4f4;
}
#a1b81aaef8a35d2 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #f4f4f4;
}
#a1b81aaef8a35d2 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a1b81aaef8a35d2 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a1b81aaef8a35d2 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a1b81aaef8a35d2 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #ec9b9b;
}
#a1b81aaef8a35d2 .jquery-accordion-menu > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
#a1b81aaef8a35d2 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#ae118a243aa209b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  background-color: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #0054a7;
}
#ae118a243aa209b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #0054a7;
}
#ae118a243aa209b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ae118a243aa209b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ae118a243aa209b .jquery-accordion-menu ul li a {
  color: #0054a7;
  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;
}
#ae118a243aa209b .menu-list-expand .submenu-indicator {
  display: none;
}
#ae118a243aa209b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0054a7;
  border-bottom-color: #004a93;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ae118a243aa209b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ae118a243aa209b .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ae118a243aa209b .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #0054a7;
}
#ae118a243aa209b .jquery-accordion-menu ul li a img,
#ae118a243aa209b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ae118a243aa209b .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;
}
#ae118a243aa209b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ae118a243aa209b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ae118a243aa209b .jquery-accordion-menu ul ul.submenu,
#ae118a243aa209b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ae118a243aa209b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ae118a243aa209b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ae118a243aa209b .jquery-accordion-menu ul ul.submenu.show,
#ae118a243aa209b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ae118a243aa209b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ae118a243aa209b .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;
}
#ae118a243aa209b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #f4f4f4;
}
#ae118a243aa209b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #f4f4f4;
}
#ae118a243aa209b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ae118a243aa209b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ae118a243aa209b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ae118a243aa209b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #ec9b9b;
}
#ae118a243aa209b .jquery-accordion-menu > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
#ae118a243aa209b .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae07aa5194aef55 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0e1aa7c5bab90f .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a469ca8255adacf .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a469ca8255adacf .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a469ca8255adacf .ap-icon {
  margin-right: 6px;
}
#a469ca8255adacf .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a469ca8255adacf .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a469ca8255adacf .menu-list > li:hover > a,
#a469ca8255adacf .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a469ca8255adacf .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a469ca8255adacf .menu-list ul,
#a469ca8255adacf .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a469ca8255adacf .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a469ca8255adacf .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a469ca8255adacf .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a469ca8255adacf .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a469ca8255adacf .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a4c0caa9d6ad81f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a4c0caa9d6ad81f .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a4c0caa9d6ad81f .ap-icon {
  margin-right: 6px;
}
#a4c0caa9d6ad81f .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a4c0caa9d6ad81f .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a4c0caa9d6ad81f .menu-list > li:hover > a,
#a4c0caa9d6ad81f .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a4c0caa9d6ad81f .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a4c0caa9d6ad81f .menu-list ul,
#a4c0caa9d6ad81f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a4c0caa9d6ad81f .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a4c0caa9d6ad81f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4c0caa9d6ad81f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4c0caa9d6ad81f .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a4c0caa9d6ad81f .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#aec22ac748aff04 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aec22ac748aff04 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#aec22ac748aff04 .ap-icon {
  margin-right: 6px;
}
#aec22ac748aff04 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#aec22ac748aff04 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#aec22ac748aff04 .menu-list > li:hover > a,
#aec22ac748aff04 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aec22ac748aff04 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#aec22ac748aff04 .menu-list ul,
#aec22ac748aff04 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#aec22ac748aff04 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec22ac748aff04 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec22ac748aff04 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec22ac748aff04 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#aec22ac748aff04 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#accffaac19a48cb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#accffaac19a48cb .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#accffaac19a48cb .ap-icon {
  margin-right: 6px;
}
#accffaac19a48cb .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#accffaac19a48cb .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#accffaac19a48cb .menu-list > li:hover > a,
#accffaac19a48cb .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#accffaac19a48cb .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#accffaac19a48cb .menu-list ul,
#accffaac19a48cb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#accffaac19a48cb .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#accffaac19a48cb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#accffaac19a48cb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#accffaac19a48cb .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#accffaac19a48cb .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#aa06badeb6ae446 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa06badeb6ae446 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#aa06badeb6ae446 .ap-icon {
  margin-right: 6px;
}
#aa06badeb6ae446 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#aa06badeb6ae446 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#aa06badeb6ae446 .menu-list > li:hover > a,
#aa06badeb6ae446 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa06badeb6ae446 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#aa06badeb6ae446 .menu-list ul,
#aa06badeb6ae446 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#aa06badeb6ae446 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa06badeb6ae446 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa06badeb6ae446 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa06badeb6ae446 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#aa06badeb6ae446 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#aa3fbad950a0fce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa3fbad950a0fce .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#aa3fbad950a0fce .ap-icon {
  margin-right: 6px;
}
#aa3fbad950a0fce .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#aa3fbad950a0fce .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#aa3fbad950a0fce .menu-list > li:hover > a,
#aa3fbad950a0fce .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa3fbad950a0fce .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#aa3fbad950a0fce .menu-list ul,
#aa3fbad950a0fce .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#aa3fbad950a0fce .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa3fbad950a0fce .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa3fbad950a0fce .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa3fbad950a0fce .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#aa3fbad950a0fce .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a60afab31faa3f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a60afab31faa3f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a60afab31faa3f8 .ap-icon {
  margin-right: 6px;
}
#a60afab31faa3f8 .indicator {
  margin-left: 4px;
}
#a60afab31faa3f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a60afab31faa3f8 .menu-list li:hover > a,
#a60afab31faa3f8 .menu-list li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a60afab31faa3f8 .menu-list li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a60afab31faa3f8 .menu-list ul,
#a60afab31faa3f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a60afab31faa3f8 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a60afab31faa3f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a60afab31faa3f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a60afab31faa3f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5fd6a54baab4ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adaf7ab6fea979e .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#af137a4d60a41c7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#af137a4d60a41c7 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#af137a4d60a41c7 .ap-icon {
  margin-right: 6px;
}
#af137a4d60a41c7 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#af137a4d60a41c7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#af137a4d60a41c7 .menu-list > li:hover > a,
#af137a4d60a41c7 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#af137a4d60a41c7 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#af137a4d60a41c7 .menu-list ul,
#af137a4d60a41c7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#af137a4d60a41c7 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#af137a4d60a41c7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af137a4d60a41c7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af137a4d60a41c7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#af137a4d60a41c7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a47f9acc9aa4205 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a47f9acc9aa4205 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a47f9acc9aa4205 .ap-icon {
  margin-right: 6px;
}
#a47f9acc9aa4205 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a47f9acc9aa4205 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a47f9acc9aa4205 .menu-list > li:hover > a,
#a47f9acc9aa4205 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a47f9acc9aa4205 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a47f9acc9aa4205 .menu-list ul,
#a47f9acc9aa4205 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a47f9acc9aa4205 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a47f9acc9aa4205 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a47f9acc9aa4205 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a47f9acc9aa4205 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a47f9acc9aa4205 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a9202a12cbaffa6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a9202a12cbaffa6 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a9202a12cbaffa6 .ap-icon {
  margin-right: 6px;
}
#a9202a12cbaffa6 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a9202a12cbaffa6 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a9202a12cbaffa6 .menu-list > li:hover > a,
#a9202a12cbaffa6 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a9202a12cbaffa6 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a9202a12cbaffa6 .menu-list ul,
#a9202a12cbaffa6 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a9202a12cbaffa6 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a9202a12cbaffa6 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9202a12cbaffa6 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9202a12cbaffa6 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a9202a12cbaffa6 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a29d4ad87daced8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a29d4ad87daced8 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a29d4ad87daced8 .ap-icon {
  margin-right: 6px;
}
#a29d4ad87daced8 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a29d4ad87daced8 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a29d4ad87daced8 .menu-list > li:hover > a,
#a29d4ad87daced8 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a29d4ad87daced8 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a29d4ad87daced8 .menu-list ul,
#a29d4ad87daced8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a29d4ad87daced8 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a29d4ad87daced8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29d4ad87daced8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29d4ad87daced8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a29d4ad87daced8 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a27b1a3898a7a95 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a27b1a3898a7a95 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a27b1a3898a7a95 .ap-icon {
  margin-right: 6px;
}
#a27b1a3898a7a95 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a27b1a3898a7a95 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a27b1a3898a7a95 .menu-list > li:hover > a,
#a27b1a3898a7a95 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a27b1a3898a7a95 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a27b1a3898a7a95 .menu-list ul,
#a27b1a3898a7a95 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a27b1a3898a7a95 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a27b1a3898a7a95 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a27b1a3898a7a95 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a27b1a3898a7a95 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a27b1a3898a7a95 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a60eeaf8bea4a9c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a60eeaf8bea4a9c .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a60eeaf8bea4a9c .ap-icon {
  margin-right: 6px;
}
#a60eeaf8bea4a9c .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a60eeaf8bea4a9c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a60eeaf8bea4a9c .menu-list > li:hover > a,
#a60eeaf8bea4a9c .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a60eeaf8bea4a9c .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a60eeaf8bea4a9c .menu-list ul,
#a60eeaf8bea4a9c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a60eeaf8bea4a9c .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a60eeaf8bea4a9c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a60eeaf8bea4a9c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a60eeaf8bea4a9c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a60eeaf8bea4a9c .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a27beae597a8723 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a27beae597a8723 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a27beae597a8723 .ap-icon {
  margin-right: 6px;
}
#a27beae597a8723 .indicator {
  margin-left: 4px;
}
#a27beae597a8723 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a27beae597a8723 .menu-list li:hover > a,
#a27beae597a8723 .menu-list li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a27beae597a8723 .menu-list li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a27beae597a8723 .menu-list ul,
#a27beae597a8723 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a27beae597a8723 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a27beae597a8723 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a27beae597a8723 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a27beae597a8723 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac532ac889ad3b2 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#ac532ac889ad3b2 .uk-grid {
  margin-left: -8px;
}
#ac532ac889ad3b2 .uk-grid > * {
  padding-left: 8px;
}
#ac532ac889ad3b2 .uk-grid-margin {
  margin-top: 20px;
}
#ac532ac889ad3b2 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#ac532ac889ad3b2 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#ac532ac889ad3b2 .uk-card-media-top .img {
  transition: all .3s ease;
}
#ac532ac889ad3b2 .uk-card-body {
  display: block;
}
#ac532ac889ad3b2 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#ac532ac889ad3b2 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#ac532ac889ad3b2 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#ac532ac889ad3b2 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#ac532ac889ad3b2 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac532ac889ad3b2 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#ac532ac889ad3b2 .uk-card:hover {
  background-color: #0054a7;
}
#ac532ac889ad3b2 .uk-card:hover .title {
  color: #fff;
}
#ac532ac889ad3b2 .uk-card:hover hr {
  border-top-color: #006eda;
}
#ac532ac889ad3b2 .uk-card:hover .img {
  transform: scale(1.2);
}
#ac532ac889ad3b2 .uk-card:hover .abstract {
  color: #fff;
}
#ac532ac889ad3b2 .uk-card:hover .datetime {
  color: #d3b267;
}
#ac532ac889ad3b2 .uk-card:hover .category {
  color: #d3b267;
}
#ac532ac889ad3b2 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#ac532ac889ad3b2 .uk-pagination li a,
#ac532ac889ad3b2 .uk-pagination > .uk-disabled > * {
  color: #444444;
}
#ac532ac889ad3b2 .uk-pagination li.uk-active a {
  color: #ffffff;
}
#ac532ac889ad3b2 .uk-pagination li.uk-active {
  background-color: #565656;
  border-color: #565656;
}
#ac532ac889ad3b2 .uk-pagination li:hover {
  border-color: #565656;
}
#a2ec6a0cb2ab9fe > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6394aa8d6a54ee .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  background-color: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #0054a7;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6394aa8d6a54ee .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #0054a7;
}
#a6394aa8d6a54ee .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a6394aa8d6a54ee .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a6394aa8d6a54ee .jquery-accordion-menu ul li a {
  color: #0054a7;
  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;
}
#a6394aa8d6a54ee .menu-list-expand .submenu-indicator {
  display: none;
}
#a6394aa8d6a54ee .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0054a7;
  border-bottom-color: #004a93;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a6394aa8d6a54ee .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a6394aa8d6a54ee .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a6394aa8d6a54ee .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #0054a7;
}
#a6394aa8d6a54ee .jquery-accordion-menu ul li a img,
#a6394aa8d6a54ee .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a6394aa8d6a54ee .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;
}
#a6394aa8d6a54ee .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a6394aa8d6a54ee .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a6394aa8d6a54ee .jquery-accordion-menu ul ul.submenu,
#a6394aa8d6a54ee .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a6394aa8d6a54ee .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a6394aa8d6a54ee .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a6394aa8d6a54ee .jquery-accordion-menu ul ul.submenu.show,
#a6394aa8d6a54ee .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a6394aa8d6a54ee .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a6394aa8d6a54ee .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;
}
#a6394aa8d6a54ee .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #f4f4f4;
}
#a6394aa8d6a54ee .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #f4f4f4;
}
#a6394aa8d6a54ee .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a6394aa8d6a54ee .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a6394aa8d6a54ee .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a6394aa8d6a54ee .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #ec9b9b;
}
#a6394aa8d6a54ee .jquery-accordion-menu > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
#a6394aa8d6a54ee .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8b91a74e5a2a0a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  background-color: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #0054a7;
}
#a8b91a74e5a2a0a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #0054a7;
}
#a8b91a74e5a2a0a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a8b91a74e5a2a0a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a8b91a74e5a2a0a .jquery-accordion-menu ul li a {
  color: #0054a7;
  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;
}
#a8b91a74e5a2a0a .menu-list-expand .submenu-indicator {
  display: none;
}
#a8b91a74e5a2a0a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0054a7;
  border-bottom-color: #004a93;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a8b91a74e5a2a0a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a8b91a74e5a2a0a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a8b91a74e5a2a0a .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #0054a7;
}
#a8b91a74e5a2a0a .jquery-accordion-menu ul li a img,
#a8b91a74e5a2a0a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a8b91a74e5a2a0a .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;
}
#a8b91a74e5a2a0a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a8b91a74e5a2a0a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a8b91a74e5a2a0a .jquery-accordion-menu ul ul.submenu,
#a8b91a74e5a2a0a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a8b91a74e5a2a0a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a8b91a74e5a2a0a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a8b91a74e5a2a0a .jquery-accordion-menu ul ul.submenu.show,
#a8b91a74e5a2a0a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a8b91a74e5a2a0a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a8b91a74e5a2a0a .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;
}
#a8b91a74e5a2a0a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #f4f4f4;
}
#a8b91a74e5a2a0a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #f4f4f4;
}
#a8b91a74e5a2a0a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a8b91a74e5a2a0a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a8b91a74e5a2a0a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a8b91a74e5a2a0a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #ec9b9b;
}
#a8b91a74e5a2a0a .jquery-accordion-menu > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
#a8b91a74e5a2a0a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a0404a45c1aa4f0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0688a5f01a557e .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a854aa33baa4641 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a854aa33baa4641 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a854aa33baa4641 .ap-icon {
  margin-right: 6px;
}
#a854aa33baa4641 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a854aa33baa4641 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a854aa33baa4641 .menu-list > li:hover > a,
#a854aa33baa4641 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a854aa33baa4641 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a854aa33baa4641 .menu-list ul,
#a854aa33baa4641 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a854aa33baa4641 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a854aa33baa4641 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a854aa33baa4641 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a854aa33baa4641 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a854aa33baa4641 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#aba81af05ca5a79 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aba81af05ca5a79 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#aba81af05ca5a79 .ap-icon {
  margin-right: 6px;
}
#aba81af05ca5a79 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#aba81af05ca5a79 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#aba81af05ca5a79 .menu-list > li:hover > a,
#aba81af05ca5a79 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aba81af05ca5a79 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#aba81af05ca5a79 .menu-list ul,
#aba81af05ca5a79 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#aba81af05ca5a79 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aba81af05ca5a79 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aba81af05ca5a79 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aba81af05ca5a79 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#aba81af05ca5a79 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a7207a06e7a37f1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7207a06e7a37f1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a7207a06e7a37f1 .ap-icon {
  margin-right: 6px;
}
#a7207a06e7a37f1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a7207a06e7a37f1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a7207a06e7a37f1 .menu-list > li:hover > a,
#a7207a06e7a37f1 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a7207a06e7a37f1 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a7207a06e7a37f1 .menu-list ul,
#a7207a06e7a37f1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a7207a06e7a37f1 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a7207a06e7a37f1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7207a06e7a37f1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7207a06e7a37f1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a7207a06e7a37f1 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ab0e0aa157a425d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ab0e0aa157a425d .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ab0e0aa157a425d .ap-icon {
  margin-right: 6px;
}
#ab0e0aa157a425d .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ab0e0aa157a425d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ab0e0aa157a425d .menu-list > li:hover > a,
#ab0e0aa157a425d .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ab0e0aa157a425d .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ab0e0aa157a425d .menu-list ul,
#ab0e0aa157a425d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ab0e0aa157a425d .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ab0e0aa157a425d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ab0e0aa157a425d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ab0e0aa157a425d .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ab0e0aa157a425d .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a515bae5e7a6f4b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a515bae5e7a6f4b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a515bae5e7a6f4b .ap-icon {
  margin-right: 6px;
}
#a515bae5e7a6f4b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a515bae5e7a6f4b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a515bae5e7a6f4b .menu-list > li:hover > a,
#a515bae5e7a6f4b .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a515bae5e7a6f4b .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a515bae5e7a6f4b .menu-list ul,
#a515bae5e7a6f4b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a515bae5e7a6f4b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a515bae5e7a6f4b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a515bae5e7a6f4b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a515bae5e7a6f4b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a515bae5e7a6f4b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a52dea186daf1ed .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a52dea186daf1ed .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a52dea186daf1ed .ap-icon {
  margin-right: 6px;
}
#a52dea186daf1ed .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a52dea186daf1ed .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a52dea186daf1ed .menu-list > li:hover > a,
#a52dea186daf1ed .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a52dea186daf1ed .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a52dea186daf1ed .menu-list ul,
#a52dea186daf1ed .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a52dea186daf1ed .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a52dea186daf1ed .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a52dea186daf1ed .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a52dea186daf1ed .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a52dea186daf1ed .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a5505a6299a751d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a5505a6299a751d .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a5505a6299a751d .ap-icon {
  margin-right: 6px;
}
#a5505a6299a751d .indicator {
  margin-left: 4px;
}
#a5505a6299a751d .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a5505a6299a751d .menu-list li:hover > a,
#a5505a6299a751d .menu-list li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a5505a6299a751d .menu-list li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a5505a6299a751d .menu-list ul,
#a5505a6299a751d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a5505a6299a751d .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a5505a6299a751d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5505a6299a751d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5505a6299a751d .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#af9cea02bba99cd .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#af9cea02bba99cd .uk-grid {
  margin-left: -8px;
}
#af9cea02bba99cd .uk-grid > * {
  padding-left: 8px;
}
#af9cea02bba99cd .uk-grid-margin {
  margin-top: 20px;
}
#af9cea02bba99cd .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#af9cea02bba99cd .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#af9cea02bba99cd .uk-card-media-top .img {
  transition: all .3s ease;
}
#af9cea02bba99cd .uk-card-body {
  display: block;
}
#af9cea02bba99cd .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#af9cea02bba99cd .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#af9cea02bba99cd .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#af9cea02bba99cd .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#af9cea02bba99cd .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#af9cea02bba99cd .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#af9cea02bba99cd .uk-card:hover {
  background-color: #0054a7;
}
#af9cea02bba99cd .uk-card:hover .title {
  color: #fff;
}
#af9cea02bba99cd .uk-card:hover hr {
  border-top-color: #006eda;
}
#af9cea02bba99cd .uk-card:hover .img {
  transform: scale(1.2);
}
#af9cea02bba99cd .uk-card:hover .abstract {
  color: #fff;
}
#af9cea02bba99cd .uk-card:hover .datetime {
  color: #d3b267;
}
#af9cea02bba99cd .uk-card:hover .category {
  color: #d3b267;
}
#af9cea02bba99cd .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#af9cea02bba99cd .uk-pagination li a,
#af9cea02bba99cd .uk-pagination > .uk-disabled > * {
  color: #444444;
}
#af9cea02bba99cd .uk-pagination li.uk-active a {
  color: #ffffff;
}
#af9cea02bba99cd .uk-pagination li.uk-active {
  background-color: #565656;
  border-color: #565656;
}
#af9cea02bba99cd .uk-pagination li:hover {
  border-color: #565656;
}
#a97b0a3bd5a9bc2 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad81cadf56afcd3 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  background-color: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #0054a7;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad81cadf56afcd3 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #0054a7;
}
#ad81cadf56afcd3 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ad81cadf56afcd3 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ad81cadf56afcd3 .jquery-accordion-menu ul li a {
  color: #0054a7;
  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;
}
#ad81cadf56afcd3 .menu-list-expand .submenu-indicator {
  display: none;
}
#ad81cadf56afcd3 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0054a7;
  border-bottom-color: #004a93;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ad81cadf56afcd3 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ad81cadf56afcd3 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ad81cadf56afcd3 .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #0054a7;
}
#ad81cadf56afcd3 .jquery-accordion-menu ul li a img,
#ad81cadf56afcd3 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ad81cadf56afcd3 .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;
}
#ad81cadf56afcd3 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ad81cadf56afcd3 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ad81cadf56afcd3 .jquery-accordion-menu ul ul.submenu,
#ad81cadf56afcd3 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ad81cadf56afcd3 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ad81cadf56afcd3 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ad81cadf56afcd3 .jquery-accordion-menu ul ul.submenu.show,
#ad81cadf56afcd3 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ad81cadf56afcd3 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ad81cadf56afcd3 .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;
}
#ad81cadf56afcd3 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #f4f4f4;
}
#ad81cadf56afcd3 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #f4f4f4;
}
#ad81cadf56afcd3 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ad81cadf56afcd3 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ad81cadf56afcd3 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ad81cadf56afcd3 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #ec9b9b;
}
#ad81cadf56afcd3 .jquery-accordion-menu > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
#ad81cadf56afcd3 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#abef1ae0c8ab350 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  background-color: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #0054a7;
}
#abef1ae0c8ab350 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #0054a7;
}
#abef1ae0c8ab350 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abef1ae0c8ab350 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abef1ae0c8ab350 .jquery-accordion-menu ul li a {
  color: #0054a7;
  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;
}
#abef1ae0c8ab350 .menu-list-expand .submenu-indicator {
  display: none;
}
#abef1ae0c8ab350 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0054a7;
  border-bottom-color: #004a93;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#abef1ae0c8ab350 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#abef1ae0c8ab350 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#abef1ae0c8ab350 .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #0054a7;
}
#abef1ae0c8ab350 .jquery-accordion-menu ul li a img,
#abef1ae0c8ab350 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abef1ae0c8ab350 .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;
}
#abef1ae0c8ab350 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abef1ae0c8ab350 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abef1ae0c8ab350 .jquery-accordion-menu ul ul.submenu,
#abef1ae0c8ab350 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abef1ae0c8ab350 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abef1ae0c8ab350 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abef1ae0c8ab350 .jquery-accordion-menu ul ul.submenu.show,
#abef1ae0c8ab350 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abef1ae0c8ab350 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abef1ae0c8ab350 .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;
}
#abef1ae0c8ab350 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #f4f4f4;
}
#abef1ae0c8ab350 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #f4f4f4;
}
#abef1ae0c8ab350 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abef1ae0c8ab350 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abef1ae0c8ab350 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abef1ae0c8ab350 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #ec9b9b;
}
#abef1ae0c8ab350 .jquery-accordion-menu > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
#abef1ae0c8ab350 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7526a7998a4aa7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1c1babbcda672c .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a2434a28fba4f93 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2434a28fba4f93 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2434a28fba4f93 .ap-icon {
  margin-right: 6px;
}
#a2434a28fba4f93 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2434a28fba4f93 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a2434a28fba4f93 .menu-list > li:hover > a,
#a2434a28fba4f93 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a2434a28fba4f93 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a2434a28fba4f93 .menu-list ul,
#a2434a28fba4f93 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a2434a28fba4f93 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2434a28fba4f93 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2434a28fba4f93 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2434a28fba4f93 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a2434a28fba4f93 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a1957a8b44a9828 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a1957a8b44a9828 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a1957a8b44a9828 .ap-icon {
  margin-right: 6px;
}
#a1957a8b44a9828 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a1957a8b44a9828 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a1957a8b44a9828 .menu-list > li:hover > a,
#a1957a8b44a9828 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a1957a8b44a9828 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a1957a8b44a9828 .menu-list ul,
#a1957a8b44a9828 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a1957a8b44a9828 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a1957a8b44a9828 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1957a8b44a9828 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1957a8b44a9828 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a1957a8b44a9828 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a48d1a5403ab38c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a48d1a5403ab38c .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a48d1a5403ab38c .ap-icon {
  margin-right: 6px;
}
#a48d1a5403ab38c .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a48d1a5403ab38c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a48d1a5403ab38c .menu-list > li:hover > a,
#a48d1a5403ab38c .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a48d1a5403ab38c .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a48d1a5403ab38c .menu-list ul,
#a48d1a5403ab38c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a48d1a5403ab38c .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a48d1a5403ab38c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a48d1a5403ab38c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a48d1a5403ab38c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a48d1a5403ab38c .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#aa00ca62a5a4cb2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa00ca62a5a4cb2 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#aa00ca62a5a4cb2 .ap-icon {
  margin-right: 6px;
}
#aa00ca62a5a4cb2 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#aa00ca62a5a4cb2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#aa00ca62a5a4cb2 .menu-list > li:hover > a,
#aa00ca62a5a4cb2 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa00ca62a5a4cb2 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#aa00ca62a5a4cb2 .menu-list ul,
#aa00ca62a5a4cb2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#aa00ca62a5a4cb2 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa00ca62a5a4cb2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa00ca62a5a4cb2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa00ca62a5a4cb2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#aa00ca62a5a4cb2 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ac175ab422ab9b9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ac175ab422ab9b9 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ac175ab422ab9b9 .ap-icon {
  margin-right: 6px;
}
#ac175ab422ab9b9 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ac175ab422ab9b9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ac175ab422ab9b9 .menu-list > li:hover > a,
#ac175ab422ab9b9 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ac175ab422ab9b9 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ac175ab422ab9b9 .menu-list ul,
#ac175ab422ab9b9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ac175ab422ab9b9 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ac175ab422ab9b9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac175ab422ab9b9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac175ab422ab9b9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ac175ab422ab9b9 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ae97eac594afc20 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae97eac594afc20 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ae97eac594afc20 .ap-icon {
  margin-right: 6px;
}
#ae97eac594afc20 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ae97eac594afc20 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ae97eac594afc20 .menu-list > li:hover > a,
#ae97eac594afc20 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ae97eac594afc20 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ae97eac594afc20 .menu-list ul,
#ae97eac594afc20 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ae97eac594afc20 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ae97eac594afc20 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae97eac594afc20 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae97eac594afc20 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ae97eac594afc20 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a870ea1868a379e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a870ea1868a379e .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a870ea1868a379e .ap-icon {
  margin-right: 6px;
}
#a870ea1868a379e .indicator {
  margin-left: 4px;
}
#a870ea1868a379e .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a870ea1868a379e .menu-list li:hover > a,
#a870ea1868a379e .menu-list li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a870ea1868a379e .menu-list li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a870ea1868a379e .menu-list ul,
#a870ea1868a379e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a870ea1868a379e .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a870ea1868a379e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a870ea1868a379e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a870ea1868a379e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a17a8a9651acd80 > .ele-wrap {background-image: url(/resources/upload/a5932a95f8ac0f6/1738821642037.png);background-position: center right;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab5efadb49a47d8 > .ele-wrap {background-image: url(/resources/upload/a5932a95f8ac0f6/1738821641575.png);background-position: center right;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9744a4561a0d6b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4fd2a7ddfaba9a .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a3e50ae51ca7271 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a3e50ae51ca7271 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a3e50ae51ca7271 .ap-icon {
  margin-right: 6px;
}
#a3e50ae51ca7271 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a3e50ae51ca7271 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a3e50ae51ca7271 .menu-list > li:hover > a,
#a3e50ae51ca7271 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a3e50ae51ca7271 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a3e50ae51ca7271 .menu-list ul,
#a3e50ae51ca7271 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a3e50ae51ca7271 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a3e50ae51ca7271 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3e50ae51ca7271 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3e50ae51ca7271 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3e50ae51ca7271 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a7729ad0afa4a96 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7729ad0afa4a96 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a7729ad0afa4a96 .ap-icon {
  margin-right: 6px;
}
#a7729ad0afa4a96 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a7729ad0afa4a96 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a7729ad0afa4a96 .menu-list > li:hover > a,
#a7729ad0afa4a96 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a7729ad0afa4a96 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a7729ad0afa4a96 .menu-list ul,
#a7729ad0afa4a96 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a7729ad0afa4a96 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a7729ad0afa4a96 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7729ad0afa4a96 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7729ad0afa4a96 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a7729ad0afa4a96 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ac823aff6ead84d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ac823aff6ead84d .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ac823aff6ead84d .ap-icon {
  margin-right: 6px;
}
#ac823aff6ead84d .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ac823aff6ead84d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ac823aff6ead84d .menu-list > li:hover > a,
#ac823aff6ead84d .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ac823aff6ead84d .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ac823aff6ead84d .menu-list ul,
#ac823aff6ead84d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ac823aff6ead84d .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ac823aff6ead84d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac823aff6ead84d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac823aff6ead84d .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ac823aff6ead84d .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ae74aa6fb1a9445 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae74aa6fb1a9445 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ae74aa6fb1a9445 .ap-icon {
  margin-right: 6px;
}
#ae74aa6fb1a9445 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ae74aa6fb1a9445 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ae74aa6fb1a9445 .menu-list > li:hover > a,
#ae74aa6fb1a9445 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ae74aa6fb1a9445 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ae74aa6fb1a9445 .menu-list ul,
#ae74aa6fb1a9445 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ae74aa6fb1a9445 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ae74aa6fb1a9445 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae74aa6fb1a9445 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae74aa6fb1a9445 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ae74aa6fb1a9445 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a8de6af6c4ac901 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8de6af6c4ac901 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8de6af6c4ac901 .ap-icon {
  margin-right: 6px;
}
#a8de6af6c4ac901 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8de6af6c4ac901 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a8de6af6c4ac901 .menu-list > li:hover > a,
#a8de6af6c4ac901 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a8de6af6c4ac901 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a8de6af6c4ac901 .menu-list ul,
#a8de6af6c4ac901 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a8de6af6c4ac901 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a8de6af6c4ac901 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8de6af6c4ac901 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8de6af6c4ac901 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a8de6af6c4ac901 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a1822a4de3a2f8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a1822a4de3a2f8c .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a1822a4de3a2f8c .ap-icon {
  margin-right: 6px;
}
#a1822a4de3a2f8c .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a1822a4de3a2f8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a1822a4de3a2f8c .menu-list > li:hover > a,
#a1822a4de3a2f8c .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a1822a4de3a2f8c .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a1822a4de3a2f8c .menu-list ul,
#a1822a4de3a2f8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a1822a4de3a2f8c .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a1822a4de3a2f8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1822a4de3a2f8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1822a4de3a2f8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a1822a4de3a2f8c .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a6b8ca616dae3bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a6b8ca616dae3bb .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a6b8ca616dae3bb .ap-icon {
  margin-right: 6px;
}
#a6b8ca616dae3bb .indicator {
  margin-left: 4px;
}
#a6b8ca616dae3bb .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6b8ca616dae3bb .menu-list li:hover > a,
#a6b8ca616dae3bb .menu-list li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6b8ca616dae3bb .menu-list li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a6b8ca616dae3bb .menu-list ul,
#a6b8ca616dae3bb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a6b8ca616dae3bb .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6b8ca616dae3bb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6b8ca616dae3bb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6b8ca616dae3bb .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aeb97ad115ac361 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#aeb97ad115ac361 .uk-grid {
  margin-left: -8px;
}
#aeb97ad115ac361 .uk-grid > * {
  padding-left: 8px;
}
#aeb97ad115ac361 .uk-grid-margin {
  margin-top: 20px;
}
#aeb97ad115ac361 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#aeb97ad115ac361 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#aeb97ad115ac361 .uk-card-media-top .img {
  transition: all .3s ease;
}
#aeb97ad115ac361 .uk-card-body {
  display: block;
}
#aeb97ad115ac361 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#aeb97ad115ac361 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#aeb97ad115ac361 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#aeb97ad115ac361 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#aeb97ad115ac361 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#aeb97ad115ac361 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#aeb97ad115ac361 .uk-card:hover {
  background-color: #0054a7;
}
#aeb97ad115ac361 .uk-card:hover .title {
  color: #fff;
}
#aeb97ad115ac361 .uk-card:hover hr {
  border-top-color: #006eda;
}
#aeb97ad115ac361 .uk-card:hover .img {
  transform: scale(1.2);
}
#aeb97ad115ac361 .uk-card:hover .abstract {
  color: #fff;
}
#aeb97ad115ac361 .uk-card:hover .datetime {
  color: #d3b267;
}
#aeb97ad115ac361 .uk-card:hover .category {
  color: #d3b267;
}
#aeb97ad115ac361 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#aeb97ad115ac361 .uk-pagination li a,
#aeb97ad115ac361 .uk-pagination > .uk-disabled > * {
  color: #444444;
}
#aeb97ad115ac361 .uk-pagination li.uk-active a {
  color: #ffffff;
}
#aeb97ad115ac361 .uk-pagination li.uk-active {
  background-color: #565656;
  border-color: #565656;
}
#aeb97ad115ac361 .uk-pagination li:hover {
  border-color: #565656;
}
#a61dba85a5a31a5 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acca9af068a3454 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  background-color: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #0054a7;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#acca9af068a3454 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #0054a7;
}
#acca9af068a3454 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#acca9af068a3454 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#acca9af068a3454 .jquery-accordion-menu ul li a {
  color: #0054a7;
  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;
}
#acca9af068a3454 .menu-list-expand .submenu-indicator {
  display: none;
}
#acca9af068a3454 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0054a7;
  border-bottom-color: #004a93;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#acca9af068a3454 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#acca9af068a3454 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#acca9af068a3454 .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #0054a7;
}
#acca9af068a3454 .jquery-accordion-menu ul li a img,
#acca9af068a3454 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#acca9af068a3454 .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;
}
#acca9af068a3454 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#acca9af068a3454 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#acca9af068a3454 .jquery-accordion-menu ul ul.submenu,
#acca9af068a3454 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#acca9af068a3454 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#acca9af068a3454 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#acca9af068a3454 .jquery-accordion-menu ul ul.submenu.show,
#acca9af068a3454 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#acca9af068a3454 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#acca9af068a3454 .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;
}
#acca9af068a3454 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #f4f4f4;
}
#acca9af068a3454 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #f4f4f4;
}
#acca9af068a3454 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#acca9af068a3454 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#acca9af068a3454 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#acca9af068a3454 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #ec9b9b;
}
#acca9af068a3454 .jquery-accordion-menu > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
#acca9af068a3454 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a3fa7aa15fa53e9 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  background-color: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #0054a7;
}
#a3fa7aa15fa53e9 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #0054a7;
}
#a3fa7aa15fa53e9 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a3fa7aa15fa53e9 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a3fa7aa15fa53e9 .jquery-accordion-menu ul li a {
  color: #0054a7;
  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;
}
#a3fa7aa15fa53e9 .menu-list-expand .submenu-indicator {
  display: none;
}
#a3fa7aa15fa53e9 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0054a7;
  border-bottom-color: #004a93;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a3fa7aa15fa53e9 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a3fa7aa15fa53e9 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a3fa7aa15fa53e9 .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #0054a7;
}
#a3fa7aa15fa53e9 .jquery-accordion-menu ul li a img,
#a3fa7aa15fa53e9 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a3fa7aa15fa53e9 .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;
}
#a3fa7aa15fa53e9 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a3fa7aa15fa53e9 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a3fa7aa15fa53e9 .jquery-accordion-menu ul ul.submenu,
#a3fa7aa15fa53e9 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a3fa7aa15fa53e9 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a3fa7aa15fa53e9 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a3fa7aa15fa53e9 .jquery-accordion-menu ul ul.submenu.show,
#a3fa7aa15fa53e9 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a3fa7aa15fa53e9 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a3fa7aa15fa53e9 .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;
}
#a3fa7aa15fa53e9 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #f4f4f4;
}
#a3fa7aa15fa53e9 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #f4f4f4;
}
#a3fa7aa15fa53e9 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a3fa7aa15fa53e9 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a3fa7aa15fa53e9 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a3fa7aa15fa53e9 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #ec9b9b;
}
#a3fa7aa15fa53e9 .jquery-accordion-menu > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
#a3fa7aa15fa53e9 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4270adc38aa171 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6651ac6d8afe97 .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a7059a0dc2afae9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7059a0dc2afae9 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a7059a0dc2afae9 .ap-icon {
  margin-right: 6px;
}
#a7059a0dc2afae9 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a7059a0dc2afae9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a7059a0dc2afae9 .menu-list > li:hover > a,
#a7059a0dc2afae9 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a7059a0dc2afae9 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a7059a0dc2afae9 .menu-list ul,
#a7059a0dc2afae9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a7059a0dc2afae9 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a7059a0dc2afae9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7059a0dc2afae9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7059a0dc2afae9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a7059a0dc2afae9 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a504ca1e5aa0bdc .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a504ca1e5aa0bdc .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a504ca1e5aa0bdc .ap-icon {
  margin-right: 6px;
}
#a504ca1e5aa0bdc .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a504ca1e5aa0bdc .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a504ca1e5aa0bdc .menu-list > li:hover > a,
#a504ca1e5aa0bdc .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a504ca1e5aa0bdc .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a504ca1e5aa0bdc .menu-list ul,
#a504ca1e5aa0bdc .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a504ca1e5aa0bdc .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a504ca1e5aa0bdc .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a504ca1e5aa0bdc .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a504ca1e5aa0bdc .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a504ca1e5aa0bdc .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#af938a3a57ab933 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#af938a3a57ab933 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#af938a3a57ab933 .ap-icon {
  margin-right: 6px;
}
#af938a3a57ab933 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#af938a3a57ab933 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#af938a3a57ab933 .menu-list > li:hover > a,
#af938a3a57ab933 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#af938a3a57ab933 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#af938a3a57ab933 .menu-list ul,
#af938a3a57ab933 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#af938a3a57ab933 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#af938a3a57ab933 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af938a3a57ab933 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af938a3a57ab933 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#af938a3a57ab933 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ac6daae3c8ab4ed .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ac6daae3c8ab4ed .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ac6daae3c8ab4ed .ap-icon {
  margin-right: 6px;
}
#ac6daae3c8ab4ed .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ac6daae3c8ab4ed .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ac6daae3c8ab4ed .menu-list > li:hover > a,
#ac6daae3c8ab4ed .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ac6daae3c8ab4ed .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ac6daae3c8ab4ed .menu-list ul,
#ac6daae3c8ab4ed .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ac6daae3c8ab4ed .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ac6daae3c8ab4ed .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac6daae3c8ab4ed .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac6daae3c8ab4ed .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ac6daae3c8ab4ed .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a8064ada20a4198 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8064ada20a4198 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8064ada20a4198 .ap-icon {
  margin-right: 6px;
}
#a8064ada20a4198 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8064ada20a4198 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a8064ada20a4198 .menu-list > li:hover > a,
#a8064ada20a4198 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a8064ada20a4198 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a8064ada20a4198 .menu-list ul,
#a8064ada20a4198 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a8064ada20a4198 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a8064ada20a4198 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8064ada20a4198 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8064ada20a4198 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a8064ada20a4198 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#aeebfa4380ae80c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aeebfa4380ae80c .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#aeebfa4380ae80c .ap-icon {
  margin-right: 6px;
}
#aeebfa4380ae80c .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#aeebfa4380ae80c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#aeebfa4380ae80c .menu-list > li:hover > a,
#aeebfa4380ae80c .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aeebfa4380ae80c .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#aeebfa4380ae80c .menu-list ul,
#aeebfa4380ae80c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#aeebfa4380ae80c .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aeebfa4380ae80c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aeebfa4380ae80c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aeebfa4380ae80c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#aeebfa4380ae80c .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a48b4a3bfea7892 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a48b4a3bfea7892 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a48b4a3bfea7892 .ap-icon {
  margin-right: 6px;
}
#a48b4a3bfea7892 .indicator {
  margin-left: 4px;
}
#a48b4a3bfea7892 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a48b4a3bfea7892 .menu-list li:hover > a,
#a48b4a3bfea7892 .menu-list li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a48b4a3bfea7892 .menu-list li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a48b4a3bfea7892 .menu-list ul,
#a48b4a3bfea7892 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a48b4a3bfea7892 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a48b4a3bfea7892 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a48b4a3bfea7892 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a48b4a3bfea7892 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a983dabdf8adc5a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a836ba948fac254 .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a0697a90c1a4c2c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0697a90c1a4c2c .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0697a90c1a4c2c .ap-icon {
  margin-right: 6px;
}
#a0697a90c1a4c2c .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0697a90c1a4c2c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a0697a90c1a4c2c .menu-list > li:hover > a,
#a0697a90c1a4c2c .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a0697a90c1a4c2c .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a0697a90c1a4c2c .menu-list ul,
#a0697a90c1a4c2c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a0697a90c1a4c2c .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a0697a90c1a4c2c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0697a90c1a4c2c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0697a90c1a4c2c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a0697a90c1a4c2c .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a1a04ae191a89f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a1a04ae191a89f8 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a1a04ae191a89f8 .ap-icon {
  margin-right: 6px;
}
#a1a04ae191a89f8 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a1a04ae191a89f8 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a1a04ae191a89f8 .menu-list > li:hover > a,
#a1a04ae191a89f8 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a1a04ae191a89f8 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a1a04ae191a89f8 .menu-list ul,
#a1a04ae191a89f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a1a04ae191a89f8 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a1a04ae191a89f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1a04ae191a89f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1a04ae191a89f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a1a04ae191a89f8 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#af919a919ba0eb1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#af919a919ba0eb1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#af919a919ba0eb1 .ap-icon {
  margin-right: 6px;
}
#af919a919ba0eb1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#af919a919ba0eb1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#af919a919ba0eb1 .menu-list > li:hover > a,
#af919a919ba0eb1 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#af919a919ba0eb1 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#af919a919ba0eb1 .menu-list ul,
#af919a919ba0eb1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#af919a919ba0eb1 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#af919a919ba0eb1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af919a919ba0eb1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af919a919ba0eb1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#af919a919ba0eb1 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a1b6ba1d37a271c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a1b6ba1d37a271c .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a1b6ba1d37a271c .ap-icon {
  margin-right: 6px;
}
#a1b6ba1d37a271c .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a1b6ba1d37a271c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a1b6ba1d37a271c .menu-list > li:hover > a,
#a1b6ba1d37a271c .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a1b6ba1d37a271c .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a1b6ba1d37a271c .menu-list ul,
#a1b6ba1d37a271c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a1b6ba1d37a271c .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a1b6ba1d37a271c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1b6ba1d37a271c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1b6ba1d37a271c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a1b6ba1d37a271c .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a3844ab520aa80e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a3844ab520aa80e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a3844ab520aa80e .ap-icon {
  margin-right: 6px;
}
#a3844ab520aa80e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a3844ab520aa80e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a3844ab520aa80e .menu-list > li:hover > a,
#a3844ab520aa80e .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a3844ab520aa80e .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a3844ab520aa80e .menu-list ul,
#a3844ab520aa80e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a3844ab520aa80e .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a3844ab520aa80e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3844ab520aa80e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3844ab520aa80e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3844ab520aa80e .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a1a7ca4516ad39a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a1a7ca4516ad39a .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a1a7ca4516ad39a .ap-icon {
  margin-right: 6px;
}
#a1a7ca4516ad39a .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a1a7ca4516ad39a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a1a7ca4516ad39a .menu-list > li:hover > a,
#a1a7ca4516ad39a .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a1a7ca4516ad39a .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a1a7ca4516ad39a .menu-list ul,
#a1a7ca4516ad39a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a1a7ca4516ad39a .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a1a7ca4516ad39a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1a7ca4516ad39a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1a7ca4516ad39a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a1a7ca4516ad39a .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a3b7ea1b2ca438d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a3b7ea1b2ca438d .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a3b7ea1b2ca438d .ap-icon {
  margin-right: 6px;
}
#a3b7ea1b2ca438d .indicator {
  margin-left: 4px;
}
#a3b7ea1b2ca438d .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3b7ea1b2ca438d .menu-list li:hover > a,
#a3b7ea1b2ca438d .menu-list li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a3b7ea1b2ca438d .menu-list li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a3b7ea1b2ca438d .menu-list ul,
#a3b7ea1b2ca438d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a3b7ea1b2ca438d .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b7ea1b2ca438d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b7ea1b2ca438d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b7ea1b2ca438d .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a680aab12eae08b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aff03a03b1a7a0b .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a407fa9223ae685 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a407fa9223ae685 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a407fa9223ae685 .ap-icon {
  margin-right: 6px;
}
#a407fa9223ae685 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a407fa9223ae685 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a407fa9223ae685 .menu-list > li:hover > a,
#a407fa9223ae685 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a407fa9223ae685 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a407fa9223ae685 .menu-list ul,
#a407fa9223ae685 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a407fa9223ae685 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a407fa9223ae685 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a407fa9223ae685 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a407fa9223ae685 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a407fa9223ae685 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a83d6ac4b7a8a72 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a83d6ac4b7a8a72 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a83d6ac4b7a8a72 .ap-icon {
  margin-right: 6px;
}
#a83d6ac4b7a8a72 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a83d6ac4b7a8a72 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a83d6ac4b7a8a72 .menu-list > li:hover > a,
#a83d6ac4b7a8a72 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a83d6ac4b7a8a72 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a83d6ac4b7a8a72 .menu-list ul,
#a83d6ac4b7a8a72 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a83d6ac4b7a8a72 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a83d6ac4b7a8a72 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a83d6ac4b7a8a72 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a83d6ac4b7a8a72 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a83d6ac4b7a8a72 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a76baa3dfba288b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a76baa3dfba288b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a76baa3dfba288b .ap-icon {
  margin-right: 6px;
}
#a76baa3dfba288b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a76baa3dfba288b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a76baa3dfba288b .menu-list > li:hover > a,
#a76baa3dfba288b .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a76baa3dfba288b .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a76baa3dfba288b .menu-list ul,
#a76baa3dfba288b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a76baa3dfba288b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a76baa3dfba288b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a76baa3dfba288b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a76baa3dfba288b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a76baa3dfba288b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a5eb1a18d9a008c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5eb1a18d9a008c .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5eb1a18d9a008c .ap-icon {
  margin-right: 6px;
}
#a5eb1a18d9a008c .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5eb1a18d9a008c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a5eb1a18d9a008c .menu-list > li:hover > a,
#a5eb1a18d9a008c .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a5eb1a18d9a008c .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a5eb1a18d9a008c .menu-list ul,
#a5eb1a18d9a008c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a5eb1a18d9a008c .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a5eb1a18d9a008c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5eb1a18d9a008c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5eb1a18d9a008c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a5eb1a18d9a008c .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a8c9fa3180afae9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8c9fa3180afae9 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8c9fa3180afae9 .ap-icon {
  margin-right: 6px;
}
#a8c9fa3180afae9 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8c9fa3180afae9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a8c9fa3180afae9 .menu-list > li:hover > a,
#a8c9fa3180afae9 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a8c9fa3180afae9 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a8c9fa3180afae9 .menu-list ul,
#a8c9fa3180afae9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a8c9fa3180afae9 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a8c9fa3180afae9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8c9fa3180afae9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8c9fa3180afae9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a8c9fa3180afae9 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a55efa59f5ae18a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a55efa59f5ae18a .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a55efa59f5ae18a .ap-icon {
  margin-right: 6px;
}
#a55efa59f5ae18a .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a55efa59f5ae18a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a55efa59f5ae18a .menu-list > li:hover > a,
#a55efa59f5ae18a .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a55efa59f5ae18a .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a55efa59f5ae18a .menu-list ul,
#a55efa59f5ae18a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a55efa59f5ae18a .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a55efa59f5ae18a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a55efa59f5ae18a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a55efa59f5ae18a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a55efa59f5ae18a .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a51f6ac626abc4a  {flex: 1;}#a5496a6827a35df  {flex: 1;}#a661ba09aaa1fbe .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a661ba09aaa1fbe .uk-grid {
  margin-left: -8px;
}
#a661ba09aaa1fbe .uk-grid > * {
  padding-left: 8px;
}
#a661ba09aaa1fbe .uk-grid-margin {
  margin-top: 20px;
}
#a661ba09aaa1fbe .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  background-color: #f8f8f8;
}
#a661ba09aaa1fbe .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a661ba09aaa1fbe .uk-card-media-top .img {
  transition: all .3s ease;
}
#a661ba09aaa1fbe .uk-card-body {
  display: block;
}
#a661ba09aaa1fbe .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a661ba09aaa1fbe .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a661ba09aaa1fbe .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a661ba09aaa1fbe .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a661ba09aaa1fbe .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333333;
  line-height: 50px;
}
#a661ba09aaa1fbe .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a661ba09aaa1fbe .uk-card:hover {
  background-color: #0054a7;
}
#a661ba09aaa1fbe .uk-card:hover .title {
  color: #fff;
}
#a661ba09aaa1fbe .uk-card:hover hr {
  border-top-color: #006eda;
}
#a661ba09aaa1fbe .uk-card:hover .img {
  transform: scale(1.2);
}
#a661ba09aaa1fbe .uk-card:hover .abstract {
  color: #fff;
}
#a661ba09aaa1fbe .uk-card:hover .datetime {
  color: #d3b267;
}
#a661ba09aaa1fbe .uk-card:hover .category {
  color: #d3b267;
}
#a661ba09aaa1fbe .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a661ba09aaa1fbe .uk-pagination li a {
  font-size: 14px;
}
#a661ba09aaa1fbe .uk-pagination li a,
#a661ba09aaa1fbe .uk-pagination > .uk-disabled > * {
  color: #444444;
}
#a661ba09aaa1fbe .uk-pagination li.uk-active a {
  color: #ffffff;
}
#a661ba09aaa1fbe .uk-pagination li.uk-active {
  background-color: #565656;
  border-color: #565656;
}
#a661ba09aaa1fbe .uk-pagination li:hover {
  border-color: #565656;
}
#a42a5adb65a1147  {flex: 1;}#aa3c4ad2f7a1e2b .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#aa3c4ad2f7a1e2b .uk-grid {
  margin-left: -8px;
}
#aa3c4ad2f7a1e2b .uk-grid > * {
  padding-left: 8px;
}
#aa3c4ad2f7a1e2b .uk-grid-margin {
  margin-top: 20px;
}
#aa3c4ad2f7a1e2b .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  background-color: #f8f8f8;
}
#aa3c4ad2f7a1e2b .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#aa3c4ad2f7a1e2b .uk-card-media-top .img {
  transition: all .3s ease;
}
#aa3c4ad2f7a1e2b .uk-card-body {
  display: block;
}
#aa3c4ad2f7a1e2b .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#aa3c4ad2f7a1e2b .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#aa3c4ad2f7a1e2b .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#aa3c4ad2f7a1e2b .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#aa3c4ad2f7a1e2b .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333333;
  line-height: 50px;
}
#aa3c4ad2f7a1e2b .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#aa3c4ad2f7a1e2b .uk-card:hover {
  background-color: #0054a7;
}
#aa3c4ad2f7a1e2b .uk-card:hover .title {
  color: #fff;
}
#aa3c4ad2f7a1e2b .uk-card:hover hr {
  border-top-color: #006eda;
}
#aa3c4ad2f7a1e2b .uk-card:hover .img {
  transform: scale(1.2);
}
#aa3c4ad2f7a1e2b .uk-card:hover .abstract {
  color: #fff;
}
#aa3c4ad2f7a1e2b .uk-card:hover .datetime {
  color: #d3b267;
}
#aa3c4ad2f7a1e2b .uk-card:hover .category {
  color: #d3b267;
}
#aa3c4ad2f7a1e2b .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#aa3c4ad2f7a1e2b .uk-pagination li a {
  font-size: 14px;
}
#aa3c4ad2f7a1e2b .uk-pagination li a,
#aa3c4ad2f7a1e2b .uk-pagination > .uk-disabled > * {
  color: #444444;
}
#aa3c4ad2f7a1e2b .uk-pagination li.uk-active a {
  color: #ffffff;
}
#aa3c4ad2f7a1e2b .uk-pagination li.uk-active {
  background-color: #565656;
  border-color: #565656;
}
#aa3c4ad2f7a1e2b .uk-pagination li:hover {
  border-color: #565656;
}
#a4ec0a3208abdb1  {flex: 1;}#af932aa0caabae6 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#af932aa0caabae6 .uk-grid {
  margin-left: -8px;
}
#af932aa0caabae6 .uk-grid > * {
  padding-left: 8px;
}
#af932aa0caabae6 .uk-grid-margin {
  margin-top: 20px;
}
#af932aa0caabae6 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  background-color: #f8f8f8;
}
#af932aa0caabae6 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#af932aa0caabae6 .uk-card-media-top .img {
  transition: all .3s ease;
}
#af932aa0caabae6 .uk-card-body {
  display: block;
}
#af932aa0caabae6 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#af932aa0caabae6 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#af932aa0caabae6 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#af932aa0caabae6 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#af932aa0caabae6 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333333;
  line-height: 50px;
}
#af932aa0caabae6 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#af932aa0caabae6 .uk-card:hover {
  background-color: #0054a7;
}
#af932aa0caabae6 .uk-card:hover .title {
  color: #fff;
}
#af932aa0caabae6 .uk-card:hover hr {
  border-top-color: #006eda;
}
#af932aa0caabae6 .uk-card:hover .img {
  transform: scale(1.2);
}
#af932aa0caabae6 .uk-card:hover .abstract {
  color: #fff;
}
#af932aa0caabae6 .uk-card:hover .datetime {
  color: #d3b267;
}
#af932aa0caabae6 .uk-card:hover .category {
  color: #d3b267;
}
#af932aa0caabae6 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#af932aa0caabae6 .uk-pagination li a {
  font-size: 14px;
}
#af932aa0caabae6 .uk-pagination li a,
#af932aa0caabae6 .uk-pagination > .uk-disabled > * {
  color: #444444;
}
#af932aa0caabae6 .uk-pagination li.uk-active a {
  color: #ffffff;
}
#af932aa0caabae6 .uk-pagination li.uk-active {
  background-color: #565656;
  border-color: #565656;
}
#af932aa0caabae6 .uk-pagination li:hover {
  border-color: #565656;
}
#a9854a0ba6a1733  {flex: 1;}#ab179a3de3a3991 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#ab179a3de3a3991 .uk-grid {
  margin-left: -8px;
}
#ab179a3de3a3991 .uk-grid > * {
  padding-left: 8px;
}
#ab179a3de3a3991 .uk-grid-margin {
  margin-top: 20px;
}
#ab179a3de3a3991 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  background-color: #f8f8f8;
}
#ab179a3de3a3991 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#ab179a3de3a3991 .uk-card-media-top .img {
  transition: all .3s ease;
}
#ab179a3de3a3991 .uk-card-body {
  display: block;
}
#ab179a3de3a3991 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#ab179a3de3a3991 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#ab179a3de3a3991 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#ab179a3de3a3991 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#ab179a3de3a3991 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333333;
  line-height: 50px;
}
#ab179a3de3a3991 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#ab179a3de3a3991 .uk-card:hover {
  background-color: #0054a7;
}
#ab179a3de3a3991 .uk-card:hover .title {
  color: #fff;
}
#ab179a3de3a3991 .uk-card:hover hr {
  border-top-color: #006eda;
}
#ab179a3de3a3991 .uk-card:hover .img {
  transform: scale(1.2);
}
#ab179a3de3a3991 .uk-card:hover .abstract {
  color: #fff;
}
#ab179a3de3a3991 .uk-card:hover .datetime {
  color: #d3b267;
}
#ab179a3de3a3991 .uk-card:hover .category {
  color: #d3b267;
}
#ab179a3de3a3991 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#ab179a3de3a3991 .uk-pagination li a {
  font-size: 14px;
}
#ab179a3de3a3991 .uk-pagination li a,
#ab179a3de3a3991 .uk-pagination > .uk-disabled > * {
  color: #444444;
}
#ab179a3de3a3991 .uk-pagination li.uk-active a {
  color: #ffffff;
}
#ab179a3de3a3991 .uk-pagination li.uk-active {
  background-color: #565656;
  border-color: #565656;
}
#ab179a3de3a3991 .uk-pagination li:hover {
  border-color: #565656;
}
#a218cac223a015b {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 2px;
  border-right-width: 2px;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a218cac223a015b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a218cac223a015b > .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;
}
#a218cac223a015b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a218cac223a015b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a218cac223a015b > .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;
}
#a218cac223a015b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a218cac223a015b > .tab-wrap > div > .tab-nav,
#a218cac223a015b > .tab-nav,
#a218cac223a015b > .tab-tabs > .tab-wrap > div > .tab-nav,
#a218cac223a015b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a218cac223a015b > .tab-wrap > div > .tab-nav-horizontal,
#a218cac223a015b > .tab-nav-horizontal,
#a218cac223a015b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a218cac223a015b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a218cac223a015b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a218cac223a015b > .tab-nav-horizontal::-webkit-scrollbar,
#a218cac223a015b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a218cac223a015b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a218cac223a015b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a218cac223a015b > .tab-nav-horizontal.tagScroll,
#a218cac223a015b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a218cac223a015b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a218cac223a015b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a218cac223a015b > .tab-nav-horizontal.tagScroll li a,
#a218cac223a015b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a218cac223a015b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a218cac223a015b > .tab-wrap > div > .tab-nav a,
#a218cac223a015b > .tab-nav a,
#a218cac223a015b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a218cac223a015b > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a218cac223a015b > .tab-wrap > div > .tab-nav li a,
#a218cac223a015b > .tab-nav li a,
#a218cac223a015b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a218cac223a015b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a218cac223a015b > .tab-wrap > div > .tab-nav li a svg,
#a218cac223a015b > .tab-nav li a svg,
#a218cac223a015b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a218cac223a015b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a218cac223a015b > .tab-wrap > div > .tab-nav li a .ap_icon,
#a218cac223a015b > .tab-nav li a .ap_icon,
#a218cac223a015b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a218cac223a015b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a218cac223a015b > .tab-wrap > div > .tab-nav li a:hover,
#a218cac223a015b > .tab-nav li a:hover,
#a218cac223a015b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a218cac223a015b > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a218cac223a015b > .tab-wrap > div > .tab-nav li.uk-active a,
#a218cac223a015b > .tab-nav li.uk-active a,
#a218cac223a015b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a218cac223a015b > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a218cac223a015b .layout-left li,
#a218cac223a015b .layout-center li,
#a218cac223a015b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a218cac223a015b .layout-left li a,
#a218cac223a015b .layout-center li a,
#a218cac223a015b .layout-right li a {
  height: 100%;
}
#a218cac223a015b > .tab-tabs .layout-left {
  text-align: left;
}
#a218cac223a015b > .tab-tabs .layout-center {
  text-align: center;
}
#a218cac223a015b > .tab-tabs .layout-right {
  text-align: right;
}
#a218cac223a015b .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a218cac223a015b .tab-content-wrap {
  background-color: #ffffff;
}
#a218cac223a015b .tab-contents,
#a218cac223a015b .tab-contents-wrap {
  pointer-events: none;
}
#a218cac223a015b .tab-content,
#a218cac223a015b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a218cac223a015b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a218cac223a015b .tab-wrap .tab-contents {
  height: 100%;
}
#a218cac223a015b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a218cac223a015b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a218cac223a015b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#abbd4a821dac58a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6a54af0d3ae8f2 .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a3317a5fefa0f3f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a3317a5fefa0f3f .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a3317a5fefa0f3f .ap-icon {
  margin-right: 6px;
}
#a3317a5fefa0f3f .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a3317a5fefa0f3f .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a3317a5fefa0f3f .menu-list > li:hover > a,
#a3317a5fefa0f3f .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a3317a5fefa0f3f .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a3317a5fefa0f3f .menu-list ul,
#a3317a5fefa0f3f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a3317a5fefa0f3f .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a3317a5fefa0f3f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3317a5fefa0f3f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3317a5fefa0f3f .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3317a5fefa0f3f .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a4ad2a4f39a1794 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a4ad2a4f39a1794 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a4ad2a4f39a1794 .ap-icon {
  margin-right: 6px;
}
#a4ad2a4f39a1794 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a4ad2a4f39a1794 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a4ad2a4f39a1794 .menu-list > li:hover > a,
#a4ad2a4f39a1794 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a4ad2a4f39a1794 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a4ad2a4f39a1794 .menu-list ul,
#a4ad2a4f39a1794 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a4ad2a4f39a1794 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a4ad2a4f39a1794 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4ad2a4f39a1794 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4ad2a4f39a1794 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a4ad2a4f39a1794 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a1972aed76a35f4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a1972aed76a35f4 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a1972aed76a35f4 .ap-icon {
  margin-right: 6px;
}
#a1972aed76a35f4 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a1972aed76a35f4 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a1972aed76a35f4 .menu-list > li:hover > a,
#a1972aed76a35f4 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a1972aed76a35f4 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a1972aed76a35f4 .menu-list ul,
#a1972aed76a35f4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a1972aed76a35f4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a1972aed76a35f4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1972aed76a35f4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1972aed76a35f4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a1972aed76a35f4 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a6677a53cdadd0e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a6677a53cdadd0e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6677a53cdadd0e .ap-icon {
  margin-right: 6px;
}
#a6677a53cdadd0e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6677a53cdadd0e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a6677a53cdadd0e .menu-list > li:hover > a,
#a6677a53cdadd0e .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6677a53cdadd0e .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a6677a53cdadd0e .menu-list ul,
#a6677a53cdadd0e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6677a53cdadd0e .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6677a53cdadd0e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6677a53cdadd0e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6677a53cdadd0e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6677a53cdadd0e .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ab5d3aa792ac426 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ab5d3aa792ac426 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ab5d3aa792ac426 .ap-icon {
  margin-right: 6px;
}
#ab5d3aa792ac426 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ab5d3aa792ac426 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#ab5d3aa792ac426 .menu-list > li:hover > a,
#ab5d3aa792ac426 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ab5d3aa792ac426 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#ab5d3aa792ac426 .menu-list ul,
#ab5d3aa792ac426 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ab5d3aa792ac426 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ab5d3aa792ac426 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ab5d3aa792ac426 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ab5d3aa792ac426 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ab5d3aa792ac426 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a2fafac9f7aaeb6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2fafac9f7aaeb6 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2fafac9f7aaeb6 .ap-icon {
  margin-right: 6px;
}
#a2fafac9f7aaeb6 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2fafac9f7aaeb6 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a2fafac9f7aaeb6 .menu-list > li:hover > a,
#a2fafac9f7aaeb6 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a2fafac9f7aaeb6 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a2fafac9f7aaeb6 .menu-list ul,
#a2fafac9f7aaeb6 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a2fafac9f7aaeb6 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2fafac9f7aaeb6 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2fafac9f7aaeb6 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2fafac9f7aaeb6 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a2fafac9f7aaeb6 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#ad2f0aee82ab268 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ad2f0aee82ab268 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ad2f0aee82ab268 .ap-icon {
  margin-right: 6px;
}
#ad2f0aee82ab268 .indicator {
  margin-left: 4px;
}
#ad2f0aee82ab268 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ad2f0aee82ab268 .menu-list li:hover > a,
#ad2f0aee82ab268 .menu-list li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#ad2f0aee82ab268 .menu-list li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#ad2f0aee82ab268 .menu-list ul,
#ad2f0aee82ab268 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ad2f0aee82ab268 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ad2f0aee82ab268 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad2f0aee82ab268 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad2f0aee82ab268 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac6eeaa9b8a1d82 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9cf8a5a2ca9a84 .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a131ba44a9a43eb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a131ba44a9a43eb .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a131ba44a9a43eb .ap-icon {
  margin-right: 6px;
}
#a131ba44a9a43eb .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a131ba44a9a43eb .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a131ba44a9a43eb .menu-list > li:hover > a,
#a131ba44a9a43eb .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a131ba44a9a43eb .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a131ba44a9a43eb .menu-list ul,
#a131ba44a9a43eb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a131ba44a9a43eb .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a131ba44a9a43eb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a131ba44a9a43eb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a131ba44a9a43eb .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a131ba44a9a43eb .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#acffba9236a7b95 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#acffba9236a7b95 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#acffba9236a7b95 .ap-icon {
  margin-right: 6px;
}
#acffba9236a7b95 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#acffba9236a7b95 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#acffba9236a7b95 .menu-list > li:hover > a,
#acffba9236a7b95 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#acffba9236a7b95 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#acffba9236a7b95 .menu-list ul,
#acffba9236a7b95 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#acffba9236a7b95 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#acffba9236a7b95 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#acffba9236a7b95 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#acffba9236a7b95 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#acffba9236a7b95 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a85a4a46f5a7f46 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a85a4a46f5a7f46 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a85a4a46f5a7f46 .ap-icon {
  margin-right: 6px;
}
#a85a4a46f5a7f46 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a85a4a46f5a7f46 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a85a4a46f5a7f46 .menu-list > li:hover > a,
#a85a4a46f5a7f46 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a85a4a46f5a7f46 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a85a4a46f5a7f46 .menu-list ul,
#a85a4a46f5a7f46 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a85a4a46f5a7f46 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a85a4a46f5a7f46 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a85a4a46f5a7f46 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a85a4a46f5a7f46 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a85a4a46f5a7f46 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a0f52a7c8facaf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0f52a7c8facaf2 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0f52a7c8facaf2 .ap-icon {
  margin-right: 6px;
}
#a0f52a7c8facaf2 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0f52a7c8facaf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a0f52a7c8facaf2 .menu-list > li:hover > a,
#a0f52a7c8facaf2 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a0f52a7c8facaf2 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a0f52a7c8facaf2 .menu-list ul,
#a0f52a7c8facaf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a0f52a7c8facaf2 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a0f52a7c8facaf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0f52a7c8facaf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0f52a7c8facaf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a0f52a7c8facaf2 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a6b32af9efa1820 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a6b32af9efa1820 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6b32af9efa1820 .ap-icon {
  margin-right: 6px;
}
#a6b32af9efa1820 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6b32af9efa1820 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a6b32af9efa1820 .menu-list > li:hover > a,
#a6b32af9efa1820 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6b32af9efa1820 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a6b32af9efa1820 .menu-list ul,
#a6b32af9efa1820 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6b32af9efa1820 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6b32af9efa1820 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6b32af9efa1820 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6b32af9efa1820 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6b32af9efa1820 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a51e2ad821a9df5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a51e2ad821a9df5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a51e2ad821a9df5 .ap-icon {
  margin-right: 6px;
}
#a51e2ad821a9df5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a51e2ad821a9df5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
}
#a51e2ad821a9df5 .menu-list > li:hover > a,
#a51e2ad821a9df5 .menu-list > li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a51e2ad821a9df5 .menu-list > li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0053a6;
}
#a51e2ad821a9df5 .menu-list ul,
#a51e2ad821a9df5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a51e2ad821a9df5 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a51e2ad821a9df5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a51e2ad821a9df5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a51e2ad821a9df5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a51e2ad821a9df5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#a9332a0900af3ef .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a9332a0900af3ef .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a9332a0900af3ef .ap-icon {
  margin-right: 6px;
}
#a9332a0900af3ef .indicator {
  margin-left: 4px;
}
#a9332a0900af3ef .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a9332a0900af3ef .menu-list li:hover > a,
#a9332a0900af3ef .menu-list li.active > a {
  background: #0053a6;
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a9332a0900af3ef .menu-list li.active > a {
  background-color: #0053a6;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a9332a0900af3ef .menu-list ul,
#a9332a0900af3ef .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a9332a0900af3ef .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a9332a0900af3ef .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9332a0900af3ef .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9332a0900af3ef .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3bd7a3f81af50e .a68caadf1baa3c6 {
  overflow: hidden;
}
#a3bd7a3f81af50e .a68caadf1baa3c6 , #a3bd7a3f81af50e .a68caadf1baa3c6 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a3bd7a3f81af50e .a68caadf1baa3c6:hover , #a3bd7a3f81af50e .a68caadf1baa3c6 *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 84, 167, 1);}#a3bd7a3f81af50e .ac9e9a3aafaf750 .img-wrap {
  border-right-width: 2px;
  border-right-style: none;
  border-right-color: #ea2020;
  border-left-color: #ea2020;
  border-bottom-color: #ea2020;
  border-top-color: #ea2020;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a3bd7a3f81af50e .aaeb6aba9daa91d {
  overflow: hidden;
}
#a3bd7a3f81af50e .aaeb6aba9daa91d , #a3bd7a3f81af50e .aaeb6aba9daa91d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);letter-spacing: 1px;line-height: 30px;}#a3bd7a3f81af50e .ad112ad244afcaa  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#a3bd7a3f81af50e .dynamic-list-item {
  background-color: #ffffff;
}
#a3bd7a3f81af50e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3bd7a3f81af50e .uk-position-center-left-out {
    left: -30px;
  }
  #a3bd7a3f81af50e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab9c6a9a0da1dda [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(155, 155, 155, 1);}#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5fd6a54baab4ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad5afafbc5a47f9 {
  min-height: 90vh;
  /* mobile */
}
#ad5afafbc5a47f9 .search-highlight {
  background: yellow;
}
#ad5afafbc5a47f9 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#ad5afafbc5a47f9 .el-title {
  margin-bottom: 20px;
}
#ad5afafbc5a47f9 .el-item:hover .el-title {
  color: #0f6ecd;
}
#ad5afafbc5a47f9 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#ad5afafbc5a47f9 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#ad5afafbc5a47f9 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#ad5afafbc5a47f9 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#ad5afafbc5a47f9 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#ad5afafbc5a47f9 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #ad5afafbc5a47f9 .el-title {
    margin-bottom: 0;
  }
  #ad5afafbc5a47f9 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #ad5afafbc5a47f9 .category {
    font-size: 12px;
  }
  #ad5afafbc5a47f9 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a045ead56da19af .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5fd6a54baab4ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8e7eadbe3a9512 {
  /* Error Page */
  /* Error Page */
  /*--------------------------------------------Framework --------------------------------*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /* Margin section */
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done - For the inside sections that has also Title section*/
  /* Margin section */
  /*--------------------------------------------FrameWork------------------------*/
}
#a8e7eadbe3a9512 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a8e7eadbe3a9512 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a8e7eadbe3a9512 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a8e7eadbe3a9512 .error .clip:nth-of-type(1) .shadow,
#a8e7eadbe3a9512 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a8e7eadbe3a9512 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a8e7eadbe3a9512 .error h2 {
  font-size: 32px;
}
#a8e7eadbe3a9512 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a8e7eadbe3a9512 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a8e7eadbe3a9512 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a8e7eadbe3a9512 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a8e7eadbe3a9512 .error .clip .shadow {
  overflow: hidden;
}
#a8e7eadbe3a9512 .error .clip:nth-of-type(2) .shadow {
  overflow: hidden;
  position: relative;
  box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8);
}
#a8e7eadbe3a9512 .error .clip:nth-of-type(3) .shadow:after,
#a8e7eadbe3a9512 .error .clip:nth-of-type(1) .shadow:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  width: 10px;
  background: linear-gradient(90deg, transparent, rgba(173, 173, 173, 0.8), transparent);
  border-radius: 50%;
}
#a8e7eadbe3a9512 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a8e7eadbe3a9512 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a8e7eadbe3a9512 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a8e7eadbe3a9512 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a8e7eadbe3a9512 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a8e7eadbe3a9512 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a8e7eadbe3a9512 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a8e7eadbe3a9512 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a8e7eadbe3a9512 {
    /* Error Page */
    /* Error Page */
  }
  #a8e7eadbe3a9512 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a8e7eadbe3a9512 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a8e7eadbe3a9512 .error .clip:nth-of-type(1) .shadow,
  #a8e7eadbe3a9512 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a8e7eadbe3a9512 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a8e7eadbe3a9512 .error h2 {
    font-size: 24px;
  }
  #a8e7eadbe3a9512 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a8e7eadbe3a9512 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a8e7eadbe3a9512 .error .container-error-404 {
    height: 150px;
  }
}
#a8e7eadbe3a9512 .overlay {
  position: relative;
  z-index: 20;
}
#a8e7eadbe3a9512 .ground-color {
  background: white;
}
#a8e7eadbe3a9512 .item-bg-color {
  background: #EAEAEA;
}
#a8e7eadbe3a9512 .padding-top {
  padding-top: 10px;
}
#a8e7eadbe3a9512 .padding-bottom {
  padding-bottom: 10px;
}
#a8e7eadbe3a9512 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a8e7eadbe3a9512 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a8e7eadbe3a9512 .padding-all {
  padding: 10px;
}
#a8e7eadbe3a9512 .no-padding-left {
  padding-left: 0px;
}
#a8e7eadbe3a9512 .no-padding-right {
  padding-right: 0px;
}
#a8e7eadbe3a9512 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a8e7eadbe3a9512 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a8e7eadbe3a9512 .no-padding {
  padding: 0px;
}
#a8e7eadbe3a9512 .margin-top {
  margin-top: 10px;
}
#a8e7eadbe3a9512 .margin-bottom {
  margin-bottom: 10px;
}
#a8e7eadbe3a9512 .margin-right {
  margin-right: 10px;
}
#a8e7eadbe3a9512 .margin-left {
  margin-left: 10px;
}
#a8e7eadbe3a9512 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a8e7eadbe3a9512 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a8e7eadbe3a9512 .margin-all {
  margin: 10px;
}
#a8e7eadbe3a9512 .no-margin {
  margin: 0px;
}
#a8e7eadbe3a9512 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a8e7eadbe3a9512 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a8e7eadbe3a9512 .inside-col-shrink {
  margin: 0px 20px;
}
#a8e7eadbe3a9512 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a692ca4da5a36bf .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5fd6a54baab4ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac230a3931ab1e2 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#ac230a3931ab1e2 .switch_item {
  margin-right: 10px;
}
#ac230a3931ab1e2 a.switch_item:hover {
  text-decoration: underline;
}
#ac230a3931ab1e2 .slider {
  width: 420px;
  height: 600px;
}
#ac230a3931ab1e2 .uk-slideshow-items {
  height: 100%;
}
#ac230a3931ab1e2 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#ac230a3931ab1e2 .login-wrap {
  width: 100%;
  height: 100%;
}
#ac230a3931ab1e2 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#ac230a3931ab1e2 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#ac230a3931ab1e2 .phone-login-box {
  margin: 40px auto 40px;
}
#ac230a3931ab1e2 .login-header {
  margin-bottom: 24px;
}
#ac230a3931ab1e2 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#ac230a3931ab1e2 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#ac230a3931ab1e2 .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;
}
#ac230a3931ab1e2 .forget_password {
  cursor: pointer;
}
#ac230a3931ab1e2 .forget_password:hover {
  color: #1e87f0;
}
#ac230a3931ab1e2 .input-item input.error,
#ac230a3931ab1e2 .input-item input.error::placeholder {
  color: #fc4343;
}
#ac230a3931ab1e2 .input-item input::placeholder {
  color: #999;
}
#ac230a3931ab1e2 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#ac230a3931ab1e2 .form-item {
  margin: 24px 0;
}
#ac230a3931ab1e2 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#ac230a3931ab1e2 .send-code {
  float: left;
  margin-left: 20px;
}
#ac230a3931ab1e2 .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;
}
#ac230a3931ab1e2 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#ac230a3931ab1e2 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#ac230a3931ab1e2 .login_btn_wrap {
  text-align: center;
}
#ac230a3931ab1e2 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#ac230a3931ab1e2 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#ac230a3931ab1e2 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#ac183a2c29ae666 .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5fd6a54baab4ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7b93a3e6bace73 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a7b93a3e6bace73 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a7b93a3e6bace73 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a7b93a3e6bace73 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a7b93a3e6bace73 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a7b93a3e6bace73 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a7b93a3e6bace73 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a7b93a3e6bace73 .nav-list {
  padding: 0 20px;
}
#a7b93a3e6bace73 .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;
}
#a7b93a3e6bace73 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a7b93a3e6bace73 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a7b93a3e6bace73 .order-item:hover {
  background: #f7f7f7;
}
#a7b93a3e6bace73 .del-order {
  cursor: pointer;
}
#a7b93a3e6bace73 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a7b93a3e6bace73 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a7b93a3e6bace73 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a7b93a3e6bace73 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a7b93a3e6bace73 .goods-item .goods-info {
  padding: 0 15px;
}
#a7b93a3e6bace73 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a7b93a3e6bace73 .appoint-time {
  margin-bottom: 4px;
}
#a7b93a3e6bace73 .appoint-name {
  color: #333;
  font-size: 14px;
}
#a7b93a3e6bace73 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a7b93a3e6bace73 .goods-item .goods-name {
  color: #333;
}
#a7b93a3e6bace73 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a7b93a3e6bace73 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a7b93a3e6bace73 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a7b93a3e6bace73 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a7b93a3e6bace73 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a7b93a3e6bace73 .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;
}
#a7b93a3e6bace73 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a7b93a3e6bace73 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a7b93a3e6bace73 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a7b93a3e6bace73 .setting-form {
  padding: 30px 20px;
}
#a7b93a3e6bace73 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a7b93a3e6bace73 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a7b93a3e6bace73 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a7b93a3e6bace73 .setting-form .setting-btns {
  margin-left: 130px;
}
#a7b93a3e6bace73 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a7b93a3e6bace73 .setting-wrap {
  position: relative;
}
#a7b93a3e6bace73 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a7b93a3e6bace73 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a7b93a3e6bace73 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a7b93a3e6bace73 .address-wrap {
  padding: 30px 20px;
}
#a7b93a3e6bace73 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a7b93a3e6bace73 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a7b93a3e6bace73 .addr-list {
  min-height: 200px;
}
#a7b93a3e6bace73 .addr-detail .addr-item-name,
#a7b93a3e6bace73 .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;
}
#a7b93a3e6bace73 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a7b93a3e6bace73 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a7b93a3e6bace73 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a7b93a3e6bace73 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a7b93a3e6bace73 .add-addr {
  height: 32px;
  line-height: 30px;
}
#a7b93a3e6bace73 .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;
}
#a7b93a3e6bace73 .publish-item {
  cursor: default;
  min-height: 120px;
}
#a7b93a3e6bace73 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a7b93a3e6bace73 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a7b93a3e6bace73 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #1e87f0;
}
#a7b93a3e6bace73 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a7579ab2c6aa19e .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5fd6a54baab4ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a35c5a9716abeb6 {
  min-height: 90vh;
  /* mobile */
}
#a35c5a9716abeb6 .search-highlight {
  background: yellow;
}
#a35c5a9716abeb6 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a35c5a9716abeb6 .el-title {
  margin-bottom: 20px;
}
#a35c5a9716abeb6 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a35c5a9716abeb6 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a35c5a9716abeb6 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a35c5a9716abeb6 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a35c5a9716abeb6 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a35c5a9716abeb6 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a35c5a9716abeb6 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a35c5a9716abeb6 .el-title {
    margin-bottom: 0;
  }
  #a35c5a9716abeb6 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a35c5a9716abeb6 .category {
    font-size: 12px;
  }
  #a35c5a9716abeb6 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a1d54ad20eabb8f .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5fd6a54baab4ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6a01aa21aa28d7 .comment-detail {
  min-height: 600px;
}
#a6a01aa21aa28d7 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a6a01aa21aa28d7 table th,
#a6a01aa21aa28d7 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a6a01aa21aa28d7 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a6a01aa21aa28d7 .red {
  color: #F00!important;
}
#a6a01aa21aa28d7 .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;
}
#afd0ca0ab1a6fce .uk-container {
  line-height: 2;
  color: #999;
}
#ab6b5a062ba7b09 > .ele-wrap {background-color: rgba(0, 84, 167, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6767af011aec0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0054a7;
  text-align: left;
}
#a6767af011aec0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a6767af011aec0b .ap-icon {
  margin-right: 6px;
}
#a6767af011aec0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a6767af011aec0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: #0054a7;
}
#a6767af011aec0b .menu-list > li:hover > a,
#a6767af011aec0b .menu-list > li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#a6767af011aec0b .menu-list ul,
#a6767af011aec0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a6767af011aec0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6767af011aec0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6767af011aec0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6767af011aec0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6767af011aec0b .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0054a7;
}
#aa994af302a9df4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa994af302a9df4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa994af302a9df4 .ap-icon {
  margin-right: 6px;
}
#aa994af302a9df4 .indicator {
  margin-left: 4px;
}
#aa994af302a9df4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa994af302a9df4 .menu-list li:hover > a,
#aa994af302a9df4 .menu-list li.active > a {
  background: #0054a7;
  background-color: #0054a7;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
}
#aa994af302a9df4 .menu-list ul,
#aa994af302a9df4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa994af302a9df4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa994af302a9df4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa994af302a9df4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa994af302a9df4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
